NinjaTrader 8 Engulfing Order Buttons
Budget: $30 – $250 USD
I need a light-weight NinjaTrader 8 add-on that adds two custom on and off buttons—Buy and Sell—directly inside the Chart Trader panel. the script should watch the very next candlestick and, if that bar is an Engulfing pattern, fire an immediate market order in the selected direction without asking for confirmation. No additional filters such as trend or volume are required.
The BUY button should open a Buy order upon an UP engulfing bar - meaning the 1st bar that closes higher then the prevous bar.
And the SELL button should open a Sell order upon a DOWN engulfing bar - meaning the 1st bar that closes lower then the prevous bar !
The buttons should be light colored buttons, and upon clicking any of these buttons the color of that button should change to a darker color.
Every click in of the button should be valid for only one trade, once an order has been excuted no more orders should open - upon another engulifing bar - unless the button is clicked again.
Deliverables
• NT8 script (source and compiled) that injects the buttons into Chart Trader
• Reliable detection of a standard Engulfing bar (outside bar that fully engulfs the previous candle’s body)
• Instant market order placement once the pattern appears, otherwise the request simply waits for the next qualifying bar
• Clean, commented code so I can adjust the logic later if needed
Please keep the solution as simple and efficient as possible—no extra dialogs, visuals, or parameters beyond what is outlined.
The BUY button should open a Buy order upon an UP engulfing bar - meaning the 1st bar that closes higher then the prevous bar.
And the SELL button should open a Sell order upon a DOWN engulfing bar - meaning the 1st bar that closes lower then the prevous bar !
The buttons should be light colored buttons, and upon clicking any of these buttons the color of that button should change to a darker color.
Every click in of the button should be valid for only one trade, once an order has been excuted no more orders should open - upon another engulifing bar - unless the button is clicked again.
Deliverables
• NT8 script (source and compiled) that injects the buttons into Chart Trader
• Reliable detection of a standard Engulfing bar (outside bar that fully engulfs the previous candle’s body)
• Instant market order placement once the pattern appears, otherwise the request simply waits for the next qualifying bar
• Clean, commented code so I can adjust the logic later if needed
Please keep the solution as simple and efficient as possible—no extra dialogs, visuals, or parameters beyond what is outlined.