I'm trying to change the Forecaster 5 Days Up Exploration to 5 Days Down. I 
thought just changing the < or > values would do it but it doesn't seem to 
work. Any ideas?
 

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

 

 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