Using iclose or Close[] - page 2

 
barnacle7:

Thanks RaptorUK, That works well, this is very useful. I notice that you have used,   " " . In the sample for "Alert" they use, both quotation marks and Exclamation marks. Are they only used in void, where can I find when and where they can be used and what they do ?

Anything inside  " "  marks is output directly . . .  so all I did was enclose a space  " "   to put a gap between the value of  Y  and the close price.  So   Alert("This is an alert ! ! ! !");  will output  This is an alert ! ! ! !
Reason: