@umbrellamaker Thanks for sharing your solution.
Best posts made by l'andorrà
-
RE: Bug/ Lagging - No connection anymoreposted in Bug Reports
-
RE: detect vertical lineposted in Questions & Answers
I have to admit that graphics are my weak point on fxDreema. I cannot offer you an answer for that specific problem at the moment but it is a certainly interesting one. I will have to take a look..
-
RE: How to custom an indicator to give signal as the indicator changes colour.posted in Tutorials by Users
Before trying that you need to be completely the indicator doesn't repaint. Because if it does, the bot is doomed.
-
RE: Project reseted/ deleted/ destroyed [SOLVED by history]posted in Bug Reports
@umbrellamaker Thank God we have the History tool!

-
RE: Custom parameter to draw a lineposted in Questions & Answers
You need to upload the full http path.
-
RE: Support Resistance based on Highest/Lowest Closeposted in Tutorials by Users
@roar Don't be cruel, man. We are fxDreemers BECAUSE we are NOT programmers.

-
RE: BUG: Block Apply Template, applies template and then erases the EA itselfposted in Bug Reports
@ambrogio I'm afraid this is an issue for the admin to fix. I have no idea how to do that.
-
RE: Where are my screenshots?posted in Questions & Answers
What a pity. MT5 is a promising platform, but far away from being as stable as MT4.
-
RE: [Tutorial] Daily Drawdown + Resetposted in Tutorials by Users
Great work. Thank you very much for sharing.
-
RE: Pip awayposted in Questions & Answers
For each trade is used to 'capture' info about all runninf trades right now. If you want to launch pending orders, it is not necessary. You'd better us the pending order block with the offset setting.
-
RE: % of Balance to Lotsposted in Bug Reports
@ken191225 You can type the exact name of the symbol and then try different values until you find the right one:

-
RE: EA...Good or Bad...This can be real?posted in Questions & Answers
Too good to be real. If that is true you found the Holy Grial!

-
RE: Easy way to make ENUMposted in Tutorials by Users
@roar Thank you very much for sharing, as always.
-
RE: Mql4 to Mql5 convertor problemposted in Bug Reports
@alphaomega Yes, the converter is not reliable yet. Just download in as mq4 and then change the file type to mq5 directly without the converter.
-
RE: Support and Resistanceposted in Questions & Answers
AFAIK the best approach is using the zigzag indicator as a way to identify supports and resistances. You can find those levels so:

In this example, I catch the last two highs (two resistances) into a variable. You can do it with lows also.
-
RE: SL and TP in Points for Volatility 75 (1s)posted in Tutorials by Users
@Jeymyc Can you please share the link to the project instead?

-
RE: fxDreema auto change my job from MQL5 to MQL4posted in Bug Reports
@xdv I hope it works. You're welcome.
-
RE: repeat an action after a given periodposted in Questions & Answers
You can do it on the 'On Timer' tab of the builder. Additionally you should specify the period of time you want it to be executed by selecting the wrench icon on top right the builder.