Comment utilise t'on iCustom car selon la doc :
Code:double iCustom(string symbol, int timeframe, string name, ..., int mode, int shift)donc pour l'indic que j'ai mis en pièce jointe ça donne un truc du genre :symbol - Symbol the data of which should be used to calculate indicator. NULL means current symbol.
timeframe - Timeframe. It can be any of Timeframe enumeration values. 0 means the current chart timeframe.
name - Custom indicator compiled program name.
... - Parameters set (if necessary). The passed parameters and their order must correspond with the desclaration order and the type of extern variables of the custom indicator.
mode - Line index. Can be from 0 to 7 and must correspond with the index used by one of SetIndexBuffer functions.
shift - Index of the value taken from the indicator buffer (shift relative to the current bar the given amount of periods ago).
double test1= iCustom(NULL, 0, "BBands_StopsV1A_mtf2", ..., 1, 0);
Que mettre a la place de "..." ?
![]() |
|


LinkBack URL
About LinkBacks
Répondre avec citation