Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
hi,
it is nice to be introuced to such nice forum which discusses different ideas of trading and systems ..
I noticed when surfing the forum that no one is talking about different currencies strength relative to each other..
where I think is Important, When We trade - we some times say we are Bullish on $ or Bearish on $ ..
The point I think is not Bullish on it or Bearish ,... The Point is When We are Sure from different Tools and Indicators that $ is Falling or Rising, In selecting the best Currency that performs in front of the Dollar to take most of its Profit.
ex: what happened from 1/11 -> 24 /11 - GBPUSD moved double the EURUSD & USDCHF move, so supposed to be shorting GBPUSD - the best of all other.
This Strength Comparison is done in stocks using (comparing different stocks to their weighted index ) using Relative Strength Indicator , Rate of Change, RSI , Volume and Other Tools .
I am trying to think of similar way to evaluate different Currencies against each others ...
Any Ideas..
Any one have as well ROC & RS developed for MT4 ...
.....................................
Orchid
Hi
actually there is a something in that direction on this forum, and I recently asked if somebody could consider improving the indicator that's already there Correlation indicators
If you have any particular suggestion I'd be grateful to hear from you.
ID
NewIdea, we can`t be sure even with indicators, there is always a possibility we might be wrong in our expectations, tha market is a tricky fella you know .
As far as I understand, you are proposing analysing different currencys to determine a certain trend ( like analysing GBPUSD and EURUSD , because they are moving one way most of the time ) , and then picking a stronger currency to trade , depending on this strenght index ?
But you see, this index it does not guarantee you that the currency can keep up it`s strength after you open a position, everything can change, though there is a change it will keep being stronger.
And the other thing, you should count pip values, becouse a one gbpusd pip does not worth as much as one eurusd pip does, so this is an aspect to.
I think you should post an example for everyone understand more clearly.
__________________ Yes, there were times, I'm sure you knew, When I bit off more than I could chew, But through it all, when there was doubt, I ate it up and spit it out.
I faced it all and I stood tall And did it my way.
Thanks for the link.
I did not follow this discussion (on this thread and on the link you provided as well).
I will read this link first.
Anyway you may do this summary as well.
what you need is this. http://www.mkl.sp.ru/charts.html
it is possible to build that in MT4 if someone knows to program in MT4 and would like to do it, PM or email me (click my name and send mail)
There is an indicator in this forum at the link I've posted above in previous message, but it needs some work on it.
ID
what you need is this. http://www.mkl.sp.ru/charts.html
it is possible to build that in MT4 if someone knows to program in MT4 and would like to do it, PM or email me (click my name and send mail)
There is an indicator in this forum at the link I've posted above in previous message, but it needs some work on it.
ID
Idejan,
It may be what you need. Two indicators:
- All_usd_pair.mq4 (1 is the direct correlation (between the currency), 0 - opposite one);
- DayChannel.mq4 (TimeFrame=5 by default, change it if you need the other timeframe).
I am not really sure may be you do not need the second indicator.
It may be what you need. Two indicators:
- All_usd_pair.mq4 (1 is the direct correlation (between the currency), 0 - opposite one);
- DayChannel.mq4 (TimeFrame=5 by default, change it if you need the other timeframe).
I am not really sure may be you do not need the second indicator.
Interesting but to bad I cant see the explanations in the code and there is no other info on them.
But what I was thinking is actually measuring the relative strength of single currencies (not pairs) based on their Indexes.
This is how the Dollar Index is calculated:
Current USDX volume is calculating as weighed average geometrical volume of six word’s currencies rate changing (Japan yen, Euro, British pound, Canadian dollar, Swiss frank and Swedish crone) to the US dollar.
USDXt=50,14348112 x (EURt)–0,567 x (JPYt)0,136 x (GBPt)–0,019 x (CADt)0,091 x (SEKt)0,042 x (CHFt)0,036
The base of the index is the basket of six currencies which form the main volume of US foreign trade turnover. Most part of the international trade volume goes with Eurozone (57,6 %), then Japan - 13,6 %, Great Britain - 11,9 %, Canada - 9,1 %, Sweden - 4,2 % and Switzerland - 3,6 %
So the MIndex indicator is close to what could be the indicator to measure the comparative strength of single currencies and plot them in separate indicator window below the Price Chart of a certain currency pair.
For example it should allow the user to select which two (or more) currencies to be compared in the window.
Now the min problem is that Indexes o major currencies should be build and calculated and then it would not be a problem to calculate and plot their relative strength in a separate window...
MIndex could be a good start to work on.
Tnx newdigital I'll take a closer look of what it represents by trying to decipher the code I'm not good in programing.
Day channel also interesting
ID
Tnx newdigital
this Complex looks promising
I just want to make sure what is calculated so I can make sure how it can be used properly.
But it looks promising... I'm looking at the code now and from my little knowledge it seems to me that it calculates momentum based on one Faster and one Slower MAs which is quite acceptable by my standards, in fact I have my own momentum based on same principle.
Yes this could be it.
Tnx once again and I'll make sure to post back what I have found using it in a week or so.