Search found 17 matches

by Morgan
21 Apr 2024
Forum: MultiCharts
Topic: Read many .txt Files are very slow on MC
Replies: 0
Views: 37

Read many .txt Files are very slow on MC

Hi, MC Team: I use several charts to write their own marketposition status into .txt files (by bars time to separate file names with different folders) Then I import ELCollection.dll to use ListN.Get to load the marketposition status from those files to calculate to get final decision to trade real ...
by Morgan
22 Apr 2022
Forum: MultiCharts
Topic: Is "Dynamic Trading" function available?
Replies: 1
Views: 438

Is "Dynamic Trading" function available?

Hi, MC Team: I noticed in MC V14 Beta3, it mentioned there's a new feature: "Dynamic Trading" can adjust parameters automatically on auto-trading period. ( https://www.multicharts.com/traders-blog/multicharts-14-0-beta-3/ ) However I can't find this fuction in Release veasion. If there's any more gu...
by Morgan
17 Mar 2022
Forum: MultiCharts
Topic: Signals for exit didn't send order but next signal for entry send order to cause double position (Binance Future)
Replies: 1
Views: 468

Signals for exit didn't send order but next signal for entry send order to cause double position (Binance Future)

Hi, MC Team: I used Binance Future to auto trading. However it has some terrible situation happened now. The exit signals didn't send order and next entry signal sent order again. Then the position became double. I have sent related files via MC feedback function. Please check it and let me know the...
by Morgan
18 Dec 2021
Forum: MultiCharts
Topic: Where is the resource file path for menu/item name in MC?
Replies: 1
Views: 329

Where is the resource file path for menu/item name in MC?

Hi,

I would like to translate MC language(menu/item name) via editing the resouce file.
(Maybe from English to Chinese)
Where I can find the language resouce file path in MC?
Thanks~

Morgan
by Morgan
09 Aug 2021
Forum: MultiCharts
Topic: The Signals on MC chart and PT are different. (If it's possible to reload PT data automatically?)
Replies: 1
Views: 444

The Signals on MC chart and PT are different. (If it's possible to reload PT data automatically?)

Hi,

When I run PT for real-time auto-trading, I will open MC charts for checking signals.
However, I found the signals on MC chart and PT are different.
If there's solution for it?
Ex: If I can reload PT data automatically in specified period?
Or some better solution?
Thanks

Morgan
by Morgan
24 Jun 2021
Forum: MultiCharts
Topic: Portfolio Trader will stop working on auto-trading after some while time.
Replies: 1
Views: 549

Portfolio Trader will stop working on auto-trading after some while time.

Hi, MC team: I used MC V.14 portfolio trader for auto-trading. I used Binance future for broker and set around 100 crypto future on it. I set 1 hour time-frame and 2 different strategies plus the Money-management module. In the beginning, it works well and will trade automatically, but when some tim...
by Morgan
14 Apr 2021
Forum: MultiCharts
Topic: If I can destinguish positions from which strategy in MM - Portfolio Trader?
Replies: 1
Views: 461

If I can destinguish positions from which strategy in MM - Portfolio Trader?

Hi, I have several strategies run via portfolio trader. I separate them with different segment and run together. Currently, I contral them via Money Managemt module but have one problem. That is I would like to limit every strategies entry postion. However, in MM script, I can only fould pmms_strate...
by Morgan
05 Feb 2021
Forum: MultiCharts
Topic: How can I get "contract ratio" for each crypto future in Binance Future Datafeed?
Replies: 4
Views: 2562

How can I get "contract ratio" for each crypto future in Binance Future Datafeed?

Hi,

As attached image displayed, in Binance Future datafeed, there's setting for contract ratio in each crypto.

If there's any easy language script I can use to get the "contract ratio" for each crypto future instrument?

Thanks~
by Morgan
20 Nov 2018
Forum: MultiCharts
Topic: Portfolio Trader Real Trading Problem.
Replies: 1
Views: 954

Portfolio Trader Real Trading Problem.

Hi, I would like to use Portfolio Trader in the real trading but have some problem and issue. I created a portfolio trader and using 1 Day interval to create signals, it will buy 10 instruments and sell-short 10 instruments to become a portfolio. I used "AA mode" and "set the initial position are as...
by Morgan
14 Apr 2016
Forum: MultiCharts .NET
Topic: Could I write codes to 'Reload' instruments data in MC.Net?
Replies: 1
Views: 2065

Could I write codes to 'Reload' instruments data in MC.Net?

The reason I need this function is because market scanner. In current MC.Net, I can't reload all data of the instruments list with one click. ('Scanner Now' button is only back-filled the missing data between last scan, however sometimes I missed more period range of historical data.) Therefore, I w...
by Morgan
27 Oct 2015
Forum: MultiCharts
Topic: How is the "Percent of Equity" in PortfolioTrader calculated
Replies: 1
Views: 1366

How is the "Percent of Equity" in PortfolioTrader calculated

Hello: I'm using Portfolio Trader to form a portfolio. The setting is as following and attached image. Only one Symbol: 000300-SSE (Big Point Value=1) Applied on 3 different signals. Initial Portfolio Capital:100,000 Percent of Equity on every signal: 1% The price of underlying symbol in the beginni...
by Morgan
07 Sep 2015
Forum: MultiCharts .NET
Topic: How to update "MarketPosition" immediately on Day Bar Close?
Replies: 2
Views: 1790

Re: How to update "MarketPosition" immediately on Day Bar Cl

It is strange that even the new bars is opening, the market position is still 0. I don't know why this happened. (I tried to remove and create a new chart and applied the signal again but same.) ==================================== int sMP=StrategyInfo.MarketPosition; Output.WriteLine("MarketPositio...
by Morgan
07 Sep 2015
Forum: MultiCharts .NET
Topic: How to update "MarketPosition" immediately on Day Bar Close?
Replies: 2
Views: 1790

How to update "MarketPosition" immediately on Day Bar Close?

Hello: I would like to write the signals into DB when the daily bar is closed. Therefore I use "MarketThisBar" orders in signals and use "StrategyInfo.MarketPosition" to get the signals directions. However, when the daily bar is closed and not get new data in yet. It seems the marketposition doesn't...
by Morgan
17 Jun 2015
Forum: MultiCharts .NET
Topic: DataLoader Problem
Replies: 1
Views: 2015

DataLoader Problem

Dears: I tried to use the example of DataLoader in user-guide to modify. Most codes are as same as the example, however it displays the error message every time when I applied it. I really can't find out the problem is. I've checked there's data in the 2 symbols I want to load. But it still displays...
by Morgan
13 Mar 2015
Forum: MultiCharts
Topic: The function name of extern Dll is the same as keyword of EL
Replies: 1
Views: 1182

The function name of extern Dll is the same as keyword of EL

Hello I've got an indicator from TS. It uses an extern dll. defineDLLfunc: "c:\ind\func.dll", INT, "buy", FLOAT ,FLOAT ,FLOAT ,FLOAT; ... ... ... buy (Var18, Var18[1], Var18[2], BuyLine) ... ... It's compiled failed on Multicharts because the "buy" is reserved keyword in EasyLanguage I think. But it...
by Morgan
15 Jan 2015
Forum: MultiCharts .NET
Topic: Signal stop calculating and didn't display any message.
Replies: 1
Views: 1131

Signal stop calculating and didn't display any message.

Hi, I've a MC.Net strategy is running. But I met one strange problem as below: I sellshort 1 position at 1/12. But it stopped calculating the strategy in some time I didn't know. (The Thread has crash?) And didn't display the stoploss signal on the chart. Therefore it didn't send stoploss order even...
by Morgan
02 Dec 2014
Forum: MultiCharts .NET
Topic: An error message about ChartPoint [SOLVED]
Replies: 1
Views: 1305

An error message about ChartPoint [SOLVED]

Hello, I've an indicators could work successfully on other computers but displays an error message on my computer as attached image. It seems to happen when new a ChartPoint object. My environment is Win7 32bit I've tried MC.NET 8.8 & 9.0 release, all the same. Do anyone know where is the problem? u...

Go to advanced search