HO
Information
Username: | howyg1 |
Member since: | 11 Jun 2020 |
Last login: | 10 Dec 2023 |
Status: | Active |
Activity
Where | Created | Comments |
---|---|---|
Algorithms | 0 | 2 |
Forum Topics | 3 | 1 |
Jobs | 0 | 0 |
Username: | howyg1 |
Member since: | 11 Jun 2020 |
Last login: | 10 Dec 2023 |
Status: | Active |
Where | Created | Comments |
---|---|---|
Algorithms | 0 | 2 |
Forum Topics | 3 | 1 |
Jobs | 0 | 0 |
How Would i reference in a cbot, for last bar bull or bears above 1000
private VolumeRenkoRange _vrr;
_vrr = Indicators.GetIndicator<VolumeRenkoRange>(?, ?);
var VolumeUP = _vrr.BullVolume.Last(1) > 1000;
var VolumeDOWN = _vrr.BearVolume.Last(1) > 1000;