s62

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 3*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:
9 30.03.2024 Running  Download
8 27.02.2024 Not running  Download
7 31.01.2024 Not running  Download
6 27.12.2023 Not running  Download
5 22.11.2023 Not running  Download
4 29.10.2023 Not running  Download
3 29.09.2023 Not running  Download
2 31.08.2023 Not running  Download
1 30.07.2023 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 3d points and take profit d points.  Download
orto leave comments


(few words about added changes)

(example: 1.1, beta, alpha)