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.
There had been a lot of "systems" lately relying on symbols correlation
Might be interesting to actually see correlations with an indicator like this (based on math, not experience or assumption)
PS: colors should be defined on the inputs tab, not the colors tab. Also, you can enter more than 8 symbols in the symbols list, but only first 8 will be taken into consideration, the rest is going to be ignored (the everlasting metatrader restriction of 8 "drawable" buffers)
PPS: updated indicator to manage mini and micro accounts correctly
Last edited by mladen; 11-26-2008 at 08:36 AM.
Reason: indicator update
I just get a blank indicators window.
I even tried putting the m behind the symbol. No luck.
it has all of it - thats something else (looks like nobody else has this problem - must be something on your side)
//
if (IsMini()) addition="m";
if (IsDoubleDotted()) addition="..";
else if (IsDotted()) addition=".";
//
it has all of it - thats something else (looks like nobody else has this problem - must be something on your side)
//
if (IsMini()) addition="m";
if (IsDoubleDotted()) addition="..";
else if (IsDotted()) addition=".";
//
hi fxbs, it doesn't work on Ibfx mini for me either but its running OK on WHC guess it has something to to with the mini account.