-
Notifications
You must be signed in to change notification settings - Fork 745
Expand file tree
/
Copy pathmkdocs.yml
More file actions
149 lines (136 loc) · 6.62 KB
/
Copy pathmkdocs.yml
File metadata and controls
149 lines (136 loc) · 6.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
site_name: NostalgiaForInfinity
use_directory_urls: true
repo_url: https://github.com/iterativv/NostalgiaForInfinity
markdown_extensions:
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- attr_list
theme:
name: material
features:
- content.code.annotate
- search.share
- content.code.copy
- content.action.edit
- navigation.top
- navigation.footer
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
nav:
- Home: index.md
- Installation (Simple):
- With Docker: installation/docker.md
- Without Docker: installation/without-docker.md
- Project Overview:
- Overview: project-overview.md
- Installation (Advanced): installation-and-setup.md
- Best Practices: best-practices.md
- API Reference: api-reference.md
- Backtest Results:
- Binance Futures:
- 2024 Global Summary: backtest-results/binance-futures/summary.md
- 2024 Monthly Results:
- January: backtest-results/binance-futures/2024/january.md
- February: backtest-results/binance-futures/2024/february.md
- March: backtest-results/binance-futures/2024/march.md
- April: backtest-results/binance-futures/2024/april.md
- May: backtest-results/binance-futures/2024/may.md
- June: backtest-results/binance-futures/2024/june.md
- July: backtest-results/binance-futures/2024/july.md
- August: backtest-results/binance-futures/2024/august.md
- September: backtest-results/binance-futures/2024/september.md
- October: backtest-results/binance-futures/2024/october.md
- November: backtest-results/binance-futures/2024/november.md
- December: backtest-results/binance-futures/2024/december.md
- Binance Spot:
- 2024 Global Summary: backtest-results/binance-spot/summary.md
- 2024 Monthly Results:
- January: backtest-results/binance-spot/2024/january.md
- February: backtest-results/binance-spot/2024/february.md
- March: backtest-results/binance-spot/2024/march.md
- April: backtest-results/binance-spot/2024/april.md
- May: backtest-results/binance-spot/2024/may.md
- June: backtest-results/binance-spot/2024/june.md
- July: backtest-results/binance-spot/2024/july.md
- August: backtest-results/binance-spot/2024/august.md
- September: backtest-results/binance-spot/2024/september.md
- October: backtest-results/binance-spot/2024/october.md
- November: backtest-results/binance-spot/2024/november.md
- December: backtest-results/binance-spot/2024/december.md
- Kucoin Spot:
- 2024 Global Summary: backtest-results/kucoin-spot/summary.md
- 2024 Monthly Results:
- January: backtest-results/kucoin-spot/2024/january.md
- February: backtest-results/kucoin-spot/2024/february.md
- March: backtest-results/kucoin-spot/2024/march.md
- April: backtest-results/kucoin-spot/2024/april.md
- May: backtest-results/kucoin-spot/2024/may.md
- June: backtest-results/kucoin-spot/2024/june.md
- July: backtest-results/kucoin-spot/2024/july.md
- August: backtest-results/kucoin-spot/2024/august.md
- September: backtest-results/kucoin-spot/2024/september.md
- October: backtest-results/kucoin-spot/2024/october.md
- November: backtest-results/kucoin-spot/2024/november.md
- December: backtest-results/kucoin-spot/2024/december.md
- Backtesting:
- Backtesting: backtesting/backtesting.md
- Execution: backtesting/backtesting-execution.md
- Data & Config: backtesting/backtesting-data-and-configuration.md
- Analysis & Visualization: backtesting/backtesting-analysis-and-visualization.md
- Configuration:
- Config Guide: configuration-guide/configuration-guide.md
- Advanced: configuration-guide/advanced-configuration.md
- Pair Lists: configuration-guide/pair-list-management.md
- Blacklist: configuration-guide/blacklist-management.md
- Hierarchy: configuration-guide/configuration-hierarchy.md
- Position Management:
- Overview: position-management/position-management.md
- Derisking: position-management/derisking-system.md
- Grinding: position-management/grinding-mechanism.md
- Rebuy Logic: position-management/rebuy-logic.md
- Technical Architecture:
- Overview: technical-architecture/technical-architecture.md
- System Design: technical-architecture/architecture-overview.md
- Data Flow: technical-architecture/data-flow-and-processing.md
- Integration: technical-architecture/integration-points.md
- Scalability: technical-architecture/scalability-and-performance.md
- Design Patterns: technical-architecture/design-patterns.md
- Trading Modes:
- Overview: trading-modes/trading-modes.md
- Long:
- Overview: trading-modes/long-trading-modes/long-trading-modes.md
- Grind: trading-modes/long-trading-modes/grind-long-mode.md
- Normal: trading-modes/long-trading-modes/normal-long-mode.md
- Pump: trading-modes/long-trading-modes/pump-long-mode.md
- Quick: trading-modes/long-trading-modes/quick-long-mode.md
- Rapid: trading-modes/long-trading-modes/rapid-long-mode.md
- Rebuy: trading-modes/long-trading-modes/rebuy-long-mode.md
- Scalp: trading-modes/long-trading-modes/scalp-long-mode.md
- Short:
- Overview: trading-modes/short-trading-modes/short-trading-modes.md
- Grind: trading-modes/short-trading-modes/short-grind-mode.md
- Normal: trading-modes/short-trading-modes/short-normal-mode.md
- Pump: trading-modes/short-trading-modes/short-pump-mode.md
- Quick: trading-modes/short-trading-modes/short-quick-mode.md
- Rapid: trading-modes/short-trading-modes/short-rapid-mode.md
- Rebuy: trading-modes/short-trading-modes/short-rebuy-mode.md
- Scalp: trading-modes/short-trading-modes/short-scalp-mode.md
- Nostalgia Strategy:
- Architecture: nostalgia-for-infinity-x6-architecture.md