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

Notification

Icon
Error

Options
Go to last post Go to first unread
infy_48  
#1 Posted : Tuesday, July 4, 2006 1:21:05 PM(UTC)
infy_48

Rank: Newbie

Groups: Registered, Registered Users
Joined: 7/4/2006(UTC)
Posts: 5

dear all i m absolutely new to metastock. i tried putting the same formula for starters on my metastock but it gives me an error saying this dll file does not exist in msx...or something like that. also pl help me by telling me how to use metastock expert advisors / indicator builders etc...in short how to use metastock to its best. infy
henry1224 wrote:
here are the two signals for the above expert Long exit factor:=2; offset:=0; HD:=ExtFml("PowerPivots.TDataCreate",1, factor); LD:=ExtFml("PowerPivots.TDataCreate",2, factor); A3:= {Alligator Blue Balance Line - Jaw} {13 bar smoothed average offset 8 bars} Ref(Wilders((HD+LD)/2,13),-8); A2:= {Alligator Red Balance Line - Teeth} {8 bar smoothed average offset 5 bars} Ref(Wilders((HD+LD)/2,8),-5); A1:= {Alligator Green Balance Line - Lip} {5 bar smoothed average offset 3 bars} Ref(Wilders((HD+LD)/2,5),-3); UCloud:=Max(A1,Max(A2,A3)); LCloud:=Min(A1,Min(A2,A3)); UCloud:=ExtFml("PowerPivots.TDataLocalize", UCloud, factor, offset); A3:=ExtFml("PowerPivots.TDataLocalize", A3, factor, offset); A2:=ExtFml("PowerPivots.TDataLocalize", A2, factor, offset); A1:=ExtFml("PowerPivots.TDataLocalize", A1, factor, offset); LCloud:=ExtFml("PowerPivots.TDataLocalize", LCloud, factor, offset); Z:=If(C>Ucloud,1,If(C<LCloud,-1,0)); Z=0 and ref(Z,-1)=1 short exit factor:=2; offset:=0; HD:=ExtFml("PowerPivots.TDataCreate",1, factor); LD:=ExtFml("PowerPivots.TDataCreate",2, factor); A3:= {Alligator Blue Balance Line - Jaw} {13 bar smoothed average offset 8 bars} Ref(Wilders((HD+LD)/2,13),-8); A2:= {Alligator Red Balance Line - Teeth} {8 bar smoothed average offset 5 bars} Ref(Wilders((HD+LD)/2,8),-5); A1:= {Alligator Green Balance Line - Lip} {5 bar smoothed average offset 3 bars} Ref(Wilders((HD+LD)/2,5),-3); UCloud:=Max(A1,Max(A2,A3)); LCloud:=Min(A1,Min(A2,A3)); UCloud:=ExtFml("PowerPivots.TDataLocalize", UCloud, factor, offset); A3:=ExtFml("PowerPivots.TDataLocalize", A3, factor, offset); A2:=ExtFml("PowerPivots.TDataLocalize", A2, factor, offset); A1:=ExtFml("PowerPivots.TDataLocalize", A1, factor, offset); LCloud:=ExtFml("PowerPivots.TDataLocalize", LCloud, factor, offset); Z:=If(C>Ucloud,1,If(C<LCloud,-1,0)); Z=0 and ref(Z,-1)=-1
wabbit  
#2 Posted : Tuesday, July 4, 2006 1:39:33 PM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
infy, Welcome to the Forum. I hope you find the information in this peer-to-peer support network useful. You have the PowerPivots+ addin to use the codes posted above. If you don't have the addin then these codes will fail with the error message you have already seen. If you did purchase the PP+ addin, then it has not installed correctly. The PP+ addin (a file named PowerPivots.dll) MUST be located in the proper folder for MetaStock to find it, that folder is ...\\MetaStock\\External Function DLLs Hope this helps. wabbit :D
infy_48  
#3 Posted : Tuesday, July 4, 2006 2:37:59 PM(UTC)
infy_48

Rank: Newbie

Groups: Registered, Registered Users
Joined: 7/4/2006(UTC)
Posts: 5

dear wabbit thanks very much for ur prompt reply. NO i have not purchased any add on / plug in so obviously i cannot use power pivots. also like i mentioned in my earlier mail, i m a novice using the metastock software. if u could pl help me out in how to use it id be obliged. infy.
wabbit wrote:
infy, Welcome to the Forum. I hope you find the information in this peer-to-peer support network useful. You have the PowerPivots+ addin to use the codes posted above. If you don't have the addin then these codes will fail with the error message you have already seen. If you did purchase the PP+ addin, then it has not installed correctly. The PP+ addin (a file named PowerPivots.dll) MUST be located in the proper folder for MetaStock to find it, that folder is ...\\MetaStock\\External Function DLLs Hope this helps. wabbit :D
wabbit  
#4 Posted : Tuesday, July 4, 2006 11:54:03 PM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
infy, Have you read through the MS Users Manual? There is a wealth of knowledge in there that will get you using your charts with line studies, templates and experts, writing your own indicators and explorations in no-time. Once you have read the manual (I recommend twice) and are familiar with the basic use of MetaStock charting, then download the free Equis Formula Primer (available from the downloads section) and work your way through that. This will give you an excellent base from which to start writing your own codes. There are a lot of people here who are willing to ASSIST you to write your code and to use MetaStock, but you are going to have to at least make an attempt first. If your code does not achieve your aim, then post it here so we can take a look and help you repair what needs repairing. When posting your code, please post a FULL description of what you are trying to achieve, and a FULL description of the problem/error, along with ALL of the relevant code, and I am sure someone will be able to help you out. If you do not want to learn to program and would rather the Forum Members do all the work for you for free, this will will not happen. You will be encouraged to seek the services of a professional programmer, many members here can provide these services. If you get stuck, post your best attempts with as much detail of the the problems as you can possibly provide and I am sure someone here will quickly assist you. wabbit :D
infy_48  
#5 Posted : Wednesday, July 5, 2006 6:38:15 AM(UTC)
infy_48

Rank: Newbie

Groups: Registered, Registered Users
Joined: 7/4/2006(UTC)
Posts: 5

dear wabbit U r absolutely right in saying that i should initiate by going thru the manual, but unfortunately i dont have one ! do u have a website or a link frm where i can get it or buy it online ? thank u again for ur quick response. will do as u say. ps: i m new to this concept called "forum" as well and do not really know the rules and regulations of the same. Pl ignore and accept any mistakes by me. rgds infy
wabbit wrote:
infy, Have you read through the MS Users Manual? There is a wealth of knowledge in there that will get you using your charts with line studies, templates and experts, writing your own indicators and explorations in no-time. Once you have read the manual (I recommend twice) and are familiar with the basic use of MetaStock charting, then download the free Equis Formula Primer (available from the downloads section) and work your way through that. This will give you an excellent base from which to start writing your own codes. There are a lot of people here who are willing to ASSIST you to write your code and to use MetaStock, but you are going to have to at least make an attempt first. If your code does not achieve your aim, then post it here so we can take a look and help you repair what needs repairing. When posting your code, please post a FULL description of what you are trying to achieve, and a FULL description of the problem/error, along with ALL of the relevant code, and I am sure someone will be able to help you out. If you do not want to learn to program and would rather the Forum Members do all the work for you for free, this will will not happen. You will be encouraged to seek the services of a professional programmer, many members here can provide these services. If you get stuck, post your best attempts with as much detail of the the problems as you can possibly provide and I am sure someone here will quickly assist you. wabbit :D
wabbit  
#6 Posted : Wednesday, July 5, 2006 7:04:52 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
infy, The Forum Rules can be found here: http://forum.equis.com/viewtopic.php?t=2 They are pretty simple; treat everyone nicely, be polite and try to help when you can. As for the fact that you don't have a copy of the MS Users Manual, this is a concern because this useful publication is shipped with every legitimate copy of MetaStock. Where did you get your copy? You might be interested to read the following: http://forum.equis.com/viewtopic.php?t=4220 and http://forum.equis.com/viewtopic.php?t=4204 Let us know from where you purchased your copy of MS and collectively we shall see if anything can be done to help you. I suspect there is not much to be done, but we shall see? wabbit :D
infy_48  
#7 Posted : Wednesday, July 5, 2006 10:55:35 AM(UTC)
infy_48

Rank: Newbie

Groups: Registered, Registered Users
Joined: 7/4/2006(UTC)
Posts: 5

wabbit Thanks for the rules of our forum. honestly speaking i am not aware if the copy that i have purchased is a legitimate one or not. but i do have a legitimate data provider who i pay an annual maintenance cost (AMC). he has provided me with an MS copy which i m using. Can i still get a MS User Manual ? infy
wabbit wrote:
infy, The Forum Rules can be found here: http://forum.equis.com/viewtopic.php?t=2 They are pretty simple; treat everyone nicely, be polite and try to help when you can. As for the fact that you don't have a copy of the MS Users Manual, this is a concern because this useful publication is shipped with every legitimate copy of MetaStock. Where did you get your copy? You might be interested to read the following: http://forum.equis.com/viewtopic.php?t=4220 and http://forum.equis.com/viewtopic.php?t=4204 Let us know from where you purchased your copy of MS and collectively we shall see if anything can be done to help you. I suspect there is not much to be done, but we shall see? wabbit :D
wabbit  
#8 Posted : Wednesday, July 5, 2006 11:28:17 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
I would be directing this question to the friendly support team at Equis. They can be contacted by email support@equis.com Tell them the name of your data provider, the company which provided you the copy of MetaStock, which version you have, how much you were charged and that you don't have a users manual. Tell them as much information as you can remember, it will make their job easier. If you have electronic receipts etc, they might also be useful for you to get either your money back, or a replacement copy. The Support Team MIGHT be able to help you, but often, if someone is the victim of fraud, there is not much they can do. If you don't ask, you don't get! Let us know how you get on. wabbit :D
wabbit  
#9 Posted : Saturday, July 8, 2006 6:52:41 AM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
infy, Any progress so far? How 'bout an update? wabbit :D
infy_48  
#10 Posted : Saturday, July 8, 2006 7:12:14 AM(UTC)
infy_48

Rank: Newbie

Groups: Registered, Registered Users
Joined: 7/4/2006(UTC)
Posts: 5

wabbit my data provider is trendwatchindia.com infy
wabbit wrote:
infy, Any progress so far? How 'bout an update? wabbit :D
Jose  
#11 Posted : Saturday, July 8, 2006 10:03:09 AM(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)
infy_48 wrote:
...but i do have a legitimate data provider who i pay an annual maintenance cost (AMC). he has provided me with an MS copy which i m using.
trendwatchindia.com is very kind indeed. A legitimate version of MetaStock is worth more than an average data subscription. ;) jose '-)
StorkBite  
#12 Posted : Saturday, July 8, 2006 12:30:20 PM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
Quote:
honestly speaking i am not aware if the copy that i have purchased is a legitimate one or not
When you buy something, you really should know the details... My experience has been that Equis Sales will sell you a manual if they can verify your license. Otherwise, you are not entitled to support. There are plenty of threads on the forum regarding 'help' topics.
Users browsing this topic
Guest (Hidden)
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.