So I've written dozens of functional indicators, but this is my first time trying strategies.
My first question is can I access bools and doubles of an indicator I wrote from within a strategy.
E.g. bool bActivateShortEntry which is declared in my indicators public class? Can a strategy see it to use it? What are strategies able to access?
Also where's the best place to read about triggering marker orders Vs limit orders, setting contact sizing and also if Time[0].TimeOfDay== something, close all orders.
Thank you all in advance!!!

Comment