You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
I just wrote draft version of this trend indicator.
Any improvements, please.
Igor
Hi,
I just wrote draft version of this trend indicator.
Any improvements, please.
IgorNice work igorad!
Igorad
First are you the same iGor and fxIgor that is posting on other forums?
Code Questions;
[*] I beleive you have deviated from the code as posted on page 1 of this thread. Was that your intent?
[*] Why did you divide by points were the original code has multiply by 1000?
and finally
[*] The line of code were your calculating an EMA of the data are you sure that this is the correct method to calculate an EMA? Or Have I mis interperated the code and your evaluating something else?
Thanks for your reply and the code.
The CockeyedCowboy
Hi,
I just wrote draft version of this trend indicator.
Any improvements, please.
IgorHi,
First, I use one name at all forums.
Secondly,my version of the indicator shows a difference between expotential averages from vA and vB plus the smoothed line from this difference.
Thirdly, no problems with Points, you can put any other value.
Fourthly, in books you can find the following formula for EMA:
EMA = ema[1]+2/(1+period)*(value-ema[1]),
value - current value of parameter
ema[1] - previous value of EMA
period - period of EMA
Igor
NewTrend interpretation.........
Hi,
I just wrote draft version of this trend indicator.
Any improvements, please.
IgorHi Igor, hope you reply to this one: I like this Oscillator very much. What are the levels for? Or do you trade this on crossings only? A bit "choppy" but very accurate. Well done.
Hi,
Maybe better ask rogerha because he is the developer of the indicator.
I only have programmed it.
Igor