View Single Post
  #2 (permalink)  
Old 10-29-2006, 09:45 AM
raff1410's Avatar
raff1410 raff1410 is offline
Senior Member
 
Join Date: May 2006
Location: 24°10' E 54°24' N
Posts: 201
raff1410 is on a distinguished road
Question

Is this the correct one?

Raff

Quote:
Originally Posted by fx_ninja
I have a profitable system but it's manual at this point. I am very willing and able to automate it, but need a bit of help on the indicators and thought it might just be easiest to ask.

I am in need of the following indicators:

Accumulation Swing Index.
Calculation


SI (i) = 50 * (CLOSE (i - 1) - CLOSE (i) + 0,5
(CLOSE (i - 1) - OPEN (i - 1)) + 0,25 (CLOSE (i) - OPEN (i))/R) *
(K/T)
ASI (i) = SI (i - 1) + SI (i)


Where:
SI (i) - the instantaneous value of the technical indicator Swing Index;
SI (i - 1) - the value of the technical indicator Swing Index on the previous bar;
CLOSE (i) - the current price of closing;
CLOSE (i - 1) - the previous price of closing;
OPEN (i) - the current price of discovery;
OPEN (i - 1) - the previous price of discovery;
R - parameter, designed by the complex formula on the basis of the relationship between today's price of closforecxforex-ing and yesterday's maximum and minimum;
K - greatest of two velechin: (HIGH (i - 1) - CLOSE (i)) and (LOW (i - 1) - CLOSE (i));
T - maximum permissible price change in the course of commercial session;
ASI (i) - the instantaneous value of indicator Accumulation Swing Index.


I am also looking for the Chande Momentum Oscillator, Chandes' QStick, and Commodity Selection Index.

I would be very appreciative of anyone who could help and will develop the EA here for everyone to use.
Attached Files
File Type: mq4 SI.mq4 (2.7 KB, 894 views)
__________________
Reply With Quote