{{ activeAsset.symbol }} {{ activeAsset.name }}

Train New Predictor

{{ predict.error }}

Trained Predictors

  • Predictor #{{ algo.id }}
    {{ algo.start_date }} → {{ algo.end_date }} {{ algo.created_at }}
No trained predictors yet.

Get Predictions

Predictions

+{{ key.replace(/^\+/, '') }} min {{ value >= 0 ? '+' : '' }}{{ (value * 100).toFixed(3) }}%

Train New Simulator

{{ simulate.error }}

Trained Simulators

  • Simulator #{{ algo.id }}
    {{ algo.start_date }} → {{ algo.end_date }} {{ algo.created_at }}
No trained simulators yet.

Run Simulation

{{ JSON.stringify(simulate.simulationResults, null, 2) }}
          
Enter a ticker above to get started.