TradingView
czoa
26 déc. 2021 17:21

SetSessionTimes 

E-mini S&P 500 FuturesCME

Description

Library "SetSessionTimes"
Function to automatically set session times for symbols and eventually timezone.

Useful mainly for futures contracts, to differentiate between pit and overnight sessions, and for 24 hours symbols if you want to "create" sessions for them

This library only returns correct session times to the calling script and does nothing by itself on the chart. the calling script must then use the returned session times to do anything.

For example, in the attached chart this library is used by my initial balance indicator, which calls it to retrieve the correct session times for the selected symbol in the chart, given that different futures contracts have different pit session times (RTH times) and Tradingview hasn't implemented that yet.

SetSessionTimes()
Commentaires
FaisalMahboobe3
Very important! Wish tradingview would implement session times similar to Sierra Charts! Thanks for creating this.
icakpan
Unbelievable ingenuity!
Plus