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 kinfxhk, 07-13-2026, 10:18 AM
    0 responses
    33 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 09:50 AM
    0 responses
    29 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 07:21 AM
    0 responses
    36 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-11-2026, 02:11 AM
    0 responses
    33 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    141 views
    0 likes
    Last Post SalmaTrader  
    Working...
    X