@highmoose your choice:

Posts made by roar
-
RE: display distance between a horizontal line and current price in pipsposted in Questions & Answers
@xyon126 yes thats right. You can save 10 seconds on backtest by spending 5 hours of your own time writing the code line by line, lol.
I do recommend learning MQL though, its always useful, no matter if you write the code by hand or use the software
-
RE: My account bastard was blocked fxdreema fuckposted in Bug Reports
@tantan does this recovery link work
https://fxdreema.com/forum/reset -
RE: My account bastard was blocked fxdreema fuckposted in Bug Reports
@tantan ok. There might be some delay in email answers, but nobody is trying to scam you
-
RE: My account bastard was blocked fxdreema fuckposted in Bug Reports
@tantan how can you be here, writing on this forum, if your account is blocked
-
RE: My account bastard was blocked fxdreema fuckposted in Bug Reports
@tantan
thats the way to resolve things -
RE: Round Variables Simplyposted in Questions & Answers
@leka-0 you mean for some text bit, like comment message?
In that case, use
DoubleToStr(yournumber, 2)
-
RE: MathSrand problemposted in Questions & Answers
@alphaomega naturally your first TP cannot be the average open price, the trade would close immediately, you see...
Set something else for the first TP, and dont update the stops after first trade

-
RE: MathSrand problemposted in Questions & Answers
@alphaomega remove that block, it messes up the correct average level:

-
RE: MathSrand problemposted in Questions & Answers
@alphaomega I understand that you want to move the line, but where does that value come from? What calculation gives 15% as result? Perhaps 15% of the distance between highest and lowest trade?`
If you mean 15% more profit in pips, that makes no sense: profit at the average line is 0, 0 times 15% is still 0. It doesnt move anywhere by a percentage multiplication.
-
RE: [MQL5] Dynamic level based stopposted in Questions & Answers
@dcg I'm afraid studio is the way to go here, unfortunately I can't provide any sample for that...
Well, you could make an array for the latest buffer values, and update it in a loop.
Maybe this is useful for you, I'm not sure: -
RE: MathSrand problemposted in Questions & Answers
@alphaomega what do you mean by 15%? It takes many years for a forex symbol to move 15%
Or just equity > balance * 1.15 ? You dont need average for that.
-
RE: [MQL5] Dynamic level based stopposted in Questions & Answers
Hi @dcg !
There's a "custom mql code" block, you can do arrays there. You cannot make actual functions in fxdreema (except building your own blocks in studio), but you can treat the "custom mql code" block as your "function"
-
RE: Use the Balace at 10 pm the day before as variableposted in Questions & Answers
@floko125 use "once per bar" and set the timeframe to daily. Put that block between "time filter" and "modify variables"
-
RE: Payment via Paypal - Account Activationposted in Questions & Answers
@jrrh3007 paypal should activate almost instantly. I think only Bitcoin needs manual activation from admin.
-
RE: MathSrand problemposted in Questions & Answers
@alphaomega where do you want the TP?
If TP is average open price of trades, it surely will be very small in pip terms. -
RE: where are the buttons mq5 and ex5posted in Questions & Answers
@sevdarko you must start a new project, there you can select the platform between mt4/mt5



