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 rhyminkevin, Today, 04:58 PM
    1 response
    37 views
    0 likes
    Last Post Anfedport  
    Started by iceman2018, Today, 05:07 PM
    0 responses
    5 views
    0 likes
    Last Post iceman2018  
    Started by lightsun47, Today, 03:51 PM
    0 responses
    7 views
    0 likes
    Last Post lightsun47  
    Started by 00nevest, Today, 02:27 PM
    1 response
    14 views
    0 likes
    Last Post 00nevest  
    Started by futtrader, 04-21-2024, 01:50 AM
    4 responses
    49 views
    0 likes
    Last Post futtrader  
    Working...
    X