Search found 2 matches

by muhaha2015
27 Oct 2020
Forum: MultiCharts
Topic: Adding more position when setperecttrailing is set problem
Replies: 3
Views: 781

Re: Adding more position when setperecttrailing is set problem

I see, thx for the tips

Heres the code not working

Code: Select all

if marketposition = 0 then Buy ( "entry1" ) 1 contracts next bar at market ; if currentcontracts = 1 then Buy ( "entry2" ) 2 contracts next bar at entryprice + 3 limit; SetStopPosition; setpercenttrailing_pt(12,30); setstoploss_pt(20);
by muhaha2015
27 Oct 2020
Forum: MultiCharts
Topic: Adding more position when setperecttrailing is set problem
Replies: 3
Views: 781

Adding more position when setperecttrailing is set problem

Hi, I have a question about adding more open position when setperecttrailing is set, I am stuck for over a week and can't find the solution. I will be very appreciate if you may help. When I have an open position (entry1) with setpercenttrailing filled. Then I have a limit order (entry2) above or be...

Go to advanced search