ensark:
Indicator buffers are shown in the Data Window, they are doubles.
hi, i have a string array such below. Is there any code to show string variables from array in data window?
RaptorUK:
Indicator buffers are shown in the Data Window, they are doubles.
thanks, are integer variables shown on the chart according to the crosshair position? can you post some codes? Maybe like but doesnt work ;Indicator buffers are shown in the Data Window, they are doubles.
Comment( pair[i]) ;
ensark:
thanks, are integer variables shown on the chart according to the crosshair position? can you post some codes? Maybe like but doesnt work ;
Code for what ?
thanks, are integer variables shown on the chart according to the crosshair position? can you post some codes? Maybe like but doesnt work ;
ensark:
thanks, are integer variables shown on the chart according to the crosshair position? can you post some codes? Maybe like but doesnt work ;
thanks, are integer variables shown on the chart according to the crosshair position? can you post some codes? Maybe like but doesnt work ;
It is pair[28]
So if you Comment( pair[i]) ;
then what symbol has to display ?? what is your i value ???
Is i changing then comment you see is last i one comment line

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
hi, i have a string array such below. Is there any code to show string variables from array in data window?