[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

backup error message:



PureBytes Links

Trading Reference Links

Hi,

here you see the promised rules of my stochastic system. 
I have only a buy-filter, because every attempt to construct an according 
sell-exploration lead me to the result, that stochastic is very unreliable on 
the sell-side! 

      {Stoch Buy}
    
      Stoch(25,18 )  <   40
          AND
      Cross( Stoch(25,18 ), Mov(Stoch(25,18 ),3,S))
          AND
      Stoch(15,9)   >   Stoch(25,18 )
          AND
      Stoch(15,9)   >   Mov(Stoch(15,9 ),3,S)


You see, itīs not complicated and the first line is very arbitrary, but 40 is 
the value that showed good results. If someone has a better idea, let me know!

You noticed perhaps, that the stochastic 5/3 doesnīt show up in this filter.
The reason is, that it changes often direction and if it is not complying with 
the others I delay a buy until it does!

Hope you get some inspiration by the system!

   Thomas