![]() |
|
|||||||
| Indicator Development Support for the development of custom indicators using NinjaScript. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Member
Join Date: Jun 2007
Posts: 50
Thanks: 0
Thanked 0 times in 0 posts
|
here is the easy language:
variables: F1( 0 ), F2( 0 ), ADA( 0 ), F3( 0 ); F1 = LWAccDis - LWAccDis[1]; F2 = @XAverage(F1,14); ADA = @XAverage(F2,7); F3 = 0; Plot1( ADA, "ADA" ) ; Plot2(F3); |
|
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Accumulation/Distribution (AD) | grav_rat | Indicator Development | 3 | 02-21-2010 02:50 PM |
| Help converting EL to Ninja | chartlearner | General Programming | 2 | 12-11-2008 01:20 PM |
| Is there a NS equivalent to BigPointValue in EL? | Elliott Wave | General Programming | 3 | 11-25-2008 08:13 PM |
| Overlaying/rescaling Stochastics on Accelerator Oscillator | jeremymgp | Strategy Development | 1 | 03-07-2008 11:33 PM |
| DLL Creation, Testing, and Distribution | whitmark | Indicator Development | 1 | 04-02-2007 01:24 AM |