Aboozar / Publications
Forum
Indicator long Response Time ( seems to be due to symbol disability or closeness)
With the code below, sometimes on some special values for 'mySymbol ' which the operator inserts, it took a long time for indicator to respond and then it returned a very huge (more than 20 digits) value for RSI which is expected to be in 0~100 range. Therefore, as you can see, I added
String Concatenation does not happen! and Emojies are not received properly [SOLVED]
In the code below: for ( int j= 768 ; j< 780 ; j+= 1 ) // 768dec=300H, 1024dec=400H { string strTemp= StringFormat ( "%I64X" , j); strTemp= " \xF" +strTemp; Print (strTemp); } I get this result