TRAILING PROFIT MONEY $ / PERCENT % - CLOSE ALL TRADE (BLOCKS) ?
-
Example : Profit calculation of $ Money
Profit has reached 200 $, then increased to 300 $
if the profit returns 200 $ then close all trades
If the profit reaches 400 $ then returns to 300 $ then close all tradesExample : Profit calculation of % Percent
Profit has reached 20 %, then increased to 30 %
if the profit returns 20 % then close all trades
If the profit reaches 40 % then returns to 30 % then close all tradesCan help guide the blocks used to make it work ?
-
Well, that's not a trivial project to begin with. Do you have any initial one created?
-
@l-andorrà
Not yet available, I'm confused which block arrangement should be used -
So essentially this is a money management EA, right? I see no opening trade conditions.
-
@l-andorrà the arrangement of the block trade is already the same as EA in general buying and selling, then I need to close the profit by trailing money / percent
-