Namespace WhalesSecret.TradeScriptLib.API.TradingV1.Budget
Classes
- BudgetReport
Report of the trading strategy budget.
- BudgetRequest
Description of budget parameters for a trading strategy.
- BudgetSnapshot
Budget snapshot is a map where keys are asset names and values are balances of these assets within the budget.
Interfaces
- ITradingStrategyBudget
Budget for a trading strategy. The budget monitors execution of orders over the associated exchange connection and may restrict creation of new orders in case the funds are running low. It also provide profit and loss reports over executed trades to help evaluating the trading strategy.