Hey, if you want to develop strategies and have them automated, you can message me.
Posts made by tec.nacks
-
EA developmentposted in General Discussions
-
What's wrong with MT5 on this platform?posted in Questions & Answers
What's with fxDreema MT5 specifically first the bucket of positions into variable isn't working well whilst the MT4 is working then I went on to make a custom code for same logic which was working then stopped working

like what's wrong ?Anybody with similar experience?
-
What's the possible cause for this?posted in Questions & Answers
Has anyone experienced this issue with the formula block: how that the adjustment option will fill itself up for no reason.
In my case, it kept adding /100 to itself especially after refresh


How can it be resolved ?
-
RE: Convert MT4 to MT5 or build from MT5?posted in General Discussions
@jstap what about replacing those MT4 blocks to MT5 blocks?
Will that do it?
-
Convert MT4 to MT5 or build from MT5?posted in General Discussions
I got a question because I'm observing some variations which I'm thinking could lead to data loss.
Would you rather build on MT5 fxdreema or use the conversion tool from MT4 to MT5?
-
RE: good morning. How can I set a maximum fixed limit for losses and gains on the day?posted in Questions & Answers
@jstap compilation error
'Daybal' - struct member undefined
-
Error in Trailing Blockposted in Questions & Answers
I think something is wrong with the Trailing of Group trade.
I set thr parameters to trail SL which after working well for two trades, it's set shift the Take Profit of my oldest trade to the newest trade take Profit when the trailing stop is near to it.
Why ?
Does anyone have issue with same thing?
-
need help hereposted in Questions & Answers
What's the formula that converts pip value to price fraction in fxDreema in the check distance block ?
-
Need your recommendationsposted in General Discussions
What's your experience running MT4 and MT5 backtest on Apple Mac laptop?
I wanna know either it better to stick to Laptop or go for Mac but considering running back to back Backtest like I aways do
Need your recommendations
-
How can I do this?posted in Questions & Answers
How can I fetch the name of the horizontal line that price crossed most recent (ID1).
The use caes scenario is that there are more than one line of similar name but different line-number- extension but I want to be able to tell the one that price crosses into a variable in order to know the name of the line.
How can I do this?
@ambrogio and anyone pls
-
RE: Drawing lines at specific round numbersposted in Questions & Answers
@ambrogio Yea, i figured that 0.01 will not work for some assets because of varieties of broker's tick size ... so I had to fetch the data out and adjust to the accurate round numbers but it's looking like the not so correct ones is doing the job better
Still checking though
Thanks
-
RE: Drawing lines at specific round numbersposted in Questions & Answers
@ambrogio Hey,
I realized that the lines are not exactly drawing in the rounded number anymore.
Why is that? And how can this be correct?
For example; if you place the EA on chart now it's likely you won't get the right rounded numbers 30mins later place it on another chart window, it will be different levels
How can we have it to be consistent across on a rounded psychological number ?
Especially for pairs like JPYs , GOLD, Cryptos
-
I need a custom MQL codeposted in Questions & Answers
I need a custom MQL code that I can place in the code block
The code is to reset some variables to zero ... let's say var_1, var_2, var_3 to zero when a condition is meet
How should this code be written? Of course the variables will be in the variable table in FxD
