v6
Added:
getMovingAverage(fast_ma_type, fast_ma_length, fast_ma_src, fast_ma_type, fast_ma_length, fast_ma_src)
TODO: [ SMA , SMMA , EMA , VWMA , HULL, TEMA ] Between this options this function return a fast and a slow moving averages.
Parameters:
fast_ma_type: TODO: string fast MA type
fast_ma_length: TODO: int fast MA type
fast_ma_src: TODO: float fast MA source
fast_ma_type: TODO: string slow MA type
fast_ma_length: TODO: int slow MA type
fast_ma_src: TODO: float slow MA source
Returns: TODO: [fast_ma, slow_ma]