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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    648 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    369 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    572 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X