OK, thanks for the advice. I'll ping them a message.
Posts made by pauley1
-
RE: EA not closing tradesposted in Questions & Answers
-
RE: EA not closing tradesposted in Questions & Answers
Also not sure why the time frames are different, they're supposed to be both M15 so I've updated those now.
-
RE: EA not closing tradesposted in Questions & Answers
Good spot! 93 should have been X> not X<. I'm sure that my logic for closing the trades is correct.
It seems to work when applying it in back testing mode on MT4 but doesn't when I apply it to real life it opens the trades OK but doesn't close them.
-
RE: EA not closing tradesposted in Questions & Answers
This is the latest version: https://fxdreema.com/shared/CJLmx0g9c
-
RE: EA not closing tradesposted in Questions & Answers
I've mad the changes and it still doesn't close trades! I'm wondering if the issue is with MT4 setting rather than the EA itself. It works find during backtesting but not when live.
-
RE: EA not closing tradesposted in Questions & Answers
OK, thank you for your insight. So all I have to do is make three different 'If Trade' structures for each different senario?
-
RE: EA not closing tradesposted in Questions & Answers
Hiya, thank you for your reply.
I want to close any profitable trades at 8pm GMT on Tuesday, Wednesday and Thursdays, any profitable trades hourly on a Friday and then close all trades on Friday at 8pm GMT.
-
RE: EA not closing tradesposted in Questions & Answers
Happy Sunday everyone! I was wondering if anyone had any ideas about this yet?
-
RE: EA not closing tradesposted in Questions & Answers
My first time sharing a project link so hope it works!
-
EA not closing tradesposted in Questions & Answers
Hi Everyone
I was hoping someone could help with an issue I have. I've put together an EA and when I back test it in MT4 it works fine. But when I deploy it live it won't close trades as programmed. Is it because of a setting in MT4 or is my EA not designed correctly?
Attached is a snippet of the close trade action. It basically says, if its Tuesday, Wednesday or Thursday close all profitable trades at 8pm GMT. If a Friday close all profitable trades every hour or close all trades at 8pm GMT.
The EA only opens trades on Tuesday, Wednesday and Thursday so I'm asking it to close anything that's not hit SL or TP and is profitable that day. If not run the trade over to the following day, but make sure it's closed in a Friday before the weekend.

-
Following the trend - IF statement folkposted in Questions & Answers
Hi Everyone
I'm trying to write a simple trend following EA which will either buy or sell EURUSD depending on what the current trend is on the D1 chart. The first condition to find the trend is to ask if the 10MA is above the 50MA, if so it triggers a buy signal and if visa versa a sell. It would then check some more buy or sell conditions before placing an order. I just can't seem to work out how to make the first conditon work! Any help would be much appricated, or if you could point me in the direction of a working example or previous thread about this I would be very grateful.
Many Thanks
Pauley
-
RE: Using numerous EMA's on different time chartsposted in Questions & Answers
@jstap thank you for confirming. Unfortunately I'm not sure what you mean about moving the trail up to yellow.
-
RE: Using numerous EMA's on different time chartsposted in Questions & Answers
Thank you for you reply, do you mean like this?
I'm not sure what the yellow dot does different from the orange!
-
Using numerous EMA's on different time chartsposted in Questions & Answers

I'm new to fxdreema so thought I would start with a simple EA but can't seem to work out how to put everything in order. I'm working with EMA 7, 14 and 50. I want the EA to check the EMA 7 and 14 are above the 50 on D1 chart first, and if is OK, check the H1 and then move to the M15 chart. But I'm not sure how to order my conditions. Sorry, for such a dumbass question!
