Citazione Originariamente Scritto da Gauss Visualizza Messaggio
ho provato il Vs. setup, ma a me non funziona.
Voi come inserite le variabili?
Thanks

Clicca sull'immagine per ingrandirla

Nome: A.jpg
Visite: 10
Dimensione: 25.7 KB
ID: 12995
Prova cosi( long script) e ottimizza tu in base al time frame.
Ciao
inputs:@profamount(650), @trailpercent(5)

set trailing_stop = @profamount
set trailing_percent = @trailpercent
set a = HML()
set b =Ref(high,1) < ref(high,2)
set c = ref(low,1)> ref (low,2)
set cond1 = time > 905 and time< 1720
ref(a,1) < ref(a,2) and ref(a,1) < ref(a,3) and ref (a,1) <ref (a,4) and b and c
AND
cond1
AND
high > ref(high,1)