Search found 10 matches

by idnotbe
23 Jun 2021
Forum: MultiCharts .NET
Topic: Exporting optimization report to Excel
Replies: 1
Views: 803

Exporting optimization report to Excel

when i export the Optimization Report to Excel, there seems a bug.
the text in each Excel cell is split with comma.

for ex, Net Profit 4,908.91 in Optimization Report -> 4 and 908.91 in Excel.
please refer the attached file.

1.jpg
(549.31 KiB) Not downloaded yet
by idnotbe
21 Jun 2021
Forum: MultiCharts .NET
Topic: Renaming or deleting signals in PL .NET Editor
Replies: 1
Views: 774

Renaming or deleting signals in PL .NET Editor

when PL .NET Editor shows the list of studies in the right side panel (i think it's default arrangement) , i can right-click a specific study. then it shows OEPN / CUT / DELETE. 1. why no RENAME? 2. if i click DELETE for an un-complied signal, it doesn't work. first, it pops up an message "Do you re...
by idnotbe
27 May 2021
Forum: MultiCharts .NET
Topic: Binance connection issue
Replies: 1
Views: 1265

Binance connection issue

while i downloaded ~20 instruments' historical data from Binance with QuoteManager , I couldn't connect Binance Futures. and i finally found it is because Binance temporarily banned my IP, because QuoteManager requested too much & too frequently. 1. cryptocurrency trading needs multiple crypto instr...
by idnotbe
22 May 2021
Forum: MultiCharts
Topic: Any plans for more crypto brokers?
Replies: 10
Views: 4523

Re: Any plans for more crypto brokers?

Agree with this post the link please !
vote for this feature or leave your comment here :
https://www.multicharts.com/pm/public/m ... es/MC-2711
by idnotbe
20 May 2021
Forum: MultiCharts
Topic: Any plans for more crypto brokers?
Replies: 10
Views: 4523

Any plans for more crypto brokers?

Now crypto market is growing really fast. But MC offers only Binance among the "major" ​crypto exchanges. ( https://coinmarketcap.com/currencies/bitcoin/markets/ ) Are there any plans for more crypto brokers? personally i wish to trade Bybit perpetual with MC, because Bybit doesn't have lag or overl...
by idnotbe
24 Dec 2019
Forum: MultiCharts .NET
Topic: Importing multiple ascii symbols and data
Replies: 2
Views: 2151

Re: Importing multiple ascii symbols and data

I also tried to import the symbols and data with ASCII Mapping. (attached file) ASCII Mapping can detect the files in the folder and the resolution in the files. but it requires inputting "Symbol" which should be read from the file automatically. otherwise "OK" button is not activated. any method to...
by idnotbe
22 Dec 2019
Forum: MultiCharts .NET
Topic: Importing multiple ascii symbols and data
Replies: 2
Views: 2151

Importing multiple ascii symbols and data

Let's say there is data like this... DATE,TIME,SYMBOL,OPEN,HIGH,LOW,CLOSE,VOLUME 20190930,1455,000250,33950,34000,33900,34000,3536 20190930,1500,000250,33950,34150,33950,34150,4819 20190930,1505,000250,34150,34150,34050,34100,2886 .... the number of symbols (000250 in the above lines) are ~2,800. so...
by idnotbe
05 Aug 2013
Forum: MultiCharts
Topic: custom dll for multicharts [SOLVED]
Replies: 4
Views: 4583

Re: custom dll for multicharts [SOLVED]

i solved the problem.

i think it's because of the compiler or the platform settings in visual studio.
i am developing on 64bit environments and when i set the target platform to 64bit in visual studio 2012 express, it works.

anyway, thanks dru.
by idnotbe
02 Aug 2013
Forum: MultiCharts
Topic: custom dll for multicharts [SOLVED]
Replies: 4
Views: 4583

custom dll for multicharts [SOLVED]

To test custom dll, i built the following C++ codes. (Win7 32bit, VS 2012 Express) // DllTest.h #pragma once __declspec(dllexport) int __stdcall add(int a, int b); // DllTest.cpp #include "stdafx.h" #include "DllTest.h" int __stdcall add(int a, int b) { return a+b; } // indicator (power language) ex...
by idnotbe
31 Jul 2013
Forum: MultiCharts
Topic: using C# dll in power language code [SOLVED]
Replies: 2
Views: 5128

using C# dll in power language code [SOLVED]

Hi guys,

1. Is it possible to use C# dll directly from power language codes?
( Should I make C/C++ dll to wrap C# dll?? )

2. Are there any way to generate C/C++ dll for wrapping C# dll AUTOMATICALLY?

3. Any other options except C/C++ dll for wrapping C#?

Go to advanced search