- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
Because of the quality of Guppy Trader's Site, I would offer my "J2L Trading System", which seems to be very simple but quite efficient : Plot an histogram with the following " |
|
J2L Period:= Input("What Period",5,100,50); TSF( CLOSE,period) - LinearReg( CLOSE,period) |
Buy signal is when plot crosses up the zero line Draw a trigger line between 0 and 0.05 Sell signal is when plot crosses down the trigger line. J2L Trading System Enter Long : Cross( TSF( CLOSE,opt1) ,LinearReg( CLOSE,opt1)) Close Long : Cross(opt2,TSF( CLOSE,opt1) - LinearReg( CLOSE,opt1)) Optimise : Opt1 : 5 to 100 step 1 Opt2 : 0 to 0.05 step 0.1 I did'nt found that Stops improved the equity Try "J2L trading system" , and if you can even improve it more, be kind to send me a mail at : lepreux@noos.fr Jean-Louis Lepreux (from Paris) | |
| |
Source / From: |