Page 330 of 2026

Re: MT4 Indicator requests and ideas

Posted: Tue Apr 24, 2018 5:40 pm
by losajoca
mrtools wrote: Tue Apr 24, 2018 5:23 pm

Added multi symbol capability.
@mrtools
Gratefull. :clap:

Re: MT4 Indicator requests and ideas

Posted: Tue Apr 24, 2018 5:48 pm
by shinnosuke
to mrtools,mladen, mntiwana and all other master that i can't mention here.
i've found a screen shot of a strategy that i think it's a good one. but i can't find what are the indicators, is there anyone here maybe know this trading system? kind a share please. thank you. best regards.

Re: MT4 Indicator requests and ideas

Posted: Tue Apr 24, 2018 6:41 pm
by mntiwana
mrtools wrote: Tue Apr 24, 2018 5:23 pm

Added multi symbol capability.
Dearest Mrtools
Too much appreciations for so enough extensions :)
a little favor more plz - Unique ID
regards

Re: MT4 Indicator requests and ideas

Posted: Tue Apr 24, 2018 6:45 pm
by mntiwana
shinnosuke wrote: Tue Apr 24, 2018 5:48 pm to mrtools,mladen, mntiwana and all other master that i can't mention here.
i've found a screen shot of a strategy that i think it's a good one. but i can't find what are the indicators, is there anyone here maybe know this trading system? kind a share please. thank you.
scalping.jpg
best regards.
Hi guys
Please try to post your queries within belonging threads - for example here
viewtopic.php?p=1295351356#p1295351356
(shinnosuke case)

Re: MT4 Indicator requests and ideas

Posted: Tue Apr 24, 2018 6:49 pm
by mntiwana
denicalcio wrote: Tue Apr 24, 2018 3:33 pm can someone help me,
I really like this indicator
Help what ?

Re: MT4 Indicator requests and ideas

Posted: Tue Apr 24, 2018 6:54 pm
by denicalcio
mntiwana wrote: Tue Apr 24, 2018 6:49 pm

Help what ?

my pc is having problems when I use more than one indicator td cb ssa ep norm index

Re: MT4 Indicator requests and ideas

Posted: Tue Apr 24, 2018 6:58 pm
by mntiwana
denicalcio wrote: Tue Apr 24, 2018 6:54 pm


my pc is having problems when I use more than one indicator td cb ssa ep norm index
It is normal for "EP SSA" - lower number of bars

Re: MT4 Indicator requests and ideas

Posted: Tue Apr 24, 2018 7:01 pm
by moey_dw
mntiwana wrote: Tue Apr 24, 2018 6:49 pm Help what ?
hahahahahahha :lol: :lol:

Re: MT4 Indicator requests and ideas

Posted: Wed Apr 25, 2018 6:15 pm
by Deez
Deez wrote: Mon Apr 23, 2018 8:56 pm Hi MrTools, i Have a big favor to ask if you will accommodate me,

Please could you change the way this indi arrows and alerts :

Will it be possible to arrow and alert on specific OB/OS level breaks as in the pic and not on color change?

Your help will be greatly appreciated.
Hi Mrtools..any feedback on this, thanks again.

Re: MT4 Indicator requests and ideas

Posted: Wed Apr 25, 2018 7:17 pm
by ashetty033
ashetty033 wrote: Fri Feb 23, 2018 8:45 pm 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();
Broker_2018-02-23_15-08-30.png
@mrtools @mntiwana @mladen,
Sir.. Please help on the above request?