17 articles 時系列アクセス Page 2 / 2

バーの安値【iLow】

double iLow(string symbol, int timeframe, int shift)   Returns Low value for the bar of indicated symbol …

バーの高値【iHigh】

double iHigh(string symbol, int timeframe, int shift)   Returns High value for the bar of indicated symbo…

バーの終値【iClose】

double iClose(string symbol, int timeframe, int shift)   Returns Close value for the bar of indicated sym…

バーの数【iBars】

int iBars(string symbol, int timeframe)   Returns the number of bars on the specified chart. 指定されたチャートのバー…