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
russell · 7 years ago

Using SAR as an alrenative...

RU
russell · 7 years ago

This has been pretty poorly coded. The chandelier stops s adjust downward in an uptrend and upward in a downtrend.  

RU
russell · 7 years ago

Lines 105 and 106 should be:

             var r3 = pivot + 2 * (high - low);
            var s3 = pivot - 2 * (high - low);

RU
russell · 7 years ago

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