The strategy CarnivalJanuary2020 works on Eurusd with defaults:
period
5M, amount 5.0 and SL=28pips. It uses only Stoch indicator but with
3
different parameters. For 5M period uses Stoch(9,3,3) and
Stoch(96,8,3) and for 1H period Stoch(288,12,3). Strategy opens Long
position if both Stoch (96,8,3)shift1 and (9,3,3)shift1 are less than
20 and slowK>slowD of Stoch(9,3,3)shift0. Short position symmetric.
Positions can be opened from Monday to Thursday and on Friday till
18:00.
Strategy closes positions in 2 different ways - by meeting conditions
of Stoch or by TS. Strategy is onCandle basis except TS which is
onTick basis.
In Version 2. SL=29pips.
In Version 3. TP=80pips is added.
In Version 4. SL=31pips and TS does not work.
In Version 5. conditions for entries as in previous versions,
SL=31pips, TS does not work, TP is not fixed, closing positon results
from meeting Stochs conditions and when ProfitLossInPips is higher
than defaultTP ; this version is more risky than previous ones but in
favorable market conditions gets also better results.
Version6. = Version5.+TS