Here we present some exemples of simple trading systems , without pretending to find continuosly  positive track records, remembering that past success is not guaranty for future results. Often you will find the parameters changed after the macro and the values are only suggested to adapt to the particular system; you are always free to insert the number you prefer to re-test dynamically the result, without re-selecting the system .

"1-Breaking Bollinger Bands, for trends" this system goes long when the upper Bollinger band is broken up and goes short when the lower band is broken down; in any other situation the precedent position is mantained
 

"2-Moving avges cross,for trends" this system goes long when the short moving average crosses up the long m.a.; it goes short when the short moving average crosses down  the long m.a; in any other situation the precedent position is mantained


"3-Modified Parabolic Sar filtered with Stochslow short, for trends"  this system goes long when the close has  broken up the parabolic Sar and a short time stochastic (suggested 10 days) is under 40 and goes short in the opposite situation , with short stochastic over 60; in any other situation the precedent position is mantained.


 "4-Medium term Stoch minus Short term Rsi, for trends" this system goes long when a trending up stochastic is 30 points higher than a short term rsi and goes short in the opposite situation; position is closed when the two indicators cross; in any other situation the precedent position is mantained.


"5-Momentum of ADX, for trends"  this is an attempt to improve the system n.2 where the position indicated by the moving averages position is closed when the momentum 5 days of adx is negative i.e. when  the adx is not trending.


"6-Trending DeMarker, for trends"  this system goes long when the De Marker indicator is over 65, goes short when the same indicator is under 35 ;in any other situation the precedent position is mantained

 "7-Trending long Rsi, filtered in trading range" this system takes the position long or short ,following the momentum of long term rsi (suggested 100 days); the position is closed when moving range is lower  than 20 pct; in any other situation the precedent position is mantained

"8- R.o.c. long term of short m.a., for trends"his system goes long when the r.o.c. of  the  short moving average is over 0.; it goes short when the same is under 0; parameter suggested 200 days; in any other situation the precedent position is mantained

"20-Overbought/sold sum of last 3 Williams %R, for congestions" this system is intented for congestion markets and tries to assume a contrary position to the trend , following overbought/sold values of the indicator % R.

"96- Stochslow short & Volatility index s.a.r." similar to the system n.3 where instead of the parabolic s.a.r. we use the volatility index s.a.r. , displayed like a long m.a. in the m.a. dialog box

"97-Direction in Stochastic of the Rsi, for discounted commissions"  this system tries to use the good anticipated signals offered by this  nervous indicator to deal with high frequency, nevertheless requiring very low trade commissions.

"98-Breaking trendline"  you must draw a trendline before, using the trendline dialog box

"100-User defined system [exemple if(shortma>longma,1,-1)]" here you can build your own system, using the defined names available and the excel cell syntax, English style as the macro passes through visual basic editor.