Project Description
I have sketched out the maths for a position-sizing tool and now I need it coded as a NinjaTrader 8 indicator in NinjaScript. The calculation relies on two inputs: the platform’s native Average True Range (ATR) plus my own custom-formulated ratios. Once coded, the study should display both a clear on-chart overlay and matching numerical read-outs that tell me:
• the real-time dollar risk per trade based on ATR
• how many contracts I should take after I type in the amount I’m willing to risk
No email or in-app alerts are required; a clean chart plot and a small numerical panel are enough.
I will hand over the exact formula, sample screenshots and test values so you can validate the output. The final deliverable is a compiled .dll and the original .cs source, ready to import, along with a short note explaining the user-defined parameters.