Search found 38 matches

by eunos64
11 Mar 2024
Forum: MultiCharts .NET
Topic: What is causing these extreme WICK ? [SOLVED]
Replies: 3
Views: 84

Re: What is causing these extreme WICK ? [SOLVED]

ABC,

Thank you for the quick reply.
I immediately changed the settings and checked on Wednesday, Thursday and Friday to see how things were going, and it seems that the block trade values were filtered out successfully.  :D
by eunos64
05 Mar 2024
Forum: MultiCharts .NET
Topic: What is causing these extreme WICK ? [SOLVED]
Replies: 3
Views: 84

What is causing these extreme WICK ? [SOLVED]

I am annoyed by these behaviors.

Windows10 22H2
Version: MultiCharts .NET64 Version 14.0 Release (Build 25794)
IB TWS 10.26.1i
スクリーンショット 2024-03-06 105245.png
(124.67 KiB) Not downloaded yet
by eunos64
23 Nov 2023
Forum: MultiCharts .NET
Topic: ZN DEC 23 CBOT , can't send my order [SOLVED]
Replies: 2
Views: 291

Re: ZN DEC 23 CBOT , can't send my order [SOLVED]

Solved.
This might needs to clear the IB cache.

Thank you!
by eunos64
17 Nov 2023
Forum: MultiCharts .NET
Topic: ZN DEC 23 CBOT , can't send my order [SOLVED]
Replies: 2
Views: 291

ZN DEC 23 CBOT , can't send my order [SOLVED]

MultiCharts .NET64 Version 14.0 Release (Build 25220) IB Gateway Build 10.25.1n I can't send an order. got folllowing message. Parameters in request conflicts with contract parameters received by contract id: requested expiry 20231220, in contract 20231219; Instrument: ZN DEC 23; Order: Buy Limit 1;...
by eunos64
29 Aug 2023
Forum: MultiCharts .NET
Topic: Skewness, Kurtosis indicator [SOLVED]
Replies: 3
Views: 525

Re: Skewness, Kurtosis indicator [SOLVED]

Thank you HellGhostEvocatorX !! It worked !!! :D Mmmm, I didn't know there was a way to do this. I had checked the contents of m_values to make sure everything was OK, but I couldn't imagine that the "length * (length + 1);" calculation wasn't working. I'm not sure why, but it worked anyway, so than...
by eunos64
23 Aug 2023
Forum: MultiCharts .NET
Topic: Built-in strategy "_Stop and Targets" doesn't work IB TWS Gateway 10.23. [SOLVED]
Replies: 3
Views: 536

Re: Built-in strategy "_Stop and Targets" doesn't work IB TWS Gateway 10.23. [SOLVED]

This problem was resolved after installing the latest version 14.0 Release (Build 25220).
Thank you, development team ! :D
by eunos64
23 Aug 2023
Forum: MultiCharts .NET
Topic: Skewness, Kurtosis indicator [SOLVED]
Replies: 3
Views: 525

Re: Skewness, Kurtosis indicator [SOLVED]

I saw an article on the web that Math.net.Numerics is useful, but I installed it in VisualStudio 2022 with NuGet, and when I try to declare the use of a namespace that contains the extended method I want to use in the "using" directive, Math.Net followed by "using" is not suggested as a candidate in...
by eunos64
23 Aug 2023
Forum: MultiCharts .NET
Topic: Skewness, Kurtosis indicator [SOLVED]
Replies: 3
Views: 525

Skewness, Kurtosis indicator [SOLVED]

Hello. I was researching standard deviation and found something called skewness and kurtosis, so I thought I would display them in the indicator to see if they make sense. I was able to display the standard deviation and variance well, but the skewness and kurtosis do not display well. Only the same...
by eunos64
07 Jul 2023
Forum: MultiCharts .NET
Topic: IOGMode option from code.
Replies: 6
Views: 3224

Re: IOGMode option from code.

You can have different IOG settings of the signals applied to the same chart. I made a great discovery today. The order is important. If you add the signals with IOG ON at the end of list, all signals on the chart will have IOG ON. If you move the signal with IOG ON to the top, you can mix IOG ON a...
by eunos64
07 Jul 2023
Forum: MultiCharts .NET
Topic: Built-in strategy "_Stop and Targets" doesn't work IB TWS Gateway 10.23. [SOLVED]
Replies: 3
Views: 536

Re: Built-in strategy "_Stop and Targets" doesn't work IB TWS Gateway 10.23. [SOLVED]

I have confirmed this issue on another MC build, PC, trading product.

Windoews10 running on Oracle VirtualBox.
TWS Build 10.23.2a
MultiCharts .NET64 Version 14.0 Release (Build 24560)

OSE.JPN Nikkei 225 mini (168090019)
by eunos64
06 Jul 2023
Forum: MultiCharts .NET
Topic: Built-in strategy "_Stop and Targets" doesn't work IB TWS Gateway 10.23. [SOLVED]
Replies: 3
Views: 536

Re: Built-in strategy "_Stop and Targets" doesn't work IB TWS Gateway 10.23. [SOLVED]

A warning message is displayed that support for TWS 10.21 will expire on 20230718, so update to 10.23.
by eunos64
06 Jul 2023
Forum: MultiCharts .NET
Topic: Built-in strategy "_Stop and Targets" doesn't work IB TWS Gateway 10.23. [SOLVED]
Replies: 3
Views: 536

Built-in strategy "_Stop and Targets" doesn't work IB TWS Gateway 10.23. [SOLVED]

Hello everyone. I am trading CME MNQU3. I have it set to close when unrealized profit decreases 50% from the peak. I updated TWS Gateway to 10.23 this week and noticed that Trailing Stop is not functioning properly. When the high price is updated at the bar where I entered, the Stop Price is also up...
by eunos64
09 Jan 2023
Forum: MultiCharts .NET
Topic: Warning Please upgrade to a minimum version 163.
Replies: 1
Views: 578

Warning Please upgrade to a minimum version 163.

I got a following Warning message on QuoteManager Event Log, TWS warning message: Id= 4413; code= 10285; description= Your API version does not support fractional size rules. Please upgrade to a minimum version 163. What is this message meaning ? MultiCharts .NET64 Version 14.0 Release (Build 24201)...
by eunos64
20 Nov 2020
Forum: MultiCharts .NET
Topic: MC.Net64 v14
Replies: 5
Views: 2151

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...
by eunos64
20 Nov 2020
Forum: MultiCharts .NET
Topic: MC.Net64 v14
Replies: 5
Views: 2151

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...
by eunos64
31 Oct 2020
Forum: MultiCharts .NET
Topic: MC.Net64 v14
Replies: 5
Views: 2151

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...
by eunos64
19 Oct 2020
Forum: MultiCharts .NET
Topic: MC.Net64 v14
Replies: 5
Views: 2151

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...
:cry:
by eunos64
21 Sep 2018
Forum: MultiCharts .NET
Topic: ADX based on data X within code.
Replies: 8
Views: 3011

Re: ADX based on data X within code.

Here is a file.
by eunos64
21 Sep 2018
Forum: MultiCharts .NET
Topic: ADX based on data X within code.
Replies: 8
Views: 3011

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. :?
by eunos64
21 Sep 2018
Forum: MultiCharts .NET
Topic: ADX based on data X within code.
Replies: 8
Views: 3011

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 !! :D
by eunos64
19 Sep 2018
Forum: MultiCharts .NET
Topic: ADX based on data X within code.
Replies: 8
Views: 3011

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...
by eunos64
18 Sep 2018
Forum: MultiCharts .NET
Topic: ADX based on data X within code.
Replies: 8
Views: 3011

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...
by eunos64
15 Sep 2018
Forum: MultiCharts .NET
Topic: ADX based on data X within code.
Replies: 8
Views: 3011

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...
by eunos64
04 Dec 2017
Forum: MultiCharts .NET
Topic: IB LSE, TSE stocks chart fake spike
Replies: 6
Views: 3030

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...
by eunos64
15 Dec 2016
Forum: MultiCharts .NET
Topic: I want to edit 600 symbols mapping AT ONCE. How to ?
Replies: 1
Views: 1181

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...
by eunos64
14 Dec 2016
Forum: MultiCharts .NET
Topic: How to access Alert Tab of Order and Position Tracker?
Replies: 1
Views: 1136

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...
by eunos64
22 Oct 2016
Forum: MultiCharts .NET
Topic: 2 Computers - How to speed up performance in Multicharts?
Replies: 34
Views: 16689

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 ...
by eunos64
13 Aug 2015
Forum: User Contributed Studies
Topic: Scanner Description
Replies: 0
Views: 2388

Scanner Description

My first code...
[Input]startIndex means what number of characters from left does it show. Attached picture was set as "21".

Image
Description.pln
(1.05 KiB) Downloaded 499 times
Description.PNG
(26.95 KiB) Downloaded 1064 times
by eunos64
15 Dec 2014
Forum: MultiCharts .NET
Topic: v9.0 Dynamic currency conversion @ SGX futures [SOLVED]
Replies: 2
Views: 2233

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,
by eunos64
15 Dec 2014
Forum: MultiCharts .NET
Topic: v9.0 strategy positions with IB [SOLVED]
Replies: 12
Views: 4289

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 ...
by eunos64
04 Nov 2014
Forum: MultiCharts .NET
Topic: v9.0 Dynamic currency conversion @ SGX futures [SOLVED]
Replies: 2
Views: 2233

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 ...
by eunos64
03 Nov 2014
Forum: MultiCharts .NET
Topic: v9.0 strategy positions with IB [SOLVED]
Replies: 12
Views: 4289

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...
by eunos64
31 Oct 2014
Forum: MultiCharts .NET
Topic: v9.0 strategy positions with IB [SOLVED]
Replies: 12
Views: 4289

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 ?
by eunos64
30 Oct 2014
Forum: MultiCharts .NET
Topic: v9.0 strategy positions with IB [SOLVED]
Replies: 12
Views: 4289

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...
by eunos64
14 Oct 2014
Forum: MultiCharts .NET
Topic: v9.0 strategy positions with IB [SOLVED]
Replies: 12
Views: 4289

Re: v9.0 strategy positions with IB [SOLVED]

Hello Henry

I'm using individual account only.
And I don't use any allocations.
by eunos64
14 Oct 2014
Forum: MultiCharts .NET
Topic: v9.0 strategy positions with IB [SOLVED]
Replies: 12
Views: 4289

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...

Go to advanced search