maybe you wrote ASK in capital letter instead of Ask?
Posts made by ambrogio
-
RE: Drawing lines at specific round numbersposted in Questions & Answers
-
RE: Drawing lines at specific round numbersposted in Questions & Answers
@cyberspace said in Drawing lines at specific round numbers:
please elaborate , i dont follow
so I cant build it using blocks on fxdreems

-
RE: Drawing lines at specific round numbersposted in Questions & Answers
you have to search for MathCeil and MathFloor
https://fxdreema.com/forum/topic/4454/draw-horizontal-line-and-calculate-round-numbers-from-open-price/3 -
RE: Bar logic questionposted in Questions & Answers
once per bar at the top limits all your blocks below of it. Move it just above sell block instead
-
RE: Cant understand the result graph?posted in Questions & Answers
it happens when you have many negative trades and many positive trades at the same time, when a total profit is reached they are added up
-
RE: fxdreema output is not exist in navigatorposted in Questions & Answers
you are right, it is one of the small problems never solved here for the MT5 platform. For years now I have been downloading both files from the fxdreema page (mq5 and ex5), then refresh MT5
-
RE: First try at building and EA, and of course it doesn't work. Help!posted in Questions & Answers
@vijithtr click on .mq4 button to download the file in the "expert" MT4 folder. To be sure there are no errors in your project, click on .ex4 button also, maybe you get some error messages.

-
RE: Adding tradingveiw indecatorposted in General Discussions
It's not possible, the code is different.
-
RE: having problem with delay blockposted in Questions & Answers
now i see, i don't know. Maybe @fxDreema can explain this behavior
-
RE: having problem with delay blockposted in Questions & Answers
@majidunited it seems to me that the "delay" block works just like that

-
RE: Need Help Backtesting Errorposted in Questions & Answers
@forexbob-0 this error simply appears because we are giving instructions to the broker both to open or close orders/pending orders outside the broker's working hours. The most logical solution from my point of view is to put a time filter, and weekday filter also, just before opening orders and just before closing them. With this solution I have never encountered such problems neither in live nor in backtest.

-
RE: Where to Start?posted in General Discussions
@eayala604 Have you already taken the first steps from here?

-
RE: how to use a .ex4 indicator on a mt5 projectposted in Questions & Answers
ex4 files only work on MT4. If you can have the source mq4 file of the indicato you can convert it to mq5
-
RE: Compilation errorposted in Questions & Answers
@1stusFx also you can compile the mq4 in metaeditor, and it shows you in wich part of code there is the error (line and column) and from it you can find the block where the error is.
-
RE: Compilation errorposted in Questions & Answers
@1stusFx said in Compilation error:
@ambrogio okay bro.. but not sure on how to search for it

Open your blocks one at a time and see where '00' is. Check the list of variables and constants too, it's the only way. You only have 25 blocks, a few minutes will be enough.

-
RE: Compilation errorposted in Questions & Answers
Search where is '00' inside your blocks or variable or constant and you can see
Also some value of a custom indicator if there is
