- Katılım
- 23 Eki 2020
- Mesajlar
- 1,828
Bollinger Band Histogram Trading System
Enter Long = Close Short
BBHistogram:= (CLOSE + 2*Std(CLOSE,20) - Mov(CLOSE,20,SIMPLE)) / (4*(Std(CLOSE,20))) * 100;
Cross(0,BBHistogram)
Enter Short = Close Long
BBHistogram:= (CLOSE + 2*Std(CLOSE,20) - Mov(CLOSE,20,SIMPLE)) / (4*(Std(CLOSE,20))) * 100;
Cross(BBHistogram,100)
Enter Long = Close Short
BBHistogram:= (CLOSE + 2*Std(CLOSE,20) - Mov(CLOSE,20,SIMPLE)) / (4*(Std(CLOSE,20))) * 100;
Cross(0,BBHistogram)
Enter Short = Close Long
BBHistogram:= (CLOSE + 2*Std(CLOSE,20) - Mov(CLOSE,20,SIMPLE)) / (4*(Std(CLOSE,20))) * 100;
Cross(BBHistogram,100)
Here's a "freebie". BB Histogram ((C+2*Std(C,20)-Mov(C,20,S))/(4*(Std(C,20)))*100) Sell the opening days after the BB Histogram penetrates 100 and buy when it penetrates zero. Add to positions when the BB Histo leaves "above 100" or "below zero" and then "repenetrates" the trigger levels. I believe this approach has recorded 11 straight S&P winners, with 700+ points. "But Steve, this system must not be working any more because it is losing the last trade you put on". Right! My only disclaimer is that I guarantee that I will sell software, charting services and anything else that I can think of to make a "buck" in 2000. In the meantime, suck all the free stuff from me you can copy. And most of all, please note, the biggest antagonists on the list provide absolutely "zero" when it comes to helping you trade. Seek the answers from "within" (with some shortcutting help from people that are willing to share). Steve Karnish | |
| |
Source / From: |