@muneeb00 Test it with buys off, then test with sells off, if these line up then you have a problem with your logic, and you probably need to more close above buy/sell.
Best posts made by jstap
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
-
RE: My biggest project so farposted in General Discussions
That doesn't show a lot, but lots of blocks aren't normally needed...
-
RE: for each position loop not endingposted in Bug Reports
@tipsywisdom You can have blue blocks above pink, generally it is better not to but if being used as a switch you can.
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 You didn't put the flags in as I said, you have been using without them working, flags are an on/off switch, test without, if needed add back in, simple robots don't need. People that use learn how to use once the basic EA is working, then they are added to specify the logic.
-
RE: Any instructions about the On Trade & On Chart tabs?posted in General Discussions
The tabs tells you what they do, on init = at EA start (initialisation), on timer = only when the timer event fired (change this in settings), on trade (non mt4 native, so internally goes in on tick) = work with running trades, on chart = many things you see on chart, trades on mt4 are fired from here (in backtest use on tick), on deinit = all actions when removing/stopping EA working (like deleting everything drawn on the chart).
-
RE: Why showing old block settings variables on strategy tester ?posted in Bug Reports
@walter-0 Sorry, I can't help you.
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 If you are talking about the zigzag, on the same post you got mt4 from is the information on how to use in mt5, is in the comments near the bottom.
-
RE: Stuck on Process - What's next after FXDreema?posted in General Discussions
I agree, assets all tend to act similar if they are the same type, following trend can eliminate losses as as long as the direction is correct after the pull back profit is next, as for backtest data, this can help but live trading is the only real way to test a strategy.
-
RE: FXdreema error or mine?posted in Bug Reports
@alphaomega I am unsure but you could try removing the candle ID for the line, may make no difference but worth a shot
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 I think you are looking for this, the logic is if input buys = true activate next block.

-
RE: Indicator Is Visible, additional candlesposted in Bug Reports
@tipsywisdom That is how it has always worked for me, is also how is sounds to me when reading.
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 It doesn't matter it is exactly the same
-
RE: Check profit (unrealised) block bug?posted in Bug Reports
@cedietradermax Tested this block and seems to do as needed: https://fxdreema.com/shared/vE42R76oe
-
RE: Nothing happen: "Set Current Market for next blocks"posted in Bug Reports
@sktsec You need to add a shared project to look at, this will only work with some blocks.
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 Those options cannot be changed in fxdreema, but what I put above allows you to switch on/off buys and sells.
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 Your question is not very simple, or I don't understand what you want. What I have showed you will give you the option to use EA for just buys, just sells or buys and sells. The above picture shows exactly how to implement, just use the buy condition above your buy conditions, use the sell condition above your sell conditions.
-
RE: BUGS?! TRADES CLOSE AFTER A FEW SECONDSposted in Bug Reports
All I can say is try recreating from scratch