File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -179,34 +179,6 @@ Cache directories are created automatically if they don't exist. Example directo
179
179
MSFT_historical.json
180
180
```
181
181
182
- ### Add StockMarketAlgorithm to your project
183
-
184
- First, you need to add the dependency to your project. The library is available on Maven Central.
185
-
186
- <details >
187
- <summary>Maven</summary>
188
-
189
- ``` xml
190
- <dependencies >
191
- <dependency >
192
- <groupId >net.swofty</groupId >
193
- <artifactId >stockmarketalgorithm</artifactId >
194
- <version >1.0.0</version >
195
- </dependency >
196
- </dependencies >
197
- ```
198
- </details >
199
-
200
- <details >
201
- <summary>Gradle</summary>
202
-
203
- ``` gradle
204
- dependencies {
205
- implementation 'net.swofty:stockmarketalgorithm:1.0.0'
206
- }
207
- ```
208
- </details >
209
-
210
182
## Basic Usage
211
183
212
184
Here's a complete example of creating and running a basic buy-and-hold algorithm:
You can’t perform that action at this time.
0 commit comments