Hi,
It's a simple trailing system that modifies price of stop and limit using ATR.
I'm not good at English so much, so I explain using a following screen shot.
Click to view attachment
#Common design
Blue color represent 'Buy' and 'Long position'.
Red color represent 'Sell' and 'Short position'.
##Price chart
When trend is favorable for buying, blue line appears.
Blue dotted line(upper) --- RecentHighest
Blue dotted line(lower) --- Limit line (RecentHighest - nATR)
Blue solid line --- Stop loss line (RecentHighest - mATR)
Long positions are created at the point of blue arrow markers.
The position are selled at face markers, smiling or crying.
##2nd chart
Blue line displays a difference between current price and blue stop loss line for buying.
Red line displays a difference between current price and red stop loss line for selling.
You can see the crossing points are around turning points of trend.
So, positions are created at the crossing points of these two lines.
##3rd chart
Third chart displays accumulated result of tradings.
Black line = profit from long position (blue line) + profit from short position (red line).
##Bottom of window
At the bottom, you can see highlited arrows representing the trend of market.
Click to view attachment
##Optimization
The following values mainly affect the result.
- MultStop multiplier for ATR
- MultLimit multiplier for ATR
Using default setting, time period larger than 30 min works well, but less than 30 min does not make profit.
