[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Re: Neat method to see fundamentals for QP2 Users:



PureBytes Links

Trading Reference Links

Phsst I am glad you got it working.  I am not a real programmer.  Once I get a concept, I just hack around.  This probably could have been written more tightly by a real programmer, but you got yours to work and so did I. Sometimes, I just go back and look at the fundamentals of Amibroker to see if there is something that I have missed and work on those things.  This was one of them.  I am just getting into AdToComposite function now.  This has real power.  The tutorial on AdToComposite is really extensive and informative.  The function itself and the tutorial both are great pieces of work. I have made several "include files" for myself to streamline some things.  These include, barcolor, BuySellArrows, volume with its own scale for any indicator that needs a volume overlay, a highjump overlay, and the writeup that I demonstrated.  All these make files more easy to read and handle.  I am just using the include for code snipets for anything that needs a procedure type construction.  I use procedure here instead of function since function normally assumes that you want to return a value. Another tip, most times I find that I can eye something better than having a pure mathematical optimization.  So anywhere I would use optimize I use Param instead.  All you have to do is replace Optimize with Param in any particular line and then you can open that pane with a BuySellArrow include file in it and see how the buy and sell arrows move as you move the values.  What I have found doing this is that in most systems the best returns required lots of buy and sells.  If I can minimize the buy and sell arrows while getting good entries and exists, the system can be more realistically implemented.  Using Param this can be done visually. Steve At 01:45 AM 6/15/2003 +0000, you wrote: Steve, Like Jayson said... VERY NICE! Until now, I've launched QP2 to see QP2 fundamentals. Took me several tries to get your implementation to work. I've been an AB user for about 3 years and just never got 'into' Interpretation Window. First, AB 'barked' about your Buy conditions... then it 'complained' about not finding the specified path. Yahoo! Groups Sponsor Send BUG REPORTS to bugs@xxxxxxxxxxxxx Send SUGGESTIONS to suggest@xxxxxxxxxxxxx ----------------------------------------- Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: http://groups.yahoo.com/group/amiquote/messages/) -------------------------------------------- Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.