指定期間の最安値の位置【iLowest】
int iLowest(string symbol, int timeframe, int type, int count=WHOLE_ARRAY, int start=0) Returns the shi…
int iLowest(string symbol, int timeframe, int type, int count=WHOLE_ARRAY, int start=0) Returns the shi…
double iLow(string symbol, int timeframe, int shift) Returns Low value for the bar of indicated symbol …
int iHighest(string symbol, int timeframe, int type, int count=WHOLE_ARRAY, int start=0) Returns the sh…
double iHigh(string symbol, int timeframe, int shift) Returns High value for the bar of indicated symbo…
double iClose(string symbol, int timeframe, int shift) Returns Close value for the bar of indicated sym…
int iBarShift(string symbol, int timeframe, datetime time, bool exact=false) Search for bar by open tim…
int iBars(string symbol, int timeframe) Returns the number of bars on the specified chart. 指定されたチャートのバー…