NinjaTrader Support Forum  

Go Back   NinjaTrader Support Forum > NinjaScript Development Support > Indicator Development

Indicator Development Support for the development of custom indicators using NinjaScript.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 01-11-2009, 06:36 PM   #1
suedeuno
Member
 
Join Date: Jun 2007
Posts: 50
Thanks: 0
Thanked 0 times in 0 posts
Default how to program Farley's accumulation distribution accelerator? (see EL code)

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);
suedeuno is offline  
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -6. The time now is 01:12 AM.