High risk strategy for forex pairs. With calculation SL/TP from ATR and high martingale coefficient. First of all strategy check if open positions is present in system. Then Calculate position size, With high risk now it 1,5% of equity. Calculate atr in 8 hours, it is fast optimal parameter. TP is 2.8 ATRs, SL is 1.4 ATRs. Strategy determine day of week and hour of day and don't trade after 19 hours and on fridays. First position is open in long direction if 1hour candle close above SMA (1 minute). Short if below SMA. On trade event "Position close" if profit=0 pips or more than 0. Strategy calculate future TP/SL (2.8/1.4) from atr in 8 hours. To maximize profit on trend conditions, money management rule sum last position volume with current volume calculated as 1,5% from equity. Rule for direction same as above, 1minute sma, below and above. If we have loss (p/l below 0) on "position close" event, money management rule multiply previous volume in 2.7 times, for loses compensation and open trade in reverse direction (if previous long - next open short)

The strategy trades EUR / USD with market orders, patterns are not used, the closing of a candle (1 hour) above (long) or below (short position) sma in 5 minutes is taken into account.

The strategy uses ATR for 8 hours to determine the TP / SL distance (2.8 / 1.4) relative to the entry point, it was selected in the strategy tester for the current year period as the most profitable. sma 5 minutes is used to determine the direction in the first trade is not sensitive to the value, since the strategy is tied to trading events, profitable or

The strategy was tested in the strategy tester for the current year period in May-June 2020 for the current year period

first position: ((equity * 1.5%) / (stoploss * instrument pips size) / 1000000
in case of loss, each next position: size of the previous position * 2.7
TP calculation: (ATR * 2.8) / instrument pips size
SL (ATR * 1.4) / instrument pips size
Translate to English Show original