@hypnoise Considering your EA is a martingale at all effects I strongly recommend yo rebuild it fro, scratch so that you can implement what you need. You can begin with this pure martingale. I guess it is easier to add features to it than remaking them all from your project:
Posts made by l'andorrà
-
RE: need help with complex ea tryoutposted in Questions & Answers
-
RE: How to set Breakeven at "Open Price + Commission" so that it ends up with $0 profit if the broker charges commission?posted in Questions & Answers
@gorilla Comissions are not pip dependent but lot size dependent.
-
RE: Trade limitposted in Questions & Answers
@luckybest Can you please share the link to your project?
-
RE: Sum of closed and open transactions. close (35 usd)posted in Questions & Answers
@yazar-ilyas said in Sum of closed and open transactions. close (35 usd):
$ 500 unit of open profit.
What do you exactly mean by ' $ 500 unit of open profit'?
-
RE: Pending Price Offest is not Workingposted in Questions & Answers
@armsberry27 Don't multiply x10000. You already got the pips distance beetween high and low.
-
RE: Missing something about trend linesposted in Questions & Answers
@seb-0 Interesting detail. Thank you.
-
RE: I want my EA to only be able to by when price is inside a manually added rectangle, is this possible?posted in Questions & Answers
@joemarkey6 No. You just need to modify your variable's settings this way:

-
RE: I can't pay through my credit card.posted in Questions & Answers
@pirun Sadly the admin takes more time than it should to reply. fXDreema is a one man project! Please be patient and he will reply your request.
-
RE: How to set Breakeven at "Open Price + Commission" so that it ends up with $0 profit if the broker charges commission?posted in Questions & Answers
@gorilla You will need two variables, one for the comission and another one for the spread. The first one will be a maoney value whereas the second a distance in pips. I would focus on the money part only.
-
RE: harmonic indicator free but need alertposted in Questions & Answers
@max-c No buffers? Then try to import the mq5 version of the indicator instead.
-
RE: Store and add closed orders.posted in Questions & Answers
@fabiobioware My first suggestion would be to store the time moment where the balance hit those $1000 and then filter all closed trades AFTER that moment by using a 'For each closed trade' block. You can filter by symbol there. Then store the value into a variable.
-
RE: Testing pass stopped due to a critical error in the EAposted in Bug Reports
@mbart_25-0 You should contact the admin to let him know.
-
RE: trailing stopposted in General Discussions
@karibo You can select a fixed SL distance withing the 'buy/sell now' block. Then you need to use the 'Trailing stop' block in which you can specify it will begin at 2 pips profit distance.
-
RE: Newbie here, question about reverse systemposted in Questions & Answers
@siuteino You will need variables controlling both limitations. My martingale project can be helpful:
-
RE: Transfering EA Panel from mq4 to mq5posted in Questions & Answers
@oliverhinrichs Then my only suggestion is rebuilding it from scratch block to block.
Probably you will spend less time than searching the error. -
RE: Missing something about trend linesposted in Questions & Answers
@seb-0 Interesting. Did you change something? Can I ask what broker platform did you use?
-
RE: I want my EA to only be able to by when price is inside a manually added rectangle, is this possible?posted in Questions & Answers
@joemarkey6 Time stamp variables should be of a 'string' type. Are they?