Search results

  1. T

    Home made indicators anyone?

    I do not only appreciate, I always give this reference to the readers. On the other side, the study and the results of my "Breath Indicators" applied over the whole N100 market give some unique signals, not easily available by other T/A tools. Amibroker and Wealth-Lab have the proper built-in...
  2. T

    Home made indicators anyone?

    Since you use WL, there is an interesting 4-part article for the Direction of the Market at http://www.wealth-lab.com/cgi-bin/WealthLab.DLL/getpage?page=articles/DirectionOfMarket1.htm
  3. T

    Home made indicators anyone?

    It seems you didn´t read the description. The system cycle is in the 2002-2003 timeframe, a 5-year backtest is meaningless [for this system]. BTW, is there any "5-year" international rule to the lack of my knowledge ? If positive, I should contact my friends at BIPM [The Bureau International...
  4. T

    Home made indicators anyone?

    How about no indicators at all ? We may just count, it is enough and does not need any T/A additives, sophisticated or not. It does not even need volumes. The system begins by the new year 2002. A new trader would Buy at the first significant trough, Sell at the first significant peak...
  5. T

    Home made indicators anyone?

    "...better to use them as a contrairian indicators !" Agree 100% !! [I really wonder if they ever work !!]
  6. T

    Home made indicators anyone?

    Do not miss also my sincere greetings to Dion [what a smart and gentle guy !!] Have a nice day !!
  7. T

    Home made indicators anyone?

    I am not Mr Amibroker. My name is Dimitris Tsokakis, born and live in Athens, Greece, 1.82m, 80-82klgr, brown-green eyes, brown-white hairs, married [once], two kids, one dog, what else... My [only] relation to amibroker.com : I am a registered user, nothing more but also nothing less, no...
  8. T

    Home made indicators anyone?

    It depends on the ...system. When the system looses money, 0.01$ is OK. When the system makes money, then give some 0.25% to your [personal] broker, he will be more than happy [I want smiling faces all around] On the subject again, yes, you may set commission per trade or commission per share...
  9. T

    Home made indicators anyone?

    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...
  10. T

    volume by price indicator

    Under this "definition" EOD Volume is an indicator, you need to perform calculations to have it [add the intraday Volumes...] Anyway, bigcharts.com has VAP under the lable "indicators", as you may see in the att. gif
  11. T

    volume by price indicator

    I have already posted the ref http://www.amibroker.com/guide/afl/afl_view.php?id=220 It is not just a name, it is the VAP indicator. It gives what http://bigcharts.marketwatch.com has included as Volume by Price Indicator. [see the att. MSFT VAP chart from bigcharts AND amibroker] Check...
  12. T

    volume by price indicator

    Low VAP means small resistance for this price, in ascending or descending movement. High VAP means congestive behavior around this price. A High VAP breakout is good news, the stock will explore new price levels soon...
  13. T

    volume by price indicator

    You are not well informed. VAP is an indicator for amibroker. http://www.amibroker.com/guide/afl/afl_view.php?id=220 Since we have, in one way or another, OHLCV data we may create VAP or enjoy the already built-in VAP. It is simple, accurate and, above all, you don´t need a separate VAP...
  14. T

    Home made indicators anyone?

    I use my own, "home made" as you say indicators. Enjoy, among the others, the most recent "Gear Box" http://groups.yahoo.com/group/amibroker/message/50999 As for the results, the formulas and the statistics are available to the public. I have no problem to post, the last two years, profitable...
  15. T

    Vix Breaking new ground

    Sorry for the wrong crop. It was the whole period Jan2000 till now. My AFL* code is H=Foreign("^VIX","H");L=Foreign("^VIX","L"); D_ratio=1000*(H-L)/(H+L); Z=49; RRR=DEMA(D_ratio,Z); D1=30; D2=48; F1=RRR>=D2;F2=RRR<=D1; Sell=F2;Buy=F1; Buy=ExRem(Buy,Sell);Sell=ExRem(Sell,Buy)...
  16. T

    Vix Breaking new ground

    The ^VIX D-ratio * has given excellent signals for the N100 market, crossing 30 and 48 respectively. The last year is out of the game, no signals at all. Since D-ratio is a measure of the daily spread, we are in a new era, the D-ratio studies and systems may stay in the drawer for future...
  17. T

    Vix Breaking new ground

    VIX indications were quite reliable over the bearish period 2000, 2001, 2002. For this year it is nearly useless [if we see it as a contrarian indicator]
  18. T

    Market and quantum effect...

    Perhaps I´m missing something, but if you don´t discuss the, so called, quantum effect if the charts are not free anymore if you don´t provide any details about the accuracy then what is the purpose of this [interesting] announcement ? On the other side, I know very well the impact of...
  19. T

    Market and quantum effect...

    Both words have greek origin. Both words are artificial, not used in common language. They would probably describe a fish [hypo==below, stomus from stoma==mouth] profile or a horse tying. Better ask the godfather !!
  20. T

    Market and quantum effect...

    Automatic lines gives you the objective side of the reality. Many times I was totally blind to see a descending channel ready to breakout. Anyway, if you need the related coding to link PeakToPeak/TroughToTrough, it is already prepared [before the attached gif] It is a bit peculiar to speak...
Back
Top