Search found 16 matches

by gary1288
23 Apr 2023
Forum: MultiCharts
Topic: Can I use MC for TS trading
Replies: 4
Views: 701

Can I use MC for TS trading

I have a strategy, I need to use data from TS for backtesting and automatic trading( using a simulated user) I can set up the data source to TS and I can see the backtesting signals. but I am not sure if I can simulate trade. There is a list in strategy properties ~ select broker plug-in: Interactiv...
by gary1288
16 Apr 2023
Forum: MultiCharts
Topic: what does this mean? restart computer and restart mc, still got error
Replies: 3
Views: 476

Re: what does this mean? restart computer and restart mc, still got error

I have sent the report file through pop-up windows several times. I think MC can get these files.
I recompiled the indicators and strategies. Now it is ok. Some files were not in the correct status or files were corrupted.
by gary1288
11 Apr 2023
Forum: MultiCharts
Topic: what does this mean? restart computer and restart mc, still got error
Replies: 3
Views: 476

what does this mean? restart computer and restart mc, still got error

<<EXCEPTION>> Code: 0xFFFFFFFFC0000005 ( -1073741819 ) Continuable: 0x0000000000000000 ( 0 ) Count: 0x0000000000000003 ( 3 ) Description: 0x00007FFC6A92CD29 指令引用了 0x0000000000000000 内存。该内存不能为 read。 ErrorCode: 0xFFFFFFFFC0000005 ( -1073741819 ) ExceptionType: 0x0000000000000000 ( 0 ) Module: C:\Windo...
by gary1288
05 Apr 2023
Forum: MultiCharts
Topic: Message:market data farm connection is broken:cashfarm
Replies: 3
Views: 654

Re: Message:market data farm connection is broken:cashfarm

Too many error messages now. Is the IB connections not good? [04/05/2023 23:50:14] Connecting to real-time data for MNQH3 CME FUT USD 2 [04/05/2023 23:50:14] TWS error message: Id= 1; code= 200; description= No security definition has been found for the request; for MNQH3;CME;FUT;USD; [04/05/2023 23...
by gary1288
05 Apr 2023
Forum: MultiCharts
Topic: "maximum number of bars study will reference"
Replies: 4
Views: 656

Re: "maximum number of bars study will reference"

Thanks. I don't think my code needs 25000 bars before I can do the math. There is some logic I don't know, not mentioned in the documents. I am sure if I use the same code in an indicator, I don't need 500 bars because I have an indicator with the same code/logic. I set the MaxBarsBack = 500, The in...
by gary1288
05 Apr 2023
Forum: MultiCharts
Topic: "maximum number of bars study will reference"
Replies: 4
Views: 656

"maximum number of bars study will reference"

I have a complex strategy. the main chart, data1 is 1 minute. mnqh3 100 days. ( mnqH3 is expired now, but I think it should be ok use this symbol) data2 = 3 minutes. mnqh3 100 days data3 = 1 minute. mnqh3 100 days the strategy code has some functions which run on data2, data3. The "maximum number of...
by gary1288
05 Apr 2023
Forum: MultiCharts
Topic: Is there a tooltip for input parameter
Replies: 1
Views: 261

Is there a tooltip for input parameter

The tooltip syntax ( for TS) can not work in multicarts. Is there a similar syntax for input parameters in multicarts? So when we put the mouse on the parameter, it will display a text. inputs: double FastLength( 12 ) [ DisplayName = "FastLength", ToolTip = "Enter number of bars to use in calculatio...
by gary1288
05 Apr 2023
Forum: MultiCharts
Topic: where is the documents about string format [SOLVED]
Replies: 2
Views: 413

where is the documents about string format [SOLVED]

I can guess and use the format below:
print(date, " ", time, " CurDayTrds=", CurDayTrds:0:0);

I know it will output an integer.
I want to know if there is a full explanation of this format. :0:0 means what ?
Is there a document/link for this?
by gary1288
04 Apr 2023
Forum: MultiCharts
Topic: CoT Commitment of Traders Data
Replies: 8
Views: 3475

Re: CoT Commitment of Traders Data

I remembered that if data changes, we need to import the CSV file again. every week import the data again, which is not convenient.
by gary1288
03 Apr 2023
Forum: MultiCharts
Topic: Message:market data farm connection is broken:cashfarm
Replies: 3
Views: 654

Message:market data farm connection is broken:cashfarm

There are a lot of pop messages. what does this mean ?

Message: market data farm connection is broken:usfuture
aaaaaa.png
(170.69 KiB) Not downloaded yet
and how to show the picture in the post. I can upload an attachment, but can not display it in the post.
by gary1288
20 Mar 2023
Forum: MultiCharts
Topic: lost my strategy
Replies: 7
Views: 847

Re: lost my strategy

When Multicharts is running, the indicators and signal/strategy can run and compile, it is ok, but after closing the MC and opening it the next time, it may suddenly appear that the indicator cannot be found. There are some complex mechanisms for file management during startup loading or flushing to...
by gary1288
20 Mar 2023
Forum: MultiCharts
Topic: lost my strategy
Replies: 7
Views: 847

Re: lost my strategy

You have a problem finding a file. I know it is frustrating. File management is a basic Windows function. MC merely calls the function from the software. All the file handling is performed by the Windows operating system. Windows has been around for a long time. I don't see how there can be a bug i...
by gary1288
19 Mar 2023
Forum: MultiCharts
Topic: lost my strategy
Replies: 7
Views: 847

Re: lost my strategy

I will try another name, not using "signal" in the filename.
by gary1288
19 Mar 2023
Forum: MultiCharts
Topic: lost my strategy
Replies: 7
Views: 847

lost my strategy

I remembered that I created a signal. and name it !xxx_signal_strategy but Now I can not find the strategy. I can see it from recent scripts, so I open it , but MC said the study is not there. and now I can not find it in recrent scripts. I guess MC has some bugs 1, it is not a study. it is actually...
by gary1288
23 Feb 2023
Forum: MultiCharts
Topic: data problem(Interactive brokers)
Replies: 1
Views: 337

data problem(Interactive brokers)

The data on the chart is not right. Only show a short line. If I reload all data, it will be right.

Go to advanced search