@l-andorrĂ ... I tried placing this under the ON TRADE CLOSED block as well as ON TICK>>>FOR EVERY CLOSED TRADE.... It isn't working both ways.
Posts made by addxb
-
RE: Slide opposite side pending ordersposted in Questions & Answers
-
RE: Slide opposite side pending ordersposted in Questions & Answers
@q8carpenter ... Thank you for your response. I have actually tried this amongst a few other things. It just doesnt seem to work. Plus i tried to add Comments, write to file etc on various blocks to identify where the problem is but my EA is not even giving me outputs such as comment on the chart or write to file.
Do you think it has something to do with my brokers MT4 and maybe they do not allow changing the pending order price. I'm using Pepperstone
-
Slide opposite side pending ordersposted in Questions & Answers
Hi,
I want to slide my pending order on sellside closer to the current price when buyside trade is created and has moved certain pips profit. I have tried so many things. The last one i tried is below, using the time bomb. Let me know what is the best way to do this. -
Check Lossposted in Questions & Answers
Re: Check Loss
Hi,
I am trying to check if my net profit for the day (since midnight) is below certain negative value to be able to stop trading or change my strategy.Problem is that when i use Check Profit (Period of Time) to check for conditions greater or less than a positive value, the block works fine. But as soon as I give it a negative value say negative (200) as check if profit for the day is greater than or less than given value, the block always returns only the greater than -200.
Please note that I havent tested this EA in a live or demo environment but only on strategy tester. What could be wrong.
-
about open reverse order with multiply lot size from previous tradeposted in Questions & Answers
@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.
What could be the problem?