In the example they apply the line: Add(SampleBoolSeries()) in the "SampleBoolSeriesStrategy".
In my application I do the same adding the line: Add(SwingOne()) in my strategy. When I do this I get a compile error:
"No overload for method 'SwingOne' takes '0' arguments"
If I add instead the line: Add(SampleBoolSeries()) I get no compile errors.
So the sample indicator code compiles OK but mine does not. My question: Is my coding error in my strategy or in the referenced indicator?
I'm not sure where to begin to track down this problem.
Regards,
taddypole...

Comment