Version 1.9 2018.03.01
Changed logic removing parameters isTrending and spikeFilterMaxDelta.
Limit of only one trade per bar of timeframe selected (suggested M1)
Possibility to use setting takeProfit = 0
Added parameters (default):
SundayTradingInterval (00:00-23:59)
MondayTradingInterval (00:00-23:59)
TuesdayTradingInterval (00:00-23:59)
WednesdayTradingInterval (00:00-23:59)
ThursdayTradingInterval (00:00-23:59)
FridayTradingInterval (00:00-23:59)
tradingOnJan (true)
tradingOnFeb (true)
tradingOnMar (true)
tradingOnApr (true)
tradingOnMay (true)
tradingOnJun (true)
tradingOnJul (true)
tradingOnAug (true)
tradingOnSep (true)
tradingOnOct (true)
tradingOnNov (true)
tradingOnDec (true)

Version 1.8 2018.01.25
Changed the logic for closure (closure after 5 minute)
Changed the logic for opening (distance between prize and bar limit is less than difference between open and close)
Added parameters spikeFilterMaxDelta and isTrending
Version 1.6 2017.12.25
Changed the logic
Added parameter spikeFilterMaxDelta

Version 1.3 2017.11.22
Added parameters to be used in case of 5-digit broker (divide by 10 for 4-digit broker):
spikeFilter,takeProfit,stopLoss,firstTrailStop,trailStop,allowedSpread,slippage.
Is suggested change only first parameter spikeFilter according specific trading market (see signal description for info) leaving the default value for all others.
For this version Take Profit fixed to 50 pips and Stop Loss value also fixed and reduced to 20 pips (default value parameters)
Version 1.2 2017.11.03
modified trail profit behavior
no more opened pending order
reduced Stop Loss size
removed parameters spikeFilter, trailStop, overSpike, allowedSpread