Ok. Thanks.
Posts made by isp00rt
-
Can an EA be exported into a .dll file?posted in Questions & Answers
Hi,
I want to try my EA at Forex Tester, but unfortunately only .dll files are accepted there to bes tested. Is there a way I can export my EA from fxDreema into a .dll file?
Thank you.
-
RE: New option to my EA. Help required.posted in Questions & Answers
As far as I tested it, it works well. More than ten trades including all possibilities (good and bad buy/sell) have been confirmed. So once more, tank you very much for your help.

-
RE: New option to my EA. Help required.posted in Questions & Answers
I will try it, but I don't understand two details:
Problem 1. As far as I know, changing the order of both blocks just modifies the order in whch both actions will be executed. If it didn't work befor, why should it work now?
Problem 2. What is the difference between the original "No matter how" option and this one? Does it include my partial close? Then I think this would be the reason it didn't work properly.
-
RE: New option to my EA. Help required.posted in Questions & Answers
Sorry, I didn't explian myself properly. When blocks at the "On trade" section are erased, the EA works well except when the price reaches the SL BEFORE touching the TP (a new trade is created when I don't want that). This is why I added those blocks there. But now not only that problem is still active but the new one has appeared. So the situation is:
Problem 1. When price reaches TP, the SL is not moved at all now, whereas it was correctly moved before the "On trade" blocks were added. If I remove them it runs well, but then problem 2 happens.
Problem 2. If "On trade" blocks are erased, then a new trade is created if price touches the SL befor having touched the TP. As I said, this is not what I want.
So is there any way to fix both of them?
Thank you very much in advance.
-
RE: New option to my EA. Help required.posted in Questions & Answers
An unexpected problem has appeared. I did what su siggested:
https://fxdreema.com/shared/LTMBdKgZ
I don't know why but now a weird thing happens when the partial close is executed. According to the EA, the SL should be moved and the EA terminated, but none of it happens. Once the first TP is reached, the SL is not moved, the EA is not terminated but the popping message saying it's terminated appears!!

I can't see why this is happening. It's an easy EA and all conditions are apparently correctly ordered. Could someone please help me?
-
RE: Sorry, I can't find a thread I found some months agoposted in General Discussions
Wow, Impressive!
That's a LOT of food for thought. I will need some time to sudy it and, more importantly, understanding it.Once again, thank you very much for this outstanding help support. This forum is priceless!

-
RE: Sorry, I can't find a thread I found some months agoposted in General Discussions
Again, thank you very much for your impressive help.
You're an expert! I see Mr. Fxdreema is very busy. Fortunately you are solving my problems before my monthly fees expires.Now I would like to seize the opportunity of your kind attention to ask for my final and most complicated question about my EA . I don't find any example related to what I want to do, so I would appreciate your knowledge to give me some hints about this:
- I want to run my EA on several charts simultaneously.
- I want a "pip counter" (sorry, I don't know the correct word in English).
- The counter should count how many net pips are being accumulated every day considering all trades previously closed and those open now.
- Its function would be: close all current trades (no matter if they are in profit or not right now) if the overall net pips today is X (a constant)
This means that, for example if X=40 pips, and today 2 trades were closed with a net total loss of 30 pips, then the total number of pips of other trades during the day should be 70 pips in profit for the condition to be met. In other words, I need a kind of "memory space" within the EA in order to count all pips accumulated today from all charts to be checked at every moment.
Some hints, please? :simple_smile:
-
RE: Sorry, I can't find a thread I found some months agoposted in General Discussions
Can't you see the first top block "Time filter"? I can see thruogh the link I embedded. Can you please confirm you can see it? Maybe there's a problem with the link.
-
RE: Sorry, I can't find a thread I found some months agoposted in General Discussions
Great. It worked!!
Now I have a new problem. I added a timer block to specify when the EA will be active.https://fxdreema.com/shared/FT2HDnLsd
Problem is that I can't activate the EA on the MT4.
I don't know why but I can't select it to put it into a chart (and yes, the Autotrading button in the platform is activaded). Could you please tell me why? It looks like this:http://i64.tinypic.com/2vcgv35.png
Thank you very much for your help. I see fxdreema is very busy now.
-
RE: Sorry, I can't find a thread I found some months agoposted in General Discussions
Apparently, buy conditions are working normally, but wierdly sell conditions are not. Images included:
Daily conditions met:

4H conditions met:

1H conditions met:

But no sell is traded at 15 min timeframe

Please notice that the EA is at "working" status but no trade has been opened.

-
RE: Sorry, I can't find a thread I found some months agoposted in General Discussions
I built it following your suggestions. Please take a look.
https://fxdreema.com/shared/qQbfX3b3e
I tested it on demo account but it doesn't work correctly. Sometimes the trade is open and sometimes it's not (even condirtions are met). The weirdest it does i opening a sell trade when buy conditions are met!

What am I doing wrong?
-
RE: Sorry, I can't find a thread I found some months agoposted in General Discussions
Ok. Please let me check I understood your screenshot.
- The "once per bar" block is specified only to the timeframe that will be checked. In my example it was the "current" one, ie, 1H.
- The "once per bar" block is put at the top of the sequenced orders and not between the 4H and 1H condition blocks.
- All actions are specified on candle ID 1, is the last completed candle.
Is that right?
-
RE: Looking for blocks controlling money managementposted in General Discussions
Interesting. I'll take a look. Now I would like to ask which blocks should I use to do the following:
- My EA will open several trades at different charts.
- Some orders will be won and other lost.
- I would like to have something like a " pip counter" (sorry, I don't know the proper word in English). What I mean is that ther should be something counting how many pips have been got today. So that when a previously specified amount has been reached, all open trades right now are closed.
Let me put an example. I want to get 40 pips today, no matter in which chart. The sum of my two fisrt trades lost 30 pip. Now I have four trades open. The overall result of all of them right now is 70 winning pips. That's exactly my target for today so all trades are closed. Can you suggest me how can that be done?
Thanks in advance.
-
RE: Sorry, I can't find a thread I found some months agoposted in General Discussions
I think I remember the answer to my first point was something like this:
[https://fxdreema.com/shared/FLqLpaaIc](link url)
Basically I want to open a trade when price is above/below a Moving Average on three timeframes simultaneously: daily, 4H and hourly. The EA has to check at the beginning of every 1H bar if conditions at superior timeframes are met.
Is this the way to do it?
-
Looking for blocks controlling money managementposted in General Discussions
I can't find any available example on how can several simultaneous trades be managed on % current balance. What I mean is that I don't know how can I controll that, let's say, four open trades (no matter if ther are winning or losing) close immediately once a previously set number of pips or % balance is achieved.
Any help?
-
Sorry, I can't find a thread I found some months agoposted in General Discussions
I am going to create a new EA and I found how it could be done in thread I can't find right now (before the forum interface was changed). Any help would be appreciated. In that thread it was explained how the following could be done:
-
For each chart in which the EA is running, conditions applying to timeframes above the current one were taken into account in it now.
-
No matter how many charts the EA is running into simultaneously, once a specified number of pips is reached from the total trades open right now, all of them were closed.
Thank you.
-
-
RE: New option to my EA. Help required.posted in Questions & Answers
It worked!!! Thank you very much.

-
RE: New option to my EA. Help required.posted in Questions & Answers
I'm sorry, but I cant find that "Trade closed" block. Where can I find it? Additionally, I guess there can be an additional problem by using it. What will happen when previous closed trades are listed at the platform? Will this block find them immediatey after launching my order and then will rapidly close it?
Thank you