|
xml reader ...
How about writing an EA that you would run on your server that uploads an xml file ( using the ftp function ) to a website. Then write an expert using a dll that can read the data from the xml file.
in the xml file you would use a format such as
<page>
<trades id="x" symbol="x" signaltype="x" stoploss="x" profittarget="x"></trades>
</page>
|