TS ELD conversion  [SOLVED]

Questions about MultiCharts and user contributed studies.
sunman4008
Posts: 2
Joined: 27 Mar 2014

TS ELD conversion

Postby sunman4008 » 27 Mar 2014

Hello,

I am new to Multicharts. I got the following questions for converting my TS ELD to Multicharts. They are as follows:
1. I am using "Method void WriteCurrency()". It does not like the void statement on the compile. I search on it in and found it is supported but I don't see any examples on the syntax. What is the syntax?

2. Is the new TS PSP (Price Series) supported? It allows you to access the higher timeframe through one timeframe?

3. Is there a list anywhere on issues from TS ELD to Multichart conversions?

-Mike

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: TS ELD conversion

Postby Henry MultiСharts » 28 Mar 2014

I am new to Multicharts. I got the following questions for converting my TS ELD to Multicharts. They are as follows:
1. I am using "Method void WriteCurrency()". It does not like the void statement on the compile. I search on it in and found it is supported but I don't see any examples on the syntax. What is the syntax?
Hello sunman4008,

There is no WriteCurrency reserved word in MultiCharts. The piece of code looks like EL Object Oriented programming which is not curently supported. In order to make it work with MultiCharts - you need to move the EL Object Oriented code into an external DLL, that will be referenced from PowerLanguage code.
2. Is the new TS PSP (Price Series) supported? It allows you to access the higher timeframe through one timeframe?
This functionality is not supported. That is possible to do something similar in MultiCharts .NET
3. Is there a list anywhere on issues from TS ELD to Multichart conversions?
There is no such list that I am aware of.

waveslider
Posts: 222
Joined: 16 Oct 2011
Has thanked: 66 times
Been thanked: 20 times

Re: TS ELD conversion

Postby waveslider » 29 Aug 2014

PSP or price series provider would be a great addition to MC. It means you can access any data series in any time frame within your code.

User avatar
ABC
Posts: 718
Joined: 16 Dec 2006
Location: www.abctradinggroup.com
Has thanked: 125 times
Been thanked: 408 times
Contact:

Re: TS ELD conversion

Postby ABC » 30 Aug 2014

Mike,

you could post the code for the WriteCurrency method. Maybe it can be changed/replaced with something MC does support.

Regards,
ABC
Hello,

I am new to Multicharts. I got the following questions for converting my TS ELD to Multicharts. They are as follows:
1. I am using "Method void WriteCurrency()". It does not like the void statement on the compile. I search on it in and found it is supported but I don't see any examples on the syntax. What is the syntax?

2. Is the new TS PSP (Price Series) supported? It allows you to access the higher timeframe through one timeframe?

3. Is there a list anywhere on issues from TS ELD to Multichart conversions?

-Mike

User avatar
4trading
Posts: 50
Joined: 29 Jun 2010
Location: Texas
Has thanked: 26 times
Been thanked: 3 times

Re: TS ELD conversion

Postby 4trading » 21 Nov 2016

2. Is the new TS PSP (Price Series) supported? It allows you to access the higher timeframe through one timeframe?
This functionality is not supported. That is possible to do something similar in MultiCharts .NET
Hi Henry:
re: Higher time frame within a lower TF chart without data2.
Can you point to an example in MC .NET?
Thanks

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: TS ELD conversion

Postby Henry MultiСharts » 22 Nov 2016

2. Is the new TS PSP (Price Series) supported? It allows you to access the higher timeframe through one timeframe?
This functionality is not supported. That is possible to do something similar in MultiCharts .NET
Hi Henry:
re: Higher time frame within a lower TF chart without data2.
Can you point to an example in MC .NET?
Thanks
Hello 4trading,

Please refer to DataLoader and CustomInstrument sample codes:
viewtopic.php?p=100794#p100794
viewtopic.php?p=100803#p100803

User avatar
4trading
Posts: 50
Joined: 29 Jun 2010
Location: Texas
Has thanked: 26 times
Been thanked: 3 times

Re: TS ELD conversion  [SOLVED]

Postby 4trading » 23 Nov 2016

Thanks Henry.

BTW, the "thank" button doesn't seem to work in my FF (Mozilla 50.0)


Return to “MultiCharts”