Sadly fxDreema for MT5 is piling up issue after issue. My only suggestion is contacting the admin directly and let him know.
Posts made by l'andorrà
-
RE: MQL 5 not workingposted in Questions & Answers
-
RE: EA runs consecutively during week, stop after hitting weekendposted in Questions & Answers
You logic is correct. This should work. I guess this is not the whole project, right? Are you sure there is no conflict with other parts of the structure? Additionally, I always recommend to use a 'comment' block used to visualize the value of those variables at 08:00 and 18:00 just to confirm they are correctly changed.
-
RE: Vela finalizadaposted in Questions & Answers
Ese el el problema. No hay ningún bloque que realice ese bucle. Hay que construirlo combinando varios bloques. ¿Cuántas operaciones ya abiertas habría que revisar como máximo?
-
RE: Why does this script sometimes open positions with MAX lot size?posted in Questions & Answers
Ok. Did you try byens' suggestion.
-
RE: I have a problem reducing my lot size when I have a loss.posted in Questions & Answers
@tanu3777 The the only option is closing some trades at the same time, some in profit and some in loss. it is feasible but you will need a loop to search for those pairs. Are you familiar with loops?
-
RE: I have a problem reducing my lot size when I have a loss.posted in Questions & Answers
You can only decrease lot size by partially closing trades, but I guess this is not what you exactly mean. Do you mean maybe opening new trades with smaller lot size?
-
RE: ma strategyposted in Questions & Answers
@Meisam1412 If you mean the value of the MA on a specific candle you can do it this way:

In this example I can store the value of the MA on candle ID 2.
-
RE: EA runs consecutively during week, stop after hitting weekendposted in Questions & Answers
That depends on how your variables are reset. Could you please share the link to your project?
-
RE: EA take trades when Indicator sends alertsposted in Questions & Answers
No problem. Could you please add your question there?
-
RE: Why does this script sometimes open positions with MAX lot size?posted in Questions & Answers
@Mitchp What is the 'entry_price' variable used for? I see it is not used anywhere once calculated.
-
RE: Whole candle shadow and body upper than one point ? i place it but it wont work correctly why?posted in Questions & Answers
Can you please share the link to your project? I will take a look at it.
-
RE: On Chart can't fetch the valueposted in Bug Reports
You can contact him through the support page:
-
RE: Zero divide error? Really? :(posted in Questions & Answers
Thanks for your insight, ambrogio. According to the Journal's log, the critical error is in this code line:
return CustomPoint(symbol) / SymbolInfoDouble(symbol, SYMBOL_POINT);
It is not even related to any specific block. It is included at the last 10% of the code body. Could some programmer please say what is the problem here?
-
RE: Zero divide error? Really? :(posted in Questions & Answers
Yes, all of them are greater when testing. This is really weird.

-
RE: Does anyone want to help me improve this HFT EA (High Frequency) for US30 at NY or London opening and create Sets to pass NOVA funding, Funding Pips and Next step funding tests?posted in Questions & Answers
Sorry for bringing bad news but not retail trader will EVER be alowed to access real HFT servers. Those are reserved for big hedge funds only. If a broker is offering/guaranteeing acess to HFT servers, he/she is simply lying. Real HFT servers are limited to highly strict and regulated requirements.
-
RE: how to get swap long valuse or swap Short valuse?posted in Questions & Answers
AFAIK there is not block in fxDreema searching for swap info so I guess you will need custom code to find it through the broker's info. I'm also interested in this question.
-
RE: Commission to pipsposted in Questions & Answers
Not sure I fully understand. If the breakeven level is the open price and you just need to add the commission price you can select the commission price as your direct TP level, but I'm not sure all brokers will allow selecting a TP level so close to open price.