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

Jan 28, 2020 at 14:42
624流覽
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網址會自動嵌入到您的帖子中!
提示:鍵入@符號,自動完成參與此討論的用戶名。