指標ラベルの設定【SetIndexLabel】
void SetIndexLabel(int index, string text) Sets drawing line description for showing in the DataWindow …
void SetIndexLabel(int index, string text) Sets drawing line description for showing in the DataWindow …
void SetIndexEmptyValue(int index, double value) Sets drawing line empty value. Empty values are not dr…
void SetIndexDrawBegin(int index, int begin) Sets the bar number (from the data beginning) from which t…
bool SetIndexBuffer(int index, double array[ ]) Binds the array variable declared at a global level to …
void SetIndexArrow(int index, int code) Sets an arrow symbol for indicators line of the DRAW_ARROW type…
void IndicatorShortName(string name) Sets the “short” name of a custom indicator to be show…
void IndicatorDigits(int digits) Sets precision format (the count of digits after decimal point) to vis…
int IndicatorCounted( ) The function returns the amount of bars not changed after the indicator had bee…
void IndicatorBuffers(int count) Allocates memory for buffers used for custom indicator calculations. T…
string TimeToStr(datetime value, int mode=TIME_DATE|TIME_MINUTES) Converts value containing time in sec…