The strategy uses only Stoch but with 3 different parameters. For 5M
period uses (9,3,3) and (96,8,3) and for 1H period (288,12,3).
Strategy opens Long position if both Stoch (96,8,3)shift1and
(9,3,3)shift1 are less than 20 and slowK>slowD of Stoch(9,3,3)shift0.
Short position symmetric. Strategy closes positions in 2 different
ways - by meeting conditions of Stoch or by TS. Instrument EurUsd,
amount 5.0, SL=28 pips.
Version 2. Due to late launching GoldenOctober19 Strategy
this month, the number of opened transactions would have been too
small, so I changed some parameters. Compare to Version 1 Default
period is decreased to 10 seconds, default StopLoss is decreased to 8
pips and TS is onTick basis instead of onCandle basis. 1H Stoch is
changed from 288,12,3 to 288,8,3. Instead of two indicators 5M Stoch
96,8,3 and 9,3,3 there are also two indicators Stoch 96,8,3 and 9,3,3
but with 10secs Period.
Version 2 of GoldenOctober19 Strategy gives worse results in
backtests
than Version 1, but allow to increase the number of transactions
during a month.