Page 892 of 2170

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 29, 2020 3:18 am
by Daim2574
pacois wrote: Sun Mar 29, 2020 2:48 am

Hi, what's so special about the ICC you want? Thanks.
I liked its oscillator form as it shows precise entries at zero crossings ;)

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 29, 2020 3:53 am
by Black Sheep
Hi,

I have been using MT4 recently, and I am not a coder, I think I am in need of some help, I would like to understand if the following attached indicators repaint. Also, can I use a .ex4 file to create an automated strategy?

For example, could I use the stepma averages 4.7 mtf.ex4 to create a strategy or do I need the file in format .mq4?

Thank you,

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 29, 2020 6:00 am
by levchuk
what about the new indicator released from iq option Chande forecaster oscillator, we had an mt4 version???

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 29, 2020 7:26 am
by packwarrior
Hello to all the coders out here,

I've been searching all over the internet and just couldn't find it, maybe someone here can help me out.
I am looking for a simple indicator that would plot an arrow, when the difference between
SMA (close) and SMA (median) would be greater than 'x' number of pips.
'x' number of pips should be a parameter.
Down arrow is plotted when SMA (close) is above SMA (median) on the current candle.
Up arrow is plotted when SMA (close) is below SMA (median) on the current candle.

If possible one more additional parameter would be 'x' number of candles before next signal,
meaning, indicator plots the next arrow after 'x' bars

Shouldn't be too complicate to code this...if anybody could help I would really appreciate it.

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 29, 2020 8:43 am
by ehtisham.ij
First of all thank you so much for usual generous support always.

Can you please make a Multipair Dashboard that gives signal when RSI cross Simple Moving Average on a certain Time Frame at any Currency pair. Attached is RSI MA cross alert Indicator if it may help.

Thank you very much.

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 29, 2020 11:40 am
by Vere
mrtools wrote: Sat Mar 28, 2020 6:06 am

Added the alerts, double smoothing, and filtering options, about the lightest haven't really checked cpu wise but would imagine they are pretty close to each other.
mrtools,
THX for adding the alert on averages candle,

for no2 request can you plzz also add alert??

THX,
vere

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 29, 2020 12:52 pm
by mrtools
Daim2574 wrote: Sun Mar 29, 2020 1:51 am

Dear mrtools... could this indicator on TradingView be coded in mt4?.. thanks so much

https://www.tradingview.com/script/sT01 ... trend-CCI/
Try this one, not totally sure if it's the same, and from my understanding it's a on chart version.

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 29, 2020 12:59 pm
by mrtools
Vere wrote: Sun Mar 29, 2020 11:40 am

mrtools,
THX for adding the alert on averages candle,

for no2 request can you plzz also add alert??

THX,
vere
For the averages gmma I don't have the ode.

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 29, 2020 1:00 pm
by mrtools
squalouco wrote: Sun Mar 29, 2020 3:53 am Hi,

I have been using MT4 recently, and I am not a coder, I think I am in need of some help, I would like to understand if the following attached indicators repaint. Also, can I use a .ex4 file to create an automated strategy?

For example, could I use the stepma averages 4.7 mtf.ex4 to create a strategy or do I need the file in format .mq4?

Thank you,
No repaint, yes you can create an automated strategy using ex4.

Re: MT4 Indicator requests and ideas

Posted: Sun Mar 29, 2020 1:24 pm
by Black Sheep
mrtools wrote: Sun Mar 29, 2020 1:00 pm

No repaint, yes you can create an automated strategy using ex4.
Thank you Mr Tools.