Develop Ninjatrader Ninjascript Plugin
Project detail
Hello,
I need a plugin for Ninjatrader 8 that can record real-time trade data, and export it automatically to a .CSV file.
For example, when I enter a trade, I need the plugin to record the following:
1. Instrument
2. Market pos. (Buy or Sell)
3. Qty
4. Entry price
5. Exit price
6. Entry time
7. Exit time
8. Profit (+ or -)
9. ATM Profit Target (In Ticks)
10. ATM Stop Loss (In Ticks)
I know most of that information is currently available on Ninjatrader using “Trade Performance”, but I need something that will also record the Profit Target & Stop Loss used for each trade (ATM), and automatically export it to a realtime CSV file without having to generate a report.
The end goal is to have an external software read the .CSV file data. I just need an efficient way to log orders & targets without having to manually enter each one in a spreadsheet.