I´ve modified ASCTREND EA a little bit to get better results. The greatest would be if someone can and rsi indicator. Often the ASCTREND indicator moves direction but the market is oversold/overbought. And Shiftbar = 1 should be turned to shiftbar = 0 and the position should open after 10 pips are reached.
modification i have done:
extern double lStopLoss = 5000;
extern double sStopLoss = 5000;
extern double lTakeProfit = 10000;
extern double sTakeProfit = 10000;
extern double lTrailingStop = 1000;
extern double sTrailingStop = 1000;
extern int MainTrend = 1440;
extern int ShiftBars = 1;
extern int Risk = 4;
extern bool EnableCloseByASCTrend =true;
extern int Slippage = 5;
extern bool UseHourTrade = false; //for hourly trading
extern int FromHourTrade = 0;
extern int ToHourTrade = 0;
extern bool UseSound = false;
extern string NameFileSound = "alert.wav";
extern double Lots = 1.0;
sorry for my bad englisch. im german
