Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Daily input series in strategy builder not working

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

    Daily input series in strategy builder not working

    Hello, I have a doubt. When I create a strategy with the strategy builder, and I set a condition to filter the trend, like for example:
    Aroon(ES 06-23 (Daily), 14).Up[0] < Aroon(ES 06-23 (Daily), 14).Down[0]
    The strategy doesn't work. I'm able to compile it, but nothing shows and the strategy analyzer shows no trades. No matter what time frame the trades are made.

    If instead of selecting a Daily input I select a minute one, like for example:
    Aroon(ES 06-23 (120 minute), 14).Up[0] < Aroon(ES 06-23 (120 minute), 14).Down[0]
    The strategy does work.

    Do you know why this could be happening?

    #2
    Hello, thanks for writing in. The best method for finding bugs in scripts is to use the Misc>Print method. This will let you print out data from within the Actions and see if your entry signal is becoming true. To print out something on every bar, make a new set with no conditions and only add print for the Actions, whatever you print in that set will print out every bar. This will let you print out the Aroon value ever bar and see why your condition is not becoming true.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    50 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    126 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    69 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    42 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X