What minimum distance in profit do you need that to happen?
Posts made by l'andorrà
-
RE: Something like break even pointposted in Questions & Answers
-
RE: AE cannot load to chartposted in Bug Reports
Correct. There is a compilation error in the mq4 file.
-
RE: Closing Trades Scenarioposted in Questions & Answers
Can you please share the link to your project?
-
RE: Help me, compensationposted in Questions & Answers
Can you please share the link to your project?
-
RE: Payment Problemposted in General Discussions
You should contact the admin directly to let him know your issue.
-
RE: Is Fxdreema being updated or something similar or BUG?posted in Bug Reports
You can find a reply by the admin to another user with that exact problem. Try using the forum search tool and use the keywords 'constants and variables are gone.
-
RE: Need help with EA based on indicatorposted in Questions & Answers
You can try the following. Use three blocks only to check if they work separately:
- No trade on top.
- One only 'indicator is visible' block in the middle.
- A 'buy/sell now' block.
Try all three indicator blocks separately. If they open trades separately, the problem is the combination of those as I suggested.
-
RE: Draw new lines over each existing line.posted in Questions & Answers
Ok. Could you please remove blocks 19 and 20? Then confirm the structure is working correctly. If not, let me know what happens.
-
RE: Is the admin modifying the code on variables?posted in Bug Reports
I can provide more details on what happened exactly, just in case someone else finds this same problem. My broker is doing something really weird. Forex charts are disconnected from the server at 23:55 and reconnected at 00:05 the following day. Well, I noticed that at 00:04 there is a fast reconnection that is immediately disconnected until 00:05. It is at that ultrashort connection that the bot is working as expected but...only yesterday's info is used!!!
For some reason I can't understand, all values for daily candle ID are adjusted to the last day instead of the new one.In my case I fixed the problem by using a time filter for the bot to begin at 00:10 every day. Then today's candle ID value are used normally. Damn brokers! Their cheating tricks are everywhere!!

-
RE: All Blocks Resized + Lost All Connectionsposted in Bug Reports
It's a browser problem. Can you try login to your account from a different browser?
-
RE: How to stop bot from trading on certain PnLposted in Questions & Answers
Sorry, I didn't see your replies before. I'm glad you fixed it.
-
RE: Draw new lines over each existing line.posted in Questions & Answers
I'm bot sure I fully understand the logic behind that. Why do you need so many lines on the chart at the same time? Shouldn't it be more effective to plot the last two ones only?