Hi Mr.Howard
Thanks for the answers.
My problem is solve with your help.
BuyStop=Ref(High,-1);
mode1=Ref(Close,-1)<Ref(Open,-1) AND H>Ref(High,-1);
mode2=Ref(Close,-2)<Ref(Open,-2) AND Ref(High,-1)<Ref(High,-2) AND H>Ref(High,-2));
Buy=mode1 OR mode2 ;
BuyPrice=Max(BuyStop,Low)...
Hi to all
I am writing a code .
but ,
I don't know , why my Code for Buy Stop order only work for 1 Day after and dont work for 2 Days or 3Day after,...
if you know my problem, please help me.
Thank you
BuyStop = Ref(HHV(High,1),-1);
Buy=Ref(Close,-1)<Ref(Open,-1) AND...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.