IsRising()
Created at 13 Sep 2014, 21:40
IsRising()
13 Sep 2014, 21:40
I have a simple question referring to the IsRising() method.
ie
if (Functions.IsRising(sma.Result))
Does it check the value of the last bar against the previous bar or it can be used to check "on tick" last value to the previous one?
Spotware
15 Sep 2014, 11:13
It checks last value against the previous. Implementation:
@Spotware