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

Jan 28, 2020 at 14:42
644 視聴
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のURLを投稿すると自動的に埋め込まれます!
ヒント:この討論に参加しているユーザー名をオートコンプリートするには、@記号を入力します。