I was wondering if someone could help me wrap my head around how to access private variables in a indicator to trigger buy and sells in a strategy. Attached is a indicator I want to use to trigger my entrys. Inside the indicator are the variables HighestHi and LowestLow which are private. This indicator also plots lines for fib points so I would also like access to those as well. I have looked at the sampleboolseries example as well as a couple others, but I just can't seem to grasp the OO concept this language uses. I tried building a strategy in the wizard and I can add the indicator, but can not select the variables to set a logical trigger to on what I want. Any thoughts or other examples actually converting an indicator to a strategy would be greatly appreciated.
Thanks

Comment