Trades EUR/USD on one minute timeframe and uses hourly Ichimoku,
daily
SAR, 10 min. Stochastic, 5 min. Stochastic Fast and hourly CCI.
Lot is variable (Equity/20000). Maximum value is 30 (7 in previous
version).
Stop loss is 30 pips and take profit 20 pips.
Buys if bid (last bid candle close) is greater then SAR, TenkanSen is
greater then kijunSen, bid is greater then senkouB, bid is greater
then senkouA, slowK is greater then SlowD, slowK is less then 80,
fastK is greater then fastK_Shift1 (fastK points upwards) and fastK
is
less then fastD.
Sells on oposite conditions.
Closes all postions if use of leverage reaches 100%.
If trade profit is less then 10 pips and if
tenkanSen and kijunSen or senkouA and SenkouB signals reversal
(tenkanSen becomes less then kijunSen on long positions or senkouA
becomes less then SenkouB on long positions and vice versa) then it
closes all positions.
If trade profit is greater then 10 pips then it sets a trailing stop
with 10 pips step and 20 pips stop loss if trailing stop was not
already set. Then if position is long and hourly CCI points downwards
it closes all positions or if slowK becomes less then slowD it closes
all positions. If postion is short and CCI points upwards, it closes
all positions or if slowK becomes greater then slowD it closes all
positions.
This strategy is experimental and should not be used on Live accounts.