I've tried to tag the uniqueID ( this.ID) to the stopstrategy for each one I enable, but that didn't seem to work, I re-named and created new strategies for each NQ chart, but that didn't work( all using NQ). I am using the flatten method, because if I use the NinjaTrader.Resource.GuiPositionClose, the Replikanto follower account does not close the position, it just cancels the SL/TP for strategy and leaves follower order in. If I use a basic ExitShort/Long order, it closes the leader account but adds an opposite position order to the follower account.
How do I run the same strat for 3 separate sessions, and only stop a single instance when that particular session strat hits my PNL, while also using Replikanto? My work around right now is using AutoIt, to record my mouse XY of the screen, and run a task scheduler that moves the mouse and applies enable strat at certain times.. my strategy session times do not overlap each other. I just want to be able to enable all 3 charts, at say midnight, and they run throughout the day, instead of strat for session 1 hits pnl for 2am-4am and then stops the other two strategies that start at 7am and 830am, I have to come in and enable them again before the next session starts.

Comment