Skip to content

Releases: sibvic/mq5-templates

2024-10-15

15 Oct 09:34
Compare
Choose a tag to compare

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

09 Sep 05:21
Compare
Choose a tag to compare

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

05 Sep 04:00
Compare
Choose a tag to compare