What is period and range? #6
-
what is period and range in code? and where can i find in trading view? market.on('logged', () => { }); |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The 'period' property defines the timeframe, it should takes values such as '1', '3', '5', '15', '30', '45', '60', '120', '180', '240', '1D', '1W' or '1M'. You can see all this information if you have IntelliSense. But I will soon make a complete documentation. |
Beta Was this translation helpful? Give feedback.
The 'period' property defines the timeframe, it should takes values such as '1', '3', '5', '15', '30', '45', '60', '120', '180', '240', '1D', '1W' or '1M'.
The 'range' property is the number of loaded periods.
You can see all this information if you have IntelliSense. But I will soon make a complete documentation.