This website uses cookies to enhance site navigation, analyze site usage, and assist in our marketing efforts. By clicking “Accept All” you are providing your consent to our use of all cookies. Alternatively, please provide your choice by pressing “Customize Cookies”. For more information, please read our Privacy policy
whis.gg 28 Nov 2016, 12:18
Indicators API Help
Calculate indicator value on close of bar (and not per tick)
Hi, you need to write a method that's called on each new bar. See sample below. using cAlgo.API; namespace cAlgo { [Indicator(I...