Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ooples committed Jul 19, 2022
2 parents 65c0a0c + 93ec921 commit 783fc27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

This is a stock indicator library that is completely open source (Apache 2.0 license) and very easy to use. Current version contains [762 stock indicators](https://ooples.github.io/OoplesFinance.StockIndicators/indicators) and I will add more as I get requests for them!


### How to use this library

Here is an example to show how easy it is to create indicators using other indicators
Expand Down Expand Up @@ -60,6 +61,7 @@ var ema = stockData.CalculateExponentialMovingAverage(14);

For more detailed Alpaca examples then check out my more advanced [Alpaca example code](https://github.com/alpacahq/alpaca-trade-api-csharp/blob/develop/UsageExamples/IndicatorLibraryExample.cs)


### Support This Project

BTC: 36DRmZefJNW82q9pHY1kWYSZhLUWQkpgGq
Expand Down

0 comments on commit 783fc27

Please sign in to comment.