Search found 23 matches
- 20 Nov 2020
- Forum: MultiCharts .NET
- Topic: MC.Net64 v14
- Replies: 4
- Views: 355
Re: MC.Net64 v14
By the way, As mentioned In the Multi charts blog about new features...... Seeing what is behind the scenes We have been constantly improving the stability of our products and today we have reached the point in which the application can control its own integrity. The platform can now generate an ale...
- 20 Nov 2020
- Forum: MultiCharts .NET
- Topic: MC.Net64 v14
- Replies: 4
- Views: 355
Re: MC.Net64 v14
[CORRECTION] The above two problems were caused by my new and currently developing signals. The same problem was observed in version 12. I was confused because the development of the signal and the version upgrade coincided at the same time. I've been using the v14 environment since last week and th...
- 31 Oct 2020
- Forum: MultiCharts .NET
- Topic: MC.Net64 v14
- Replies: 4
- Views: 355
Re: MC.Net64 v14
After 2 weeks has passed since installed MC.NET v14. I decided to roll back v12 environment regretfully. I have just completed the recovery process from the windows10 disk image. Some new features are attractive and I want to try, but somehow problems are watched like below.... 1) I tried to do abou...
- 19 Oct 2020
- Forum: MultiCharts .NET
- Topic: MC.Net64 v14
- Replies: 4
- Views: 355
MC.Net64 v14
Last weekend, I had replace my ssd drive and came across issues that no longer can not restore my MC version 12 environment.
So, I was forced to install newer version MC v14.
Problem is my keyboard shortcuts are lost.
didn' t restore my environment in v12.
Please...

So, I was forced to install newer version MC v14.
Problem is my keyboard shortcuts are lost.
didn' t restore my environment in v12.
Please...

- 21 Sep 2018
- Forum: MultiCharts .NET
- Topic: ADX based on data X within code.
- Replies: 8
- Views: 1686
Re: ADX based on data X within code.
Here is a file.
- 21 Sep 2018
- Forum: MultiCharts .NET
- Topic: ADX based on data X within code.
- Replies: 8
- Views: 1686
Re: ADX based on data X within code.
But I noticed another problem.
When I set [input]Datastream_DMI=1, this indicator shows totally different value from DMI indicator base study on data1.
I expect same result each indicator, because BarsOfData(1).Close means Bars.Close.
When I set [input]Datastream_DMI=1, this indicator shows totally different value from DMI indicator base study on data1.
I expect same result each indicator, because BarsOfData(1).Close means Bars.Close.

- 21 Sep 2018
- Forum: MultiCharts .NET
- Topic: ADX based on data X within code.
- Replies: 8
- Views: 1686
Re: ADX based on data X within code.
Thank you Henry !
if (BarsOfData(Datastream_DMI).Status == EBarState.Close)
{
my command
}
This works well.
It's getting better !!
if (BarsOfData(Datastream_DMI).Status == EBarState.Close)
{
my command
}
This works well.
It's getting better !!

- 19 Sep 2018
- Forum: MultiCharts .NET
- Topic: ADX based on data X within code.
- Replies: 8
- Views: 1686
Re: ADX based on data X within code.
I made another indicator "DMI_Data2". This works almost good for my needs. But it looks like calculated by calcbar() every data1 1 hour bar, and this make jagged shape curve. Is this a defined behavior ? Is there a easy way to calculate every data2 bar ? And "m_adx1 = new Function.ADX(this, data_num...
- 18 Sep 2018
- Forum: MultiCharts .NET
- Topic: ADX based on data X within code.
- Replies: 8
- Views: 1686
Re: ADX based on data X within code.
Yes, I made this indicator following your FAQ. Added only a few lines to buit-in ADX indicator. But nothing have changed whatever value set to data_num. To make the function calculated on data2. Example for ADX and ATR functions: CODE: SELECT ALL ADX _a = new ADX(this,2); // double _aa = PublicFunct...
- 15 Sep 2018
- Forum: MultiCharts .NET
- Topic: ADX based on data X within code.
- Replies: 8
- Views: 1686
ADX based on data X within code.
Hello, Here is a chart which have 2 data, for example 5 min and 1 hour. I want to create a simple ADX indicator based on second data_stream, and want to apply this indicator to my signal. But, this indicator only show a value based on data 1. What is wrong or lack with this code ? :( :( :( Of course...
- 04 Dec 2017
- Forum: MultiCharts .NET
- Topic: IB LSE, TSE stocks chart fake spike
- Replies: 6
- Views: 1733
Re: IB LSE, TSE stocks chart fake spike
Hello, wzero. I'm trading TSEJ CFDs usually using same as your setting. IBSJ as trading and data provider not IBLLC, MC.Net64 ver.11 R4. It may also possibly happen when the realtime data feed connection is broken and reconnected when market is open. I think this is because of IB server downtime for...
- 15 Dec 2016
- Forum: MultiCharts .NET
- Topic: I want to edit 600 symbols mapping AT ONCE. How to ?
- Replies: 1
- Views: 780
I want to edit 600 symbols mapping AT ONCE. How to ?
Hello, I am using MC to show a chart of stocks listed on Tokyo Stock Exchange and to trade CFDs of these stocks. MC cannot show CFDs charts directly, so I use symbol mapping for viewing chart and trading CFDs. I have edited manually one by one about 200 symbols frequently I trade. There are 600 CFDs...
- 14 Dec 2016
- Forum: MultiCharts .NET
- Topic: How to access Alert Tab of Order and Position Tracker?
- Replies: 1
- Views: 748
How to access Alert Tab of Order and Position Tracker?
Hi there, I want to access "Alert" Tab of Order and Position Tracker window and want to get a string of Instrument name from this Tab programmatically. I am attaching Indicator into Scanner with Alert enabled. Once Indicator generate an Alert, new Alert is shown in Alert Tab. I want to get this info...
- 22 Oct 2016
- Forum: MultiCharts .NET
- Topic: 2 Computers - How to speed up performance in Multicharts?
- Replies: 34
- Views: 11957
Re: 2 Computers - How to speed up performance in Multicharts
Hello, I have an opportunity to try testing 2 Xeon = 24cores 48threads CPU machine. The result is fine, CPUs works at 80 to 100% while performing strategy optimization. But, I think, I need further tweak on memory usages. Because it seems that larger data MC setted needs larger memory size. Testing ...
- 13 Aug 2015
- Forum: User Contributed Studies
- Topic: Scanner Description
- Replies: 0
- Views: 1855
Scanner Description
My first code...
[Input]startIndex means what number of characters from left does it show. Attached picture was set as "21".
[Input]startIndex means what number of characters from left does it show. Attached picture was set as "21".
- 15 Dec 2014
- Forum: MultiCharts .NET
- Topic: v9.0 Dynamic currency conversion @ SGX futures [SOLVED]
- Replies: 2
- Views: 1753
Re: v9.0 Dynamic currency conversion @ SGX futures [SOLVED]
I have found the solution. In v9.0 release4, there is an option to set Base currency "None". Selecting "None" simply solve the issue. I don't have confidence whether I didn't notice "None" or already exist that option in former version. Anyway,the issue has been cleared, and updated finally. Thanks,
- 15 Dec 2014
- Forum: MultiCharts .NET
- Topic: v9.0 strategy positions with IB [SOLVED]
- Replies: 12
- Views: 3010
Re: v9.0 strategy positions with IB [SOLVED]
At last, I have updated v9.0 release4 because connection to TWS becoming unstable and frequently lost with older version. Of course, this needs some work on symbol mapping. After that newer MC works fine and I am looking forward to try new features. If anyone experience this problem, I recommend to ...
- 04 Nov 2014
- Forum: MultiCharts .NET
- Topic: v9.0 Dynamic currency conversion @ SGX futures [SOLVED]
- Replies: 2
- Views: 1753
v9.0 Dynamic currency conversion @ SGX futures [SOLVED]
Oops, hillbert has already mentioned about this in following 1). http://www.multicharts.com/discussion/viewtopic.php?f=1&t=47301 3 little bugs/oversights: Open any strategy property window. 1) When base currency is changed, ccy symbol changes in front of Initial Capital, but doesn't change in front ...
- 03 Nov 2014
- Forum: MultiCharts .NET
- Topic: v9.0 strategy positions with IB [SOLVED]
- Replies: 12
- Views: 3010
Re: v9.0 strategy positions with IB [SOLVED]
Strategy positions issue have been solved. It works perfectly after some procedures.... -Install Windows and other applications including MC 9.0 on brand new SSD drive. -From my backup data, Copy and paste files "FBPORTFOLIO.GDB, TSCACHE.GDB, TSSTORAGE.GDB" in folder C:\ProgramData\TS Support\MultiC...
- 31 Oct 2014
- Forum: MultiCharts .NET
- Topic: v9.0 strategy positions with IB [SOLVED]
- Replies: 12
- Views: 3010
Re: v9.0 strategy positions with IB [SOLVED]
If I have delete the symbol mapping, what will it affect on historical data ?
Will it delete data completely ? or keep their data aside on anywhere ?
Will it delete data completely ? or keep their data aside on anywhere ?
- 30 Oct 2014
- Forum: MultiCharts .NET
- Topic: v9.0 strategy positions with IB [SOLVED]
- Replies: 12
- Views: 3010
Re: v9.0 strategy positions with IB [SOLVED]
According to shortage of disk space, I had opportunity to replace SSD drive last week. And rebuild from Windows system image. There were newer version of java7 update 71, then I updated java from update67. So, I had start MC 9.0 running and recognized that Open P/L come to work well and updated with...
- 14 Oct 2014
- Forum: MultiCharts .NET
- Topic: v9.0 strategy positions with IB [SOLVED]
- Replies: 12
- Views: 3010
Re: v9.0 strategy positions with IB [SOLVED]
Hello Henry
I'm using individual account only.
And I don't use any allocations.
I'm using individual account only.
And I don't use any allocations.
- 14 Oct 2014
- Forum: MultiCharts .NET
- Topic: v9.0 strategy positions with IB [SOLVED]
- Replies: 12
- Views: 3010
v9.0 strategy positions with IB [SOLVED]
Strategy Positions doesn't work.... I just had updated MC.net64 v9.0 from v8.8 buld9593 last weekend. I noticed that ... Strategy Positions on Order and Position Tracker window show my position incorrectly, strategy open P/L shows 0, and never update P/L , open P/L same as . I think this had me open...