-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
125 lines (113 loc) · 3.54 KB
/
mkdocs.yml
File metadata and controls
125 lines (113 loc) · 3.54 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
site_name: STRATEGYTESTER5
site_url: https://strategytester5.com
theme:
logo: images/five.svg
name: material
custom_dir: docs/overrides
favicon: images/favicon.png
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.top
- navigation.instant
- navigation.instant.progress
# - navigation.instant.prefetch
- navigation.tracking
- navigation.sections
- navigation.expand
- content.code.copy
- content.code.select
- content.code.annotate
- search.suggest
- search.highlight
- search.share
- announce.dismiss
nav:
- Home: index.md
- Getting Started:
- Installation: installation.md
- Quick Start | Make your first Bot: quickstart.md
- Documentation:
- Overview: documentation/index.md
- Working With Indicators: documentation/working_with_indicators.md
- RSI Strategy Example: documentation/rsi_strategy.md
- Logging and Debugging: documentation/logging_debugging.md
- Tutorials: tutorials.md
- API Reference:
- Overview: api/index.md
- MetaTrader5:
- API: api/metatrader5/api.md
- Constants: api/metatrader5/constants.md
- Data: api/metatrader5/data.md
- Trade Validators: api/metatrader5/validators.md
- Trade Classes:
- Account Info: api/trade_classes/accountinfo.md
- Deal Info: api/trade_classes/dealinfo.md
- History Order Info: api/trade_classes/historyorderinfo.md
- Order Info: api/trade_classes/orderinfo.md
- Position Info: api/trade_classes/positioninfo.md
- Symbol Info: api/trade_classes/symbolinfo.md
- Terminal Info: api/trade_classes/terminalinfo.md
- Trade: api/trade_classes/trade.md
- strategytester5:
- Configurations: api/strategytester5/config.md
- Tester config validators: api/strategytester5/config_validators.md
- Tester Stats: api/strategytester5/stats.md
- Tester: api/strategytester5/tester.md
# - FAQ: faq.md
- About: about.md
plugins:
- mkdocstrings
- search
- meta-descriptions
- privacy:
enabled: true
cache: true
cache_dir: .cache/plugins/privacy
log: true
assets: true
assets_fetch: true
assets_fetch_dir: assets/external
links: true
links_noopener: true
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- pymdownx.details
repo_url: https://github.com/MegaJoctan/StrategyTester5
use_directory_urls: true
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/omega-joctan-34a671206/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@omegafx-co
- icon: fontawesome/brands/telegram
link: https://t.me/omegafx_co
consent:
title: Cookie consent
actions:
- accept
- manage
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
generator: false
copyright: >
© 2026 Omega Joctan — StrategyTester5. All rights reserved.
<a href="#__consent">Change cookie settings</a>