flow: Calculate the flow and returns the

Description Usage Arguments Value Author(s)

Description

The function returns the difference of Highs and lows If Candle is Green (Closed above previous Close) - Difference is - ( Close minus trueLow) If Candle is Red (Closed below previous Close) - Difference is - ( trueHigh minus Close) trueHigh - Max of CurrentHigh,PrevClose trueLow - Min of CurrentLow, prevClose

Usage

1
flow(m)

Arguments

m

- OHLC

Value

returns the bearishFlow,bullishFlow

Author(s)

Siva Sunku


sivasunku/evalStrats documentation built on May 29, 2019, 11 p.m.