Login Page - Create Account

Support Board


Date/Time: Fri, 10 May 2024 03:13:12 +0000



Need below Advance Camarilla formula added to Sierra

View Count: 7191

[2015-02-23 20:24:38]
User48942 - Posts: 9
Please add below Advance Camarilla formula to Sierra AT charts.


H6  (1.0076*High-Low))+Close
H5  (0.8244*High-Low))+Close
H4  (0.555*High-Low))+Close
H3  (0.275*High-Low))+Close
H2  (0.183*High-Low))+Close
H1  (0.0916*High-Low))+Close
L1  (Close-(0.0916*(High-Low))
L2  (Close-(0.183*(High-Low))
L3  (Close-(0.275*(High-Low))
L4  (Close-(0.55*(High-Low))
L5  (Close-(0.8244*(High-Low))
L6  (Close-(1.0992*(High-Low))

[2015-02-26 18:50:08]
Sierra Chart Engineering - Posts: 104368
This has now been added to Sierra Chart in the latest release and the Formula Type is 24.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2015-02-27 13:31:58]
User48942 - Posts: 9
Thanks for adding. But its missing H6 and L6 (i.e. R6 and S6).
[2015-02-28 06:00:06]
avifutures - Posts: 59
Hi,

1. Looks like a left parenthesis is missing left to the "H" character in H1 to H6 formulas..

2. is there a study that can put these lines on a chart ?

Thx.
Avi


[2015-02-28 06:04:45]
avifutures - Posts: 59
I found how to add it - it is Pivot Points study - Formula Type 5
[2015-02-28 06:06:15]
avifutures - Posts: 59
I don't see formula type 24 in the pivot study doc...

[2015-03-01 20:15:04]
Sierra Chart Engineering - Posts: 104368
Support for support and resistance level 6 for Pivot Points formula 24 will be added in the next release.

In regards to the parentheses, the calculations we have implemented are correct for formula 24.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2015-03-01 20:15:17
[2015-03-18 01:15:11]
User48942 - Posts: 9
I have rechecked the formula again. Its not matching at all.

Please recheck the formula except Support and Resistance 6.

H6  (1.0076*High-Low))+Close
H5  (0.8244*High-Low))+Close
H4  (0.555*High-Low))+Close
H3  (0.275*High-Low))+Close
H2  (0.183*High-Low))+Close
H1  (0.0916*High-Low))+Close
L1  (Close-(0.0916*(High-Low))
L2  (Close-(0.183*(High-Low))
L3  (Close-(0.275*(High-Low))
L4  (Close-(0.55*(High-Low))
L5  (Close-(0.8244*(High-Low))
L6  (Close-(1.0992*(High-Low))

[2015-03-18 03:15:35]
Sierra Chart Engineering - Posts: 104368
This is what we have:
const float DR = High - Low;

    R1 = Close + .0916f * DR;
    R2 = Close + .183f * DR;
    R3 = Close + .275f * DR;
    R4 = Close + .555f * DR;
    R5 = Close + .8244f * DR;
    R6 = Close + 1.0076f * DR;
    PivotPoint = Close;
    S1 = Close - .0916f * DR;
    S2 = Close - .183f * DR;
    S3 = Close - .275f * DR;
    S4 = Close - .55f * DR;
    S5 = Close - .8244f * DR;
    S6 = Close - 1.0992f * DR;

Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2016-06-10 01:47:48]
User445760 - Posts: 2
Have there been more updates to this formula?
I see 2 obvious errors that seem to need correction.
[2016-06-10 06:18:45]
Sierra Chart Engineering - Posts: 104368
We think we know what you mean by the errors. But before we make changes we need a good reference to validate whether this is wrong or not.

Do you have any reference for us to look at?
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account