Murray,
Can you please tell me how to call a VB .NET DLL from TSBasic? I asked about this on the eliteTrader.com forum before buying TradersStudio and you said:
07-19-07 02:23 PM
Quote from thimel:
Can tradersStudio call code written in VB .NET or is it limitted to VB 6.0? If it cannot presently do it, is it planned?
Currently we have a document for writing .NET addins which is part of the beta for the .NET addin kit. We are also working on a Addin which will translate TradersStudio basic to VB.NET and create a TradersStudio addin for you.
These addins can be called from Systems, Indicators ,Macros,TradePlans ect, so for example
Sub MySystem(X,Y,Z) MySystemWrittenInVBNET(X,Y,Z) End Sub
I am happy to be a beta user if that is what it takes.
Another question. It there a difference between the "TradersStudio Basic 2.5 manual" offered in the documents section of your website and the "TradersStudio Basic 2.5 Learning by Example" that I already have? If so, does it have information that the online help lacks? Are there any other (e.g. reference) manuals that I should have? I will be doing extensive programming in TSBasic and in VB .NET.
Thanks |