Description
Demark Pivot Points start with a different base and use different formulas for support and resistance. These Pivot Points are based on the relationship between the close and the open.
If Close < Open, then X = High + (2 x Low) + Close
If Close > Open, then X = (2 x High) + Low + Close
If Close = Open, then X = High + Low + (2 x Close)
Pivot Point = X/4
Support 1 = X/2 - High
Resistance 1 = X/2 - Low
u
CA
cAlgo_Trader
Joined on 11.01.2013
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: Pivot Points Demark.algo
- Rating: 0
- Installs: 4755
- Modified: 13/10/2021 09:54
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Comments
Log in to add a comment.
I can't build the indicators.
Uanble to load assembly:time zone "E ,Europe standard time" was not found
Please help me!