jameschch / LeanParameterOptimization

Parameter Optimization for Lean Algorithms
https://optimizers.ml
Apache License 2.0
57 stars 21 forks source link

Ideas #14

Closed IlshatGaripov closed 2 years ago

IlshatGaripov commented 4 years ago

@jameschch please take a look I have got idea. This is an optimization engine working along with WPF lean-monitor client https://github.com/mirthestam/lean-monitor. I put it together. In result things looks similiar to this image on the left there is menu with items representing optimization parameters - by clicking on each item - a graph will be displayed with all trades stats performance charts corresponding to these parameters. Can you use code in WPF in your application?

jameschch commented 2 years ago

I expect all of the data needed for this kind of chart can be collected from my Optimizer. I tend to need to visualize a large number of optimization runs and so have a charting app for this:

Example

https://optimizers.ml/chart

I would not choose WPF to do this kind of thing nowadays.