@saeed-2 Your welcome
Posts made by jstap
-
RE: how to show in comments sell pips and buy pips separatelyposted in Questions & Answers
@saeed-2 The pink blocks have buy/sell, I often use this to filter buy information from sell information.
-
RE: Conditional Stop Loss For Accountsposted in Questions & Answers
@talalkhan Not sure why but if the money close is working too many trades are opened and closed in one candle, maybe if you start again or just delete and replace some blocks it may start working, makes no sense to me but sometimes this can happen. In HEREwis what I have done, is almost the same as yours.
-
RE: Conditional Stop Loss For Accountsposted in Questions & Answers
@talalkhan Yes and when if you do not want condition to reset upon insert set a condition of when to reset.
-
RE: Zero divide on restart due to LotStep being changed to zero . .posted in Bug Reports
@mantadiver I have tested this code, (MarketInfo(Symbol(),MODE_LOTSTEP)); if I have this in a modify variables block then it throws no error and in a comment block it has the lot step value. Put a shared link on here and what is happening can be assessed, are you sure you have a variable created in FX with the correct name/type? These errors are normally something simple to fix.
-
RE: How to move SL to new level?posted in Questions & Answers
@meken I have never used *50% only ever +50 pips or something like it in adjust, maybe adding 50% to a single price wont work as there is only 1 reference point to work from, what you can do is create a constant something like "ADJUST" with a value, and then in the adjust box put something like +"ADJUST"pips, this means you can change in inputs to see what works.
-
RE: Breakeven multiple trades.posted in Questions & Answers
@johntyr I've never used bucket of trades but I can see this working.
-
RE: Conditional Stop Loss For Accountsposted in Questions & Answers
@talalkhan It's no trickier than what you have done, as is when EA put on chart TRADE is set to false, when condition met it's set to false, when is this set back to true? I see no condition for this. You can set terminal variables from 1 if all are using the same platform, not a simple thing and sort a single EA before trying to work with one controlling others.
-
RE: how to show in comments sell pips and buy pips separatelyposted in Questions & Answers
@saeed-2 I have never tried but this will probably do it, will only do last trade may be able to get all running but not sure how, you could use groups and check each one then add together.

-
RE: Conditional Stop Loss For Accountsposted in Questions & Answers
@talalkhan Looked at your post again, it still doesn't have the stop trade conditions like I showed in the above picture, add this, if it is still not working post again and ask about your specific problem.
-
RE: Conditional Stop Loss For Accountsposted in Questions & Answers
@talalkhan You don't need a pink block, these are used to control other pink blocks, or a pink dot inside another block, you need to use the true/false condition before buy/sell, otherwise the other blocks are doing nothing.

-
RE: Conditional Stop Loss For Accountsposted in Questions & Answers
@talalkhan In your picture I don't see the stop trade condition for when equity is met, this TRADE true/false can be used for any reason to stop the EA, if your conditions to stop EA are met trading stop's by making bool false, then once per day or whenever you want trade is set to true and, trade continues.
-
RE: How to move SL to new level?posted in Questions & Answers
@meken The pink for each trade block, under a condition block with the reasons to move stop, modify stops block at bottom. You can put something like + - 10 pips in the adjust box, you can also in a condition put a trade condition like stop loss, then adjust by pips, Something like this should do all you want.
-
RE: Conditional Stop Loss For Accountsposted in Questions & Answers
@talalkhan Put a shared link, can't see enough from a picture to see what's happening.
-
RE: Conditional Stop Loss For Accountsposted in Questions & Answers
@talalkhan Yes, just ensure there doing as you like and make sure you have constants/variables named the same, or replace them with what you like.
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@talalkhan Put the latest project as a shared link and I'll see what looks wrong.
-
RE: Conditional Stop Loss For Accountsposted in Questions & Answers
@talalkhan In HERE is another example that should help you.
-
RE: Strategy combinationposted in Questions & Answers
@chriswillson If the indicators ore in fxdreema then the yellow or condition blocks can be used, if not they can probably be used but may not be simple, To combine you just put blocks above blocks so if 1 is true it will check 2 and so on until buy/sell. If you create a project put a shared link here and ask whatever questions to sort problems the help can be given.
-
RE: Put an opposite order per trade receivedposted in Questions & Answers
@uriel-0 This is done by the logic used in each block, every time you buy/sell you can set a group number, this number can be used for things like close/trail so trades are controlled separately to the others.