View Single Post
  #17 (permalink)  
Old 03-14-2008, 09:43 PM
Mistigri's Avatar
Mistigri Mistigri is offline
Member
 
Join Date: Mar 2006
Posts: 34
Mistigri is on a distinguished road
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>
Reply With Quote