Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Generate stats with Strategy Analyzer

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

    Generate stats with Strategy Analyzer

    Instead of developing a strategy, I would like to generate stats by analyzing the market with historic data.
    For example, by running through the strategy analyzer, I figured out the # of times daily bars touch the following price - $100, $110, $120, $130, ..., $200
    And I want to print the stats out in a histogram. The x axes would show the prices, and the histogram would show the # of times those prices were touched.
    How could I accomplish this?
    Thanks!

    #2
    Probably easiest for your histogram to be generated by an external program such as MS Excel or MS Access.

    For example, I wanted to replace the Optimizer's analysis with my own. So at the end of my Strategy, if a trade has occurred during optimization, I append the trade's related info to file. When the Optimizer finished, I am left with files that contain info for all trades that happened during the Optimizer run, which I then import into MS Access for futher analysis.

    To do this, create a Strategy that organizes your data into tab-delimited text strings. Define events in the Strategy that will append those text strings to file. Each file should be uniquely named based on what is being gathered.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    602 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    347 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    559 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    558 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X