Search results

  1. Volker Knapp

    The first 30 minutes

    Walli. Thanks for offering your help. We had this idea ourself and we will eventually introduce wealth-lab with intra day data for testing on the web. I am sure you know that our software can do this? We also have a feature request list where you can expess your ideas and other members can...
  2. Volker Knapp

    The first 30 minutes

    The first 30 minutes have been mentioned in a book (cant remember who). It is a system called the first 30 minute break out. I traded it in germany for some time with some additional filters. I think you can make quite a good amount of money with it. But as always as it is with any system you...
  3. Volker Knapp

    Out Of Sample Testing

    Its one of my favorite subjects. So far NO software was able to do a real empirical research on that. Anyway one of the WL users has published a system which can do exactly that on a portfolio of symbols automatically.
  4. Volker Knapp

    Out Of Sample Testing

    Yannis, are you talking about walk forward optimization? If so I have a couple of links for you.
  5. Volker Knapp

    Looking for "Turtle Soup"-system-formula for TS2000i

    Here is the code in WS (it might help you guys for ELA since both languages are Pascal based): var Bar, i: integer; var xStopLevel, PrevLowPrice: float; xStopLevel := 0.0; InstallTrailingStop( 10, 70 ); InstallProfitTarget(15); InstallStopLoss(7); for Bar := 21 to BarCount() - 1 do...
  6. Volker Knapp

    Can someone backtest this plan?

    I am sure by now you have been on the WL site and tested it over hundret stocks with money managment strategies? If not and you wish me to post a result here please let me know?
  7. Volker Knapp

    Trading methods/strategy for newbys ?

    Thanks for pointing to our web site. The link should read www.wealth-lab.com. I would never advice anyone to buy a system and trade it. I don't think any one would recommend that. If you really want to learn take a look at the top ten stock system on our site. It gives you a feel of what...
  8. Volker Knapp

    Automated Execution Demo

    If you need ATE you might want to look at this page: http://www.dynastoresoftware.com/dynaorder/index.asp Here is what they have to say: Dynaorder is a special software that allows trader to place orders* automatically from inside the charting and analysing program** he uses. It...
  9. Volker Knapp

    Realtime Strategy Monitoring

    Hi Sam. Did you this to our feature request list? As you know we are working on the new version 3. I think it will have something similar included. We are open for suggestions here. Regards.
  10. Volker Knapp

    Gak! Too much software

    For those of you who want a software who has the power to do nearly everything, but also want the ease of use like MetaStock you might want to wait until WLD3 comes out. It will have drag and drop programing. So with all the professionals that are using WLD2 at the moment and the new drag and...
  11. Volker Knapp

    "Look Backward Re-Optimization"

    I thought I have posted a reply to this earlier???? There is software out there that can perform this kind of tasks automatically. Regards.
  12. Volker Knapp

    Anyone using Bollinger Bands to make money?

    I would not be able wether JB is loosing money with his Bands or not, neither would I like to follow the highly unempirical proof. All I know is that we have a couple of BB's systems on our site that look profitable to me. Since the systems are made for stocks they look different then for...
  13. Volker Knapp

    AmiBroker Users

    We have not provided the historical data for the emini yet. But you can use the index itself. Maybe we should provide some historical emini data on the web? Some people use QQQ or SPX for there testing. You can test on one stock/symbol or on a whole portfolio. Regards.
  14. Volker Knapp

    AmiBroker Users

    You can use the free website as long as you wish. It has all the backtesting capabilities that most software have plus the portfolio backtesting. You can also use over 500 systems that are published on the website. I am not a programmer and I develop most of my systems with copy/paste...
  15. Volker Knapp

    Formula-Based Alerts Program

    I am not sure about all of your requirements, but Wealth-Lab has a feature like that. Lets explain it, and then you decide wether it is what you are looking for: 1. Use a portfolio of symbols and scan for tomorrows signals 2. Second save the signals 3. Open Alert Manager 4. Open saved...
  16. Volker Knapp

    Turtle System into Tradestation

    Go to this page: http://www.wealth-lab.com/cgi-bin/WealthLab.DLL/getpage?page=ChartScriptSearch.htm Under title search key in "turtle" and you will find 4 systems related to turtle trading. There might be more but they just might not be called ..... Turtle ....! Its not in TS code but it...
  17. Volker Knapp

    Intermarket analysis with Vantage Point

    Well, I am not very good in programming codes as you might think, in fact I am more the "copy and paste" programmer. Anyway, you are right that WL (or any other software for that matter) would fullfill a task like intermarket correlation. It is not easy and it would take defenatly to long to...
  18. Volker Knapp

    Intermarket analysis with Vantage Point

    Percentage winners says NOTHING about profits or a system. Go and get a demo and see for yourself. Testing intermarket relations is not a big thing. TS, WL all can do it. Regards
  19. Volker Knapp

    IB data with WealthLab

    So far yoiu can not use IB data with Wealth-Lab (or any other software to my best of knowledge). We have an interface that allows you to add any data feed. You find more information here: http://www.wealth-lab.com/cgi-bin/WealthLab.DLL/getpage?page=Articles/RTAdapter.htm Regards.
  20. Volker Knapp

    Equity curve in system signal?

    I posted something earlier, the only way to do that with TS is by using a DLL or by creating an ASCII equity and importing it as an Data2 kind of thing. There is an article published on the WL-site that might help you too. You find it here...
Back
Top