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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    90 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    137 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    120 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    72 views
    0 likes
    Last Post PaulMohn  
    Working...
    X