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 Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    599 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    344 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    558 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    557 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X