i would like to create a bot for the 9Ema to cross the vwap.
-
9 ema is used for entries/exits buy when it crosses above the Vwap and sell whenit crosses below the Vwap.
-
what do you need help with?
-
@jsauter86 More info would be appreciated. Do you want it for MT4 or MT5? Do you have the Vwap indicator in mq4/5 extension?
-
@l-andorrà i dont have the Vwap indicator and yes i would like it for mt4
-
@anslembrath In that case you will need to find a custom indicator doing what the Vwap does because it is not available in fxDreema by default. Once you find it, try to get the mq4 version. That will ease thinks a lot.
-
If we can suggest resources...this guy has complied a lot here and some really good ones;
https://nononsensetrader.com/top-100-indicators/ -
@l-andorrà thank alot for your support
-
@jsauter86 thanks for your support i'll go through the list
-
@l-andorrà i have the vway indicator i wanna use however its ex4 can it still be done?
-
@anslembrath i meant Vwap
-
@jsauter86 @l-andorrà i just got the .mq4 version how do i import the indicator into fxdreema? for my project. thanks and any help is greatly appreciated .
-
@anslembrath said in i would like to create a bot for the 9Ema to cross the vwap.:
@jsauter86 @l-andorrà i just got the .mq4 version how do i import the indicator into fxdreema? for my project. thanks and any help is greatly appreciated .
In the builder;
Click "My Indicators"->"Add Custom indicator"->"ChooseFile.mql"->"Upload"Then it will be selectable
-
@jsauter86 ok im going to try that now thank you very much
-
@jsauter86 what happened is that the bot got stuck after the very first trade im kinda loss as to why that happened.
https://fxdreema.com/shared/qJCN60T7 -
what does the journal say on MT4 terminal?
-
@jsauter86 2020.09.02 19:25:45.827 2020.03.31 00:31:35 cannot open file 'C:\Users\ansle\AppData\Roaming\MetaQuotes\Terminal\6BCF14A3917E5BC71FD48812B8ED0586\MQL4\indicators\VWAP.ex4' [2]
-
@jsauter86 seems like an issue mt4 is unable to open the indicator
-
use the .mql file, not .ex4
-
@jsauter86 Exactly. Try the mq4 file and not the ex4, please.
-
@l-andorrà ok what happened is that my mt4 platform didnt have the indicator loaded so i was getting an error (that is fixed now) but new issue is the bot only takes 1 trade and nothing else. the journal is saying now that the chart has mismatched errors.