Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

prevent duplication

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

    prevent duplication

    I wrote a indicator that would do a bunch of calculation plus notifications based on the calculation. this is plotted on my chart now. I want to call this indicator from my strategy and want to avoid the duplication especially the notification part. how can tell my indicator if its called as part of a strategy so I can avoid the notification section of the code

    #2
    Hello,

    Likely a Bool property to turn on or off the section of code would be the easiest approach. Using a bool public property would add an additional overload to the indicator indicatorName(false)

    You can find a sample of adding a user input here: http://ninjatrader.com/support/forum...ead.php?t=5782

    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by junkone, Today, 11:37 AM
    1 response
    9 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by frankthearm, Yesterday, 09:08 AM
    11 responses
    41 views
    0 likes
    Last Post frankthearm  
    Started by quantismo, 04-17-2024, 05:13 PM
    5 responses
    35 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by proptrade13, Today, 11:06 AM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Started by love2code2trade, 04-17-2024, 01:45 PM
    4 responses
    35 views
    0 likes
    Last Post love2code2trade  
    Working...
    X