originally i had the open price parameter inside the breakeven block set to "in loop". but the phone notifications were identifying incorrectly. so I changed them all to "on trade" . Maybe I should keep the breakeven parameter as "in loop" and leave the notifications as "on trade"?
Posts made by capitalfreedom
-
RE: Difference between "on trade" and "in loop"posted in Questions & Answers
-
Difference between "on trade" and "in loop"posted in Questions & Answers
What is the difference between "on trade" and "in loop". I have parameters created to move SL to break even when profit is a certain amount of equity. It works ok but it seems to identify the profit of other trades when multiple trades are open . I have checked to make sure the magic numbers are different in this case. Here is what I have

-
RE: "Trading action" block with "loop/order block"posted in Questions & Answers
If the answer is NO. how can i configure the "modify stops" to perform the following:
- Move SL to BE at 5%
2)Move SL to current price at 7% (i wanted to use market properties here but could not identify the suitable inputs so i opted with Candle Close)
- Close when at 10%
here is what I have https://fxdreema.com/shared/tZjzChVYc
-
"Trading action" block with "loop/order block"posted in Questions & Answers
can "breakeven" block be used with "loop/order" blocks in logic tree?
-
RE: How to close trades on percentage ?posted in Questions & Answers
Did the suggestion work for you @forexbob-0
-
Constant string text for group numberposted in Questions & Answers
Hi, can a constant string text value such as "D1" be used for the group number?
-
RE: Phone notification only showing one timeframeposted in Questions & Answers
hey i figured a workaround by naming the group numbers corresponding to the to the respective timeframe
-
RE: I want to be able to open multiple trades in the same directionposted in Questions & Answers
you're welcome, the once per bar block is not necessary.
-
RE: I want to be able to open multiple trades in the same directionposted in Questions & Answers
@mjardim yes, i removed the "no trade" block and it worked
-
RE: Phone notification only showing one timeframeposted in Questions & Answers
Essentially the EA is a combination of logic trees with the same conditions for different timeframes being performed from one chart/Combined EA. so the notification for Market Properties: Timeframe only displays for the timeframe of the chart the combined EA is placed on
-
Phone notification only showing one timeframeposted in Questions & Answers
I have created an EA that trades on multiple timeframes. There are phone notifications sent on each trade. i know indeed they work properly when the ea is assigned to each timeframe chart separately. however i am wondering if there is way to get the appropriate timeframe notification when the EAs are combined on one EA on the same chart?
-
Can you use condition block on "trade" tabposted in Questions & Answers
I am wanting to know if you can use conditions on the "trade" tab. For instance if sell trade closes I want to open a trade in the opposite direction only if these conditions are met https://fxdreema.com/shared/OnZznItbd
-
using on condition on "trade" tabposted in Questions & Answers
Can you use the condition block on the trade tab?
-
RE: Open A New Trade After Stop Loss Triggerposted in Questions & Answers
ahhh nevermind i see it goes on "trade" tab