@fmazzot so have you managed to upload and sell your ea on mql5 market?
Posts made by Gary 0
-
RE: Who can use EA built with FXdreemaposted in Questions & Answers
-
RE: any mql5 programmers here?posted in Questions & Answers
am new here. i tried playing around with an ea i created with fxdreema , during compiling, i saw this message: "version is incompatible with MQL5 Market, must be xxx.yyy". although it went on to be complied successfully.
-
RE: Good EAposted in General Discussions
@Duelistking dun think u r allowed to do this here. @fxDreema
Besides.. this is yet another ea that trades between 23:00 to 00:00. The backtest is hardly accurate cos it's does not reflect the large spread widening in the 1hr after new Zealand opens.
-
RE: Poor countries, poor peopleposted in General Discussions
@Xfire hi, just curious. I think there are still lot of international sanctions on Iran. Which brokers does Iranian use?
-
RE: MT4 expert does'nt work on new 1421 buildposted in Bug Reports
thks. i will also avoid upgrading to the latest build. i am still on 1420. just checked
-
RE: How to Round to decimal placesposted in Questions & Answers
@l-andorrà thank you. it worked for me too.
-
RE: How can i display the right profit on chart?posted in Questions & Answers
sry, this didnt work accurately. when there are more than 1 position, where at least one is negative, the sum of the total profits would be inaccurate
-
RE: How can i display the right profit on chart?posted in Questions & Answers
nevermind. solved.
just add "NormalizeDouble($,3) " in "adjust" within the text box block
-
RE: How can i display the right profit on chart?posted in Questions & Answers
hi, how do i limit the profit to just 2 decimal place?
-
RE: How can i display the right profit on chart?posted in Questions & Answers
@paragorundu thank you. I am looking for such a solution too. Thanks
-
RE: Poor countries, poor peopleposted in General Discussions
@fxDreema well u r running a business. Whatever u shared are hard turth. I love this platform and I need you to be profitable so that I can cont to use this platform.
-
RE: A.I.posted in Questions & Answers
@OntradingX any updates regarding the self optimisation module within fxdreema? I am keen. Basically I am looking to have the EA auto optimise the overbought and oversold level based on market volatility, of my EA
-
How do I make my EA move the SL to Break-even and close half of the profits at the same time (leaving 50% of it runing)posted in Questions & Answers
Hi All,
Have been on and off fxdreema. Every-time I hit a roadblock, I stopped for a while before re-looking into it. This is my first EA (not complete) and I am stuck at the trade mgt part.
I want the EA to move the SL to breakeven (+ offset) and at the same time, close 50% of the profits when the open profit is 50% of my TP target.thks.