@khalids222 Can you please share the link to your project to check it out?
Posts made by l'andorrà
-
RE: How do I close the first deal when the number of deals becomes 2? So that there is no more than one transaction in the same direction in the marketposted in Questions & Answers
-
RE: Basic Question About Moving Averageposted in Questions & Answers
@talalkhan The admin created two ways of considering MA. The first option is just checking if the value of one of them is above/below the other, regardless of candles values. Only the MA values are considered.
In the 'cross above/below' the block is comparing the values of both MA within the candles segment selected (1 by default). If there was a crossing of both MA then the block is true. As per the previous case, candles are ignored here too.
-
RE: Commissionsposted in Questions & Answers
@jacksonuk You can also get it directly from the MT4 history tab:

-
RE: Trendline rebound sell/buy EAposted in Questions & Answers
@pinoa Then the most efficient option is selecting them by loop this way:

-
RE: My EA is using the Data from the Day beforeposted in Questions & Answers
@siggi12345 Not sure what you mean. What are those high and low exactly? I see you are adding some manual values. I'm afraid I don't get the logic behind it.
-
RE: How to Use Check Profit (Period of time) Block?posted in Questions & Answers
@bravoone That block will not do it. You need to create a variable that can control when the daily profit is hit so that it stops the launching conditions. Can you please share your project' link?
-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra The only way to not skip any trade is just leaving that space blank as per your screenshot. However, selecting some trades before other is way more complicated. You will need some custom code to create a vectorial matrix in order to do what you want. I'm afraid you will need a programmer for it.
-
RE: MT5 EA with custom indicator - compilations errorposted in Bug Reports
@vish I tried and I got the same error. I'm afraid I'm not a programmer so I cannot provide a solution.

-
RE: how to create following candlestick pattern indicatorposted in Questions & Answers
@shubham-0 Do you have any initial fxDreema project to begin with? We can take a look?
-
RE: Anyone Want to join me on an EA build?posted in Questions & Answers
@moneymakermillion Please, don't get me wrong. I don't mean you don't try it. I simply say that same idea was offered before and never really worked. BTW, can you please share some of your successful results, please? I'm curious.

-
RE: Hola! alguien sabe como ajustar automaticamente el Lotaje?posted in Questions & Answers
@kevdiaz Pues en ese caso necesitas una estructura específica que identifique el valor del balance actual y varié el lotaje en función de esos incrementos. No es algo trivial de hacer. ¿Tienes un proyecto inicial con el que empezar a trabajar?
-
RE: my robots are being corrupted when i downloadposted in Bug Reports
@veetee That is really weird. What browser are you using?
-
RE: Trades stopped unless MT4 closed and opened againposted in Bug Reports
@ali-pahlawan Man, you are using the supertrend indicator. That's why you don't get the expected signals. That terrible indicator repanints so badly! Simply try to find another more effective indicator, like a standard moving average.
-
RE: Trendline rebound sell/buy EAposted in Questions & Answers
@pinoa Your EA is looking for two objects picked by name, B and S. However they are not visible in this project. Are they plotted manually maybe? Otherwise you should select objects by loop. That is a much more effective way to detect them.
-
RE: Choose between two types of BUY/SELL orderposted in Questions & Answers
@bagheria Please look at blocks 6 and 44. There you will see lot size is 0.01.
-
RE: invalid EX5 file (7)posted in Questions & Answers
@voodoogodman Not me. Can you please upload a picture with the error message?
-
RE: Robot stopped trading(bug!!!)posted in Questions & Answers
@ali-pahlawan Do you mean you are using two different platform? Then you will need terminal variables to communicate both EAs. Otherwise they will not be able to communicate.
-
RE: LotStep causing zero divide.posted in Questions & Answers
@mantadiver Sadly the admin does never participate on any forums. However, he reads the bugs forum to see any issue in the platform. I recommend you to open a thread there and at the same time contact him directly to let him know.
Miro is deeply missed too. I don't even know if he's a user anymore.

