you might already be aware of the following Typo errors in the EFS2 Toolbox.
when using EFS2 Toolbox / Premain Functions / SetColorPriceBars, it has a default Value of (True) this gives a Syntax error : ReferenceError: True is not defined,
setColorPriceBars(True)
(True) needs changing to (true).
also the following need to be corrected,
setShowCursorLabel(False)
setShowTitleParameters(False)
and the following do not give syntax errors as they do not insert the boolean but might need correcting,
setPriceStudy()
setIntervalsBackfill()
when using EFS2 Toolbox / Premain Functions / SetColorPriceBars, it has a default Value of (True) this gives a Syntax error : ReferenceError: True is not defined,
setColorPriceBars(True)
(True) needs changing to (true).
also the following need to be corrected,
setShowCursorLabel(False)
setShowTitleParameters(False)
and the following do not give syntax errors as they do not insert the boolean but might need correcting,
setPriceStudy()
setIntervalsBackfill()
Comment