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 kinfxhk, 07-14-2026, 09:39 AM
    0 responses
    13 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 10:18 AM
    0 responses
    59 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 09:50 AM
    0 responses
    41 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 07:21 AM
    0 responses
    47 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-11-2026, 02:11 AM
    0 responses
    38 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X