You are here: Home Software EclipseTrader Plugins Data Feeds

Data Feeds

Howto Guide

Web Sources

Get URL

Implement net.sourceforge.eclipsetrader.core.IFeed, Runnable. The best way to do this is to copy an existing feed, such as net.sourceforge.eclipsetrader.yahoo.Feed. Using this as the base, it is only really necessary to implement the update method.

GUI Stuff

Pending

Document Actions