发布

  • 9170 fc6ccdbc11

    Feature emv indicator addition (#4591)

    frostbyte_neo 发布于 2020-08-24 12:54:58 +00:00 | 2838 次提交 在此版本后已推送到 master

    • Create EaseOfMovementValue.cs

    Added ease of movement file

    • Update EaseOfMovementValue.cs

    Added calculation for EMV and return its value

    • Update EaseOfMovementValue.cs

    • Update EaseOfMovementValue.cs

    • Update EaseOfMovementValue.cs

    • Update EaseOfMovementValue.cs

    Rearranged code and removed all IndicatorBases

    • Update EaseOfMovementValue.cs

    • Update EaseOfMovementValue.cs

    Added Min and Max Indicator

    • Added Tests and Compile

    • Fixed Bugs and Removed Reset

    • Added Current Value and revereted to Bar data

    • Fixed test file and refined indicator file

    • TradeBar to IBaseDataBar

    • Bug fixes

    • bug fix

    • Switching to TradeBar and attempting to fix Volume bug

    There are two bugs that I have been having trouble fixing. 1. Cannot implicitly convert decimal to int (simple fix but cannot find where bug is taking place)
    2. IBaseDataBar does not contain a definition for Volume

    • Update EaseOfMovementValueTests.cs

    • bug fix

    • added data

    • updated assertion

    • added reset

    • Update EaseOfMovementValueTests.cs

    • Update EaseOfMovementValue.cs

    • Update spy_emv.txt

    I had the wrong test data in. Was throwing failed test for many pull requests.

    • Update EaseOfMovementValue.cs

    • Update EaseOfMovementValue.cs

    • Update EaseOfMovementValue.cs

    • Update EaseOfMovementValue.cs

    • Cleaned Data

    • Bug fixes

    Fixed zero division error. Used better Test Data.

    • removed readonly from _previous...price

    • Update EaseOfMovementValue.cs

    • Update EaseOfMovementValue.cs

    • Update EaseOfMovementValue.cs

    • bug fix

    • Test Bug Fix

    • EMV data from online

    • Cosmetics

    • Out of bounds fix

    • Update EaseOfMovementValueTests.cs

    • Update spy_emv.txt

    • Update spy_emv.txt

    • Added changes requested

    Placed constructor first, fixed nullable type if statement, set 10,000 to default argument, added SMA.

    • Update EaseOfMovementValue.cs

    added variables

    • Update EaseOfMovementValue.cs

    • Update EaseOfMovementValue.cs

    • Update EaseOfMovementValue.cs

    • Fixed bugs

    • Changed Delta, Added Assert

    Create Indicator -> Update EMV -> Assert Status. Also changed delta from 1 to 0.000001 to improve test accuracy.

    • Added unit test testing the SMA
    下载附件