Pivot calculation

Created at 02 Aug 2013, 21:04
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
LG

Lgon

Joined 22.04.2013

Pivot calculation
02 Aug 2013, 21:04


Hello,

I need to calculate a pivot but using a close time of 5pm EST (NY "close"). Is it possible? 

Can someone help with some base code?

Thanks


@Lgon
Replies

adaled
06 Aug 2013, 14:33

RE:
Lgon said:

Hello,

I need to calculate a pivot but using a close time of 5pm EST (NY "close"). Is it possible? 

Can someone help with some base code?

Thanks

You can set the timezone to EST.

 [Indicator(IsOverlay = false, TimeZone = TimeZones.EasternStandardTime)]




@adaled