s61

This strategy trades on EURUSD currency pair. Opened position's amount is 25 percent of free margin. It has input parameter d: distance in points. Strategy uses fixed stop loss 4*d points and take profit d points. It is not use any indicators. Trading logic based on the values of current price p0 and three last extremums p1,p2,p3 (where p1 - last extremum, p2 - previous to p1, p3 - previous to p2). When p2-p3>d*4 pips and p2-p1>d*2 pips and p0-p1>d pips, trading signal to buy appears. When p3-p2>d*4 pips and p1-p2>d*2 pips and p1-p0>d pips, trading signal to sell appears. If there are no opened positions, new order submit. If |p1-p2|>d*4 pips, then p1,p2,p3 values reset to p0.
Version: Date: Status: Description:
14 09.08.2023 Executed This strategy trades EURUSD currency pair with used margin equals part of the equity. It opens position when last three local extremum(p1,p2,p3) and current price(p4) form definite pattern. Distances in points between p1-p2, p2-p3, p3-p4 must be greater than 4d,2d,d correspondingly. It uses fixed stop loss 4d points and take profit d points.  Download
13 03.07.2023 Not running  Download
12 28.05.2023 Not running  Download
11 29.04.2023 Not running  Download
10 02.04.2023 Not running  Download
9 27.02.2023 Not running  Download
8 31.01.2023 Not running  Download
7 25.12.2022 Not running  Download
6 29.11.2022 Not running  Download
5 29.10.2022 Not running  Download
4 02.10.2022 Not running  Download
3 28.08.2022 Not running  Download
2 28.07.2022 Not running  Download
1 26.06.2022 Not running This strategy trades EURUSD currency pair with used margin equals part of the equity. It opens position when last three local extremum(p1,p2,p3) and current price(p4) form definite pattern. Distances in points between p1-p2, p2-p3, p3-p4 must be greater than 4d,2d,d correspondingly. It uses fixed stop loss 4d points and take profit d points.  Download
orto leave comments


(few words about added changes)

(example: 1.1, beta, alpha)