Bug in Multicharts Indicator SQ_SMMA

I had troubles replicating SMMA indicator, after further investigation I found an issue in the design of the indicator.
First values starting from index period to index period * 2 are 0, and there is enough data available to return correct results.

I believe there is an issue in the way you design indicators for this engine.
Because, this is not the first indicator that requires double bars than necessary to return correct results..
https://roadmap.strategyquant.com/tasks/sq4_5441

I think the correct way should be value None while indicator is in warming period, instead of 0.

Attachments
bug smma.png
(38.14 KiB)
  • Votes 0
  • Project StrategyQuant X
  • Type Bug
  • Status Fixed
  • Priority Normal

History

KP
#1

CooleRnax

30.10.2019 21:04

Task created

KP
#2

CooleRnax

30.10.2019 21:28

Description changed:

I had troubles replicating SMMA indicator, after further investigation I found an issue in the design of the indicator.
First values starting from index period to index period * 2 are 0, and there is enough data available to return correct results.

I believe there is an issue in the way you design indicators for this engine.
Because, this is not the first indicator that requires double bars than necessary to return correct results..
https://roadmap.strategyquant.com/tasks/sq4_5441


I think the correct way should be value None while indicator is in warming period, instead of 0.

TB
#3

Tomas Brynda

11.11.2019 12:29

Status changed from New to Fixed

Hi CooleRnax,

I have fixed the indicator and also checked other indicators.


Thank you for your reports.


Best regards,

Tomas


Votes: 0

Drop files to upload

or

choose files

Max size: 5MB

Not allowed: exe, msi, application, reg, php, js, htaccess, htpasswd, gitignore

...
Wait please