MicroTrendsLtd / NinjaTrader8

NinjaTrader8 Components Strategies and Trading tools
MIT License
72 stars 17 forks source link

General Brain Storm Items #30

Closed MicroTrendsTom closed 3 years ago

MicroTrendsTom commented 3 years ago

Running Strategy in Strategy Tab only - is more reliable due to less load and UI threading Quote from @jmscraig Somewhere Tom posted ~~"that he felt possibly that running strategies headless (without a chart) is more reliable because of client workload pressures and complexities. " .. or something like that Beyond that Strategy instantiation or restart can sometimes be different between running from a chart and not, I am guessing this a least sometimes has something to do with what we include in OSC() and what OSC() state we land it in. This surfaces the question "Could OSC() configuration design be a contributor to occasional reliability concerns?" Just brain storming.

MicroTrendsTom commented 3 years ago

Running Strategy in Strategy Tab only - is more reliable due to less load and UI threading Based on findings that strategies tend to deadlock the chart is frozen yet the strategy continues in the grid as if no problem arose