Market.Trading.Tools

Library for Forex, Stock, etc trading. It has things like Fibonacci, PivotPoints...


Keywords
Forex, Stock, Makert, Trading, Fibonacci, PivotPoints, dotnet, fibonacci-trading, nuget, pivot-point, stock-library, stock-market
License
MIT
Install
Install-Package Market.Trading.Tools -Version 1.1.3

Documentation

Market.Trading.Tools

This is a library for Forex, Stock, etc. tools like Fibonacci, PivotPoints levels

Get Started

Install-Package Market.Trading.Tools

Then call static methods:

FibonacciRetracement.GetFibboLevels(double pointA, double pointB) // return Retracement and Extension Levels Object
FibonacciRetracement.GetFibboLevels(double pointA, double pointB, double fibonacciLevel) // return Retracement or Extension Level price
PivotPoints.GetPivotPointsLevels(double high, double low, double close, PivotPointsType type = PivotPointsType.ClassicOrStandard)// return Pivot Points Levels Object

NuGet

https://www.nuget.org/packages/Market.Trading.Tools/