Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

A couple basic questions about Strategy vs Indicator

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

    A couple basic questions about Strategy vs Indicator

    I have programmed a number of Indicators in NT8, but this will be my first Strategy. I want to make sure I start in the right direction.

    I have an Indicator that gives me a trade signal that I want to automate into an order. I assume this is best done by a Strategy calling the Indicator for the signal, Correct?

    I also will be placing manual trades. I want to make sure that if I am in a trade, the Strategy doesn't open a new trade. Can a Strategy look at my account for open orders if a trade was placed manually?

    thanks




    #2
    Hello cre8able,

    Thank you for your post.

    Yes, you can call your indicator within your strategy for the signal.

    PositionAccount.MarketPosition can be used to check what the market position is for the account the strategy is running on. You can use this check in your condition for entry.

    PositionAccount - https://ninjatrader.com/support/help...ionaccount.htm


    Position.MarketPosition can be used to check the market position of the strategy.

    MarketPosition - https://ninjatrader.com/support/help...etposition.htm


    Note: Strategy positions are separate from actual Account positions. Please see the Help Guide link below which explains this in detail:
    https://ninjatrader.com/support/help..._account_p.htm

    Please let me know if you have any other questions.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    50 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    126 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    69 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    42 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X