Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alessioricco/ElliottWaves
/ functions
Functions
19 in github.com/alessioricco/ElliottWaves
⨍
Functions
19
◇
Types & classes
0
↓ 6 callers
Function
isMin
(df,i)
elliottwaves.py:98
↓ 5 callers
Function
isMax
(df,i)
elliottwaves.py:101
↓ 5 callers
Function
minRange
(df, start, end)
elliottwaves.py:246
↓ 4 callers
Function
maxRange
(df, start, end)
elliottwaves.py:251
↓ 3 callers
Function
distance
(x1,y1,x2,y2)
elliottwaves.py:111
↓ 3 callers
Function
draw_wave
(df,df_waves,w)
elliottwaves.py:282
↓ 2 callers
Function
addList
(list, wavelist)
elliottwaves.py:390
↓ 2 callers
Function
findBestFitWave
(df,value,waves)
elliottwaves.py:368
↓ 1 callers
Function
ElliottWaveDiscovery
(df, measure)
elliottwaves.py:244
↓ 1 callers
Function
ElliottWaveFindPattern
(df_source, measure, granularity, dateStart, dateEnd, extremes=True)
elliottwaves.py:586
↓ 1 callers
Function
buildWaveChainSet
(waves, startwith=9)
elliottwaves.py:388
↓ 1 callers
Function
download
(symbol, date, days=365)
elliottwaves.py:43
↓ 1 callers
Function
elliottWaveLinearRegressionError
(df_waves, w, value)
elliottwaves.py:353
↓ 1 callers
Function
filterWaveSet
(waves, min_len=6, max_len=6, extremes=True)
elliottwaves.py:302
↓ 1 callers
Function
findBestFitWaveChain
(df_waves, waveChainDict)
elliottwaves.py:423
↓ 1 callers
Function
isElliottWave
(df,value,i0,i1,i2,i3,i4,i5,ia,ib,ic)
elliottwaves.py:115
↓ 1 callers
Function
line
(wa,wb, x)
elliottwaves.py:344
↓ 1 callers
Function
minmaxTwoMeasures
(df, measureMin, measureMax, column, order=2)
elliottwaves.py:66
Function
localFilter
(i)
elliottwaves.py:247