I have a point in my strategy that must see changes on ticks.
I saw something some time ago and I think it's possible, but I couldn't find any reference. I only found a sample @defaulttickfilter.cs file in \custom\type directory with a
public override bool OnTick()
, but I don't know how to use it.
Any help appreciated.

Comment