Quote from Volker Knapp:
It will be difficult to just trade by an indicator. THe reason might be that there are many better ways to trade. Most people just create indicators to make a "name" in the industry. Some are promoting theirs here. It is not very difficult to create a new indicator and if you try long enough to make a hype out of it you might get popular. Here is an indicator that I developed just with drag and drop (no programming). Just to show you the difference. The lower indicator on the chart is the PositiveVolumeIndex, an indicator created by a member from the wealth-lab site, with a 31 moving average.
The upper indicator is the 10 bar (day) RSI of the PositivVolumeIndex and a 31 moving average. Note how both indicators (RSI and PVI) look a like but also see how much more profitable the 31 SMA would have been on the upper indicator. All done by drag and drop. Am I famous now?
Volker
PS: I would never trade it.
Happy to read your PS !!
Yes, I agree, avoid trade it. In general, a system with a -50% over the whole N100 market, from Jan2000 till now, is a way to loose some money, but there is no reason to create indicators for this.[A typical MACD crossover would give the same result]
Drag and drop is a method, but what is the result ?
If "home made" indicators have this -50% fortune, then they are not necessary.
If you haven´t already backtest this drag&drop idea, here you are !!
p1=PVI();
p2=RSIa(p1,10);
Plot(p2,"p2",4,1);
p3=MA(RSIa(p1,10),31);
Plot(p3,"ma",7,1);
Buy=Cross(p2,p3);Sell=Cross(p3,p2);
Short=Sell;Cover=Buy;
Settings:trade at +1 Open, commission 0.25%
Results : [Jan2000 till now, over the N100 database]
Winners:14
Losers: the rest
Top winnerS:BRCM, +133%, CTXS +116%
Rest winners:below +100%
Total results: A net loss -51.30%
Creating indicators may be easy, creating useful [read profitable] indicators is not as easy as drag&drop !!