RU
Information
Username: | russell |
Member since: | 28 Dec 2016 |
Last login: | 28 Dec 2016 |
Status: | Active |
Activity
Where | Created | Comments |
---|---|---|
Algorithms | 0 | 4 |
Forum Topics | 0 | 0 |
Jobs | 0 | 0 |
Last Algorithm Comments
RU
This has been pretty poorly coded. The chandelier stops s adjust downward in an uptrend and upward in a downtrend.
RU
Lines 105 and 106 should be:
var r3 = pivot + 2 * (high - low);
var s3 = pivot - 2 * (high - low);
RU
Hi,
S1, S2 and R1 and R2 are correct for 60 minute based on classical calcualtion
S3 and R3 are wrong.
Please note:
R3 = R2 + RANGE
S3 = S2 - RANGE
Using SAR as an alrenative...