Problem using old indicator need help on start() vs on calculate()
-
@l-andorrà haha anyway I want to know what is the problem .
-
I have not, I will look into it, I am trying to find a volume weighted average indicator that i can use for mt4, I have found a few for mt5 maybe i should just switch to mt5, smh
-
I fixed the problem, I had to recode the indicator using the oncalculate function and then I had to comment out #property strict for some reason, so now it works with my mt4 EA
thought finding a winning strategy was going to be easier than this lol!! still need to work on a better strategy but the indicator works with EA now, I will attach it here just incase anyone else wants to use this in their EA 0_1586298751600_bsalVWAP.mq4 -
@Bsalamone @Xfire
Hi,
I've been through a perpetual cycle of search to solving an issue semblant to this one, in that, I verily long to change Start(), Init(), and Deinit() functions onto the renewed ones OnCalculate, OnInit() and OnDeinit, a modification that is to causify an alteration throughout the whole structure of the mql4 code that I'm in the process of developing, some of aspects of which shun over my reach of knowledge.
Anyone willing to lend me a supporting hand in this matter ? I'll be ever grateful to you.