Forum

iCustom strange behaviours

Hi everybody, I'm building an indicator based on values from another indicator, named XYZ; I don't have source code for XYZ; inside my indicator I call an object that encapsulate the call to iCustom as in the following code CIndicatorRCA myIndicator = new CIndicatorRCA(indPath

CSV: unable to write separator semicolon (';')

Hi everyone, I'm not able to change separator when I create csv files, COMMA is always used as separator; I used the following: int Handle = FileOpen ( "fileName" , FILE_CSV | FILE_WRITE , ); // CSV created with COMMA separator int Handle = FileOpen ( "fileName"