Reply

How to creat exit order with stop methord in AlgoWizard?

1 replies

binhsir

Subscriber, bbp_participant, customer, community, sq-ultimate, 17 replies.

Visit profile

2 years ago #270703

This is PL code, I can run in the multichart, but i can’t creat exit order with stop methord in AlgoWizard.  I don’t use market order to run this strategy, beacuse there are big different performance in Multichart backtesing? Anybody can help me?

if(marketposition=0) then

begin

buy(“LE1”) Mysize contracts next bar at up stop;

sellshort(“SE1”) Mysize contracts next bar at down stop;

end;

if(marketposition>0) then sell(“LX1”) next bar at ma stop;

if(marketposition<0) then buytocover(“SX1”) next bar at ma stop;

end;

 

Bin

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

2 years ago #270713

Hello,

what do you mean by “i can’t create exit order with stop method”? Please be more specific. You can also send details and files for your issue to [email protected]

0

Viewing 1 replies (of 1 total)