I have been looking left and right for the cause of the problem but I couldn't find anything related.
Basically I have a strategy I coded that works completely fine, buttons and logic work as intended, the only problem is that no matter wich account I have selected in the chart trader Account dropdown menu, it ALWAYS enters trades on the Sim101 account. I have tried using it on a funded account -> places trades on Sim101, tried creating another Sim account -> again, always places trades on Sim101.
I also tried:
- Checking if Start in global simulation mode is OFF
- Checked trace order logs: everything is correct, but it is done on Sim101.
- Tried loading the strategy after selecting the correct account on the dropdown menu of the chart trader
- Tried entering using the normal "Sell mkt" and "Buy mkt" buttons on the chart trader, and they work! (so I excluded a problem linked to the funded account itself)
Has this ever happened to someone else? Anybody know what the source of the problem might be?
Thanks

changing the account under Setup when enabling the strategy solved it
Comment