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.
    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by zstheorist, Today, 07:52 PM
    0 responses
    3 views
    0 likes
    Last Post zstheorist  
    Started by pmachiraju, 11-01-2023, 04:46 AM
    8 responses
    149 views
    0 likes
    Last Post rehmans
    by rehmans
     
    Started by mattbsea, Today, 05:44 PM
    0 responses
    5 views
    0 likes
    Last Post mattbsea  
    Started by RideMe, 04-07-2024, 04:54 PM
    6 responses
    33 views
    0 likes
    Last Post RideMe
    by RideMe
     
    Started by tkaboris, Today, 05:13 PM
    0 responses
    5 views
    0 likes
    Last Post tkaboris  
    Working...
    X