Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Parameter value showing as 1 in Backtest menu

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

    Parameter value showing as 1 in Backtest menu

    Hi,

    I have added a new parameter which takes values less than 1. However when I open the strategy in the Strategy Analyzer, under the BackTest pop out menu the parameter is shown as taking the value 1? For example, the default value for myParam = 0.15 in my strategy code but myParam displays as 1 under BackTest? myParam is a double and the strategy appears to be using 1 in the backtest instead of 0.15.

    Is there a reason for this?

    Thanks,
    darmbk.

    ANSWERED
    I was using set{ myParam = Math.Max(1, value);} under Properties. I have changed this to just value as I want values less than 1!
    Last edited by darmbk; 07-03-2013, 12:06 PM.

    #2
    ANSWERED
    I was using set{ myParam = Math.Max(1, value);} under Properties. I have changed this to just value as I want values less than 1!

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    88 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    48 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    30 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    34 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    68 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X