Re: MT4 Indicator requests and ideas

2982
Holmes27 wrote: Fri Feb 23, 2018 12:59 am Hello Mladen and Team

Could the attached Mladen's Holt Double Exponential Smoothing Trend MTF indicator (in screenshot 1) please be made into a four colour version, like the MACD OSMA (in screenshot 2)?

I would really appreciate it if you would please help.

With thanks

Holmes27
Made it into a 4 color version.
These users thanked the author mrtools for the post (total 4):
Jimmy, fundamental, Lodi, Jedidiah

Re: MT4 Indicator requests and ideas

2984
Mrtools Sir,

Could you please create an indicator for the following condition :
Custom Range Breakout
Selects the no. of bars given as input..
Calculates high and low(range) of the selected no. of bars and plots it for the selected period..

Here is the code in Amibroker:

Code: Select all

_SECTION_BEGIN(" CRB ");
nd=Hour() != Ref(Hour(), -1);
x = 5;
crbh = ValueWhen(nd,Ref(HHV(H,x),-1));
crbl = ValueWhen(nd,Ref(LLV(L,x),-1));
Plot(crbh,"",colorBlack,stylenoreScale|styleNoLabel);
Plot(crbL,"",colorBlack,stylenoreScale|styleNoLabel);
PlotOHLC(crbl,crbh,crbl,crbl,"",ParamColor("CRB col",colorPaleBlue),stylenoreScale|styleNoLabel|styleCloud,0,0,0,-6);
_SECTION_END();
These users thanked the author ashetty033 for the post:
moey_dw
Your dedication to the craft of trading is constantly tested by the demons of fear and greed


Re: MT4 Indicator requests and ideas

2986
Yuvrajjj wrote: Thu Feb 01, 2018 3:23 am

precisely what I was lookin, thanks buddy! :)

lemme illustrate how to to read these modified range bars, volume on bars C & D are high with slightly less on bar D but there's negligible downward progress on bar D as compared to bar C. it is evident on Pacois' modified indicator (bottom window). This implies there was heavy buying on bar D.
Pacois, can you give the new range indicator. It´s very interesant for me. Thanks

Re: MT4 Indicator requests and ideas

2988
hi Mr.Tools
an interesting indicator ! but is commerical .. is the smiliar available in our forum... :)
eatures:
>>>>>>>
the signals are given on "Pin Bars", which indicate a trend reversal
with the help of the filters, only the best "Pin Bars" are selected for the signals
does not redraw on closed bars
optimum operation algorithm, therefore the terminal does not "freeze"

Sell signals only appear above the МА ± ATR×Coeff channel, and the buy signals occur only below the МА ± ATR×Coeff channel


Input Parameters:

Filter 1: Maximum of Bars - signal "Pin Bar', must be the extremum for the specified amount of bars
Filter 2: MA Period - МА period for the channel calculation
Filter 2: ATR Period - the Average True Range indicator period for the channel calculation
Filter 2: ATR Coeff - ATR value multiplier for the channel width correction
Attachments
"There is NO GOD higher than TRUTH" - Mahatma Gandhi

Re: MT4 Indicator requests and ideas

2990
sal wrote: Sat Feb 24, 2018 2:46 am hi Mr.Tools
an interesting indicator ! but is commerical .. is the smiliar available in our forum... :)
eatures:
>>>>>>>
the signals are given on "Pin Bars", which indicate a trend reversal
with the help of the filters, only the best "Pin Bars" are selected for the signals
does not redraw on closed bars
optimum operation algorithm, therefore the terminal does not "freeze"

Sell signals only appear above the МА ± ATR×Coeff channel, and the buy signals occur only below the МА ± ATR×Coeff channel


Input Parameters:

Filter 1: Maximum of Bars - signal "Pin Bar', must be the extremum for the specified amount of bars
Filter 2: MA Period - МА period for the channel calculation
Filter 2: ATR Period - the Average True Range indicator period for the channel calculation
Filter 2: ATR Coeff - ATR value multiplier for the channel width correction
Would need to know what other filters they use for the pin bars.


Who is online

Users browsing this forum: ChatGPT [Bot], IBM oBot [Bot], kvak, mrtools, thomdel, Yandex [Bot] and 30 guests