Where do I start?
-
Pardon my question.. am totally new to MQL and FXDreema

I have downloaded the desktop version
Is their a tutorial of building a simple EA? From that am sure i will know how to navigate thru the rest
Thank you Fxdreema for such a nice tool!
-
https://fxdreema.com/examples/
https://fxdreema.com/help/Some examples may appear weird now, because I recently updated the website, but the main ideas are there.
-
Hi there, I am new to fxdreema can you help. I couldnt understand it from the examples there alone
-
What exactly do you want to know or don't understand?
-
I am new user. I am using your desk top version. I cannot export the created EA to my meta trader file location. What did I miss out?. and how to do it?. Appreciate your help..
-
This is my data location
C:\Users\user\AppData\Roaming\MetaQuotes\Terminal\038983A63A5CE68161CBF3B0C5B3FC6A
and this is my Terminal location
C:\Program Files (x86)\BTC-e Exchange MT4
Could this be the right input?.
-
You have to put your EA inside
C:\Users\user\AppData\Roaming\MetaQuotes\Terminal\038983A63A5CE68161CBF3B0C5B3FC6A**\MQL4\Experts**
Then restart MT4 and EA is ready for use.
-
hello
I have an custom indicator that send email when two 2 MAs are crossing I have it so the email can be sent on the bar or next bar, I would like to open or close a trade once the alert is sent...how I do I transform my indicator to an ea.. or creating an EÀ with my indicator..thanks -
No, no, without MQL4\Experts
jeansoleil, indicators communicate with EAs via their output buffers. Check if this indicator has such buffers and check their values with "Trace" block
-
__hello
I have an custom indicator that send email when two 2 MAs are crossing I have it so the email can be sent on the bar or next bar, I would like to open or close a trade once the alert is sent...how I do I transform my indicator to an ea.. or creating an EÀ with my indicator..thanks[/quote:15rwiply]you can do this crossing MA directly using fxdreema without your custom indicator, because all blocks are ready for this ...
Use block Condition (set MA crossing) and after this use block with filter (like once per bar or once per minutes etc) and after this connect block Send e-mail -
Hello
I have this trailing stop https://fxdreema.com/shared/dd1fasEJd, by it self and it does not work but works fine with a buy and sell cross MAs indicator
is there any example with a trailing stop only indicator...Id like to start trailing after a 30 or 30 pips jumhttps://fxdreema.com/shared/dd1fasEJd
thanks
-
You know... I should say that pink blocks and blue blocks are not to be mixed, but if you look at the examples...
https://fxdreema.com/demo/mt4-trailing-stop
https://fxdreema.com/demo/mt4-loop-how-it-works
https://fxdreema.com/demo/mt4-loop-trailing-stop
... I think it becomes obvious.I don't see any trade-making block, so I suppose that you want to work with manually created trades. Guess what, by default no EA should work with manually created trades and that's why something called Magic Number exists. Which is something I don't want to explain here, so just set this at 0 and don't forget that this EA is meant to work with manualy created trades: http://prntscr.com/cojbbb
If you want to make the Trailing stop to only work beyond some profit, look at its "Trailing Start" options.