fxcodebase-backup

SAM Strategy

Source: https://fxcodebase.com/code/viewtopic.php?f=31&t=23139
Forum: 31 · Topic 23139 · 2 post(s)


SAM Strategy

Apprentice · Fri Sep 07, 2012 2:10 pm

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

  1. adx< entry level (and)
  2. stochastic > sell level (and)
  3. 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


Re: SAM Strategy

Apprentice · Sat Jan 13, 2018 10:49 am

The strategy was revised and updated.