Releases: sibvic/mq5-templates
Releases · sibvic/mq5-templates
2024-10-15
New features:
- Plot now returns a value on set
- String stream
- Color stream
- Bool to float stream
- Date/time stream
- Bool streams can return ints (to suppor NA values for bool)
- New table creation
- % format in tostring
- Centering of the table cell and support of bgcolor
- BBW oscillator
- Percent rank oscillator
- Cumulative stream
- Change of bool streams
- Syminfo functions
- Drawing of boxes and lines in future
- Support Array::Slice, Array::Variance, Array::Stdev, Array::Covariance, Array::Avg
- Support int arrays
- Support Label::SetStyle
Fixes:
- New color type
- Make transparency func changed to template
2024-09-09
New:
- Array of lines
- Array of floats
- Int stream
- Bool stream
- PineScript-like Box object
- PineScript-like Label object
- PineScript-like Line object
- PineScript-like Table object
- Sorting of float arrays
- Limit values for fill
- "Transparency support" for fill()
- MFI indicator
- Safe sign() function
- Colored plot
- PineScript-like barssince()
- PineScript-like valuewhen()
- PineScript-like pivothigh() and pivotlow()
Changes:
- New grid drawing logic
- New implemetation of RSI indicator
Fixes:
- Proper initialization of buffers
- Bug in RMA
2024-09-05
First official release
Full Changelog: https://github.com/sibvic/mq5-templates/commits/2024-09-05