PORCELLINO
Nuovo forumer
ciao a tutti
volevo un parere su questo ts, lo vorrei far girare su azionario fine giornata
tutti i consigli e modifice sono bene accettate![Pollice su! :up: :up:](/images/smilies/thumbsup.gif)
![Pollice su! :up: :up:](/images/smilies/thumbsup.gif)
![Pollice su! :up: :up:](/images/smilies/thumbsup.gif)
Var: mmovc;
mmovc = mov(O, 36, E);
if C > mmovc and mmovc > mmovc[1] then enterlong(nextbar, atopen); endif;
if C < mmovc and mmovc < mmovc[1] then entershort(nextbar,atopen); endif;
if positiondir = 1 and (positionvalue - C) > 500 then entershort(nextbar, atopen); endif;
if positiondir = -1 and (C - positionvalue) > 500 then enterlong(nextbar, atopen); endif;
questo e il codice
ciao
volevo un parere su questo ts, lo vorrei far girare su azionario fine giornata
tutti i consigli e modifice sono bene accettate
![Pollice su! :up: :up:](/images/smilies/thumbsup.gif)
![Pollice su! :up: :up:](/images/smilies/thumbsup.gif)
![Pollice su! :up: :up:](/images/smilies/thumbsup.gif)
![Pollice su! :up: :up:](/images/smilies/thumbsup.gif)
Var: mmovc;
mmovc = mov(O, 36, E);
if C > mmovc and mmovc > mmovc[1] then enterlong(nextbar, atopen); endif;
if C < mmovc and mmovc < mmovc[1] then entershort(nextbar,atopen); endif;
if positiondir = 1 and (positionvalue - C) > 500 then entershort(nextbar, atopen); endif;
if positiondir = -1 and (C - positionvalue) > 500 then enterlong(nextbar, atopen); endif;
questo e il codice
ciao