Software Used to Trade Jack Hershey Methods

Discussion in 'Trading Software' started by Tums, Jun 26, 2007.

  1. nkhoi

    nkhoi

    you mean disable the sound alerts?
     
    #961     Jan 21, 2009
  2. Neoxx

    Neoxx

    I mean actually disabling the text comments. I only use the InfoBox for the range and volume ratio information.
     
    #962     Jan 21, 2009
  3. bi9foot

    bi9foot

    Yes, go through the code and remove the text you don't want.
     
    #963     Jan 21, 2009
  4. Neoxx

    Neoxx

    Super. Thanks.
     
    #964     Jan 21, 2009

  5. Is there a DOM version with the total Bid vs Total Ask Ratio?
     
    #965     Jan 23, 2009
  6. The Fundamental Filter for Equities Data should have a fix in place this evening. Someone changed the data presentation a few weeks back causing errors in the filtering process. As of tonight's data update, rendering should return to the original format, and as a result, correct all current equities data issues.

    HTH

    - Spydertrader
     
    #966     Jan 30, 2009
  7. I liked the rising markers over the Volume bars on Spyder's charts, so I wrote a tiny Ninjatrader indicator to do the same.

    I was wondering if some-one would check the logic on the Peak Volume -- it pops up fairly frequently... Should it also be filtered by the P Vol bar > some average Volume?


    if ( ( Slope(Volume,1,0) > Slope(Volume,2,1) ) &&
    ( Slope(Volume,1,0)>0 && Slope(Volume,2,1)>0 ) ) // and are both positive (rising)


    then draw the 'P' text....
     
    #967     Feb 2, 2009
  8. BTW the rising marker is in the Wingding 3 font which I believe comes with the OS... It is a truetype font -- on windows, check the C:\WINDOWS\Fonts directory
     
    #968     Feb 2, 2009
  9. Neoxx

    Neoxx

    That's great. I've been looking for something along those lines for weeks! Thanks.
     
    #969     Feb 2, 2009
  10. Excellent. Many thanks. PV seems to be OK.
     
    #970     Feb 2, 2009