Indicator VWAP not open orders and very slow in backtest MT5
-
hello friends, i'm having problems attaching an indicator that is on the metatrader website called vwap i even tested another one called vwap_lite and what happens is the same, besides making the backtest very slow, no order is opened, someone can help?
I already saved it in the indicator folder
I've already compiled it too
I already attached it to the asset chart and also saved the tester.tpl file -
@fabiobioware Are there any errors in the log file(s)? Is the indicator in the indicator folder or in a sub-folder? If it's in a sub-folder you have to sepcify it's path during indicator import in a way of subfolder-name/indicator-name.mq5
-
the indicator is directly in the bookmark folder, I didn't put it in a subfolder.
-
@trader-philipps said in Indicator VWAP not open orders and very slow in backtest MT5:
Are there any errors in the log file(s)? Is the indicator in the indicator folder or in a sub-folder? If it's in a sub-folder you have to sepcify it's path during indicator import in a way of subfolder-name/indicator-name.mq5
https://fxdreema.com/shared/UV54We3Bb url to access my EA.
0_1581678041919_vwap.mq5

In attach indicator used by test.
Have other erros showing in images. -
@fabiobioware The number of parameters do not match. This is caused by the indicator line 117 typo.
Change it from "sinput" to "input" and reimport it (maybe you need to delete the 2 blocks with the custom indicator call and the previously imported one).
Than it should be fine.
-
Thank very much @trader-philipps
work fine now, thanksss, all lines work and trades issue solved.