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, this is an upgrade from the previous indicator. It plots price tags on the right hand side of the lines. The problem that still remains is that the indicator doesn't refresh itself by tick and one needs to either compile it , or right click to bring up it's preferences and "OK" it again. If someone could possibly look into that flaw , it would be greatly appreciated.
What do you think of my Camarilla? Positive and Negative suggestions are appreciated.
Regards,
edit: The indicator is updated with comments that Camarilla doesn't have any PP, so don't try to plot the PP. Anyway, if you are confused just re-download the code below.
Last edited by SolomonZhang; 03-13-2008 at 02:52 PM.
What do you think of my Camarilla? Positive and Negative suggestions are appreciated.
Regards,
I'm not sure if the calculation is correct. This is what I have:
But I don't know what the range is ^^. Usually R1 - S1 = Range but here?
PP= (H + L + C)/3
R1= C + RANGE * 1.1/12
S1= C - RANGE * 1.1/12
R2= C + RANGE * 1.1/6
S2= C - RANGE * 1.1/6
R3= C + RANGE * 1.1/4
S3= C - RANGE * 1.1/4
R4= C + RANGE * 1.1/2
S4= C - RANGE * 1.1/2
EDIT: if PP is what you use as range in your calculation you might be correct because you don't plot the PP.
EDIT2. Yes you calculation is correct but i think you should call PP Range in the source because if someone would maybe edit it and plot the PP as just PP it would be wrong because that should be like i wrote above.