Releases: salbert11/pinescript
Releases · salbert11/pinescript
v3.4.3
3.4.3
09.11.2024 Update
- Snippets for built-in variables, functions and constants updated to Pinescript release October 2024.
Pine Theme Original Dark
now better match with TradingView default theme. The previousPine Theme Original Dark
changed toPine Theme Original Dark Extend
.
v3.4.3-beta-4
3.4.3-beta-4
Note: This is a beta release
09.11.2024 Update
- Snippets for built-in variables, functions and constants updated to Pinescript release October 2024.
Pine Theme Original Dark
now better match with TradingView default theme. The previousPine Theme Original Dark
changed toPine Theme Original Dark Extend
.
v3.4.2
3.4.2
18.10.2024 Update
- Snippets for built-in variables, functions and constants updated to Pinescript release August 2024.
- Hover pop-up for functions refactored. Now started to include reference links for parameters.
- New parameter
force_overlay
added to built-in object functions. - New variable
timeframe.isticks
added. - New properties for functions
ticker.new()
andticker.modify()
added. - Property
dynamic_requests
added to functionsindicator()
,library()
andstrategy()
. - Parameter list of
log.*
namespaces were fixed. - Syntax of variable declaration were fixed.
- popup for
indicator()
,strategy()
,library()
fixed. - Reference links added for some hover functions.
- Descriptions updated for some hover functions.
- Change color of editorOverviewRuler to a yellowish color for some themes.
- Breadcrumb menu in some themes fixed.
v3.4.2-beta-11
3.4.2-beta-11
Note: This is a beta release
18.10.2024 Update
- Snippets for built-in variables, functions and constants updated to Pinescript release August 2024.
- Hover pop-up for functions refactored. Now started to include reference links for parameters.
- New parameter
force_overlay
added to built-in object functions. - New variable
timeframe.isticks
added. - New properties for functions
ticker.new()
andticker.modify()
added. - Property
dynamic_requests
added to functionsindicator()
,library()
andstrategy()
. - Parameter list of
log.*
namespaces were fixed. - Syntax of variable declaration were fixed.
- popup for
indicator()
,strategy()
,library()
fixed. - Reference links added for some hover functions.
- Descriptions updated for some hover functions.
- Change color of editorOverviewRuler to a yellowish color for some themes.
- Breadcrumb menu in some themes fixed.
v3.4.2-beta-10
3.4.2-beta-10
Note: This is a beta release
13.10.2024 Update
- Snippets for built-in variables, functions and constants updated to Pinescript release August 2024.
- Hover pop-up for functions refactored. Now started to include reference links for parameters.
- New parameter
force_overlay
added to built-in object functions. - New variable
timeframe.isticks
added. - New properties for functions ticker.new() and ticker.modify() added.
- Property
dynamic_requests
added to functions indicator(), library() and strategy(). - Parameter list of
log.*
namespaces were fixed. - Syntax of variable declaration were fixed.
- popup for indicator(), strategy(), library() fixed.
- Reference links added for some hover functions.
- Descriptions updated for some hover functions.
- Change color of editorOverviewRuler to a yellowish color for some themes.
- Breadcrumb menu in some themes fixed.
v3.4.2-beta-8
3.4.2-beta-8
Note: This is a beta release
02.10.2024 Update
- Hover pop-up for functions refactored. Now started to include reference links for parameters.
- Reference links added for some hover functions in
*.new()
andrequest.*()
- Descriptions updated for some hover functions in
*.new()
andrequest.*()
- New parameter
force_overlay
added to built-in object functions.
v3.4.2-beta-6
3.4.2-beta-6
Note: This is a beta release
27.09.2024 Update
- Parameter list of
log.*
namespaces were fixed. - Syntax of variable declaration were fixed.
- popup for indicator(), strategy(), library() fixed.
- Change color of editorOverviewRuler to a yellowish color for some themes.
- Property
dynamic_requests
added to functions indicator(), library() and strategy(). - New properties for functions ticker.new() and ticker.modify() added.
- New variable
timeframe.isticks
added. - Breadcrumb menu in some themes fixed.
v3.4.1
v3.4.1-beta-2
3.4.1-beta-2
Note: This is a beta release
27.06.2024 Update
- Grammars for
enum
types added. - Typo fixed in built-in function snippets.
v3.4.0
3.4.0
06.06.2024 Update
- Snippets for built-in variables, functions and constants updated to Pinescript release June 2024.
- Rework of hover popup presentation.
- Built-in types for hover popup added.
- Popup window border become more visible in several dark themes.
- Choices and default values for snippets updated.
- Typo and bug fixes for snippets and hover popups.