Bot Only Entering 3 Trades Max
Created at 19 Aug 2021, 19:56
TH
Bot Only Entering 3 Trades Max
19 Aug 2021, 19:56
Hi,
I've coded my Cbot specifically to enter only 3 trades at a time on a hedging account which works wonderfully.. however....
I've duplicated the bot in order to use it on separate FX pairs with different parameters.
The bot still only enters a max of 3 trades at a time when it should have been triggered to enter a 4th, 5th, 6th etc. as I have 20 pairs running.
I really thought duplicating the bot and running it independently would solve the problem but it hasn't. Any suggestions or reasons of this issue would be greatly appreciated.
amusleh
20 Aug 2021, 09:21
Hi,
We can only help you if you post your cBot code.
Most probably you are using same label to find the bot positions and that's causing the issue, try to include the symbol name on your cBot position labels.
@amusleh