NinjaTrader Strategy
Budget: $10 – $30 CAD
Hi there, I am looking to code a script in Ninjatrader.
● Strategy will take a buy and sell order signal from SQL table Signals
● Script will look for unprocessed records in the SQL table Signals (records that have a null value for the SignalPlacedTime)
● Position size will be determined based on the value in the SQL table SignalProviders.PositionSizePercent
● StopLoss and Targets are collected from the SignalProviders.StopLoss and SignalProviders.TakeProfit
Thank you
● Strategy will take a buy and sell order signal from SQL table Signals
● Script will look for unprocessed records in the SQL table Signals (records that have a null value for the SignalPlacedTime)
● Position size will be determined based on the value in the SQL table SignalProviders.PositionSizePercent
● StopLoss and Targets are collected from the SignalProviders.StopLoss and SignalProviders.TakeProfit
Thank you