mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-15 12:58:06 +00:00
v4
This commit is contained in:
+54
-29
@@ -1,30 +1,55 @@
|
||||
# Table of Contents
|
||||
- [MetaTrader](core/meta_trader.md)
|
||||
- [Config](core/config.md)
|
||||
- [Base](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/core/base.md)
|
||||
- [Constants](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/core/constants.md)
|
||||
- [TaskQueue](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/core/task_queue.md)
|
||||
- [Models](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/core/models.md)
|
||||
- [Bot_Builder](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/bot_builder.md)
|
||||
- [Account](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/account.md)
|
||||
- [Candle](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/candle.md)
|
||||
- [Candles](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/candle.md)
|
||||
- [Executor](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/executor.md)
|
||||
- [History](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/history.md)
|
||||
- [Order](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/order.md)
|
||||
- [Positions](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/postions.md)
|
||||
- [RAM](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/ram.md)
|
||||
- [Records](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/records.md)
|
||||
- [TradeRecords](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/trade_records.md)
|
||||
- [Result](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/result.md)
|
||||
- [Session](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/sessions.md)
|
||||
- [Sessions](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/sessions.md)
|
||||
- [Symbol](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/symbol.md)
|
||||
- [Strategy](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/stategy.md)
|
||||
- [Terminal](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/terminal.md)
|
||||
- [Tick](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/ticks.md)
|
||||
- [Ticks](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/ticks.md)
|
||||
- [Trader](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/trader.md)
|
||||
- [utils](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/utils.md)
|
||||
- [Errors](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/core/errors.md)
|
||||
- [Exceptions](https://github.com/Ichinga-Samuel/aiomql/blob/master/docs/core/exceptions.md)
|
||||
|
||||
- [Core](core)
|
||||
- [MetaTrader](core/meta_trader.md)
|
||||
- [Config](core/config.md)
|
||||
- [Base](core/base.md)
|
||||
- [Constants](core/constants.md)
|
||||
- [TaskQueue](core/task_queue.md)
|
||||
- [Models](core/models.md)
|
||||
- [Errors](core/errors.md)
|
||||
- [Exceptions](core/exceptions.md)
|
||||
- [MetaBackTester](core/meta_backtester.md)
|
||||
|
||||
- [BackTesting](core/backtesting)
|
||||
- [BackTestAccount](core/backtesting/backtest_account.md)
|
||||
- [BackTestEngine](core/backtesting/backtest_engine.md)
|
||||
- [GetData](core/backtesting/get_data.md)
|
||||
- [TradesManager](core/backtesting/trades_manager.md)
|
||||
- [BackTestController](core/backtesting/backtest_controller.md)
|
||||
|
||||
- [Lib](lib)
|
||||
- [Account](lib/account.md)
|
||||
- [Bot](lib/bot.md)
|
||||
- [Candle](lib/candle.md)
|
||||
- [Candles](lib/candle.md)
|
||||
- [History](lib/history.md)
|
||||
- [Order](lib/order.md)
|
||||
- [Positions](lib/positions.md)
|
||||
- [RAM](lib/ram.md)
|
||||
- [TradeRecords](lib/trade_records.md)
|
||||
- [Result](lib/result.md)
|
||||
- [Session](lib/sessions.md)
|
||||
- [Sessions](lib/sessions.md)
|
||||
- [Symbol](lib/symbol.md)
|
||||
- [Strategy](lib/strategy.md)
|
||||
- [Terminal](lib/terminal.md)
|
||||
- [Tick](lib/ticks.md)
|
||||
- [Ticks](lib/ticks.md)
|
||||
- [Trader](lib/trader.md)
|
||||
|
||||
- [Contrib](contrib)
|
||||
- [CandlePatterns](contrib/candle_patterns)
|
||||
- [Fractals](contrib/candle_patterns/fractals.md)
|
||||
|
||||
- [Symbols](contrib/symbols)
|
||||
- [ForexSymbol](contrib/symbols/forex_symbol.md)
|
||||
|
||||
- [Utils](contrib/utils)
|
||||
- [Tracker](contrib/utils/tracker.md)
|
||||
|
||||
- [Traders](contrib/traders)
|
||||
- [ScalpTrader](contrib/traders/scalp_trader.md)
|
||||
- [SimpleTrader](contrib/traders/simple_trader.md)
|
||||
|
||||
- [Utils](_utils.md)
|
||||
|
||||
Reference in New Issue
Block a user