Page 1 of 1

SAM Strategy

PostPosted: Fri Sep 07, 2012 2:10 pm
by Apprentice
SAM STRATEGY.png


buy:
1.price > moving average 200 (and)
2.adx< entry level 20 (and)
3.stochastic <buy level (and)
4.stochastic k cross over d (and)

sell:

1.price <moving average 200
2. adx< entry level (and)
3. stochastic > sell level (and)
4. stochastic k cross under d (and)

exit buy:

1. price cross under moving average (or)
2. stochatic >sell level and k cross under d

exit sell:

1.price cross over moving average (or)
2.stochastic < buy level and k cross over d

SAM STRATEGY.lua
(21.74 KiB) Downloaded 643 times

Re: SAM Strategy

PostPosted: Sat Jan 13, 2018 10:49 am
by Apprentice
The strategy was revised and updated.