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.
MLADEN, thank you for building these indicators. The original was built by an incredible man called ShadoWiz and has built many indicators for me with great success. I just feel that he should get some credit for building the original.
In this case, Heavy-Trader has taken it another dimension "out of the box" and I for one is finding it useful.
Just a question to anyone.............why the use of TYPICAL PRICE as oppose to CLOSED price which the indicator was written for in the first place? I have tried different Price settings, but maybe it is just in my head, but I found the CLOSED price to be better.
Anyone that can help me understand the performance of the RSI better - to whom I am "addicted" so to speak - please let us all know why you prefer to change the indicator settings to something other than the original CLOSED version.
Lastly, I cannot get the ColorRSI-v1.01 to compile. Would you mind commenting please?
Best wishes.
__________________ "Risk comes from not knowing what you are doing" The Tao of Warren Buffett.
"Avoiding mistakes, makes people STUPID and having to be RIGHT, makes you OBSOLETE." Robert Kiyosaki.
Last edited by ValeoFX; 10-06-2007 at 07:57 AM.
Reason: Spelling
Thanks for coding such a nice indicator. .
Once question. After putting up on H1 chart, I see only 2 arrows shown, I rewind the chart, there is no arrow shown even though the colorRSI up on 70 and down below 30. Is it just gives arrow on the lastest bars only?
Arrow are drawn just for WindowBarsPerChart last bars (I am not using buffers for that so it would be to slow to draw arrows on the entire chart so I decided to draw just the last screen of bars)
if you wish to change it than change WindowBarsPerChart() in line 160 in the code
PHP Code:
for (i=WindowBarsPerChart(); i>=0 ;i--)
to whatever number you want (if you want it to be drawn on the entire chart than simply put Bars-1 instead of WindowBarsPerChart()
regards
mladen
Quote:
Originally Posted by aurorau
Malden,
Thanks for coding such a nice indicator. .
Once question. After putting up on H1 chart, I see only 2 arrows shown, I rewind the chart, there is no arrow shown even though the colorRSI up on 70 and down below 30. Is it just gives arrow on the lastest bars only?