PureBytes Links
Trading Reference Links
|
I've decided to add some email functionality to a few indicators and systems
and would be interested to hear from anyone else who is currently using this
feature.
The help for Pager_Send() example does not work. I get an error:
"This word can not start a statement" Error #159
When used in this context:
~~~~~~~~~~~~~~~~~
If Send_eMail AND DataCompression = 1 AND BarStatus(DataSeries) = 2 then {
send only on finished bar }
Begin
Pager_Send(eMailID, DisplayText);
End;
~~~~~~~~~~~~~~~~~
Does anyone know how this function is meant to be used?
|