- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
Stochastic MA System
enter long:
mov(stoch(55,21),5,w)>ref(mov(stoch(55,21),5,w),-1) and
mov(stoch(55,21),5,w)<75 and
mov(stoch(55,21),5,w)>20
exit long:
(mov(stoch(55,21),5,w)<75 and
ref(mov(stoch(55,21),5,w),-1)>75)
enter short:
(mov(stoch(55,21),5,w)<70 and
ref(mov(stoch(55,21),5,w),-1)>70) and
mov(stoch(55,21),5,w)<ref(mov(stoch(55,21),5,w),-1)
exit short:
mov(stoch(55,21),5,w)>ref(mov(stoch(55,21),5,w),-1) and
mov(stoch(55,21),5,w)<75 and
mov(stoch(55,21),5,w)>20
enter long:
mov(stoch(55,21),5,w)>ref(mov(stoch(55,21),5,w),-1) and
mov(stoch(55,21),5,w)<75 and
mov(stoch(55,21),5,w)>20
exit long:
(mov(stoch(55,21),5,w)<75 and
ref(mov(stoch(55,21),5,w),-1)>75)
enter short:
(mov(stoch(55,21),5,w)<70 and
ref(mov(stoch(55,21),5,w),-1)>70) and
mov(stoch(55,21),5,w)<ref(mov(stoch(55,21),5,w),-1)
exit short:
mov(stoch(55,21),5,w)>ref(mov(stoch(55,21),5,w),-1) and
mov(stoch(55,21),5,w)<75 and
mov(stoch(55,21),5,w)>20
|