インディケータ: CandleCountdown

 

CandleCountdown:

ローソク足が閉じる前に残された時間を表示します。

作者: Zaven Vardanyan

 
mt4の下にありますか?
 
mt1002:
mt4用のものはありますか?
このコードはmt4でも使えます。
 
このインジケータのMT4バージョンはありますか。
 

MT4で使用するには、47~52行目を以下のように修正する。

 int total; //,count; 
 int s,m,h,d;
 string countdown;
 //count = Bars(Symbol(),PERIOD_CURRENT); 
total = ( int )( TimeCurrent () - time[ 0 ]); //total = (int)(TimeCurrent() - time[count-1]); 
total = PeriodSeconds () - total;