Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

export ninjascript with bollinger

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

    export ninjascript with bollinger

    stumbled onto a possible bug when exporting a strategy that uses bollinger bands ... the work-around is to manually add @bollinger from the system-indicators picklist ... after that ninja is able to automatically recognize other dependencies like @stddev, @ema, @sma, etc.

    just to make sure i wasn't making things up, i opened up the SampleMACrossover, saved it as TestBollinger ... then added this code inside Initialize()
    Code:
    Add(Bollinger(2, 14));
    i saved/compiled it ... removed all the other custom ninjascript indicators and strategies on my machine ... re-compiled the test strat ... attempted export ... same error:
    Code:
    Error compiling export sources: {path} : error CS0103: The name "Bollinger" does not exist in the current context.
    i haven't tested this with any other indicators, but let me know if i can provide any additional info.

    cheers,
    -e

    #2
    Hi e-man, correct if this occurs the solution is to add dependent system indicators manually to the export -

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    78 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    40 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    63 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    63 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    54 views
    0 likes
    Last Post CarlTrading  
    Working...
    X