What error exactly?
Posts made by l'andorrà
-
RE: Rectangulo rectangleposted in Questions & Answers
Es complicado. Resulta mucho más fácil usar variables para introducir esos límites. ¿Realmente necesitas ver el rectángulo?
-
RE: Project randomly wont compile - PERIOD_CURRENT Undeclared?posted in Questions & Answers
Definitely the admin is touching the mql5 code here.
-
RE: How to take buy and sell every 5 minutesposted in Questions & Answers
@vijithtr You can use that same block but selecting money instead of pips.
-
RE: entry stepsposted in Questions & Answers
This is the second thread you opened for the exact same question. Please don't duplicate threads.
-
RE: etrry stepsposted in Questions & Answers
Not sure what you exactly mean. Do you mean partial TP and partial SL at different levels?
-
RE: Take Profit by indicatorposted in Questions & Answers
You can close them by NOT using the 'once par bar' block. That will make it to close as soon as it happens, but you will never know if the crossing is confirmed, though.
-
RE: Can i view fxdreema robot in raw python code?posted in Questions & Answers
I'm not a programmer but I'm not sure that is possible because fxdReema code is raw mql4/5 code. Can you visualize mql4/5 code via python/javascript?
-
RE: supertrandposted in Bug Reports
This is a terrible indicator. It repaints in the worst possible way imaginable. I strongly recommend to use a different indicator for your strategy.
-
RE: EA start settingposted in Questions & Answers
Then you need to use different magic numbers on each bot. Otherwise, trades open by one of them will be considered as valid for the second one if you are using the same on both.
-
RE: I want to fix this problem.posted in Questions & Answers
The problem is that by closing the MT4 (ie the VPS) all variables are reinitiated. The only way to get what you need is storing the values of the variables just before the MT4 is closed and import them again as soon as it is started again.
-
RE: How to take buy and sell every 5 minutesposted in Questions & Answers
@vijithtr You need to use this block in the 'on tick' tab:

-
RE: How can I reference each line on price level..posted in Questions & Answers
Each line should have a different name.
-
RE: Objects and EA - Perfomance Checkposted in Questions & Answers
I'm not a programming guru but I know for sure that the more code to execute the higher the time necessary to do it. I have no idea how much code is involved in those blocks so maybe it can inflict slow response.
-
RE: compilation errorposted in Questions & Answers
Is it for Mt5? I'm seeing more issues in fxDreema for MT5 lately than usual.
