Need small NinjaTrader8 Strategy to Write and Read on Database
Budget: $30 – $250 USD
Hello Guys,
This strategy should do the following :
if I open a position, I want this strategy to go and write this position on a database, table should look something like this :
Position_Instrument | Quantity | Entry_Price | Market_Position
ES | 1 | 4500.25 | Long
If I close this position, strategy should go and replace all above values with "null" or "nothing", so the DB will look something like this :
Position_Instrument | Quantity | Entry_Price | Market_Position
NULL | NULL | NULL | NULL
That's it
Thank you
This strategy should do the following :
if I open a position, I want this strategy to go and write this position on a database, table should look something like this :
Position_Instrument | Quantity | Entry_Price | Market_Position
ES | 1 | 4500.25 | Long
If I close this position, strategy should go and replace all above values with "null" or "nothing", so the DB will look something like this :
Position_Instrument | Quantity | Entry_Price | Market_Position
NULL | NULL | NULL | NULL
That's it
Thank you