PJensen / MarketSimulator

Full scale stock market simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strategy Graphing Flexibility

PJensen opened this issue · comments

The issue here is that between different strategies the metrics that are important change. For example; some strategy may only be interested in RSI while others may only be interested in Volatility. We need to come up with a mechanism to determine which metrics are relevant and somehow tie them into the Strategy to be displayed.

The proposal here is to allow for registration of graphing callbacks / attributes at runtime.

Only limited things can be done this way though...more complicated
strategies have to be programmed I think...

Sent from my iPad

On May 18, 2013, at 1:31 PM, Pete Jensen notifications@github.com wrote:

The issue here is that between different strategies the metrics that are
important change. We need to come up with a mechanism to determine which
metrics are relevant and somehow tie them into the Strategy to be displayed.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/5
.

Each strategy should know how to register various technicals for graphing at a later time.