It is possible to control lot size for multiple trades?
-
For an EA that open multiple trades, but from different triggers, can I make a structure that control lot size for each new trade? What blocks you recommend? For example: first trade 1 lots, second trade 1.5 lots, third trade 2 lots, fourth trade 3 lots.
-
@andrew-b
Hello.
Is there a specific sequence you go by like let's say you multiply each lot of the current trade by 2 for the next trade ? -
@Andrew-b have you tried the Custom Sequence in Money Management?
-
@biztet @q8carpenter Not the sequence is the problem, the problem is that I have multiple trade triggers. Lets say like this: 1 trade start from Stochastic, 1 from Moving Average and another from RSI. And i want something that can control lots for each of them depending on what trade it is (first, second, third trade) . I am thinking at something like block "For each trade" ->another block ...but i don't know what block/s exactly. Or how to make them communicate to each other.
-
Have you tried using separate buy/sell block for each strategy? But make all of the trade in the same group, like 1 for buy, 2 for sell.