Adding Multi Unit tactic | Extra trade
When the signal is generated, instead of entering 1 trade enter 2+ trades are entered with a total risk not more than the original risk. And based on MA/ATRs/OBVs/DonchianChannel/Camarilla levels take profits on at least 1+ trade so that we secure the profits.
This is something like let's say, on EURUSD we have a buy signal @1.00000 and SL at 0.99985 and the lot size calculated to enter this trade was 1 standard lot, then the total risk amount is 15$+spread if any due to liquidity/slippage issues. So MultiUnit gives us the ability to buy with a strategy to close at 0.5% appreciation on OBVs value, ie., we buy 3 trades with 0.3,0.3,0.4 lot size with the same SL, so we can close the 0.4 deal with OBVs .5% appreciation.
In the above case, let's say TP1 was OBVs 0.5% and the next one, TP2, is 1% higher on OBVs( as only 3 trades opened with only the 1 trade originally opened due to signal, so only 2 TPs).
So requirements with this type of trading are as follows(parameters):
1) How many different trades to open
2) Do we risk more than normal, if yes, by how much % more
3) Which indicator to go with( OBV/ATR/DC, Camarilla)
4) TP levels to take separated by ',' in the text field.(NOTE: for camarilla mostly this is not required field)
5) What is the SL level to take after taking profits on the MultiUnit trade( TP1)?
6) Do we stop trading if profit reaches a limit after TP1(%)
7) Do we stop trading if loss reaches a limit before TP1(%)
You can get all this data from the StrategyTester report or even from the account report. No need to put these calculations into the CP EA.
Thanks for understanding! Will focus on the main things )
Yes, I will do that, thanks for looking into this.