Can MT4 be disabled not to Execute Trades at certain hours or days?

Jan 28, 2020 at 14:42
632浏览
4 Replies
会员从Aug 14, 2018开始   3帖子
Jan 28, 2020 at 14:42
Is there a software that can set ones MT4 not to trade at certain days and hours?

Like a Time Filtering Feature..

Such that when you click buy or sell, it gives error and does not execute. But only executes at your preferred trading window !!!
Stay Discipline - Stay Profitable
会员从Sep 13, 2017开始   140帖子
Jan 29, 2020 at 08:07
Sounds like you want to set some rules on your manual trading.

Yes there is a solution. It's called build a trading panel (ROBOT) with buy and sell buttons that only allow trading within
Hour() >= AllowTradingStartTime && Hour() <= AllowTradingEndTime

t.me/tradingtool
Be humble
会员从Aug 14, 2018开始   3帖子
Jan 30, 2020 at 12:17
Thanks for the feedback
Stay Discipline - Stay Profitable
会员从Aug 06, 2019开始   10帖子
Mar 17, 2020 at 14:37
datetime TimeNoTrade;

if(TimeCurrent() != TimeNoTrade) {
  //command
}

Email: [email protected]
会员从Aug 14, 2018开始   3帖子
Mar 18, 2020 at 13:47
Not sure I understand your response @mustafizul ... Can you please explain in lame man's language or in clear context?
Stay Discipline - Stay Profitable
登录 / 注册 to comment
You must be connected to Myfxbook in order to leave a comment
*商业用途和垃圾邮件将不被容忍,并可能导致账户终止。
提示:发布图片/YouTube网址会自动嵌入到您的帖子中!
提示:键入@符号,自动完成参与此讨论的用户名。