Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NinjaScript - Adding 3rd Party indicator ninjascript code

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

    NinjaScript - Adding 3rd Party indicator ninjascript code

    Greetings traders and programmers, I downloaded for nt8 ecosystem( Fair Value Gap (ICT) v0.0.3.0) it will be attached.

    Im not really experienced programming by myself code, im a trader, but i have programmed using StrategyBuilder. My Current issue is im trying to develop a strategy which uses the indicator i mentioned above and im having a really hard time figuring out by myself how to add it to the code strategy as it is not available as an option in StrategyBuilder Indicators.

    If someone can help showing me how to add it to code it would be really helpful!

    Also please let me know why indicator isnt accesible through nt8 strategy builder and how could this be fixed or if it is even programmable on a ninjascript strategy.

    Thanks!
    Attached Files
    Last edited by joanvanbeek9; 07-23-2024, 07:01 PM.

    #2
    Hello joanvanbeek9,

    Thank you for your post.

    Indicators will only be accessible in the Strategy Builder if the indicator contains a plot and a value is assigned to that plot. The Strategy Builder would then be able to access that plot's value in the Conditions and Actions screen.

    The AddPlot() method can be used to add a plot to the script. Then, you could assign a value to that plot by calling Value[0] = 'x', where x is the value you are assigning.

    See this help guide page for more information about AddPlot() and sample code: https://ninjatrader.com/support/help...t8/addplot.htm

    Please let me know if I may assist further.​

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    87 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    128 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    65 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    117 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    67 views
    0 likes
    Last Post PaulMohn  
    Working...
    X