Can you please share the link to the project?
Posts made by l'andorrà
-
RE: Ex 5 Compilation errorposted in Questions & Answers
-
RE: check day closed tradeposted in Questions & Answers
@Hiten7405 This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: Close Oldest one trade if close newest trade in profitposted in Questions & Answers
But according to your uploaded image, many trades were closed days ago. In your example, 3 trades were closed on April the 7th. Then in the text below you specify that the current open trade on profit (+12) should be closed because when combined with all the other open trades, profit is above $5. I don0t see the logic behind it.
-
RE: Calculate distance between two moving averagesposted in Questions & Answers
@Mrezab You can also store the value of both MA on different variables and do the math.
-
RE: ORDER BLOCK NOT WORKING ON MT5 DESKTOP APPposted in General Discussions
@hamoye This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: I downloaded order block indicator,and installed it through custom settings, but it isn't showing after i rebooted my mt5 appposted in Questions & Answers
Do you mean you installed it on your MT5 platform or on your fxDreema project befreo running on your MT5 platform?
-
RE: my fxdreema platform just crashedposted in Bug Reports
¿Probaste a usar Firefox en lugar de Chrome?
-
RE: Close Oldest one trade if close newest trade in profitposted in Questions & Answers
But that is s static image of the trades right now. News trades are supposed to be open over and over. Are they supposed to be closed in a shorter period than the oldes ones?
-
RE: How can I turn DD into a percentage?posted in Questions & Answers
@DragonZueloTrends Al final renuncié a conseguir ese dato. Tuve que encontrar otra información equivalente que no estaba relacionada con el DD.
-
RE: I need a thread of code to display the maximum drawdown of the current chart and the maximum drawdown of the total sum of all open charts in mt5 terminal pleaceposted in Questions & Answers
This is the second time you are requesting the exact same feature. Please don't duplicate threads.
-
RE: Please help!... the comment of the sum of maximum reduction and reduction in current graph does not work correctlyposted in Questions & Answers
You can dop that with variables (different for chart and all charts). However, the problem is the period to consider. If you need to check for all closed trades since the account was created, definitely a custom indicator will be far more efficient.
-
RE: Special Closing Conditionposted in Questions & Answers
Ok. But is tha variable supposed to show the cumulative profit of all previous batches or the last batch only?
-
RE: How to draw horizontal line upto current price/tick?posted in Questions & Answers
For how long you need to search for that higher ligh? One hour? One day?
-
RE: Special Closing Conditionposted in Questions & Answers
When is that variable supposed to be reset? At the end of the day? As soon as a new batch of trades is open?
-
RE: Orders not executed by news volatilityposted in Questions & Answers
Many brokers hinder the option of programming pending orders, especially in moments of high volatility. I would recommend you trying on different brokers.
-
RE: Please Does Anyone Know How To Close All Positions Exact Pipsposted in Questions & Answers
That is virtually impossible to do unless you are using a common TP level for all your trades. Every time a new tick is arriving to the MT4, all profits are recalculated. That means each open trade will add at least one more pip the the current single profit. For example, 4 open trades means a new tick will add 4 more pips to the global profit.

