My first suggestion is erasing every pending order and then opening a new one as price moves as you want. You don't need to 'move' the same pending order. Just make it evolve. Obviously that would be more efficient on a 'Once per bar' basis. Is that the case?
Posts made by l'andorrà
-
RE: Change position of pending orderposted in Questions & Answers
-
RE: Manual Trailing stop lossposted in Questions & Answers
Will all trades be opened manually? If so your EA will have to use number zero as Magic Number. Otherwise, it will not work. On the other hand, I guess the common 'Modify stops' block would do the job. As trader philipps said, it should be put on the 'On trade' tab.
-
RE: Unreliable onTrade filter events on MT5posted in Bug Reports
MT5 if FAR less efficient than MT4 in fxDreema. Unfortunately it's very buggy :(.
-
RE: CUSTOM INDICATOR IN SEPERATE WINDOWposted in Questions & Answers
No problem. We will help you. Some more visual info would be much appreciated. Could you please upload some screenshots showing what you need exactly? That would clarify a lot your request.
-
RE: How/what blocks can i use the blocks to structure this problem?posted in Questions & Answers
Use this on the 'On trade' tab:

-
RE: Which button for total profit and total loss?posted in Questions & Answers
Isn't this the third thraed you are opening with the same question?
-
RE: Entry after receiving an alert from custom indicator.posted in Questions & Answers
Put a 'No trade' block on top of them all if you want just one open trade. You can also put a 'Once per bar' block on top if you just want one trade per candle. Obviously, you can combine both.
-
RE: Unreliable onTrade filter events on MT5posted in Questions & Answers
The logic is correct. I'm afraid there must be another bug here. MQ5 is less than perfect in fxDreema, sadly.

-
RE: CUSTOM INDICATOR IN SEPERATE WINDOWposted in Questions & Answers
fxDreema is not designed to make indicators, sorry. You can create an EA behaving like one, though. To do that you will need to run it on a separate chart. On the other hand, the 'Pass' block on top is not necessary at all.
-
RE: How do I stop the basic conditions when losing 300$?posted in Questions & Answers
On your first issue, you should put this block ABOVE blocks 216 and 217 at the sam time.

Additionally, you will need a time period for this block to be unchecked. I would recommens a variable to do it.
On your second issue, you are looking for the holy grial! Not sure what to recommend, honestly. Maybe decreasing your money target?
-
RE: Manual Trailing stop lossposted in Questions & Answers
I'm afraid I don't fully understand you.Do you men changing the trail step within the same open order? If so, what's the point of that?
-
RE: Testing Historical Trades with a new Strategyposted in Questions & Answers
I'm afraid I'm not your man, sorry. I'm not a programmer.

-
RE: Delete text objects from EA MT4posted in Questions & Answers
For the first issue you will need to look for the name of that object on your chart and then use these blocks to delete it:

You will have to specify the name of the object on the 2nd block. But be aware when to do it. Will you need it later?
On your second issue, go to Project options (wrench icon on top right) and then:

-
RE: Help on Trailing stop block appreciated (SOLVED)posted in Questions & Answers
Thank you very much for your help. I need to study it and will be back with my results.
-
RE: wait after closing tradeposted in Questions & Answers
If I understand it correctly, once the sell pending ordered has been launched it will be active for 3 days. Is that correct?
-
RE: Condition limit loss and Limit Profitposted in Questions & Answers
This is the block you can use for both cases:

The last box 'Profit' can accept positive or negative values. That way you can condition how much can you win or lose every day or every trade. Once this condition is true, a boolean variable can be used to block your buy/sell launchers.
-
RE: How do I stop the basic conditions when losing 300$?posted in Questions & Answers
@khalids222 said in How do I stop the basic conditions when losing 300$?:
300$
Blocks 120 and BUY are redundant. You can remove them. On your issue., could you please specify a bit more where do you think the problem can be?
