Exponential Smoothing with Trend Adjustment

Here you can post and download custom indicators. PLEASE: Do not start topics unless you are posting your own indicator, they will be moved to appropriate section even if you do.

Moderator: admin

Exponential Smoothing with Trend Adjustment

Postby Apprentice » Wed Sep 26, 2012 9:01 am

ESWTA.png

ES[period] = Alfa* Close[period-1]+(1-Alfa)*(Forecast[period-1]+Trend[period-1]);
Trend[period]=Beta*(Forecast[period]-Forecast[period-1])+(1-Beta)*Trend[period-1];
EMA with Trend Adjustment.lua
(3.21 KiB) Downloaded 805 times


The indicator was revised and updated
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36435
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Exponential Smoothing with Trend Adjustment

Postby Alexander.Gettinger » Mon Oct 27, 2014 10:56 am

MQL4 version of indicator: viewtopic.php?f=38&t=61387.
Alexander.Gettinger
FXCodeBase: Confirmed User
 
Posts: 3785
Joined: Wed Mar 31, 2010 9:40 pm
Location: Russia, Omsk



Return to Custom Indicators

Who is online

Users browsing this forum: Google [Bot] and 73 guests