Stock Portfolio Organizer

The ultimate porfolio management solution.

Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

Auto-adaptive Ergotic Candlestick Oscillator for Metastock
kelvinhand
about 11 years ago
Metastock

Rating:
3 / 5 (Votes 3)
Tags:
metastock, oscillator

Search web and did not find where this indicator come from.
So serve as a record.

Similar Indicators / Formulas

Rate of Change Since a Specific Date
Submitted by star123 over 13 years ago
Guppy MMA Divergence Oscillator
Submitted by kaiji about 14 years ago
Psychological Index
Submitted by chsmcp almost 14 years ago
MA Oscillator
Submitted by pradeep over 13 years ago
3-10 Oscillator
Submitted by mayurs over 11 years ago
Bull and Bear Balance Indicator
Submitted by kaiji about 14 years ago

Indicator / Formula

Copy & Paste Friendly
LE:=Input("LENGHT",1,200,14);
Esp:=Input("Exponent",1,200,5);
VRB:= Abs( Stoch(LE,1)-50)/50;

MEsp:=2/(Esp+1);

CaMe1:=If(Cum(1)<=((Le+Esp)*2),C-O,PREV+MEsp*VRB*((C-O)-PREV));
CaMe2:=If(Cum(1)<=((Le+Esp)*2),H-L,PREV+MEsp*VRB*((H-L)-PREV));
CaMe11:=If(Cum(1)<=((Le+Esp)*2),CaMe1,PREV+MEsp*VRB*(CaMe1-PREV));
CaMe22:=If(Cum(1)<=((Le+Esp)*2),CaMe2,PREV+MEsp*VRB*(CaMe2-PREV));
ECO:=CaMe11/CaMe22*100;

ECO;
0

1 comments

1. manyish

IT GIVES ERROR WHILE COMPLIING

Leave Comment

Please login here to leave a comment.

Back