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

Last Algorithm Comments

HO
howyg1 · 1 year ago

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;
 

HO
howyg1 · 2 years ago

Very nice indicator thanks