Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator Plotted Value Report

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Indicator Plotted Value Report

    Currently when backtesting I can only export the execution data of the trade (time, price, ratios etc).

    I need to run additional data analysis on backtested trades outside of NT. However, in order to do this I need the plotted values of all my indicators used in the strategy that would typically show in the data box in addition to the trade execution data.

    Example: If a long trade was entered at xxxx amount at xxx time, I also need the plotted value of say the ATR value used in the strategy at the time of entry and exit along with the values of any other indicators used.

    Is there a way to run /export one report that includes the indicators plotted values and executed trade data?
    Last edited by tjfintrade; 11-23-2023, 06:11 AM.

    #2
    Hello tjfintrade,

    To do that you would need to write your own data to file by using a C# streamwriter. In your conditions to trade you could collect any data you need such as indicator values and then write that to a file. Keep in mind this will not work for optimizations because multiple tests are run in parallel and multiple scripts cannot access the same file at the same time. For an optimization you would need to make a unique filename for each optimization iteration to avoid that.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    91 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    137 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    121 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    72 views
    0 likes
    Last Post PaulMohn  
    Working...
    X