Page 1 of 1

MBKAsctrend3 indicator

PostPosted: Sun Dec 25, 2011 2:20 pm
by Alexander.Gettinger
This indicator is a ported MQL5 indicator from http://www.mql5.com/ru/code/775 (in Russian).

The indicator shows the dots where trend[i] not equal trend[i-1], where
trend=1, if WPRvalue>UpLevel and WPRlong>=Up1Level and
trend=-1, if WPRvalue<DnLevel and WPRlong<=Dn1Level,
WPRvalue=W1*WPR(WPR_Period1)+W2*WPR(WPR_Period2)+W3*WPR(WPR_Period3).

MBKAsctrend3.png


Download:
MBKAsctrend3.lua
(4.1 KiB) Downloaded 858 times

Re: MBKAsctrend3 indicator

PostPosted: Mon Dec 26, 2011 7:06 am
by Alexander.Gettinger
Strategy based on MBKAsctrend3 indicator : viewtopic.php?f=31&t=10449

Re: MBKAsctrend3 indicator

PostPosted: Tue Mar 13, 2018 11:17 am
by Apprentice
The Indicator was revised and updated.