Eugene, JBT built-in web-server is great, but we wanted to add more features and we build an enhanced JBT web interface.
XML-RPC integration only covers real-time performance monitoring. It grabs current performance of a strategy through its PerformanceManager class, and expose it on an internal XML-RPC server (this is a kind of lightweight web-service). Basically the enhanced web interface does: - Shows real time performance along with contract's real-time chart (polling XML-RPC JBT server) - Shows daily historical data from the trade database for each strategy, so you can check at a glance which strategies are performing well on concrete time intervals. - Shows strategy day details, where shows up all trades in a chart (similar to JBT backtest chart) and a table with trade info (similar to trade report). The graph doesn't contain indicators info yet Best, Victor On Tue, Mar 1, 2011 at 2:18 PM, nonlinear <[email protected]> wrote: > > - XML-RPC server integration to expose real-time JBT strategies performance >> to a web-server. Useful to see how you're strategies are doing as you go >> >> >> > Victor, how is your XML-RPC server different from the standard built-in web > server in JBT for performance monitoring? > > -- > You received this message because you are subscribed to the Google Groups > "JBookTrader" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/jbooktrader?hl=en. > -- You received this message because you are subscribed to the Google Groups "JBookTrader" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jbooktrader?hl=en.
