Search found 30 matches

by joenetic
26 Jun 2023
Forum: MultiCharts .NET
Topic: DrwArrow color
Replies: 1
Views: 453

DrwArrow color

I found this code has error message, Color is not supported, any idea ?

// Draw a purple arrow on the first data series
IArrowObject arrowData1 = DrwArrow.Create(
new ChartPoint(Bars.Time[1], Bars.High[1]), true);

arrowData1.Color = Color.Purple;
by joenetic
01 Mar 2022
Forum: MultiCharts .NET
Topic: ERROR MESSAGE OF C#2010 Express
Replies: 5
Views: 2411

Re: ERROR MESSAGE OF C#2010 Express

I found the way to fix this problem, it is to disable .NETFramework MDA in Windows registry.
by joenetic
05 Oct 2021
Forum: MultiCharts .NET
Topic: TPO Charts Signals example code
Replies: 1
Views: 869

TPO Charts Signals example code

Can you provide an example code of signals on TPO chart ? I found existing signals cannot work on TPO charts, they keep calculating.
by joenetic
25 Sep 2021
Forum: MultiCharts .NET
Topic: ERROR MESSAGE OF C#2010 Express
Replies: 5
Views: 2411

Re: ERROR MESSAGE OF C#2010 Express

I can use C# 2010 Express before, now it has error message, should be related to Multicharts.Net update ?
Which version of C# Express and C# Multicharts.Net can support now ?
by joenetic
10 May 2021
Forum: MultiCharts .NET
Topic: ERROR MESSAGE OF C#2010 Express
Replies: 5
Views: 2411

ERROR MESSAGE OF C#2010 Express

How to handle this error message and get C#2010 Express works again to simulate MC.NET v1.4 ? DisconnectedContext was detected Message: Transition into COM context 0x20db58 for this RuntimeCallableWrapper failed with the following error: 被呼叫者 (伺服器 [不是伺服器應用程式]) 無法取得或已消失; 所有連接均無效。呼叫未執行。 (Exception fro...
by joenetic
23 Oct 2020
Forum: MultiCharts .NET
Topic: how to disable warning message
Replies: 1
Views: 997

how to disable warning message

How to disable this warning message : The instrument with the delayed data will start updating only after the timeout for the delayed data has expired!
by joenetic
02 Mar 2020
Forum: MultiCharts .NET
Topic: playback on Renko chart tick resolution
Replies: 1
Views: 1267

playback on Renko chart tick resolution

Hi, is there anyway to play back test on Renko chart tick resolution with each tick data play back one by one ? I found currently MC.Net playback Renko chart tick resolution skips most of intar bar tick data, I want it can playback all intra bar tick data, thanks!
by joenetic
27 Feb 2020
Forum: MultiCharts .NET
Topic: execute market order late
Replies: 3
Views: 1791

Re: execute market order late

Thank you Anna, I was using IOG in that time, the debug script showed that the long order code was executed on 14:19:01, order = 1 is long order indicator: Time = 27/2/2020 14:19:01; Bars.Close[0] = 26507; order = 1 But the real order was generated on 14:19:10, there has 9 seconds gap, during this n...
by joenetic
27 Feb 2020
Forum: MultiCharts .NET
Topic: execute market order late
Replies: 3
Views: 1791

execute market order late

I found the market order was execute very late, 9 seconds after the market order was executed, compare the debug script 14:19:01 the code placed a market order, but the order and position tracker showed the market order was filled on 14:19:10, why there has 9 seconds gap ? Here is the debug scripts:...
by joenetic
28 Mar 2018
Forum: MultiCharts .NET
Topic: 2 charts on the same workspace [SOLVED]
Replies: 2
Views: 1562

Re: 2 charts on the same workspace [SOLVED]

Anna, thank you very much!
by joenetic
25 Mar 2018
Forum: MultiCharts .NET
Topic: 2 charts on the same workspace [SOLVED]
Replies: 2
Views: 1562

2 charts on the same workspace [SOLVED]

After I opened 2 charts of same instrument on the same workspace, how can I make the cursors to move on both charts sync to each other ?
by joenetic
10 Nov 2017
Forum: MultiCharts .NET
Topic: Place order sequence
Replies: 5
Views: 2826

Re: Place order sequence

Hi Henry,

I am trying this code, but not sure how to call Orders_FinishChanging function, what parameters I should put when call this function?

Joe
by joenetic
10 Nov 2017
Forum: MultiCharts .NET
Topic: Is there Order filled event? or how to track order status?
Replies: 3
Views: 10838

Re: Is there Order filled event? or how to track order status?

Hi Henry,

Any update on the this issue?
"to improve the algorithms of order handling in backtesting and auto trading in the new Auto Trading and Backtesting engine "

Joe
by joenetic
31 Aug 2017
Forum: MultiCharts .NET
Topic: Place order sequence
Replies: 5
Views: 2826

Re: Place order sequence

Hi Harrison,

Thank you for your reply and information!! I will check this out!

I hope that Multicharts staff can also reply me since I paid Multicharts for the software and hope to get the support from the team.
by joenetic
29 Aug 2017
Forum: MultiCharts .NET
Topic: Place order sequence
Replies: 5
Views: 2826

Place order sequence

I read MC.Net programming guide and learned that MC.Net places limit or stop order on the next tick or price update after the algo condition is valid, this sequence is formed by MC or broker API? Any way to place limit or stop orders once the algo condition is valid? I am using IB as data provider a...
by joenetic
11 Mar 2017
Forum: MultiCharts .NET
Topic: HighestFC & LowestFC functions
Replies: 1
Views: 1690

HighestFC & LowestFC functions

Anyone know why this indicator code without compile error, but execute has error of System.NullReferenceException? using System; using System.Drawing; using PowerLanguage.Function; namespace PowerLanguage.Indicator { [SameAsSymbol(true)] public class Channel_Breakout : IndicatorObject { private High...
by joenetic
10 Mar 2017
Forum: MultiCharts .NET
Topic: Portfolio trader back test [SOLVED]
Replies: 2
Views: 1601

Re: Portfolio trader back test [SOLVED]

Hello Dnickless,thank you for your reply!
by joenetic
09 Mar 2017
Forum: MultiCharts .NET
Topic: Portfolio trader back test [SOLVED]
Replies: 2
Views: 1601

Portfolio trader back test [SOLVED]

How to set the commission value in Portfolio trader?
exclude commission value, the back test result is not same for Portfolio trader and Chart window, why?
What is the advantage to use Portfolio trader?
by joenetic
09 Mar 2017
Forum: MultiCharts .NET
Topic: using IB, how to cancel orders [SOLVED]
Replies: 2
Views: 1467

Re: using IB, how to cancel orders [SOLVED]

Hello Darob, thank you for your reply! I got it.
by joenetic
07 Mar 2017
Forum: MultiCharts .NET
Topic: using IB, how to cancel orders [SOLVED]
Replies: 2
Views: 1467

using IB, how to cancel orders [SOLVED]

How to program the code in MultiCharts.Net to cancel sent limit and stop orders? I am using IB as my broker.
by joenetic
17 Dec 2016
Forum: MultiCharts .NET
Topic: how to make sure Multicharts.net sync with Interactive Brokers real time data
Replies: 5
Views: 2618

Re: how to make sure Multicharts.net sync with Interactive Brokers real time data

Hi Alex,

Thank you for your explain, I am confusing about real time data and history data, it seems they are not same data, do you have an idea?

I still facing the problem of the time not sync between IB TSW's chart and Multicharts's chart, there may have few seconds different, how to fix it?
by joenetic
15 Dec 2016
Forum: MultiCharts .NET
Topic: how to make sure Multicharts.net sync with Interactive Brokers real time data
Replies: 5
Views: 2618

Re: how to make sure Multicharts.net sync with Interactive Brokers real time data

Hi Alex, Thank you for your reply! I even compared 2 same date charts which generated by Multicharts on 2 computers and found slightly difference on some bars high/low/close positions, data source is IB, one of the computer's Multicharts chart is exactly same as IB's chart, another computer Multicha...
by joenetic
12 Dec 2016
Forum: MultiCharts .NET
Topic: how to make sure Multicharts.net sync with Interactive Brokers real time data
Replies: 5
Views: 2618

how to make sure Multicharts.net sync with Interactive Brokers real time data

I found in real time trading, the real time data feed from IB cannot sync with the time on Multicharts.net, e.g. on 30sec charts, the close price has few ticks behind the real time data, this can be found by compare the charts generated by IB Trader Station and Multicharts.net, this cause wrong trad...
by joenetic
15 Oct 2016
Forum: MultiCharts .NET
Topic: PowerLanguage.Net cannot be opened [SOLVED]
Replies: 2
Views: 1583

Re: PowerLanguage.Net cannot be opened [SOLVED]

Hi Henry,

Thank you for your reply! Actually I have re-installed Multichars again, next time when it crashed again, I will send you the export file.
by joenetic
14 Oct 2016
Forum: MultiCharts .NET
Topic: PowerLanguage.Net cannot be opened [SOLVED]
Replies: 2
Views: 1583

PowerLanguage.Net cannot be opened [SOLVED]

Anyone encountered PowerLanguage.Net cannot be opened after one or two months of use? i always encounter this problem, I have to uninstall MultiCharts.net and install again to fix this problem.

I attached the capture screen when it was not work any more.
by joenetic
08 Apr 2016
Forum: MultiCharts .NET
Topic: Cannot generate intra-bar order [SOLVED]
Replies: 3
Views: 3301

Re: Cannot generate intra-bar order [SOLVED]

Thank you ABC!! After changed to MarketNextBar,intra-bar order generation is OK now, thanks again!
by joenetic
07 Apr 2016
Forum: MultiCharts .NET
Topic: Cannot generate intra-bar order [SOLVED]
Replies: 3
Views: 3301

Re: Cannot generate intra-bar order [SOLVED]

Anyone know why I cannot generate intra-bar order?

Can MultiCharts answer this question? Thank you!
by joenetic
07 Apr 2016
Forum: MultiCharts .NET
Topic: Cannot generate intra-bar order [SOLVED]
Replies: 3
Views: 3301

Cannot generate intra-bar order [SOLVED]

I am using IB as data source and broker, I am using MultiChars.Net and C# to debug my code, I want to try intr-bar order, I found the intra-bar order code has been executed in C# debug mode, but there has no order generated in IB, anyone know why? I have enable the intar-bar order generation in Sign...
by joenetic
14 Jun 2013
Forum: MultiCharts .NET
Topic: How to delete previously drawn object and not last one? [SOLVED]
Replies: 10
Views: 7081

Re: How to delete previously drawn object and not last one? [SOLVED]

Hi Henry,

I am using MultiCharts .Net SE version 8.5 release (Build 7003)

Thanks!
by joenetic
13 Jun 2013
Forum: MultiCharts .NET
Topic: How to delete previously drawn object and not last one? [SOLVED]
Replies: 10
Views: 7081

Re: How to delete previously drawn object and not last one? [SOLVED]

Hi Henry, I tried your code but I found exception error, below are the error message, if I changed Bar.Time[1] and Bars.High[1] to [0], the error will gone, do you know the reason? ManagedStudies.details._ELAPI_exception_Wrap_ was unhandled by user code Message=在應用程式中發生錯誤。 Source=PLStudiesProxy Stac...

Go to advanced search