Rank: Advanced Member
Groups: Registered, Registered Users Joined: 8/13/2005(UTC) Posts: 170
Thanks: 7 times
|
There is a Mis Match in the actual Indicator value & value of exploration in MS 9,in the following code :=
..........................................................................8.............................................................
Create:=ExtFml( "TMW.FlexCreate", C, 3,2,0);
Localize:= ExtFml( "TMW.FlexLocalize", Create, 2);
ASI:=ExtFml( "ASI.ema", Localize, 3);
x:= Mov(C,3,S);
m:=(ASI -x)+ASI;
m;
..............................................8.................................................
Plz guide me how to solve this .
Regards
Asish
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 8/13/2005(UTC) Posts: 170
Thanks: 7 times
|
Isnt this forward referencing ? That is why look so nice in charts ?
Regards
Asish
|
|
|
|
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)
|
uasish wrote:There is a Mis Match in the actual Indicator value & value of exploration in MS 9,in the following code:
Asish,
I am going to take a wild guess and ask that you check the number of bars you have loaded in your exploration (check that it is NOT set to load minimum bars) and also the number of bars you have loaded on your chart. This sounds like the same problem as on another one of your threads!!
IF the problem still exists after you have checked for the right number of loaded bars, then we will investigate further.
wabbit :D
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 8/13/2005(UTC) Posts: 170
Thanks: 7 times
|
Respected Wabbit,
Yes my chart & Explo is permanently set at 5000 since my earlier problem.
Regards
Asish
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 8/13/2005(UTC) Posts: 170
Thanks: 7 times
|
Respected Wabbit,
With the follwing code of Mr Ferrdav := b:=Ref(1.02*LLV(L,42),-1); a:=Ref(0.98*HHV(H,42),-1); m:=(a+b)/2; a;
i was exploring to find out his logic of 42 days ,in Italian mkt vis-a-vis Indian mkt & again there is a mismatch .To day
being Sunday MS is giving me all Thurs day values.As per your earlier remark regarding "Good Quality Data".Last sunday i Formatted one of my drive & loaded "Paid" data vendor's data since 1994 ,then also the problem persisted.
Like in chart window "Ignore Week End Data" if there would have been one for Exploration then if that box was left unchecked may be this problem could have been solved.Awaiting your reply.However this problem automatically gets rectified on Monday Evening after Mon data is updated.My problem with "TMW"Dll was on weekdays ,hence the problem stands.Please suggest me how to solve this.
Regards
Asish
|
|
|
|
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)
|
The Australian Stock Exchange does not trade on weekends, so there is never any weekend data: Thus I am not an expert at dealing with this particular issue.
I would suggest that whenever you are dealing with an exchange that does trade on weekends that you always have the "Ignore Weekend Data" UNchecked. I have some test data files that include Saturday and Sunday trades and there does appear to be any difference on the chart if the box is checked or unchecked?
I think the writers of MetaStock have said to themselves, "If there is data there, plot it, regardless of where it comes from and on what day of the week it is for." As this appears to be the case, I think this issue is best taken up by Equis Support or the data providers.
I am not privvy to the inner working of the .dll file, so I cannot tell you how the algoritms are working, but I am confident the author would not have included code to test whether the bar information is for a weekend or a weekday. I don't think this is the cause of the problem either.
Could you post some examples, pictures or data showing the differences?
wabbit :D
|
|
|
|
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)
|
Regarding the TMW.dll addin...
Chris has given me a copy of the new .dll file and the instructions, which are in German. I am in the process of translating them in English which is taking a little longer than I had expected. I will hopefully have them finished today, but in case I don't have them finished today, then you will at least a new version is imminent.
My aplogies to Chris whom I promised to have this task finished by yesterday, but things got away from a little yesterday and obviously I didn't finish the task.
wabbit :D
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 8/13/2005(UTC) Posts: 170
Thanks: 7 times
|
Respected Wabbit,
Thks. for your effort for us.
Regards
Asish
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 8/16/2005(UTC) Posts: 182
|
Hi Wabbit,
Where can I find the new dll version and your translated mannual as I can not find it in the forum?
sa
|
|
|
|
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)
|
wabbit wrote:I will hopefully have them finished today, but in case I don't have them finished today, then you will at least a new version is imminent.
The Forum Rules wrote:• Please be patient for a response. Nobody works for the forum full time.
I will let you know when the file is available for download. It will be in the downloads section.
wabbit :D
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 8/16/2005(UTC) Posts: 182
|
Wabbit,
just to say sorry as I thought the new dll doc is available as the message is marked "resolved"....
:P
sa
|
|
|
|
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)
|
The new version is now available for download from:
http://forum.equis.com/d..._file_view&cat=7&file=67
If there are any changes that need to be made to the documentation then please post them here and we will endeavour to get them fixed up ASAP.
We thank Chris for making his solution freely available.
--
Chris, I posted the file to the Beta section, as you said in the manual the code was still in development. When develpment is complete, we can shift it over to the Stable version section.
wabbit :D
|
|
|
|
Rank: Member
Groups: Registered, Registered Users, Unverified Users Joined: 10/31/2004(UTC) Posts: 14
Thanks: 4 times
|
Not find any file for Download , Please do needful .
Regards
Harish
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 3/19/2005(UTC) Posts: 2,995
Was thanked: 14 time(s) in 10 post(s)
|
|
|
|
|
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.