@hadees Thanks for your reply. Yes, I think your solution can work.
J
Latest posts made by jackywong8712
-
RE: Question about Trailing Pending Ordersposted in Questions & Answers
-
Question about Trailing Pending Ordersposted in Questions & Answers
Dear all,
May I know in what case to use Trailing Pending Orders?
https://fxdreema.com/demo/mt4-trailing-pending-orders
What is it difference from "slide order"?
If I want to develop a News EA which can create pending orders right before news. The EA can able to modify the pending order up and down based on current price until the news announcement. Should I use "Trailing Pending Order" or "Slide Order"?
Hope you can provide some example project as I can a very new user.
Thanks
-
RE: Finally , Integration of News Filter :) [ MT4 Only ]posted in Tutorials by Users
OK now. Found that it is MQL5 function for checking if the Expert Advisor is allowed to trade and trading context is not busy.
-
RE: Finally , Integration of News Filter :) [ MT4 Only ]posted in Tutorials by Users
May I know what is the purpose of the function "IsTradeAllowed()"?
I cannot find logic of this function. Please kindly advise.