Need NinjaTrader 8 Strategy To write on MySQL DB
Budget: $30 – $250 USD
Hello Guys,
I need a NT8 strategy that writes down 4 things about my trade.
When I open a trade, I want the strategy to write on DB these info :
Market | Quantity | Entry Price | Side
eg: ES | 1 | 4500.25 | BUY
If I open another trade, it will add a second row on table, for example GOLD, it will be something like this :
ES | 1 | 4500.25 | BUY
GC | 2 | 1750.2 | SELL
Then if I close one of them, all values should be replaced by "nothing" for example if I close the first one it will look something like :
nothing | nothing | nothing | nothing
GC | 2 | 1750.2 | SELL
Thank you
I need a NT8 strategy that writes down 4 things about my trade.
When I open a trade, I want the strategy to write on DB these info :
Market | Quantity | Entry Price | Side
eg: ES | 1 | 4500.25 | BUY
If I open another trade, it will add a second row on table, for example GOLD, it will be something like this :
ES | 1 | 4500.25 | BUY
GC | 2 | 1750.2 | SELL
Then if I close one of them, all values should be replaced by "nothing" for example if I close the first one it will look something like :
nothing | nothing | nothing | nothing
GC | 2 | 1750.2 | SELL
Thank you