@biztet well, youre simply using 2 different indicators. Close rule can be active same time as open rule.

Posts made by roar
-
RE: Simple Condition. Is there a bug? Or did i missed anything?posted in Questions & Answers
-
RE: Simple Condition. Is there a bug? Or did i missed anything?posted in Questions & Answers
@biztet ok, now I found it. Test settings would've been useful in comparing the results 1:1.
-
RE: Simple Condition. Is there a bug? Or did i missed anything?posted in Questions & Answers
@biztet no, my results are just as expected. I need your test settings to replicate the results, AS I SAID lol

Symbol, timeframe, modelling quality, date period

-
RE: Simple Condition. Is there a bug? Or did i missed anything?posted in Questions & Answers
@biztet but the settings in mt4 strategy tester
-
RE: Simple Condition. Is there a bug? Or did i missed anything?posted in Questions & Answers
@biztet Could you show your test settings so I can replicate it?
-
RE: Simple Condition. Is there a bug? Or did i missed anything?posted in Questions & Answers
@biztet I cant replicate that result.. Try to change the cross condition to simple < 0 condition, maybe thats it somehow..
-
RE: Selection according to Symbolposted in Questions & Answers
@xyon126 you can set the trailing stop to work on all open trades on the account, if thats suitable for you
-
RE: Use of anglesposted in Questions & Answers
@neonschwarz if you are interested on only the reversing around 0, just compare the indicator value of last 3 candles.
-
RE: button problems (solucionado)posted in General Discussions
@xyon126 put my block #4 (custom code) after close trades block, and I dont think you need that draw button block there at all
-
RE: Object naming with arraysposted in Bug Reports
@miki I think it has something to do with fxdreemas own naming system.
If "Draw line" block is replaced with some ObjectCreate code, everything draws correctly
https://fxdreema.com/shared/SRxnX09TbWell I'll just use the actual function then, not a huge problem
-
Object naming with arraysposted in Bug Reports
https://fxdreema.com/shared/dCBq6vAYc
As a test, here's an EA which draws 3 vertical lines to candles 1, 2 and 3.However, due to using an array to name the objects (I think), the lines and names dont match, something goes wrong..
@fxDreema would you please look at this, or explain where I made an error


-
RE: EA Errorsposted in Questions & Answers
@deadllee you must set the SL before opening the trade, and check if SL would be 0. If it would, set it to 5 pips, for example. Replace your sell block with these 4 blocks: https://fxdreema.com/shared/Hq4AFQZ4b
-
RE: EA Errorsposted in Questions & Answers
@deadllee the money management algorithm uses stop-loss somewhere in the calculation, in the denominator. Accelerator oscillator can be 0 at some point, which causes division by zero.
-
RE: button problems (solucionado)posted in General Discussions
@cesardefez add these blocks to the system. It forces the buttons to agree with the variables.
https://fxdreema.com/shared/Bto5C2CYb -
RE: button problems (solucionado)posted in General Discussions
@cesardefez I dont know why they are so unresponsive, but you can tie the button state to some variable, and check on every tick (or every second) if button state is the same as the variable says.
-
RE: MT5 and FXDreema communication issuesposted in Questions & Answers
@steve-4 you need to make new fxdreema project for mt5.
Open the new project into new tab and then copy-paste the blocks over.

-
RE: MT5 and FXDreema communication issuesposted in Questions & Answers
@steve-4 mt5 doesnt find the EA you downloaded?
Hit ctrl+shift+D to get to the correct folder
-
RE: Custom price crossing MA condition with minimum turnover distanceposted in Questions & Answers
@osryan in other words:
- if price is less than 20 pips below MA,
- check if price has been 100 pips below MA at some point