Page 258 of 389
Re: Moving Average indicators for MT4
Posted: Mon Nov 28, 2022 10:03 am
by kvak
TransparentTrader wrote: Mon Nov 28, 2022 9:28 am
Kvak I have a small question for you.
I was comparing the M1 data feeds for OANDA on MetaTrader 4 vs. TradingView, and it appears the indicator shows up slightly differently in both platforms. See the two pictures below.
Do you notice how in the last few candles, the MT4 version shows a crossover and a change of color whereas no such crossover exists on the TradingView version?
Why is this happening? Is it due to minute differences in price feeds that makes the indicator appear different? Or perhaps the rounding numbers for calculation values are different in TradingView vs. MetaTrader 4?
I have only MT4-5. Dont really know, but try compare some candles whats I marked in your picture....and I see differences, whats maybe make different signals...
Re: Moving Average indicators for MT4
Posted: Mon Nov 28, 2022 10:17 am
by TransparentTrader
kvak wrote: Mon Nov 28, 2022 10:03 am
I have only MT4-5. Dont really know, but try compare some candles whats I marked in your picture....and I see differences, whats maybe make different signals...
Oooooh, good catch! Wasn't looking closely at how some of the candles are just slightly different. I imagine that explains a lot of what I'm seeing.
Thanks for pointing this out.
Re: Moving Average indicators for MT4
Posted: Mon Nov 28, 2022 2:41 pm
by thomdel
kvak wrote: Mon Nov 28, 2022 9:15 am
This is triple averages with levels....
Average of high, low and close is calculated and middle line is colored by direction of this 3 averages.
Respected kvak Sir,
Thanks Again & Again for making these Indicators / mods.
Thanks for Sharing them to all of us.
Thanks for your Generosity.
Thanks a Lot.
Re: Moving Average indicators for MT4
Posted: Mon Nov 28, 2022 5:36 pm
by vvFish
traderduke wrote: Mon Nov 28, 2022 1:37 am
vvfish
could you share your sessions indicator.
thank you
Re: Moving Average indicators for MT4
Posted: Fri Dec 02, 2022 1:06 pm
by aggieman01
Mr.Tools
Can you please add the "Chart to Front" function to Oracle Move Mod(arrows
+alert) indicator once the dot appears? Thank you.
Re: Moving Average indicators for MT4
Posted: Fri Dec 02, 2022 1:35 pm
by mrtools
aggieman01 wrote: Fri Dec 02, 2022 1:06 pm
Mr.Tools
Can you please add the "Chart to Front" function to Oracle Move Mod(arrows
+alert) indicator once the dot appears? Thank you.
Sorry not understanding.
Re: Moving Average indicators for MT4
Posted: Fri Dec 02, 2022 2:27 pm
by aggieman01
mrtools wrote: Fri Dec 02, 2022 1:35 pm
Sorry not understanding.
If you can give me the mq4 file I can code the function. This function helps when you have multiple charts open and once the dot appear it switches to that chart.
Re: Moving Average indicators for MT4
Posted: Sat Dec 03, 2022 4:25 am
by mrtools
aggieman01 wrote: Fri Dec 02, 2022 2:27 pm
If you can give me the mq4 file I can code the function. This function helps when you have multiple charts open and once the dot appear it switches to that chart.
Didn't have the code of that one and not sure why I did it in ex4. anyway, did this version not sure how close to that one it is.
Re: Moving Average indicators for MT4
Posted: Sat Dec 03, 2022 8:34 am
by aggieman01
mrtools wrote: Sat Dec 03, 2022 4:25 am
Didn't have the code of that one and not sure why I did it in ex4. anyway, did this version not sure how close to that one it is.
Ill add the Chart to Front function code and leave in mq4 format so you can see what I added. Thank you.
Re: Moving Average indicators for MT4
Posted: Sat Dec 03, 2022 8:46 am
by aggieman01
Mr.Tools,
Here's the indicator with added chart to front function. Makes it easier when you have multiple pairs charts open and this function will move your chart to front that has the current arrow formed upon candle close. Thank you for the mq4 file.