Carlos_R / Publications
Forum
Bars Reference
Hello, My name is Carlos, I am new here. I started to develop an indicator and I expected that using this type of code: double iHigh ( string symbol, ENUM_TIMEFRAMES timeframe, int index) { if (index < 0 ) return (- 1 ); double Arr[ 1 ]; if ( CopyHigh (symbol,timeframe, index, 1 , Arr)> 0 )