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: |

Tata Power whose core business is to generate, transmit and distribute electricity has made no money to investors in the last one decade. That is a big blunder considering it is one of the largest power generation companies in the country. One of the reasons is the company's huge debt levels which stood at ₹43,559 crore at the end of March 2021 compared to the company’s market capitalisation of ₹44,447 crore.

PineCoders Squawk Box from it


Telegram PineCoders Squawk Box
FROM USA