|
Duxx
 Elite
       Posts: 881
Joined: 2/18/2009
User Profile |
Can we add the ability to choose to not plot the indicator when a system is selected?
Thx
|
|
Barry Cohen
 Idol
    Posts: 2305
Joined: 1/1/1900
User Profile |
The system will plot the indicator only if it's coded to do so.
|
|
Duxx
 Elite
       Posts: 881
Joined: 2/18/2009
User Profile |
Yes, understand. But on the systmes from Nirvana. Is there a way i can chose not to plot the indicator and just get the signals?
|
|
Jim Dean
 Sage
       Posts: 3433
Joined: 3/13/2006
Location: L'ville, GA
User Profile |
In theory, you could use OLang to “call” the N system - I cannot recall the syntax offhand but that’s a feature N recently implemented.
Create an OLang #System, call the N System, and use OLang to “echo” the called-System’s Signals.
All plotting generated by a “called” routine is ignored - or at least that’s the way it works for called Indicators.
This will get you the signals without the plots.
|