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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    78 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    40 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    63 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    63 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    54 views
    0 likes
    Last Post CarlTrading  
    Working...
    X