The error is supposed to be on the line 22 (which is the Public class line.
// This namespace holds all strategies and is required. Do not change it.
namespace NinjaTrader.Strategy
{
///<summary>
/// ES, Stochastics Cross above, Stochastics D below 20, No Volume, Buy/Sell .
///</summary>
[Description("ES, Stochastics Cross above, Stochastics D below 20, No Volume, Buy/Sell .")]
publicclass BestES2Try : Strategy
{
Thanks.

Comment