@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.
Best posts made by jstap
-
RE: Conditional Stop Loss For Accountsposted in Questions & Answers
-
RE: Problem with the heiken ashi indicator?posted in General Discussions
That is not a link that is the mq file.
project screen - projects - create a shared link - open in web - copy address bar and paste here -
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: 关于网格挂单里面没有马丁类型的可以选择posted in General Discussions
Need more information, how many trades per layer, does each layer interfere with trades placed on the previous layer?
-
RE: I want to set my lotsize on equity %posted in Questions & Answers
@talalkhan sorry mate I know nothing about using leverage in lot size.
-
RE: 关于网格挂单里面没有马丁类型的可以选择posted in General Discussions
Ok but to me, it is not a layer it is a trade with a double lot
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan
1,2. use condition block with a bool constant to decide between the two options.
3. Use pink for each trade block then pips away block (- = below) (+ =above) with the buy/sell underneath.
4. Never used martingale but you can use a condition to switch off/on certain actions.
5. Pink blocks will give you pips as an average for buy/sell then have a close under a condition that is activated when average pips is made, the blue blocks will also do this for you.
6. This can be done by taking the balance at a set point in time, /100* the constant percent, if equity matches this number all trades are closed, trading is stopped until it's reset. -
RE: 关于网格挂单里面没有马丁类型的可以选择posted in General Discussions
Ohh I see, this makes sense now, either is fine now I know... no disrespect meant
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan Put in a separate tree, where you have the constant for buys replace with the variable, use the constant for sells.
-
RE: How Can We Improve The Customer Support System of This Platform?posted in General Discussions
I think l-andorrà has already given an answer, although it is a pain the increased support would mean increased costs for all
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan You either have to use an if trade block above, this will stop a group until the first group is active, or you have to create another name for the next group condition so you can switch off/on separately, (the #9 condition can be copied and used elsewhere)
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan I think you want to do this?

-
RE: EA Promotionposted in General Discussions
I am not recommending a better 1, just that you do not use it to try and trice people. Backtest with a 1000 account and see if you can replicate the results, also 20 years is too long for reliable results...
-
RE: I want to know how can i used these conditions in fxdreemaposted in Questions & Answers
@talalkhan Don't need if trade, you need to check profit average.

-
RE: EA Promotionposted in General Discussions
@refaey True, but how it performed in 2008 would show how reliable it would have been, without using years on either side to cover the drawdown.
-
RE: Custom Indicator -- buffer not working as expectedposted in Questions & Answers
@mmbinvest Count every time the buffer changes, this will show you if can work, if not you may be able to use object on chart but is more difficult.

-
RE: price open tradeposted in General Discussions
pink blocks, for each trade - if you want the price in a variable, modify variable (in loop) trade/order in loop (using this principle, you can get and use this value in many ways)
-
RE: WHY IS RSIOMA EA FAILING TO OPEN POSITIONSposted in General Discussions
Start by stripping out the close, get it doing the basics first. Personally, I would set up a 2 block project just to get 1 thing working, have you got values in the data window?