Replies: 2 comments 7 replies
-
and here the base https://github.com/MicroTrendsLtd/NinjaTrader8/blob/main/ATSQuadroStrategyBase/NinjaTrader%208/bin/Custom/Strategies/AlgoSystemBase.cs properties section are named logically for function see line #region properties 4120 line 1467 |
Beta Was this translation helpful? Give feedback.
0 replies
-
see the samples use the methods etc public override void TradeManagement(double lastPrice) |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What file do I need to look at to see GUI Panel outputs? In other words, how can I tell what the values are when the “auto” or “t man” boxes are checked to validate my conditions? Also, if anyone knows how to implement a trailing entry as well as a “cancel if not filled within x bars”, please let me know. I can do it on a managed order but my method is not working on unmanaged
Beta Was this translation helpful? Give feedback.
All reactions