I'm trying to use the Squeeze Momentum Indicator in a strategy, but am having difficulties getting the inputs I want. Simply put, I would like to have the Squeeze On or Squeeze Off conditions made available to a strategy. I first tried using the Strategy builder which got me most of the way there, but did not provide the option for these. I then tried following the SampleBoolSeries example to make these conditions available, but did not have any luck. I could not get the conditions to work correctly or show up as available for the strategy.
Does anyone have any suggestions on what the simplest way to do this would be? I would have thought this would be inherent in the strategy, but I understand you cannot provide everything. I believe the data for the conditions already exist in the indicator (?), I'm just looking for some pointers on how to access them for a strategy that I can work on.
Thank you,
Ray

Comment