Hi guys, I want to explain why I think this EA might be useful. First it opens only one trade and if a stop loss is met it sold with a relative small loss. This loss is to control your risk. The drawdown is in general low because it doesn't do a grid or martingale with increased lot sizes. By diversification with different currency pairs you can setup a save long term growing strategy. The goal is to reach a permanent weekly profit factor >1.5 This is necessary to cover all trading costs and leave you a profit. The trading frquency depend on the timeframe. The shorter Timeframe increase trading frequency. I choose M15 because it seems to be most promising. With the timeframe, the TakeProfit and StopLoss settings change. The shorter Timeframes have a closer range compared to the longer Timeframes. The algorithm has the parameters (Period & Filter) which determine the entry point of the trade and the TP,SL settings. By changing these Parameters the trades on your chart change and you can manually verify by drawing lines in the chart how many pips would lead to a successful trade This is the only method to backtest or lets say tune the EA. I use the option to partially sell off a trade. The smallest lotsize for this is 0.02 and only even numbers can be used for small lots, example 0.04, 0.06, 0.08, etc. You can define two TP values, lets say 5 and 20 Pips. What it now do is if 5 pips are reached, i sell off 50% of the order, for example order 0.02 lot sold a part of 0.01 lot. The original price where the order was placed becomes now the breakeven point and when the price move from TP1 in that direction it sold the remaining 0.01 lot at a neutral price. If the price move in the predicted direction it sold at TP2 which is 20 pips. Depending on your risk you can use the TP1 as a security barrier. The stoploss can be set to a fixed value, determined by the algorithm or if a trend change is detected. By analysing my lost trades over the past weeks it seems that the SL was set too narrow by the algorithm. As like other scalping EA this setting is quite important. As a summary for now it is not a one click tool to get rich, but with improved settings I think this could work. In general the prediction of the trend is good and some fine tuning and patience is necessary. Once the parameters are tuned for the chart it is quite easy to generate larger amounts of profit by trading larger lots compared to other strategies.