Search found 6 matches

by Shahram
19 Jun 2020
Forum: MultiCharts
Topic: MC 64 to execute a shell command [SOLVED]
Replies: 6
Views: 3330

Re: MC 64 to execute a shell command [SOLVED]

Using the code above, I just can run "calc.exe" and nothing else.
Any idea why?

Best Regards
Sharham
by Shahram
23 Apr 2017
Forum: MultiCharts
Topic: External inputs / values into strategies? e.g. csv lookup? [SOLVED]
Replies: 11
Views: 4668

Re: External inputs / values into strategies? e.g. csv looku [SOLVED]

Hello Thutch, You can read from a file with the help of a custom Dll. It is not provided from the box, you need to write it or search for it over the Internet (as far as I am concerned ELCollections provides an opportunity to read from a file-use our forum search to find it). In order to call an ou...
by Shahram
22 Apr 2017
Forum: MultiCharts
Topic: External inputs / values into strategies? e.g. csv lookup? [SOLVED]
Replies: 11
Views: 4668

Re: External inputs / values into strategies? e.g. csv lookup? [SOLVED]

Ok!

My problem is that I do not find any documentation telling how to define the dlls functions!
Which parameters and types they get and what they return.

These informations needed to define those first lines as....
Externals: "MapSC.Readfile", .......
And so on!

Best regards
Shahram
by Shahram
22 Apr 2017
Forum: MultiCharts
Topic: External inputs / values into strategies? e.g. csv lookup? [SOLVED]
Replies: 11
Views: 4668

Re: External inputs / values into strategies? e.g. csv looku [SOLVED]

The ELCollections.dll, which is free on the Internet and can be found here: https://www.multicharts.com/discussion/viewtopic.php?t=2483 ... adds a bunch of new commands to EasyLanguage which can be used to retrieve data from .csv files and search it quickly. I've written several strategies that use...

Go to advanced search