@jstap https://fxdreema.com/shared/hPiWDlPQc In this EA the parent trade stop loss is a custom price level . How can the current partial trade have the same custom price level as stop loss of the parent trade after closing partially.
Posts made by OD
-
RE: How can the trades in the EA below have common stoploss as the parent trades after closing partiallyposted in Questions & Answers
-
RE: Why does the boolean block not open the sell order in the EA belowposted in Questions & Answers
@jstap Might you have another suggestion ? It doesn't have to be the exact way I put it...is there a way to uniquely identify each trade apart from using group numbers
-
RE: Why does the boolean block not open the sell order in the EA belowposted in Questions & Answers
@jstap I have these idea in the same EA where there will always be group (2) trades each 20 pips apart. My structure in block (16&23) only works the first time then it loses logic. How is it possible to open only one group (2) trade when price is retesting grid levels that already opened trades and group 2 trades are in existence at these levels.https://fxdreema.com/shared/hXJ8NAH2d
-
RE: Why does the boolean block not open the sell order in the EA belowposted in Questions & Answers
@jstap Thanks for the example but in testing it could miss a trade or enter so much later. In this algo it should be nearly same price but most importantly same time.
-
RE: Why does the boolean block not open the sell order in the EA belowposted in Questions & Answers
@jstap Kindly if possible create an example
-
RE: Why does the boolean block not open the sell order in the EA belowposted in Questions & Answers
@jstap How else can the open price now be compared to the buy open price so that if they are equal a sell is opened. This one is part of a grid system where I want to buy and sell at the same time.
-
RE: Why does the boolean block not open the sell order in the EA belowposted in Questions & Answers
@jstap I wanted to place a sell order at the same price as the buy opening price.
-
RE: Why does the boolean block not open the sell order in the EA belowposted in Questions & Answers
@jstap In the modify variable block I've created a variable to store the open price level of the buy trade then in the condition block if the variable is same as current open price a sell should open. But it seems not to work that way.
-
RE: How can you use the condition block to check distance pips have moved in a current tradeposted in Questions & Answers
@l-andorrà Hi. Can you compare the value of the variable like this?

-
RE: How do you delete a pending orderposted in Questions & Answers
@davidmcc Your feedback is appreciated. The problem with the check profit block is, it is not in pips. But I have made this adjustment to the EA , am not sure whether it performs as it should while back testing especially block 4 and 8 . Kindly check if performs as described above.https://fxdreema.com/shared/RZ5UoWTQd
-
RE: How do you delete a pending orderposted in Questions & Answers
@jstap I've tried this https://fxdreema.com/shared/1LJvS0Wud and it didn't work. Is there a way to make sure the pending order is deleted when the buy is closed
-
How do you delete a pending orderposted in Questions & Answers
How do you delete a sell pending order , placed while opening a buy trade in the same market , when the buy take profit is hit and the sell pending order hasn't opened yet. For example in this EA:https://fxdreema.com/shared/xHwKs7G2d
-
RE: How does the sell pending order block and the check distance block work in my EAposted in Questions & Answers
@l-andorrà Regarding question 1, I wanted all the blocks to be checked like after 10 seconds to avoid lagging since it is a one minute timeframe strategy. I have checked in some post they say the 'on timer' tab isn't working well but I've seen you can use also the one in project options
.Can it work? Do you know how?
For question 2, the block arrangement is correct but I would like to store screenshots in one folder possibly send to telegram .This one I have no idea about it whether it can be done so for now I prefer to do away with it.
On question 3, how do I create the group for all these blocks since when complete, the sells side logic will have buys and sells too and their trades management might interfere with the buys and sells created by the buy conditions.
https://fxdreema.com/shared/va8aHwXHc -
RE: How does the sell pending order block and the check distance block work in my EAposted in Questions & Answers
@l-andorrà https://fxdreema.com/shared/IinlGqqxe
This is a nearly complete version of the EA but I have other questions about how to loop time ,saving of screenshots and how to arrange the blocks as in which should come first before the other. I have created an area with further explanation of what I need . Kindly look at it and assist where possible.
-
RE: How does the sell pending order block and the check distance block work in my EAposted in Questions & Answers
@l-andorrà I have re arranged the whole structure to accomodate that part, is it correct?. Disclaimer am on an economy of connections. Still am not sure if the close partially formula will work for both buys and sells as it is in the EA below:https://fxdreema.com/shared/RULFG6CDd