The type or namespace name 'ChartPattern' could not be found (are you missing a using directive or an assembly reference?)
Here is my code :
public class MLRegression : Strategy
{[INDENT]private ChartPattern candleBeforeEntry; // ERROR HERE[/INDENT][INDENT]protected override void OnStateChange()[/INDENT][INDENT]{ }[/INDENT]
}

Comment