NinjaTrader Reversal Pattern Upgrade
Budget: €30 – €250 EUR
My current NinjaTrader 8 strategy already spots a proprietary candle-based reversal, but I need the detection logic modernised so that key thresholds can be tweaked from the strategy parameters window instead of being hard-coded. The core pattern itself stays the same; the improvement lies in making its criteria truly adjustable without compromising speed or stability.
Here is what must be added or refined:
• Candle size filter – expose min/max size as editable inputs so I can fine-tune aggressiveness on different charts.
• Volume threshold – make the minimum volume that validates a reversal user-configurable, again through the standard strategy properties.
• Clean integration – default values should replicate today’s behaviour, compile without warnings, and run on any instrument or timeframe I throw at it.
Please keep the code commented, observe NinjaScript best practices, and avoid breaking any existing order-handling routines. A quick walk-through or short README showing where the new variables live and how they influence the pattern will round out the delivery.
Here is what must be added or refined:
• Candle size filter – expose min/max size as editable inputs so I can fine-tune aggressiveness on different charts.
• Volume threshold – make the minimum volume that validates a reversal user-configurable, again through the standard strategy properties.
• Clean integration – default values should replicate today’s behaviour, compile without warnings, and run on any instrument or timeframe I throw at it.
Please keep the code commented, observe NinjaScript best practices, and avoid breaking any existing order-handling routines. A quick walk-through or short README showing where the new variables live and how they influence the pattern will round out the delivery.