π² #newfeature
You can now receive notifications on updates to the scripts you have liked.
You can now receive notifications on updates to the scripts you have liked.
π #news
The process of progressively reducing the default historical buffer size will resume in the next few days. The next step will be to bring the default size down to 200 bars from the current 250.
If your scripts are in the minority that will be affected by the change, please consult the relevant Help Center page:
https://www.tradingview.com/?solution=43000587849
The process of progressively reducing the default historical buffer size will resume in the next few days. The next step will be to bring the default size down to 200 bars from the current 250.
If your scripts are in the minority that will be affected by the change, please consult the relevant Help Center page:
https://www.tradingview.com/?solution=43000587849
π #news
This latest blog post on Pine contains interesting stats:
https://www.tradingview.com/blog/en/pine-script-is-going-places-21315/
This latest blog post on Pine contains interesting stats:
https://www.tradingview.com/blog/en/pine-script-is-going-places-21315/
π² #newfeature
The resolution widget's dropdown menu now shows any custom interval defined using the chart's "Time Interval" icon.
The resolution widget's dropdown menu now shows any custom interval defined using the chart's "Time Interval" icon.
π #news
The Shift-Shift shortcut that had recently started bringing up the Symbol Search dialog box has been removed.
The Shift-Shift shortcut that had recently started bringing up the Symbol Search dialog box has been removed.
π² #newfeature
Draw up to the last 500 labels or lines using the new
https://www.tradingview.com/pine-script-reference/v4/#fun_study
Draw up to the last 500 labels or lines using the new
max_lines_count
and max_labels_count
parameters with your study()
or strategy()
declaration statements:https://www.tradingview.com/pine-script-reference/v4/#fun_study
π² #newfeature
https://www.tradingview.com/pine-script-reference/v4/#fun_array{dot}range
array.range()
now returns the difference between the min and max values from a given array.https://www.tradingview.com/pine-script-reference/v4/#fun_array{dot}range
π #news
Another step will be taken on Monday to further reduce the memory limit allowed per script. Be prepared for some scripts to start throwing the 'Memory limits exceeded` error. See here for solutions:
https://www.tradingview.com/?solution=43000590233
Another step will be taken on Monday to further reduce the memory limit allowed per script. Be prepared for some scripts to start throwing the 'Memory limits exceeded` error. See here for solutions:
https://www.tradingview.com/?solution=43000590233
π² #newfeature
You can now input date/time information in scripts.
https://www.tradingview.com/blog/en/new-parameter-for-date-input-added-to-pine-21812/
You can now input date/time information in scripts.
https://www.tradingview.com/blog/en/new-parameter-for-date-input-added-to-pine-21812/
π #news
We published a new framework: Time Offset Calculation Framework
https://www.tradingview.com/script/5mZ7hV66-Time-Offset-Calculation-Framework-PineCoders-FAQ/
We published a new framework: Time Offset Calculation Framework
https://www.tradingview.com/script/5mZ7hV66-Time-Offset-Calculation-Framework-PineCoders-FAQ/
TradingView
Time Offset Calculation Framework - PineCoders FAQ β Indicator by PineCoders
ββOVERVIEW
Calculating time-based offsets is necessary when coders need to draw lines or labels into the future because using `xloc = xloc.bar_time` in `label.new()` or `line.new()` is then mandatory.
This script provides a function to help with those calculations:β¦
Calculating time-based offsets is necessary when coders need to draw lines or labels into the future because using `xloc = xloc.bar_time` in `label.new()` or `line.new()` is then mandatory.
This script provides a function to help with those calculations:β¦
π #news
We published a new framework: MTF Oscillator Framework
https://www.tradingview.com/script/Wvcqygsx-MTF-Oscillator-Framework-PineCoders/
We published a new framework: MTF Oscillator Framework
https://www.tradingview.com/script/Wvcqygsx-MTF-Oscillator-Framework-PineCoders/
TradingView
MTF Oscillator Framework [PineCoders] β Indicator by PineCoders
This framework allows Pine coders to quickly build a complete multi-timeframe oscillator from any calculation producing values around a centerline, whether the values are bounded or not. Insert your calculation in the script and you have a ready-to-publishβ¦
π² #newfeature
The
https://www.tradingview.com/pine-script-reference/v4/#fun_alma
The
alma()
built-in function now accepts a new floor
parameter to control how the offset
is interpreted.https://www.tradingview.com/pine-script-reference/v4/#fun_alma
π² #newfeature
The behavior of
https://www.tradingview.com/pine-script-reference/v4/#fun_rising
https://www.tradingview.com/pine-script-reference/v4/#fun_falling
The behavior of
rising()
and falling()
has changed. The functions now return true only when the series has been rising/falling consecutively for the length
number of bars, whereas before it was sufficient for the previous length
values to be lower/higher than the current value for the function to return true.https://www.tradingview.com/pine-script-reference/v4/#fun_rising
https://www.tradingview.com/pine-script-reference/v4/#fun_falling
π #news
We added a FAQ entry:
How can I find the nth highest/lowest value in the last bars?
https://www.pinecoders.com/faq_and_code/#how-can-i-find-the-nth-highestlowest-value-in-the-last-bars
We added a FAQ entry:
How can I find the nth highest/lowest value in the last bars?
https://www.pinecoders.com/faq_and_code/#how-can-i-find-the-nth-highestlowest-value-in-the-last-bars
π² #newfeature
Arrays now support three additional types: line ids, label ids and strings.
Two new functions allow the manipulation of string with arrays:
https://www.tradingview.com/pine-script-reference/v4/#fun_array{dot}join
https://www.tradingview.com/pine-script-reference/v4/#fun_str{dot}split
Arrays now support three additional types: line ids, label ids and strings.
Two new functions allow the manipulation of string with arrays:
array.join()
and str.split()
:https://www.tradingview.com/pine-script-reference/v4/#fun_array{dot}join
https://www.tradingview.com/pine-script-reference/v4/#fun_str{dot}split
TradingView
Pine Script Language Reference Manual
π² #newfeature
The new
https://www.tradingview.com/pine-script-reference/v4/#fun_str{dot}length
The new
str.length()
function returns the number of characters in a string:https://www.tradingview.com/pine-script-reference/v4/#fun_str{dot}length
TradingView
Pine Script Language Reference Manual
π² #newfeature
When invite-only script users are removed from the access list, they will lose access to the script after four hours, even if they do not refresh their browser tab.
When invite-only script users are removed from the access list, they will lose access to the script after four hours, even if they do not refresh their browser tab.