ipbyrne / SwingKit

Swing Indicator
0 stars 0 forks source link

Implement Swing Length Analysis #4

Open ipbyrne opened 6 years ago

ipbyrne commented 6 years ago

Use A-D classificiations from MMLCv1.mq4 code.

Main Reasons Swing Data is Wanted:

  1. Time of Average Opportunity
  2. Figure Out Daily Max Opportunities
  3. Combine Length classifications with swing classifications to see how swing to swing predictions change.
ipbyrne commented 6 years ago

Add Function SwingLengthAnalysis()

First Find Mean Swing Lenght and Calculate Assumed Trades Per Week. - Should be Roughly 3/Week

ipbyrne commented 6 years ago

Steps 1 & 2 Complete

Still, need to combine length data into frequency distribution data.

ipbyrne commented 6 years ago

Break Swings into 2 Further Categories:

BL = Below Average Length AL = Above Average Length

BLURtoDR BLURtoDT

ALURtoDR ALURtoDT

etc....