Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Fortee2/StockTracker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Fortee2/StockTracker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: Working
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 34 files changed
  • 1 contributor

Commits on Jun 9, 2023

  1. Refactoring

    Refactored Average Class
    Fortee2 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    76f8371 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Slope

    Code to calculate the direction of prices
    Fortee2 committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    592c429 View commit details
    Browse the repository at this point in the history
  2. Update TrueRange.cs

    Refactor
    Fortee2 committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    2aeccdf View commit details
    Browse the repository at this point in the history
  3. Create SlopeTests.cs

    Unit Tests for Slope
    Fortee2 committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    36f40fd View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Added Price Direction Class

    Fortee2 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    50b5718 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    993a34e View commit details
    Browse the repository at this point in the history
  2. Smoothing Library

    Added Smoothing Library for calculating ADX
    Fortee2 committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    2b6ddb5 View commit details
    Browse the repository at this point in the history
  3. Fixed Broken Unit Tests

    Fixed Unit Tests
    Fortee2 committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    085eb4f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Update EMATest.cs

    Fixed Broken Tests
    Fortee2 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    731735a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Update README.md

    Updates to Readme
    Fortee2 authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    786e245 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Updated to .NET 8

    Fortee2 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    16bcc6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28379a6 View commit details
    Browse the repository at this point in the history
  3. Delete Core.sln

    Removed duplicate solution
    Fortee2 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d0634d1 View commit details
    Browse the repository at this point in the history
  4. Unit Tests

    Fixed two tests that were failing because of rounding
    Fortee2 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    3e006d6 View commit details
    Browse the repository at this point in the history
Loading