You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
USDJPY & GBPUSD on GBPJPY Candle Chart
Hello
i try to find any indicator to add the 2 Usd majors (candles)on there cross
For Example usdjpy& Gbpusd on Gbpjpy chart //Eurusd & Usdchf On EURCHF
And so on
NB :the new charts in candles not line
Any one here have an indi do that job !!!!
Thnx in advance
MTF CCFp
I'm curious if there's a MT version of CCFp
https://www.mql5.com/en/forum/178015
I'm curious if there's a MT version of CCFp
https://www.mql5.com/en/forum/178015
You want to mean MTF right?
1. semaphores(traffic lights, blinkers, dashboards, etc) - signal indicators - like FeruFx MultiIndic - can show readings of variety of ind., incl.ATR on all TFs
2. you can drop few AtrMtf indis in same subwindow and set color to Non (or any)- you basically need comment line
3. somebody have to modify one of the multiSignal indis or write whole new comment line in atr indi (multiplying atrs 4 tfs) ...
ask guys who playng with sigTables- if idea interesting...Hi all,
I am trying to find an indi that will show the average range as a number for the different time frames all at one time.
Something like:
30 min ATR = 20 1 hr ATR = 40 4 hr ATR = 160
Thanks in advancejust 4 fun - something like that... (b-clock mod to show atr...)
again - if you get guys interested - they will help you
update ATR_OTCFX_b-clock_modified_V4m1_sw.mq4 (6.3 KB) more user inputs added
You want to mean MTF right?
Sorry for my typographical mistake
yes I mean MTF CCFp
just 4 fun - something like that... (b-clock mod to show atr...)
again - if you get guys interested - they will help you
update ATR_OTCFX_b-clock_modified_V4m1_sw.mq4 (6.3 KB) more user inputs addedThanks fxbs, love your work.
Cheers
Ethan
Why different EMA in different TF
Hi eveyrone,
I am a newbie here.
I want to draw two EMA (5 /10) on 4H chart. Since the time difference between 4H and 30M is 8 times, I try to "transfer" them to M30 chart using EMA(40/80). However when I compare them, they look different. My main purpose is to draw the relevant EMA(5/10) using 4H with email alert and put it into M30 chart so I don't need to change it so often. Any advise?
Thank you
p.s. since I am working full time, I use the email alert for EMA cross over on 4H and then I check the trend to trade.
Hi eveyrone,
I am a newbie here.
I want to draw two EMA (5 /10) on 4H chart. Since the time difference between 4H and 30M is 8 times, I try to "transfer" them to M30 chart using EMA(40/80). However when I compare them, they look different. My main purpose is to draw the relevant EMA(5/10) using 4H with email alert and put it into M30 chart so I don't need to change it so often. Any advise?
Thank you
p.s. since I am working full time, I use the email alert for EMA cross over on 4H and then I check the trend to trade.Hello, I moved your post to this thread where you can find some MTF MA it is that what you're looking for.
Also, the https://www.mql5.com/en/forum/173235 thread is another good place to start. Pay special attention top the indicator AllAverages made by Igorad (look near the last posts).
Or Ratio Indicators on Elite Section: https://www.mql5.com/en/forum/178741
And about your transfer question is not easy as you think. Example:
H4: Using a SMA of 5 periods on close you're using 5 inputs (prices)
H1: Using a SMA of 40 periods on close you're using 40 inputs (prices)
Results will be completely different or with luck not too close.
Just calculate a simple SMA on paper or excel using 5&40 periods and see the values.
Thank you but how to solve this issue? How to plot EMAs (EMA 5/10 on 4H chart) on a 30M chart?
thank you
Thank you but how to solve this issue? How to plot EMAs (EMA 5/10 on 4H chart) on a 30M chart? thank you
Using Multi Timeframe Indicators is one choice. Igorad indicator AllAverages have MTF included.