Full VWAP
FREE
Publicado:
1 agosto 2021
Versão atual:
1.71
Não encontrou o robô certo? Encomende um para você
no serviço Freelance.
Ir para o Freelance
no serviço Freelance.
Como comprar um robô de negociação ou indicador?
Execute seu EA na
hospedagem virtual
hospedagem virtual
Teste indicadores/robôs de negociação antes de comprá-los
Quer ganhar dinheiro no Mercado?
Como apresentar um produto para o consumidor final?
Você está perdendo oportunidades de negociação:
- Aplicativos de negociação gratuitos
- 8 000+ sinais para cópia
- Notícias econômicas para análise dos mercados financeiros
Registro
Login
Você concorda com a política do site e com os termos de uso
Se você não tem uma conta, por favor registre-se

Only Levels and layers to dis ting!!! Ready player 1
Thank you
Can someone post an example of invoking the indicator with mql iCustom() method?
There is an example in for MT4 on how to pass the parameters https://www.mql5.com/en/market/product/71843#!tab=comments&page=1&comment=25846740 you may need a few changes for it to work on MT5.
Thank you Alexandre. I saw it and I am currently trying to adjust it. I think that I have a problem with parameter "weekend merge" that is not included in the example. Is it enum?
I have reinstalled it , fresh, new MT5 instance as well. nothing.
Is there anything you can do on your end to allow this indicator to be used in a custom EA backtest?
THank you
estou tentando passar parametro pra ele. preciso dele no semanal.
tentei ...
handleVWAP = iCustom(_Symbol, _Period,"VWAP.ex5","Weekly");
handleVWAP = iCustom(_Symbol, _Period,"VWAP.ex5",1);
ambos sem sucesso ... pode me ajudar por favor ?