Skip to content

Commit 56f2c14

Browse files
new update
1 parent f9b1dd2 commit 56f2c14

File tree

7 files changed

+77
-248
lines changed

7 files changed

+77
-248
lines changed

docs/about.markdown

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/assets/css/style.scss

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
---
33

4-
@import
5-
"minima/skins/dark",
6-
"minima/initialize";
7-
8-
// Custom styles
4+
// Custom styles to enhance jekyll-doc-theme
95
.content {
106
pre {
117
background: #2d2d2d;
@@ -49,3 +45,36 @@
4945
margin-bottom: 1.5rem;
5046
}
5147
}
48+
49+
// Additional styles for slate theme compatibility
50+
body {
51+
background-color: #272b30;
52+
color: #c8c8c8;
53+
}
54+
55+
a {
56+
color: #0d6efd;
57+
&:hover {
58+
color: #0a58ca;
59+
text-decoration: none;
60+
}
61+
}
62+
63+
.table {
64+
color: #c8c8c8;
65+
background-color: #2d2d2d;
66+
67+
th {
68+
background-color: #1a1a1a;
69+
}
70+
}
71+
72+
pre {
73+
background-color: #2d2d2d !important;
74+
border: 1px solid #444;
75+
}
76+
77+
code {
78+
background-color: #2d2d2d;
79+
color: #e83e8c;
80+
}

docs/assets/img/logonav.png

1.15 MB
Loading

docs/base.html

Lines changed: 0 additions & 51 deletions
This file was deleted.

docs/favicon.ico

1.15 MB
Binary file not shown.

docs/index.html

Lines changed: 0 additions & 170 deletions
This file was deleted.

docs/index.markdown

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,45 @@
11
---
2-
# Feel free to add content and custom Front Matter to this file.
3-
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
4-
5-
layout: home
2+
layout: page
3+
title: Trading Pal
64
---
5+
6+
# Welcome to Trading Pal
7+
8+
Trading Pal is an advanced AI-powered trading platform that combines cutting-edge technology with user-friendly interfaces to provide traders with powerful tools for market analysis and automated trading.
9+
10+
## Key Features
11+
12+
- **Multi-Broker Integration**: Support for multiple brokers including Alpaca and OANDA
13+
- **Real-Time Data Server**: High-performance market data streaming and analysis
14+
- **Interactive Charts**: Advanced technical analysis with AI-powered insights
15+
- **Backtesting Engine**: Test strategies using natural language commands
16+
17+
## Documentation
18+
19+
Get started with Trading Pal by exploring our comprehensive documentation:
20+
21+
- [Data Server](/docs/data_server/) - Learn about our high-performance data infrastructure
22+
- [Charts Display](/docs/charts_display/) - Explore our advanced charting capabilities
23+
- [Backtesting](/docs/backtesting/) - Master our AI-powered backtesting engine
24+
25+
## Getting Started
26+
27+
1. Clone the repository:
28+
```bash
29+
git clone https://github.com/United-Visions/Trading_Pal-main.git
30+
```
31+
32+
2. Install dependencies:
33+
```bash
34+
pip install -r requirements.txt
35+
```
36+
37+
3. Configure your broker settings and start trading!
38+
39+
## Contributing
40+
41+
We welcome contributions! Check out our [Contribution Guidelines](https://github.com/United-Visions/Trading_Pal-main/blob/main/CONTRIBUTION.md) to get started.
42+
43+
## License
44+
45+
Trading Pal is open source software licensed under the MIT license.

0 commit comments

Comments
 (0)