logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

2 Pages<12
Options
Go to last post Go to first unread
bradulrich  
#21 Posted : Wednesday, August 31, 2005 12:16:34 AM(UTC)
bradulrich

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 6/5/2005(UTC)
Posts: 35

Henry, There are a couple examples of using ASI on our site here: http://thedml.com/pages/knowbase/formulas.html However, you may not find what you are looking for there. We really only look at the very general examples of recreating a loop. These are not tied to a market theory, they are just new tools and a new way to think about creating code....Then we go the complete other direction, and show how to use it specifically in conjunction with Ehlers' indicators to create useful end tools. There are ways to use these indicators that are adaptive in a particular sense that are not discussed there...we will soon be coming out with a full manual for ADSI, and it will focus on the use of ASI in conjunction with ADSI, but it will not talk too much more about "end indicators" that are based on ASI and other market theory. That being said, we still encourage you to make posts and ask question here or on our forum regarding the use of Adaptive Indicators as simple tools and also end indicators. But ultimately, this area is not our specialty, and ASI is now free, so we may not offer the level of help you are looking for, but I anticipate that this forum will welcome the discussion. Thanks, Brad Ulrich www.thedml.com
henry1224  
#22 Posted : Wednesday, August 31, 2005 1:05:40 AM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
Thanks Brad
CINSoCal  
#23 Posted : Wednesday, August 31, 2005 7:11:02 AM(UTC)
CINSoCal

Rank: Newbie

Groups: Registered, Registered Users
Joined: 10/13/2004(UTC)
Posts: 6
Location: Southern California

Bravo! Well Done! New coding concepts and techniques are essential to the continued growth and improvements in one's trading! Thank you for sharing.
Jose  
#24 Posted : Wednesday, August 31, 2005 2:28:13 PM(UTC)
Jose

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 1/19/2005(UTC)
Posts: 1,065
Location: Koh Pha-Ngan, Earth

Was thanked: 2 time(s) in 2 post(s)
Excellent, Brad - many thanks. :) BTW, I've noticed that you've dropped the Cybernetic & Homodyne Cycle Period functions from the latest version of ASI.dll. Any specific reason for this? jose '-) http://www.metastocktools.com
bradulrich  
#25 Posted : Thursday, September 1, 2005 5:42:10 AM(UTC)
bradulrich

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 6/5/2005(UTC)
Posts: 35

Jose, Unfortunately, there is a reason. The cycle period indicators were not meant to come with ASI. :oops: However, for a short time both the download on our site, and the dll here on the forum did contain the 2 functions! <Brad's edit> Thus, a select few out there have this dll with the Cybernetic Cycle Period and Homodyne Cycle Period. The functions were there in the trial version and the version we intended to sell, but we have chosen not to include these functions with the free dll and source. It is best you brought it up, because some of our material stills refers to it, and I should make it clear that it is not included anymore. I don't mind you using it at all, if nothing else for the honest feedback from you early takers. However, I would appreciate it if you would not distribute it openly. It was an honest mistake, and I ask out of courtesy that you do this....I tend to be absent minded sometimes...I think I would lose my own head if it were not stuck on my neck. :lol: Thanks, Brad p.s. - does this mean something? :smt117 ...or is it just completely random?
Marilyn  
#26 Posted : Thursday, September 1, 2005 2:49:14 PM(UTC)
Marilyn

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/10/2004(UTC)
Posts: 863
Location: Salt Lake City, UT

I vote for random but still find places to use it occasionally. :) I have yet to use the barfing one though... still waiting for the opportunity.
bradulrich  
#27 Posted : Wednesday, September 7, 2005 12:44:19 AM(UTC)
bradulrich

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 6/5/2005(UTC)
Posts: 35

Guys, I have posted a new dll. We have decided to include the HomodyneCyclePeriod function with the ASI dll, so that you can create an adaptive cycle-based indicators with just the ASI dll....and I apologize for the flip-flopping and ensuing confusion on this. :lol: Also, The source folder contains some more files. It seems I left a few of the files out of the dll folder. I have had to pick out some of the files, because I have all of my code in one big folder, so I guess I just missed some. Also, when attempting to build the ASI as a project, you may get "unresolved external" referring to some functions in the "adaptive.h" file. This is to be expected, since there are some functions listed in the adaptive.h file that are not included in the source folder for some reason or another. In this case, simply comment out the function declarations as necessary.
one_waver  
#28 Posted : Monday, September 12, 2005 3:28:58 AM(UTC)
one_waver

Rank: Member

Groups: Registered, Registered Users
Joined: 4/30/2005(UTC)
Posts: 18

Thanks, But adaptive CCI formula is still not working. Should it?
bradulrich  
#29 Posted : Monday, September 12, 2005 4:39:51 AM(UTC)
bradulrich

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 6/5/2005(UTC)
Posts: 35

I'm not sure what you mean by not working...I'm not having any trouble with it. Try this: [code:1:772180d6b0]pr:= ExtFml("ASI.HomodyneCyclePeriod",MP()); ExtFml( "ASI.CCI", pr) ; [/code:1:772180d6b0] -Brad
one_waver  
#30 Posted : Tuesday, September 13, 2005 2:05:44 AM(UTC)
one_waver

Rank: Member

Groups: Registered, Registered Users
Joined: 4/30/2005(UTC)
Posts: 18

Thanks, I've made changes to the original formula, as you sugested, and it was accepted by Meta. It seem to work fine now. Here are the changes. {You will need the ASI dll from Dynamic Market Labs} Periods:=ExtFml("ASI.HomodyneCyclePeriod",MP()); ACCI:= ExtFml("ASI.CCI",Periods); HZ:=Ref( ExtFml("ASI.HHV",ACCI,Periods),-1); LZ:=Ref( ExtFml("ASI.LLV",ACCI,Periods),-1); MZ:=Ref((HZ-LZ)/2+LZ,-1); ACCI;HZ;MZ;LZ;
billtrudeau  
#31 Posted : Thursday, October 27, 2005 1:06:25 AM(UTC)
billtrudeau

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 4/27/2005(UTC)
Posts: 132
Location: Manchester, NH

Now that the DLL has "Cybernetic Cycle Period and Homodyne Cycle Period" do henry's adaptive formulas and experts need to be adjusted? When I plug his formulas into MetaStock I get a message that the DLL could not be found. Other formulas that use the HomodyneCyclePeriod seem to work fine. When the formula just contains CyclePeriod, I get an error message.
billtrudeau  
#32 Posted : Wednesday, November 2, 2005 3:35:10 PM(UTC)
billtrudeau

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 4/27/2005(UTC)
Posts: 132
Location: Manchester, NH

It seems as though it is necessary to refer to ADSI vs ASI for the CyclePeriod when using henry's formulas. If I used the ASI referrence, I get an error message that the formula referrenced in the ASI does not exist.
Users browsing this topic
Guest (Hidden)
Similar Topics
asi.dll and forum.dll problems [RESOLVED] (MetaStock Developer's Kit (MDK) Assistance)
by gawdib 12/3/2005 4:57:50 PM(UTC)
WriteRef() function of ASI.dll (MetaStock Developer's Kit (MDK) Assistance)
by bradulrich 8/18/2005 3:53:14 AM(UTC)
2 Pages<12
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.