ali00h / support_resistance_csharp

calculates the level of support and resistance for a line chart by csharp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Resistance Calculator

This sample application use a package that calculates the level of support and resistance for a line chart.

To use, you can put the chart data within a txt file and put it in dataset direcotry.

Run

If your dataset file is sample1.txt. Just run:

dotnet run sample1.txt

Build

dotnet build /p:AssemblyVersion=1.0.1.0

About

calculates the level of support and resistance for a line chart by csharp.


Languages

Language:C# 100.0%