Search found 7 matches

by trd001
29 Dec 2020
Forum: MultiCharts .NET
Topic: What am I doing wrong? Can't access methods. [SOLVED]
Replies: 6
Views: 6036

Re: What am I doing wrong? Can't access methods. [SOLVED]

I found it out, just in case someone else needs it too:

Code: Select all

One( this.Output , this.Bars );
or

Code: Select all

One( this.Output , this.BarsOfData(1) );
Can I thank myself? ;-)
by trd001
28 Dec 2020
Forum: MultiCharts .NET
Topic: What C# version is supported by MC.NET 14?
Replies: 4
Views: 1974

Re: What C# version is supported by MC.NET 14?

Hello,

At the moment C# 4.0 is used for MultiCharts .NET 14.
We are planning to add C# 7.0 in the nearest future.
Also please make sure to support recent visualstudio version like 2019 and >.

I agree! Please upgrade C# version and decent Visual Studio support as soon as possible!
by trd001
28 Dec 2020
Forum: MultiCharts .NET
Topic: What am I doing wrong? Can't access methods. [SOLVED]
Replies: 6
Views: 6036

Re: What am I doing wrong? Can't access methods. [SOLVED]

Hi, I have the same problem but struggeling to call the kind of method that Henry suggested with the Interfaces as parameters.
Could someone please show an example of how to call the method including definition of the parameters passed into the method? Thanks a lot in advance!
by trd001
18 Apr 2020
Forum: MultiCharts
Topic: Mass Compile Strategies From Text Files
Replies: 7
Views: 1656

Re: Mass Compile Strategies From Text Files

Hi JoshM, thanks for your quick reply! I found the solution, so it is indeed possible! I had these issues: 1. The file name I had the files in folder "C:\ProgramData\TS Support\MultiCharts .NET64\StudyServer\Techniques\CS", but the PowerLanguage .NET Editor did not show them in the Studies Overview ...
by trd001
17 Apr 2020
Forum: MultiCharts
Topic: Mass Compile Strategies From Text Files
Replies: 7
Views: 1656

Re: Mass Compile Strategies From Text Files

I need that functionality too for Multicharts .NET!
It should be possible to get multiple .CS code files into the Multicharts .NET editor and compile then without copy & paste.

Best regards,
trd001
by trd001
01 Apr 2019
Forum: MultiCharts .NET
Topic: How to access the date of last bar on chart in StartCalc method
Replies: 2
Views: 1528

How to access the date of last bar on chart in StartCalc method

Hi, I'd be very grateful if someone could answer these related questions: 1. How can I get the date of the last bar on chart in StartCalc method? 2. Is it possible to access the "Data Range" data ("from", "to") from the Format Instrument / Settings tab? 3. In general, how can I iterate thru the data...

Go to advanced search