[116] sqBBWidthRatio function in MT4 missing a parameter

When MT4 is generated for a strategy, the sqBBWidthRatio is incorrect. It will always return 0 as

there is a missing parameter in the iCustom call.


It says:


iCustom(symbol, timeframe, "SqBBWidthRatio", period, deviation, appliedPrice, shift)



and should say:


iCustom(symbol, timeframe, "SqBBWidthRatio", period, deviation, appliedPrice,0, shift)



I assume it is zero and not some other value. It seems to work as expected with zero.


This is in build 116

Attachments
No attachments
  • Votes +1
  • Project StrategyQuant X
  • Type Bug
  • Status Fixed
  • Priority Normal

History

NF
#1

giantj

02.01.2019 09:22

Task created

NF
#2

giantj

02.01.2019 09:39

Subject changed from sqBBWidthRatio function in MT4 missing a parameter to [116] sqBBWidthRatio function in MT4 missing a parameter

o
#3

Enric

03.01.2019 11:10
Voted for this task.
TB
#4

Tomas Brynda

29.01.2019 12:07

Status changed from New to Fixed


Votes: +1

Drop files to upload

or

choose files

Max size: 5MB

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

...
Wait please