@l-andorrà hahah
Posts made by Fabien S
-
RE: I have a flowchart but don't know how to start.posted in Questions & Answers
https://fxdreema.com/shared/cSvvnaOId
here you go not really rocket science -
RE: NNFX Template Fileposted in Questions & Answers
@money123456 dont use *10000 and make it like this

-
RE: Make ea enter trade after N minutes, delay tradeposted in Questions & Answers
@l-andorrà thanks a lot for all your help! i look into it now
-
Make ea enter trade after N minutes, delay tradeposted in Questions & Answers
Hey guys! i want to delay the entry of the buy/sell sell signal by N minutes, if the signal is still valid the ea should execute the trade
i tried doing it by using timer but somehow when testing live the ea didnt wait before entering trades https://fxdreema.com/shared/Ms0Bs3dpb
I would really appreciate if someone has an idea on how to do this -
RE: need help with Betting eaposted in Questions & Answers
@l-andorrà was just trying out different blocks sorry for the mess, i actually think the "on trade" might . be . the solution
-
RE: need help with Betting eaposted in Questions & Answers
@l-andorrà actually it all starts with a buy and when it hits TP the ea is terminated. In condition of SL the ea opens a position in opposite direction but bigger.
-
need help with Betting eaposted in Questions & Answers
hey guys!
i wanted to create this ea in betting style, however i am currently stuck. And out of inspiration on how to get it done. Can somebody take a look at my project? Help is much appreciated!
-
RE: Is it possible to have a EA give me alerts from different symbols?posted in Questions & Answers
@fabien-s i think i might need to create an dashboard first and then try to implement an allert function
-
Is it possible to have a EA give me alerts from different symbols?posted in Questions & Answers
I was looking to create a EA, that should give me an alert if on one timeframe, the indicator appears
-
RE: Export modified fxdreema EAposted in Questions & Answers
@l-andorrà i actually modified something in metaeditor, works100%on the one mt4 but i then get blocks on the other mt4. Kinda buzzedwhy this happens, even simple modifciations will lead to this
-
Export modified fxdreema EAposted in Questions & Answers
Hey so when I export an Ea that i compiled from on one mt4 and which is working aswell to a second mt4. On the second mt4 where i try to import it only squares come up. I don`t know why this happens, can someone help?
-
RE: Make EA close all trades when balance is below 10%posted in Questions & Answers
@fxdreema Thanks a lot for your answer; I really appreciate the help
-
RE: Make EA close all trades when balance is below 10%posted in Questions & Answers

I also wonder if this is the right way to do it..
-
RE: Make EA close all trades when balance is below 10%posted in Questions & Answers
@fabien-s the problem with >= is that its not 10% but a bit more
-
RE: Make EA close all trades when balance is below 10%posted in Questions & Answers
https://fxdreema.com/shared/aoAeID5Kb
thats the link, i have rtades open that i want all to be closed when 10% profit or 10% loss on balance. Right now i got it working with >= but not ==. I also wanted to make the adjust a input parameter but somehow when i put % it rejects it hmm
-
RE: Make EA close all trades when balance is below 10%posted in Questions & Answers
@fabien-s the equals doesnt work however >= works, very strange
