datetime TimeCurrent( )
Returns the last known server time (time of incoming of the latest quote) as number of seconds elapsed from 00:00 January 1, 1970.
最後に知り得たサーバー時刻(最後の相場価格を受信した時刻)を、1970年1月1日0:00からの経過した秒数で返します。
Note: At the testing, the last known server time is modelled.
注意:テストでは、最後に知り得たサーバ時刻はモデル化されています。
Sample:
サンプル:
1 | if(TimeCurrent()-OrderOpenTime()<360) return(0); |