Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Entry price in StrategyBuilder

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

    Entry price in StrategyBuilder

    Is it possible to get exact entry price in StrategyBuilder?
    I did not find it, but it would be very useful to set a StopLoss exactly from the entry price of a position.

    #2
    Hello,

    Thanks for your post.

    The entry price can be found in the condition builder strategy folder and is called "average position price". Please note that this would not be available until the position is updated, so you can check for the position by using the strategy folders "Current market position".

    When you enter an order, it has to be transmitted to the exchange, received, processed and acknowledged before the MarketPosition is updated from Flat to Long or Short and this is why you need to check that the market position is long or short before checking the average position price as otherwise if average position price is checked wthout checking that you are long or short, the price may return as zero.

    Reference: http://ninjatrader.com/support/helpG...rticalline.htm (please see: How to create market position comparisons)

    Please note that you would not be able to use this in the SetStopLoss() method in the strategy builder as the Set methods are created at the start of the strategy and cannot be dynamically updated during the run time.
    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mestor, 03-10-2023, 01:50 AM
    15 responses
    378 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by samish18, Yesterday, 08:57 AM
    10 responses
    27 views
    0 likes
    Last Post samish18  
    Started by matty89, 03-02-2020, 08:31 AM
    34 responses
    3,039 views
    1 like
    Last Post NinjaTrader_BrandonH  
    Started by kujista, Today, 05:44 AM
    3 responses
    13 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by samish18, Today, 08:31 AM
    0 responses
    0 views
    0 likes
    Last Post samish18  
    Working...
    X