![]() |
|
| Discuss Open Source Project for MetaStock at the Development of Software Utilities within the Traderji.com - Discussion forum for Stocks Commodities & Forex; Dear Sir , I tried to use your MFLIB.DLL , but when I used it ... |
|
|||||||
| Notices |
| Development of Software Utilities Discuss the development of software tools and utilities here. |
![]() |
|
|
Thread Tools |
| Sponsored Links |
|
#31
|
|||
|
|||
|
Dear Sir ,
I tried to use your MFLIB.DLL , but when I used it alone it wasn't working , but when I used all .vb code files individually (without the dll) it was working. So there might be some problem on the Dll try. I found this problem on my laptop so wanted to share , why it happens i dont know . |
| Sponsored Links |
|
#32
|
|||
|
|||
|
Yes, this is the same problem I am having.
The problem lies in the fact that its a .NET dll, that is configured to act as a COM dll. A COM dll should be accessible from Excel or any other COM application. The problem I am having is that it works with my COM applications on my development machine but not on a non development machine. The COM registry settings are all the same on both machines. So I don't think its a registry issue. I think there is some other spot where the dll is referenced that is causing the problem.......but where? I don't have any experience making a .NET dll, COM accessible so I am not sure what the issue is. I'm hoping there might be another developer here on Traderji that might be able to help? Trev |
|
#33
|
|||
|
|||
|
Version 0.13 is now available
This fixes the updateAll bug which prevents the user from pressing it multiple times........this is nice for people that want to refresh with 20min delayed data during the day. Fixed the Abort button bug as well I think V0.13 is pretty stable...... I have started work on incorporating Intraday data download and writing to metastock files. Cheers, T |
|
#34
|
|||
|
|||
|
Hi ,
I am trying to develop stock trading system for which i need to display the real time quote data. With help of this forum, i found metalib jar file. Kindly let me know how can i use this jar file in my JAVA program. Is there any JAVA API available for it. It would be of great help to me if you could explain me how to integrate metalib with some datafeed provider for my Java application. thanks Shilpee |
|
#35
|
|||
|
|||
|
Version 0.14 has been out for a while now......not sure if anyone is still using my software or is following it.
to date I haven't come across any data corruption issues in general use. I know there is one data corruption issue from either adding a security or removing a security but I can't replicate the problem. I think this is the most stable version to date.......for me personally.....I am pretty happy with it. Hopefully its providing some benefit to people. Cheers |
|
#36
|
|||
|
|||
|
Hi icecubetray,
I was very happy to see ur wonderful utility.. but i am facing prblems in strting it itself.. i am pasted the error which i get.. The software hangs after this and continues to show the splash screen on top.. Plz help me to run ur software.. Thnx in advance... ![]() ![]() ================================================== == See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Exception: Path does not exist: C:\MetaStock Data\Index\ at MFLib.Portfolio..ctor(String Path, Boolean IsExisting, Boolean AdjustForSplits) at Meta_All.MainForm.TreeViewLoad() at Meta_All.MainForm.Form1_Load(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m) at System.Windows.Forms.ContainerControl.WndProc(Mess age& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Meta-All Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///D:/Program%20Files/Meta-All/Meta-All.exe ---------------------------------------- Microsoft.VisualBasic Assembly Version: 8.0.0.0 Win32 Version: 8.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Runtime.Remoting Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.42 (RTM.050727-4200) CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- MFLib Assembly Version: 0.2.0.0 Win32 Version: 0.2.0.0 CodeBase: file:///D:/Program%20Files/Meta-All/MFLib.DLL ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. ================================================== == |
|
#37
|
|||
|
|||
|
Goto C:\Program Files\Meta-All\
Then find the Paths.txt file. Open the file and delete everything in the file. The try running the application again.....it should work this time. Cheers! |
|
#38
|
|||
|
|||
|
I finally got around to writing up a SDK and API documentation for the mflib.dll which can be used to read and write to Metastock files. This dll is completely Open Source......
This will hopefully help people with learning to write their own applications or maybe help the developers out there, to help me with some of my code to further develop it. Check it out.... http://sourceforge.net/project/showf...roup_id=179878 Thanks to Joydeep for the code examples! Cheers! |
|
#39
|
|||
|
|||
|
Hello,
i wanna ask how to read n write data in metastock format without using metalib.dll from vb programs. plz reply me ASAP. |
|
#40
|
|||
|
|||
|
Hello, I've been following your project from a long time. It's nice to see you discovered this forum yourself. I'd love to develop Meta-All further.
I'll join you on sourceforge too. Sincerely Paras |
| Sponsored Links |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads for: Open Source Project for MetaStock
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Other Source of Derivatives Bhavcopy | soumya_b | Data Feeds | 1 | 31st July 2006 07:19 PM |
| Forward/Project EPS details........pls pls pls pls | ibmisp | Fundamental Analysis | 4 | 30th November 2005 07:58 PM |
| Alternate data source | Ropewalker | Data Feeds | 6 | 14th June 2005 08:30 AM |
Indemnity, Disclaimer & Disclosure
Notice:
• By visiting Traderji.com you indicate your acceptance of our Forum
Rules Disclaimer & Disclosure and indemnify Traderji.com, its
associates and related parties of all claims howsoever resulting from
the usage of the forum.
• Disclaimer: Trading or investing in stocks & commodities
is a high risk activity. Any action you choose to take in the markets
is totally your own responsibility. Traderji.com will not be liable for
any, direct or indirect, consequential or incidental damages or loss arising out of the use of this information.
• Disclosure: The information in this forum is neither an offer to sell nor solicitation to buy any of the securities mentioned herein.
The writers may or may not be trading in the securities mentioned.
• All names or products mentioned are trademarks or registered trademarks of their respective owners.
General Content Disclaimer Notice:
In light of our policy of encouraging candid, open exchanges of views and the rapid distribution of information originating from many sources, Traderji.com cannot determine the accuracy of information that may be uploaded to the forum. Opinions, advice and all other information expressed by participants in discussions are those of the author. You rely on such information at your own risk. You are urged to seek professional advice for specific, individual situations and not rely solely on advice or opinions given in the discussions. Since Traderji.com is an open and free discussion forum, any comments made by members of this forum in their posts reflect their own views and not of the owner or administrator of Traderji.com. Thus the owner/administrator indemnify themselves of all claims whatsoever and will not be liable or responsible for any members comments/views in this forum Traderji.com. If you find any objectionable or offensive posts made by members of this forum which you would like to bring to our notice for removal then please Contact Us.