BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
SimulatorPanel.h
Go to the documentation of this file.
1#pragma once
2
4#include <memory>
5
6namespace client_ui {
7
13 public:
16
18
19 private:
20 int mTargetBots = 1000;
21 float mIntensity = 1.0f;
22 int mTargetSymbolIdx = 0; // 0 = ALL, 1+ = Instruments
23 };
24
25} // namespace client_ui
Controls for the background stochastic bot simulator.
Definition SimulatorPanel.h:12
float mIntensity
Definition SimulatorPanel.h:21
int mTargetBots
Definition SimulatorPanel.h:20
~SimulatorPanel()
Definition SimulatorPanel.cpp:10
SimulatorPanel()
Definition SimulatorPanel.cpp:8
void render(simulator::StochasticSimulator *simulator)
Definition SimulatorPanel.cpp:12
int mTargetSymbolIdx
Definition SimulatorPanel.h:22
Simulates thousands of bots trading realistically using a stochastic process.
Definition StochasticSimulator.h:18
Definition ChartPanel.h:8
Definition StochasticSimulator.h:10