Programmazione Visual Trader ts fine giornata

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:up::up::up::up:

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
 

Users who are viewing this thread

Back
Alto