I liked its oscillator form as it shows precise entries at zero crossings
Re: MT4 Indicator requests and ideas
8912Hi,
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,
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,
Like the quote attributed to Bohr says, “It is difficult to make predictions, especially about the future.”
Re: MT4 Indicator requests and ideas
8913what about the new indicator released from iq option Chande forecaster oscillator, we had an mt4 version???
Re: MT4 Indicator requests and ideas
8914Hello 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.
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
8915First 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.
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
8916mrtools,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.
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
8917Try this one, not totally sure if it's the same, and from my understanding it's a on chart version.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/
Re: MT4 Indicator requests and ideas
8918For the averages gmma I don't have the ode.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
Re: MT4 Indicator requests and ideas
8919No repaint, yes you can create an automated strategy using ex4.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,
Re: MT4 Indicator requests and ideas
8920Thank you Mr Tools.mrtools wrote: Sun Mar 29, 2020 1:00 pm
No repaint, yes you can create an automated strategy using ex4.
Like the quote attributed to Bohr says, “It is difficult to make predictions, especially about the future.”