Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Optimization problem

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

    Optimization problem

    Strategy Analyzer is not incrementing time as expected? I am setting BeginMIN to 0:45:15 in Optimizer, trying to test my strategy at different time intervals. Attachment shows it is stuck at 7:00.

    privateint beginHR = 7;
    privateint beginMIN = 0;
    privateint endHR = 16;
    privateint endMIN = 0;

    if
    (ToTime(Time[0]) >= ToTime(beginHR,beginMIN, 0)
    && ToTime(Time[
    0]) <= ToTime(endHR, endMIN, 0))
    {
    EnterShort(
    "");
    }
    Attached Files

    #2
    Hello maxsys,

    Thank you for your post.

    Please provide a screenshot of the Optimization parameters as you set them before running the test.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by samish18, 04-17-2024, 08:57 AM
    22 responses
    107 views
    0 likes
    Last Post samish18  
    Started by Ashkam, 04-29-2024, 09:28 AM
    2 responses
    26 views
    0 likes
    Last Post Ashkam
    by Ashkam
     
    Started by Felix Reichert, 04-26-2024, 02:12 PM
    6 responses
    41 views
    0 likes
    Last Post Felix Reichert  
    Started by MrForgetful, Today, 01:28 AM
    3 responses
    21 views
    0 likes
    Last Post NinjaTrader_Zachary  
    Started by cmtjoancolmenero, 04-29-2024, 03:40 PM
    16 responses
    51 views
    0 likes
    Last Post cmtjoancolmenero  
    Working...
    X