Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Custom indicator in strategy - error onbarupdate

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

    Custom indicator in strategy - error onbarupdate

    Hello,
    I have only basic programming skills, but browsing the online manual i found a way to measure the slope angle of a indicator (EMA). Its only one row of code and when i run it on any chart it works fine, i can see the digits in the Output. However when i try to include it in a strategy (which also works fine standalone) i receive error:

    "Strategy 'GameOverTest': Error on calling 'OnBarUpdate' method on bar 16: Index was outside the bounds of the array."

    I guess this is happening, because when i run the indicator alone it will calculate and return in the Output window a lot of digits (i can presume it calculates everything from the beginnig of the chart). I dont need this, i only need the last digit. How can i achieve this?

    The indicator:

    double angle = (Math.Atan(Slope(EMA(25), 5, 0))*18000/Math.PI);
    Print (angle);

    Best regards,
    Hristo

    #2
    Hello Hristo,

    Thanks for opening the thread.

    I am noticing the same behavior on my end when calling an indicator that contains an indicator from a strategy.

    I will be looking into this further and will provide a complete answer of my findings.

    EDIT:

    Upon further investigation, it looks like the indicator being called is creating an issue because it is not setting a plot value. You can work around this issue by adding a plot and setting its value to something.

    Attached is an example strategy for demonstration.

    Thanks in advance for your patience.
    Attached Files
    Last edited by NinjaTrader_Jim; 07-06-2017, 01:30 PM.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    53 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    130 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    70 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    44 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X