open reverse order with multiply lot size from previous trade
-
@fxdreema ... Hi. I have a simple set of blocks ON TRADE. Both are TRADE CREATED (One is for Sell trades, other is for BUY trade). Under each of these TRADE CREATED blocks I am placing a reverse pending order. I have filtered the SELL and BUY trades using GROUP#.
So there is following (4) BLOCKS
(1)ORDER CREATED (SELL) ------> (2)BUY PENDING ORDER
(3)ORDER CREATED (BUY) -------> (4)SELL PENDING ORDERThe Problem is that the Blocks (1) and (2) work perfectly and every SELL TRADE that gets triggered creates its reverse buy order. But Blocks (3) and (4) do not do that even though it is an EXACT REPLICA of the same.
how to create block with comment example like below?
buy0.01
market go down again itthen ea set pending sellstop 0.02
once market hit sellstop 0.02 n going back up
toward add the buystop 0.04 -
Could you please share a link to the project? That will make it easier to review.
-
Add a shared link to look at.
-
@fxDreema
if Multiply_Lot_Size = 1.6;
like a buy =0.01, sellstop =0.02, buystop =0.03, sellstop =0.04, buystop =0.7, sellstop =0.10, ect -
-
-
Blocks 8 and 9 are searching for different trade groups.
-
@l-andorrà
no i want same group
if a buy =0.01 == sellstop =0.02,
if a sell =002 == buystop =0.03,
if a buy =0.03 == sellstop =0.04,
... Lot Multiplier with 1.6 -
That is what I wanted to point out. You should select thet same group on those blocks. They are not doing that now.