Iblis Lin
Iblis Lin
How about implement the `unwrap`/`wrap` by applying Tables.jl API? > We can start small, with moving averages and see how it works out. I guess the first problem is that...
yeah, that's a good starting point.
I guess we can use macro to implement this feature?
Now, I have a more clear idea about implementing this and #52: Put an option struct at the head of all the function body. e.g. ```julia struct Option ... end...
Maybe we can leveage MacroTools.jl: https://github.com/MikeInnes/MacroTools.jl
PR of ADX: #89
kelter bands: #88
chaikan volatility: #94
Donchian Channels: #95
Stochastic Oscillator: #96