Nessuno è mai al sicuro (5 lettori)

Ronzy2001

Forumer storico
Aggiorno posizioni.

Chiuso Bund, resta Long su FIB.......:eek:
 

Allegati

  • f2.JPG
    f2.JPG
    231,8 KB · Visite: 124

picchio63

In hoc signo vinces
Listato

da smussare

Ps

ho notato che dopo l'apertura di ws , aumentano i falsi segnali

quindi questo ts opera dalle 11.00 alle 15,30

dopo tale ora gestisce solo eventuali posizioni assunte

Pss

eventuali proposte:

range (ho scritto sopra) non è detto migliori

uscita end of day idem


Pss

da verificare in rt sto cavolo di trailng che ancora non mi convince






*********************************


{*************Ronzy Break ts Fib orario versione 1.0}

var:ma,mi;

var: ValTakeRitracc(0.35),
ValStop(3);
if t = 900 then
ma=h;
mi=l;
endif;
if t >=905 and t <=1105 then
if h >ma then
ma=h;
endif;
if l<mi then
mi=l;
endif;
endif;
InstallTrailingProfit(INPERC,0.9, ValTakeRitracc, checkmin +EXITONLYIFCLOSEON );
InstallStopLoss(INPERC, ValStop);

if t >= 1105 and t <= 1530 then
if c > ma then
enterlong(nextbar,atopen);
endif;
if c < mi then
entershort(nextbar,atopen);
endif;
endif;
if t > 1705 then
exitlong(nextbar,atopen);
exitshort(nextbar,atopen);
endif;

 

Ronzy2001

Forumer storico
Listato

da smussare

Ps

ho notato che dopo l'apertura di ws , aumentano i falsi segnali

quindi questo ts opera dalle 11.00 alle 15,30

dopo tale ora gestisce solo eventuali posizioni assunte

Pss

eventuali proposte:

range (ho scritto sopra) non è detto migliori

uscita end of day idem


Pss

da verificare in rt sto cavolo di trailng che ancora non mi convince






*********************************


{*************Ronzy Break ts Fib orario versione 1.0}

var:ma,mi;

var: ValTakeRitracc(0.35),
ValStop(3);
if t = 900 then
ma=h;
mi=l;
endif;
if t >=905 and t <=1105 then
if h >ma then
ma=h;
endif;
if l<mi then
mi=l;
endif;
endif;
InstallTrailingProfit(INPERC,0.9, ValTakeRitracc, checkmin +EXITONLYIFCLOSEON );
InstallStopLoss(INPERC, ValStop);

if t >= 1105 and t <= 1530 then
if c > ma then
enterlong(nextbar,atopen);
endif;
if c < mi then
entershort(nextbar,atopen);
endif;
endif;
if t > 1705 then
exitlong(nextbar,atopen);
exitshort(nextbar,atopen);
endif;

Il trailing poi lo eliminiamo e ne mettiamo uno calcolato manualmente e sicuro. In giornata provo le modifiche da te suggerite....

Non è mio il TS, io faccio solo lo scribacchino.....:D
 

Users who are viewing this thread

Alto