I'm trying to "reverse engineer" the Forecaster 5 Days Up Exploration to show 5 
Days Down instead.
 MS 13
 

 Existing Exploration:
 5 Days up
  
 BarsSince(C<Ref(C,-1))
  
 filter
 BarsSince(C>Ref(C,-1))>=5 AND
 
 Fml( "Forecaster - Volume Confirmation ~helper~")
 

 

 I changed >= to <= under Filter shown below
 It doesn't work
 

 5 Days Down
  
 BarsSince(C<Ref(C,-1))
  
 filter
 BarsSince(C>Ref(C,-1))<=5 AND
 
 Fml( "Forecaster - Volume Confirmation ~helper~")
 

Reply via email to