Trailing stop (group of trades) for first and last placed trade
-
I have an example that i will be placing multiple trades from eariest to latest in time, say 1st, 2nd, 3rd, 4th and 5th trade. and i would like to do a Trailing stop (group of trades) for ONLY 1st and 5th(Last Placed trade) trade, can that be done? Thanks in advance.
-
@kimkim999 Yes place each trade with a different group, then you can use the group numbers to control the trades.
-
@jstap Thanks for the reply, however as the number of trades keep changing (adding up), can I use variable under the group# input and how should I do it as it should be input as1,x? Thanks again
-
@kimkim999 You can use a variable, so the groups change as your trade's increase.
-
@kimkim999 I will also say this, generally as trades get to 0 so should the group, add a shared project to see what you mean.
-
@jstap Thanks for your reply, i have created a shared project, can you please aid to see am i using it correct in this case..
-
@kimkim999 This looks like it should work, is there anything that's not?