I have read that Fill Types are not documented.
However, could you tell me if it is possible to Debug.Print the values for series in Types?
I have saved my own Fill Type and have added:
> using System.Diagnostics;
in order to try and use Debug.Print, as I would like to check the values returned by NextLow, NextHigh etc.
Will Debug.Print work, and if so should print to where?
Also, are there alternatives to NextLow, NextHigh that can access other bar data/series?
Could I even instantiate my own bar array to access Close[0] etc on an instrument?
many thanks for any guidance you can offer here
regards

Comment