Filter question

Discussion in 'Trading Software' started by moskvich, Aug 26, 2016.

  1. moskvich

    moskvich

    Does anyone know a filter program that gives the ability to specify criteria for sharp reversals (for ex: 70c rip-up followed by 50c pullback...all within a few seconds).
    Thanks
     
  2. 2rosy

    2rosy

    there is a product but you need to supply the datafeed. it's not cheap
     
  3. Handle123

    Handle123

    Knowledge and backtesting as in ranges of tick charts.
     
    beginner66 likes this.
  4. if((Close[2] < High[1] + 70*TickSize)) && ((High[1] > Low[0] - 50*TickSize))

    You can do something like this with Ninja using Strategy Wizard for free in seconds.
     
  5. moskvich

    moskvich

    Thank you! although i meant both moves occur within seconds :)
    Does Ninja let you do equities?