Check stop loss pips
-
my problem is i want to trail my orders in more %. this means my sl is 1% and if the trade run 1% + it goes to be and if it run 2% it goes to 1% sl and i think i need to get the SL pips from trade and than say modify sl when trade at sl pips *2 *3 *4 and and and you know what i mean ?
-
@niills If you get SL as a price fraction, then multiply, then convert to pips, you can then use as wanted.
-
yea if i can get the price i can calculate open - sl and get pips or points into a variable but what is the block to get the sl from a trade so i need a int variable or anything
-
and thge next problem is when i have more trades than the variable needs a define that they is only for the trade that reaches this
-
@niills With pink blocks, using in loop price fraction saving to variable, you can then select the trade you want, to define trades you will need to use group numbers.