バーの出来高(ティック数)【iVolume】
double iVolume(string symbol, int timeframe, int shift) Returns Tick Volume value for the bar of indica…
double iVolume(string symbol, int timeframe, int shift) Returns Tick Volume value for the bar of indica…
datetime iTime(string symbol, int timeframe, int shift) Returns Time value for the bar of indicated sym…
double iOpen(string symbol, int timeframe, int shift) Returns Open value for the bar of indicated symbo…
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. 指定されたチャートのバー…