Telegram Group & Telegram Channel
🌲 #newfeature
Change to `input()`'s `type = input.resolution` widget
A new feature of the resolution widget allows the selection of the chart's timeframe ("Same as Symbol"). This code shows how to use it, including how to make the chart's resolution the default.

It is no longer necessary to use the previous acrobatics required to include "No Higher Timeframe" as an option for users of our scripts:

//@version=4
study("type = input.resolution", "", true)
r_ = input("", type = input.resolution)
r = r_ == "" ? timeframe.period : r_
c = security(syminfo.tickerid, r, close)
plot(c)



tg-me.com/PineCodersSquawkBox/26
Create:
Last Update:

🌲 #newfeature
Change to `input()`'s `type = input.resolution` widget
A new feature of the resolution widget allows the selection of the chart's timeframe ("Same as Symbol"). This code shows how to use it, including how to make the chart's resolution the default.

It is no longer necessary to use the previous acrobatics required to include "No Higher Timeframe" as an option for users of our scripts:

//@version=4
study("type = input.resolution", "", true)
r_ = input("", type = input.resolution)
r = r_ == "" ? timeframe.period : r_
c = security(syminfo.tickerid, r, close)
plot(c)

BY PineCoders Squawk Box




Share with your friend now:
tg-me.com/PineCodersSquawkBox/26

View MORE
Open in Telegram


PineCoders Squawk Box Telegram | DID YOU KNOW?

Date: |

Find Channels On Telegram?

Telegram is an aspiring new messaging app that’s taking the world by storm. The app is free, fast, and claims to be one of the safest messengers around. It allows people to connect easily, without any boundaries.You can use channels on Telegram, which are similar to Facebook pages. If you’re wondering how to find channels on Telegram, you’re in the right place. Keep reading and you’ll find out how. Also, you’ll learn more about channels, creating channels yourself, and the difference between private and public Telegram channels.

PineCoders Squawk Box from br


Telegram PineCoders Squawk Box
FROM USA