SetProfitTarget(@"", CalculationMode.Ticks, 5, true);
I run this exact strategy in two places. One running using Sim101 on a chart where I'm watching OrderFlow+ Volumetric on 150Tick
I then run the same strategy in for lack of a better phrase headless, using 150 Tick volumetric w/ Tick Replay enabled and a connected to a Non sim account.
While I'm running this in two places I'm seeing orders getting placed on the chart for Sim101 but the headless instance of the strategy is doing nothing.
I've recently run into an issue where the strategy wasn't using the same code. But I've saved everything closed and restarted Ninja, then from scratch added the strategy to the chart for Sim101
And then created the headless strategy for a non-sim account. The results are the same getting no trades on the non-sim account. And seeing numerous trades go through on Sim101.
Is there a way to see specifically which code is being run for each strategy?
Can I confirm beyond just seeing they have the same set parameters that the code is exactly the same?
What else can I do to debug this? It's not quite ideal to run a simpler script on a live account just to confirm that trades work, is there anything else I can look for to see maybe it tried and failed?
I have run backtesting in the SA and trades seem like they should go through but I am not seeing this happen live.
Appreciate the help!
Thank you.

Comment