Search found 9 matches

by takehana13
01 Nov 2020
Forum: MultiCharts
Topic: MultiCharts for MAC [SOLVED]
Replies: 2
Views: 3752

MultiCharts for MAC [SOLVED]

I'm a MAC user.
I'm using Parallels to emulate Windows, but it doesn't perform well.
Requires MultiCharts for MAC !
by takehana13
30 Apr 2020
Forum: MultiCharts
Topic: TradingView Pine Support in MC?
Replies: 3
Views: 1502

Re: TradingView Pine Support in MC?

I agree with your words. The pine script version upgrade is very quick and it's great. In my opinion, pine script is better than power language. But PowerLanguage is compatible with TS's EasyLanguage. Expanding language features or adding data types may compromise compatibility with TS. I'm looking ...
by takehana13
25 Apr 2020
Forum: MultiCharts
Topic: TradingView Pine Support in MC?
Replies: 3
Views: 1502

Re: TradingView Pine Support in MC?

In my opinion, Learning Pine is very easy.
Also, learning PowerLanguage is easy too.
So, code conversion is very easy.
by takehana13
24 Apr 2020
Forum: MultiCharts
Topic: Multicharts Tradingview integration
Replies: 9
Views: 7042

Re: Multicharts Tradingview integration

I agree with this opinion.
It would be great to have a TradingView data feed available in MultiChart.
by takehana13
19 Dec 2017
Forum: MultiCharts
Topic: Number of decimal places for each symbol output [SOLVED]
Replies: 2
Views: 1473

Number of decimal places for each symbol output [SOLVED]

I ran the following code

Code: Select all

Print(File("Mypass"),Date,Time,Open,High,Low,Close );
When applying this script to the euro doll, the OHLC becomes like 1.10, 1.10, 1.10, and so on.
Is there a way to read the number of decimal places for each symbol and output it to a file?

Thanks.
by takehana13
12 Dec 2017
Forum: MultiCharts
Topic: Multicharts and R
Replies: 17
Views: 6932

Re: Multicharts and R

If you use MultiChart.Net,
I think the R.Net library is an option.
https://rdotnet.codeplex.com/
by takehana13
10 Dec 2017
Forum: MultiCharts
Topic: output textfile with symbolname [SOLVED]
Replies: 4
Views: 1596

Re: output textfile with symbolname [SOLVED]

I solved it myself.
If an error occurs in FX, if you change the symbol name using QuoteManager, no error will occur.
by takehana13
09 Dec 2017
Forum: MultiCharts
Topic: output textfile with symbolname [SOLVED]
Replies: 4
Views: 1596

Re: output textfile with symbolname [SOLVED]

thank you for your reply.

I solved the problem.
Code does not matter with stocks.
However, in FX, "/" is included in the symbol name, so an error occurs.

Help me.

Code: Select all

vars : Filelog(""),var1("");

Filelog = SymbolName;
var1 = "My pass"+Filelog+".txt";

Print(File(value1),O,H,L,C);
by takehana13
09 Dec 2017
Forum: MultiCharts
Topic: output textfile with symbolname [SOLVED]
Replies: 4
Views: 1596

output textfile with symbolname [SOLVED]

Hello

I'd like to output a text file with the File name as the symbol name in the File function.
Is this possible?

Go to advanced search