Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Simple Entry for Testing

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

    Simple Entry for Testing

    I'm just getting started creating strategies. I was trying to write an entry that would get hit very quickly to help speed up my learning curve. That way I can play with writing profit target and stop loss code and get an idea of what is happening. The entry code I wrote for a Long is
    close[0] > close[1]
    Which I read as if the current close is greater than the previous close, then I have LongEntry().
    Shouldn't this get filled almost immediately after closing a position?

    Thanks, Tim

    #2
    Tim, welcome to our forums - it would trigger immediately for an uptick in realtime if you used the strategy with CalculateOnBarClose = false -



    In backtesting this is always set to 'true', as the indicator formation is not known, thus the condition would generate a long entry for each up bar according to your definition.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    87 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    47 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    66 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    69 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    59 views
    0 likes
    Last Post CarlTrading  
    Working...
    X