@muneeb00 If conditions are right the EA will open a sell, you have two trees so 1 doesn't affect the other. If the conditions are diffrent you need to add to initiate trade.
Posts made by jstap
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 The if trade tree can only happen once so there is no point.
-
RE: in how many daysposted in Questions & Answers
@jazzybhai Can take over a week (I think) if bit coin is used, if paypal straight away.
-
RE: Color Button is changed when pressedposted in Questions & Answers
@zedeai2 I know have spent hours looking through, if helps miro1360 buttons in tutorials, should find what you need.
-
RE: Adding Custom Indicator with drop down menusposted in General Discussions
@dinho
ab = string
123 = int
On your inputs count down list to get number for example,
int Limit Displayed Data (something like) 3
Make sure the list is in the correct order and spelt the same. -
RE: Color Button is changed when pressedposted in Questions & Answers
@zedeai2 You can do this with custom code, if you search then Miro's post's then you'll find how to do this but am sure it is different for MT5, you can also redraw with the new colours, this is probably the best way.
-
RE: Trailing stop and trailing to even not working.posted in General Discussions
@kelrobot You need to specify when each block starts/stops, this can be done with a pink for each trade block, under a block like pips away or just a condition with the loop option, this way you are using logic for your situation to activate/ deactivate blocks.
-
RE: Order open next candleposted in General Discussions
@mario-c I wouldn't use blue blocks above blue blocks, this may work but for me I have never found it does. I would use flags or modify variables in a separate tree to keep from working until all conditions are correct.
-
RE: Add 0.01 lots for every +100$ starting from 500$ Balanceposted in Questions & Answers
@andrew-b It will if you add more blocks it will, you need to test and see if it adds again on retrace, if it does add some more conditions to stop it doing so.
-
RE: I Am Trying To Create EA For MT5. Need Help!posted in Questions & Answers
@muneeb00 If you go back through the ZZ post you'l find the information to use on MT5.
-
RE: I Am Trying To Create EA For MT5. Need Help!posted in Questions & Answers
@muneeb00 In the type it needs to be the correct for the value, I assume you had int which worked in mt4, would think it would work but if you change to, ENUM_TIMEFRAMES and value PERIOD_CURRENT it should work.
-
RE: How to set a stop loss (x) pips below or above a moving average.posted in General Discussions
@kelrobot You can do it like this, if you want this value in a constant just type + or - and the name of the constant.

-
RE: Change Meta editor to other terminal.posted in Questions & Answers
@kelrobot The mt4 button compiles like meta editor, so you only need 1 or the other, if you are not quick enough with mq4 button editor will steal and change the folder.
-
RE: Trailing stop and trailing to even not working.posted in General Discussions
@kelrobot I am not sure how, maybe separate no trade so it is separately looking at buys and sells. the logic of this block is only pass if no trade is present.
-
RE: How to set up an indicator that changes color?posted in Questions & Answers
@escrivaca This indicator has 3 buffers, blue, red, and grey for if either blue or red, add to FXDreema indicator tab, use indicator visible or indicator appear, and you can build any EA you want.
-
RE: How to control (X) percentage of the account balance in risk with various trades open.posted in Questions & Answers
@kelrobot I think THIS will do all you require, I haven't tested though. To see if this is working add all variables to a comment block, so you can visibly check in back test. Add this to your project, or press the mq button import back into FXDreema and add your project to it. will also work with mq5 but will need converted.
-
RE: Trailing stop and trailing to even not working.posted in General Discussions
@kelrobot The problem you were likely having is a blue block above a blue, and with the Hikan aisi indicator you can't get a cross on the candle, without using 2 condition blocks, if trade block will limit to only 1 trade. See link, hope this helps
-
RE: Change Meta editor to other terminal.posted in Questions & Answers
@kelrobot Top right, projects, create shared link, open in web page, copy from address bar and paste here.
-
RE: How to control (X) percentage of the account balance in risk with various trades open.posted in Questions & Answers
@kelrobot I have never done what l'andora has advised, do you mean amount risked per trade? If so see picture, and SL is needed if using as reference. if you mean when equity = chosen amount close all, this can be done with a constant, formula and condition block.

