View Single Post
  #1 (permalink)  
Old 10-28-2006, 07:17 PM
fx_ninja fx_ninja is offline
Junior Member
 
Join Date: Aug 2006
Posts: 5
fx_ninja is on a distinguished road
Indicator Requests for EA.

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.
Reply With Quote