MULTICHARTS 9.0 RELEASE

Questions about MultiCharts and user contributed studies.
User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 06 Oct 2014

This version is a big step forward for our platform. We added a huge feature – real-time portfolio trading through all available brokers! In this version we also concentrated on dramatically improving individual and portfolio backtesting, making it the most accurate version ever. We added new functionality of a second pass when calculating the portfolio, which opens possibilities like rotational trading, pair trading and other interesting implementations. Portfolio Trader now also has walk-forward optimization and custom fitness function. Learn more here

Download MultiCharts 9.0 RELEASE

Portfolio Trader Manual: Wiki, PDF.

Portfolio Trader Strategy Examples: Wiki, PDF

evdl
Posts: 401
Joined: 19 Jan 2011
Location: Netherlands
Has thanked: 85 times
Been thanked: 123 times

Re: MULTICHARTS 9.0 RELEASE

Postby evdl » 07 Oct 2014

Updated to MC9 release and my strategy is not working anymore. When turning the signal on it will give a pop-up with the error message "Error in study: invalid position".

Because the strategy worked in 8.8, I can not figure out what this error message is telling me. Can anyone help me?
Attachments
Error message.png
(7.73 KiB) Downloaded 16652 times

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 07 Oct 2014

Updated to MC9 release and my strategy is not working anymore. When turning the signal on it will give a pop-up with the error message "Error in study: invalid position".

Because the strategy worked in 8.8, I can not figure out what this error message is telling me. Can anyone help me?
Hello evdl,

Please send us the workspace and export of the study with dependent functions you are using to support@multicharts.com

evdl
Posts: 401
Joined: 19 Jan 2011
Location: Netherlands
Has thanked: 85 times
Been thanked: 123 times

Re: MULTICHARTS 9.0 RELEASE

Postby evdl » 07 Oct 2014

Hi Henry,

The signal receives data from 10 charts divided over 4 workspaces via ADE. To reconstruct my situation with the necessary data will be problematic I think. But if needed I will send you all the workspaces, functions, indicators. But it will be a lot.

I should mention that I use custom futures and arrays in the signal and workspaces.

Do you know what the "invalid position" error message can be? To give this error, there is probably a situation linked to this message that will generate this message. So first I can try to pinpoint this myself.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 07 Oct 2014

Hi Henry,

The signal receives data from 10 charts divided over 4 workspaces via ADE. To reconstruct my situation with the necessary data will be problematic I think. But if needed I will send you all the workspaces, functions, indicators. But it will be a lot.

I should mention that I use custom futures and arrays in the signal and workspaces.

Do you know what the "invalid position" error message can be? To give this error, there is probably a situation linked to this message that will generate this message. So first I can try to pinpoint this myself.
During remote connection we have found out that the study was trying to access the information regarding an entry order that did not exist. In order to avoid this error message the following check was added to the code:

Code: Select all

if PosTradeCount(0) > 0 then PosTradeEntryName(0,0);
We will study this case in more details to find if there were any changes related to this functionality since MultiCharts 8.8

tony
Posts: 420
Joined: 14 Jun 2013
Has thanked: 30 times
Been thanked: 81 times
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby tony » 07 Oct 2014

That is quite the list of enhancements, fixes, etc. Well done MC. No resting on one's laurels and lots of improvements with this new release.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 08 Oct 2014

During remote connection we have found out that the study was trying to access the information regarding an entry order that did not exist. In order to avoid this error message the following check was added to the code:

Code: Select all

if PosTradeCount(0) > 0 then PosTradeEntryName(0,0);
We will study this case in more details to find if there were any changes related to this functionality since MultiCharts 8.8
Our further analysis has shown that if the study is trying to access the information regarding an order that does not exist - this Runtime error should not appear and a blank line should be returned ( as it was in MC 8.8 ). This issue will be resolved in the next build of MultiCharts 9.0 Release.

User avatar
Geoff
Posts: 198
Joined: 18 Apr 2007
Has thanked: 15 times
Been thanked: 4 times

Re: MULTICHARTS 9.0 RELEASE

Postby Geoff » 09 Oct 2014

After upgrading CQG symbol DJTIC (NYSE TICK) chart no longer updates. All other symbols work fine.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 09 Oct 2014

After upgrading CQG symbol DJTIC (NYSE TICK) chart no longer updates. All other symbols work fine.
We are currently analyzing this behavior.

SP
Posts: 465
Joined: 06 Feb 2006
Has thanked: 36 times
Been thanked: 286 times

Re: MULTICHARTS 9.0 RELEASE

Postby SP » 09 Oct 2014

If i open a DOM for CFDs i.e. IBUS30 for the Dow, the QuoteManager shows every 10 seconds the event message "TWS warning message; Id=16; code=10092, description=Deep market data is not supported for this combination of security type/exchange".

Can i somehow avoid that MC always tries to query the market depth as IB only sends bid and ask for CFDs?

User avatar
Geoff
Posts: 198
Joined: 18 Apr 2007
Has thanked: 15 times
Been thanked: 4 times

Re: MULTICHARTS 9.0 RELEASE

Postby Geoff » 10 Oct 2014

After upgrading CQG symbol DJTIC (NYSE TICK) chart no longer updates. All other symbols work fine.
We are currently analyzing this behavior.
Thanks Henry. There were a couple of other things I noticed before I went back to 8.8

Charts with user defined scaling revert to screen scaling when CTRL-R is used to reload data.

OHLC Bar charts where I have changed the colour, the last price marker is now green not the colour of the bar.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 10 Oct 2014

Charts with user defined scaling revert to screen scaling when CTRL-R is used to reload data.
Geoff, I was unable to replicate this behavior on our end. Please send us the workspace you are using for replicating it to support@multicharts.com
OHLC Bar charts where I have changed the colour, the last price marker is now green not the colour of the bar.
Based on the user requests it is now possible to configure the colors of the" Last Price Marker" and "Countdown" in the Instrument Style settings. Learn more here: https://www.multicharts.com/pm/viewissu ... _no=MC-527
https://www.multicharts.com/pm/viewissu ... no=MC-1138
https://www.multicharts.com/pm/viewissu ... _no=MC-920

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 10 Oct 2014

If i open a DOM for CFDs i.e. IBUS30 for the Dow, the QuoteManager shows every 10 seconds the event message "TWS warning message; Id=16; code=10092, description=Deep market data is not supported for this combination of security type/exchange".

Can i somehow avoid that MC always tries to query the market depth as IB only sends bid and ask for CFDs?
The only way to avoid these messages at the moment is to stop using CFDs in the DOM window. We will check if we can filter these requests.

User avatar
ABC
Posts: 718
Joined: 16 Dec 2006
Location: www.abctradinggroup.com
Has thanked: 125 times
Been thanked: 408 times
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby ABC » 12 Oct 2014

It seems that the coloring of the Volume Delta charts wasn't changed, although "This issue has been confirmed. The fix is targeted to MultiCharts 9.0 Beta 2.". It's still white with white text for some boxes.
Of course this only is a minor issue, but I'd expect a new MC user getting confused by that and in turn this might create unnecessary support requests for your team.

viewtopic.php?f=1&t=46686&hilit=volume+delta#p106079

Regards,
ABC

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 13 Oct 2014

It seems that the coloring of the Volume Delta charts wasn't changed, although "This issue has been confirmed. The fix is targeted to MultiCharts 9.0 Beta 2.". It's still white with white text for some boxes.
Of course this only is a minor issue, but I'd expect a new MC user getting confused by that and in turn this might create unnecessary support requests for your team.

viewtopic.php?f=1&t=46686&hilit=volume+delta#p106079

Regards,
ABC
Hello ABC,

Does it happen when you open an old workspace or when you create a new chart?
If it is an old workspace - make sure such colors were not actually saved for this chart.
You can also email me the workspace and we will check it.

User avatar
ABC
Posts: 718
Joined: 16 Dec 2006
Location: www.abctradinggroup.com
Has thanked: 125 times
Been thanked: 408 times
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby ABC » 13 Oct 2014

Henry,
it happens with a new chart in a new workspace and it doesn't matter if it's MC or MC.NET as it happens in both.

Regards,
ABC

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 13 Oct 2014

Henry,
it happens with a new chart in a new workspace and it doesn't matter if it's MC or MC.NET as it happens in both.

Regards,
ABC
Please make sure the proper colors (not white) are selected in the Format Instrument->Style tab for Buy/Sell Volume. Enable the option "Use as default" and click Ok to make these settings default.

User avatar
ABC
Posts: 718
Joined: 16 Dec 2006
Location: www.abctradinggroup.com
Has thanked: 125 times
Been thanked: 408 times
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby ABC » 13 Oct 2014

Henry,

thanks I am aware of this. It was just to point out that it seems like there still is an issue. But if you are convinced that on a new installation of MC this doesn't happen anymore, this is fine with me.

Regards,
ABC
Henry,
it happens with a new chart in a new workspace and it doesn't matter if it's MC or MC.NET as it happens in both.

Regards,
ABC
Please make sure the proper colors (not white) are selected in the Format Instrument->Style tab for Buy/Sell Volume. Enable the option "Use as default" and click Ok to make these settings default.

txls
Posts: 76
Joined: 17 Nov 2010
Has thanked: 36 times
Been thanked: 24 times

Re: MULTICHARTS 9.0 RELEASE

Postby txls » 13 Oct 2014

Updated trading machine's MC to 9.0 today, and Portfolio Trader is just marvelous.

I'm sure there are many improvements beyond that, but that portfolio trading in all its glory just amazed me.

Many thanks for that.

jl12
Posts: 220
Joined: 29 Jun 2007
Has thanked: 10 times
Been thanked: 9 times
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby jl12 » 14 Oct 2014

2 issues

Ib data in chart trading still freezes on a regular basis with the latest release.

Alerts generated in an indicator produce an alert window but Audio alerts no longer are generated.

If I hit the test button however the sound works.
Attachments
ibupdate.png
(60.26 KiB) Downloaded 16448 times

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 14 Oct 2014

Ib data in chart trading still freezes on a regular basis with the latest release
Are there any particular steps leading to this behavior?
What is the version of TWS and Java you are running ? (TWS Help tab->About)
Have you tried disabling all anti-virus and firewall applications on your PC?
Please send us the workspace you are using to support@multicharts.com
When this behavior appears please come to our Live Chat Monday-Friday 6:30 am - 3 pm EST to demonstrate it remotely. If Live Chat is closed - please send us the logs (MultiCharts-> Feedback-> Send Logs).
Alerts generated in an indicator produce an alert window but Audio alerts no longer are generated. If I hit the test button however the sound works.
Audio alerts for indicators work ok on our end. Please make sure the Audio Alert option stays enabled after you close the Format Indicator window.

jl12
Posts: 220
Joined: 29 Jun 2007
Has thanked: 10 times
Been thanked: 9 times
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby jl12 » 14 Oct 2014

. Please make sure the Audio Alert option stays enabled after you close the Format Indicator window.

Yes its properly formatted, no change in set up from when it worked

hilbert
Posts: 224
Joined: 17 Aug 2011
Has thanked: 76 times
Been thanked: 64 times

Re: MULTICHARTS 9.0 RELEASE

Postby hilbert » 15 Oct 2014

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 of Slippage.
2) When Manage rule is clicked, again ccy symbol doesn't change.
2) AUD, NZD and USD have same symbol $. Symbols should be different to avoid causing confusion.
Attachments
base ccy doesnt change.png
(65.05 KiB) Downloaded 16524 times

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 15 Oct 2014

. Please make sure the Audio Alert option stays enabled after you close the Format Indicator window.
Yes its properly formatted, no change in set up from when it worked
Does it work ok with the default system wav files from C:\Windows\Media ?

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 15 Oct 2014

1) When base currency is changed, ccy symbol changes in front of Initial Capital, but doesn't change in front of Slippage.
Hello hilbert,

Slippage is being assigned the currency sign from the secondary currency when a Forex pair is plotted on a chart (if currency is supported), or from the exchange of the instrument plotted on the chart.
2) When Manage rule is clicked, again ccy symbol doesn't change.
Currency in the Rule Name is a sting you specify, it is not changed dynamically. Currency in the Rule Description is changed dynamically.
3) AUD, NZD and USD have same symbol $. Symbols should be different to avoid causing confusion.
The same graphical image is commonly used for these three currency pairs. I have forwarded your suggestion to the management.

jl12
Posts: 220
Joined: 29 Jun 2007
Has thanked: 10 times
Been thanked: 9 times
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby jl12 » 15 Oct 2014

. Please make sure the Audio Alert option stays enabled after you close the Format Indicator window.
Yes its properly formatted, no change in set up from when it worked
Does it work ok with the default system wav files from C:\Windows\Media ?
No difference the same as my own wavs

jl12
Posts: 220
Joined: 29 Jun 2007
Has thanked: 10 times
Been thanked: 9 times
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby jl12 » 15 Oct 2014

I have seen lags in data today of up to 2 mins when the market wasfast.

I compared MC with the same iq data on other software so it was a ts issue.

hilbert
Posts: 224
Joined: 17 Aug 2011
Has thanked: 76 times
Been thanked: 64 times

Re: MULTICHARTS 9.0 RELEASE

Postby hilbert » 15 Oct 2014

https://www.multicharts.com/pm/viewissu ... _no=MC-263

Above entry says that it has been released in version 8.0, but this doesn't work in version 9.0.

It has 8 votes. I don't remember whether it has been working since version 8.0 or not, but it is definitely not working in version 9.0. DOM doesn't integrate in a workspace as closely as a chart.

I don't use DOM much so personally it doesn't affect me. But I guess something either broke down in MC9 or if it has always worked like this, then released status in above PM request is wrong.

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 16 Oct 2014

https://www.multicharts.com/pm/viewissu ... _no=MC-263

Above entry says that it has been released in version 8.0, but this doesn't work in version 9.0.

It has 8 votes. I don't remember whether it has been working since version 8.0 or not, but it is definitely not working in version 9.0. DOM doesn't integrate in a workspace as closely as a chart.

I don't use DOM much so personally it doesn't affect me. But I guess something either broke down in MC9 or if it has always worked like this, then released status in above PM request is wrong.
Go To View > Show DOM Window. That DOM is attached to the workspace or better said, attached to MC itself, you cannot detached it from MC.
Go to File > New > DOM Window and you'll open a detached DOM window.

So if you only have one screen, trade only one symbol you use the attached version, if you trade multiple symbols, on multiple screens you use the detached version.

But despite of that, if you go to Window > Show Detached Windows in Inactive Workspaces, if you deselect it, when you change between workspaces the detached DOM's from one workspace will be "minimized" has all other windows from that workspace.

So the detached DOM's are indeed attached to the workspaces.

oppidum
Posts: 30
Joined: 16 Oct 2014
Has thanked: 31 times
Been thanked: 4 times

Re: MULTICHARTS 9.0 RELEASE

Postby oppidum » 16 Oct 2014

Thanks for this new update. A lot of great new functionalities, as always, but this Portfolio Trader is simply a fan-tas-tic new tool!!!!

As I am testing it since a few days, in order to monitor order execution I keep running MC with same charts and strategies as in Portfolio trader (MC running as forward test, SA is off). All orders were perfectly synchronised but I realised that when having few opened positions, some orders were partially sent probably because of a MM max exposure rule set too low. So I stopped the auto order execution, increased those MM settings and then relaunched Auto trade Execution After a while I realised that none orders were more generated by PT while they were on MC. Nothing special was specified in the Logs.

That was strange, so after a while I decided to stop the PT auto trade. To verify, I launched a backtest to check if the missing orders were generated in this mode but the last trades realised by the BT stopped on previous day. It's only after closing and restarting Portfolio Trader program (without closing MC) that all works back again. I am wondering if this can not be a little bug. MC version 9.0 release, build 10014.

For a general understanding, is the MM dashboard designed to work live or does any modification need a restart to be applied? Is that MM rule control works independantly or does it require any extra coding to work?

As not being a native English speaker, I hope all is clear enough.

oppidum
Posts: 30
Joined: 16 Oct 2014
Has thanked: 31 times
Been thanked: 4 times

Re: MULTICHARTS 9.0 RELEASE

Postby oppidum » 16 Oct 2014

Since two days I am fighting in backtest mode with the error “tried to reference back more bars than allowed...”. Obviously I tried to increase the max bars back in the properties window and as well within the code (using if BarNumber>x or if maxBarsBack>x ). No really sofisticaded coding is used. Signal is applied to 1 data charts. MC version 9.0 release build 10014, charts use only one FX data, broker is LMax . Same error occur on 2 computers.

The really strange thing is that this is happening if I simply add or even remove a basic condition which may remain in use elsewhere in the code. Same thing may happen if I change the chart resolution. For example all works fine on a 83ticks chart, trigger the error on a 82 but work fine on a 79tick chart. All charts with exact same settings. The error keep occuring after closing-restarting MC. As it may not be easy to reproduce, I just can add that the error is triggered a few seconds after calculation had started, not directly at the beginning.

In don't know if that can be a bug or some king of “bad practice” use of EL. But the sure thing is that it's the first time I am experiencing this issue. I checked on the forum, I found that using “data1” was sometime triggering this error on an older MC version. I removed the “data1” naming but no luck with that.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 16 Oct 2014

I have seen lags in data today of up to 2 mins when the market wasfast.

I compared MC with the same iq data on other software so it was a ts issue.
If you see charts lagging compared to IQ Watch Quote client - you need to look at the data queue in MultiCharts status line ( bottom line of the main window). Next to the clock there will be a red marker. It appears only if there is data queue.
Then you need to look at CPU usage. As I have seen during the remote session - your CPU usage was always almost 100%. Excel was using a lot of CPU time. Giving MC more CPU time and priority can reduce possibility of realtime slowdowns.
Additionally this can be caused by the antivirus. It is recommended to completely disable it for testing purposes.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 16 Oct 2014

Thanks for this new update. A lot of great new functionalities, as always, but this Portfolio Trader is simply a fan-tas-tic new tool!!!!

As I am testing it since a few days, in order to monitor order execution I keep running MC with same charts and strategies as in Portfolio trader (MC running as forward test, SA is off). All orders were perfectly synchronised but I realised that when having few opened positions, some orders were partially sent probably because of a MM max exposure rule set too low. So I stopped the auto order execution, increased those MM settings and then relaunched Auto trade Execution After a while I realised that none orders were more generated by PT while they were on MC. Nothing special was specified in the Logs.

That was strange, so after a while I decided to stop the PT auto trade. To verify, I launched a backtest to check if the missing orders were generated in this mode but the last trades realised by the BT stopped on previous day. It's only after closing and restarting Portfolio Trader program (without closing MC) that all works back again. I am wondering if this can not be a little bug. MC version 9.0 release, build 10014.

For a general understanding, is the MM dashboard designed to work live or does any modification need a restart to be applied? Is that MM rule control works independantly or does it require any extra coding to work?

As not being a native English speaker, I hope all is clear enough.
Hello oppidum,

MM settings are applied on a fly. In order to study this case we need to replicate it on our end or check it on your PC remotely. If you are able to replicate it - please send us the workspace, symbol and signals you are using to support@multicharts.com or come to our live chat Monday-Friday 6:30 am - 3 pm EST to demonstrate this behavior remotely. We will do our best to help you.

Yves BENOIT
Posts: 30
Joined: 17 Jul 2009
Has thanked: 5 times
Been thanked: 10 times

Re: MULTICHARTS 9.0 RELEASE

Postby Yves BENOIT » 16 Oct 2014

Hello,
A little bug apparently on Orders & Positions Tracker with Lmax Demo account:
All tabs seem to work well, except the first one called "Accounts": it stays empty.
I tried themes black, then white: nothing appears.
(With same configuration and same account , on another computer with MC 8.8, "Accounts" Tab works well).
Thanks for taking this into account for next release in case it is confirmed.

Yves

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 16 Oct 2014

Since two days I am fighting in backtest mode with the error “tried to reference back more bars than allowed...”.
  • MaxBarsBack is the amount of bars that would be used for initial script calculation, to get the initial value of functions, variables. This amount of bars would be skipped, so you will see a first signal on maxbarsback+1 bar (for ex, may vary depending on the strategy).
  • The minimum MaxBarsBack is the largest MaxBarsBack required by all signals applied to the chart. For ex. you have data1=1 min, data2=1 day. If an Average in your code references data2 with Length=10, then the required MaxBarsBack value is 10. 10 days of data will be skipped on both series. If your code does not reference additional data series then bars of data1 will be skipped only.
  • Chart data range should be higher than MaxBarsBack value.
  • If your MaxBarsBack value is not enough the study would not be calculated and will show an error message.
  • If your MaxBarsBack is too high (more than the amount of bars on your chart) then the study will be waiting for the required amount of bars. On the chart you can see "Strategy calculating" message in such case.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 16 Oct 2014

Hello,
A little bug apparently on Orders & Positions Tracker with Lmax Demo account:
All tabs seem to work well, except the first one called "Accounts": it stays empty.
I tried themes black, then white: nothing appears.
(With same configuration and same account , on another computer with MC 8.8, "Accounts" Tab works well).
Thanks for taking this into account for next release in case it is confirmed.

Yves
Please try scrolling up the list while on Accounts tab.

oppidum
Posts: 30
Joined: 16 Oct 2014
Has thanked: 31 times
Been thanked: 4 times

Re: MULTICHARTS 9.0 RELEASE

Postby oppidum » 16 Oct 2014

Many thanks Henry for those explanations but that's not really the issue I described. Has I said I am not a native english speaker that's why I tried to described step by step what was happening in order to keep the description as clear as possible. Reading my original message again I don't think I can add more precise comments with the engligh I manage. If you please can read it again.
As it is really strange the way this error happen or doesn't happen following what I previously described, the best would be to join your live chat as soon as I have enough time within this time range.

An another question in the previous message was relative to Portfolio settings dashboard in PortfolioTrader. For a general understanding:


1 - Regarding those Money Management rules ("Exposure", "max Potential Loss",...) , are they automatically applied or do they require any extra coding? For example, if I set the "Max Potential Loss per contract" to 2%, Portfiol Trader will close any position reaching this percentage loss ? Or is it necessary to add in the signal the new reserved words available with PT?

2 - Are the MM rules settings in PT designed to work live or does any modification of one of this setting need a restart?

Many thanks.
Attachments
Screenshot - 16_10_2014 , 18_49_16.png
(14.86 KiB) Downloaded 16936 times

NiC72
Posts: 111
Joined: 02 Nov 2009
Location: Sweden
Has thanked: 39 times
Been thanked: 14 times

Re: MULTICHARTS 9.0 RELEASE

Postby NiC72 » 16 Oct 2014

I get the message "Physical memory on your computer is running low. Close unnecessary applications or add RAM to your computer." all the time.

MC 9.0 is excellent but the ultimate would be that one can specify the use of RAM memory.
Is there any setting that will help or it will be ok if installing Windows 8?

I'd bought more RAM if it was possible to add. But it is not.
My computer: Asus Zenbook UX31A
# Intel® Core™ i7 3517U
# 4Gb Ram
# SATA III SSD
# Window 7 - 64 bit
# MC 9.0 - 64 bit

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 16 Oct 2014

I get the message "Physical memory on your computer is running low. Close unnecessary applications or add RAM to your computer." all the time.

MC 9.0 is excellent but the ultimate would be that one can specify the use of RAM memory.
Is there any setting that will help or it will be ok if installing Windows 8?

I'd bought more RAM if it was possible to add. But it is not.
My computer: Asus Zenbook UX31A
# Intel® Core™ i7 3517U
# 4Gb Ram
# SATA III SSD
# Window 7 - 64 bit
# MC 9.0 - 64 bit
8Gb of Ram should be the minimum.
Remove that 4gb memory stick and buy a 8gb stick.

User avatar
TJ
Posts: 7739
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1032 times
Been thanked: 2221 times

Re: MULTICHARTS 9.0 RELEASE

Postby TJ » 16 Oct 2014

I get the message "Physical memory on your computer is running low. Close unnecessary applications or add RAM to your computer." all the time.

MC 9.0 is excellent but the ultimate would be that one can specify the use of RAM memory.
Is there any setting that will help or it will be ok if installing Windows 8?

I'd bought more RAM if it was possible to add. But it is not.
My computer: Asus Zenbook UX31A
# Intel® Core™ i7 3517U
# 4Gb Ram
# SATA III SSD
# Window 7 - 64 bit
# MC 9.0 - 64 bit
8Gb of Ram should be the minimum.
Remove that 4gb memory stick and buy a 8gb stick.
IT is a Zenbook... ie an Apple Air copy... the memory is built-in onboard. There is no option to upgrade.

@NiC72: if you are serious about trading... you have to toss this computer and get a new one. I know it is expensive and it looks pretty, but 4 GB is barely enough for the OS.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 16 Oct 2014

Many thanks Henry for those explanations but that's not really the issue I described. Has I said I am not a native english speaker that's why I tried to described step by step what was happening in order to keep the description as clear as possible. Reading my original message again I don't think I can add more precise comments with the engligh I manage. If you please can read it again.
As it is really strange the way this error happen or doesn't happen following what I previously described, the best would be to join your live chat as soon as I have enough time within this time range.
That is correct. If the provided information did not help in resolving the issue - we will need to replicate it on our end or check it on your PC remotely. If you are able to replicate it - please send us the workspace, symbol and signals you are using to support@multicharts.com or come to our live chat Monday-Friday 6:30 am - 3 pm EST to demonstrate this behavior remotely.
An another question in the previous message was relative to Portfolio settings dashboard in PortfolioTrader. For a general understanding: 1 - Regarding those Money Management rules ("Exposure", "max Potential Loss",...) , are they automatically applied or do they require any extra coding? For example, if I set the "Max Potential Loss per contract" to 2%, Portfiol Trader will close any position reaching this percentage loss ? Or is it necessary to add in the signal the new reserved words available with PT?
These reserved words do not require any extra programming.

Potential Loss per Contract:
Maximum amount of risk capital per contract in currency.
If «Absolute Max Potential Loss» option is selected, then you set absolute value of MaxPotentialLossPerContract in currency.
If «Max Potential Loss» option is selected then you set value of MaxPotentialLossPerContractPrcnt in %.
MaxPotentialLossPerContract value is calculated using the following formula:
MaxPotentialLossPerContract = (OrderPrice*BigPointValue) * MaxPotentialLossPerContractPrcnt / 100;, where:
• OrderPrice – price of the order (if it is a market order, then Open price of the bar where the order is sent (not generated, but sent) is taken).
• BigPointValue – cost of price unit in currency (taken from symbols settings in QuoteManager).
• MaxPotentialLossPerContractPrcnt - maximum risk capital amount set in %.
Please note: no matter what values are specified in the above mentioned fields, fixed loss will be defined by the script. It means that, there will be no additional StopLoss orders sent which will be closing position if loss of the opened position has reached the specified size.
2 - Are the MM rules settings in PT designed to work live or does any modification of one of this setting need a restart?
MM settings should be configured before you start the auto trading / forward testing. That is not required to restart the application to apply them. Once you start the auto trading / forward testing - it will run with the configured parameters. MM settings cannot be applied to a portfolio that is already auto trading/forward testing.

Yves BENOIT
Posts: 30
Joined: 17 Jul 2009
Has thanked: 5 times
Been thanked: 10 times

Re: MULTICHARTS 9.0 RELEASE

Postby Yves BENOIT » 16 Oct 2014

For NiC72 and others...

I want to emphasize the need for memory:
With EurUsd backtests on 4 years of ask & Bid Tick data,
we need 19 GB…
Maybe this is an extreme case, but think of lot, when you organize your memory slot usage (leave space to extend memory later).

Windows 7, 64 bits is quite enough. I doubt Windows 8 will bring anything better (on the contrary…)

Yves

Yves BENOIT
Posts: 30
Joined: 17 Jul 2009
Has thanked: 5 times
Been thanked: 10 times

Re: MULTICHARTS 9.0 RELEASE

Postby Yves BENOIT » 16 Oct 2014

Hello,
A little bug apparently on Orders & Positions Tracker with Lmax Demo account:
All tabs seem to work well, except the first one called "Accounts": it stays empty.
I tried themes black, then white: nothing appears.
(With same configuration and same account , on another computer with MC 8.8, "Accounts" Tab works well).
Thanks for taking this into account for next release in case it is confirmed.

Yves
Please try scrolling up the list while on Accounts tab.

Thank you Henry for quick answer.
In View menu, I used "Show Order and Position Tracker window": Then Tab accounts is empty, and others Tabs are OK.
But If I use File/New/Order and Position Tracker window/ then everything is OK. so the bug, if any , can be overcome.
(Not too important, but I didn't see where to find a list to scroll in Accounts Tab ? :) )

NiC72
Posts: 111
Joined: 02 Nov 2009
Location: Sweden
Has thanked: 39 times
Been thanked: 14 times

Re: MULTICHARTS 9.0 RELEASE

Postby NiC72 » 16 Oct 2014

@NiC72: if you are serious about trading... you have to toss this computer and get a new one. I know it is expensive and it looks pretty, but 4 GB is barely enough for the OS.
I realize now that my Zenbook is not enough. But it worked great on MC 8.8 and earlier. It actually works well now, unless I open the browser at once. But I want to have that opportunity.
Yes, I'm serious about trading. But the money is limited. I bought the MC, a computer that worked before and need to rest in the account for trading. I probably need a new computer but it will have to wait .. I re-install MC 8.8 in the meantime.

hilbert
Posts: 224
Joined: 17 Aug 2011
Has thanked: 76 times
Been thanked: 64 times

Re: MULTICHARTS 9.0 RELEASE

Postby hilbert » 16 Oct 2014

@NiC72: if you are serious about trading... you have to toss this computer and get a new one. I know it is expensive and it looks pretty, but 4 GB is barely enough for the OS.
I realize now that my Zenbook is not enough. But it worked great on MC 8.8 and earlier. It actually works well now, unless I open the browser at once. But I want to have that opportunity.
Yes, I'm serious about trading. But the money is limited. I bought the MC, a computer that worked before and need to rest in the account for trading. I probably need a new computer but it will have to wait .. I re-install MC 8.8 in the meantime.
When you moved from MC 8.8 to MC9, did you also moved from 32 bit MC to using 64 bit MC?
Asking you this because I also have 4GB memory and I have upgraded from 32 bit MC8.8 to 32 bit MC9, and for the first time I have experienced this issue also.

Till the time I was with MC 8.8 32 bit, I never had this issue. If I get time, I will run some comparative tests on 32 bit/64 bit 8.8 and 9 version this weekend and will report my findings.

NiC72
Posts: 111
Joined: 02 Nov 2009
Location: Sweden
Has thanked: 39 times
Been thanked: 14 times

Re: MULTICHARTS 9.0 RELEASE

Postby NiC72 » 17 Oct 2014

When you moved from MC 8.8 to MC9, did you also moved from 32 bit MC to using 64 bit MC?
Asking you this because I also have 4GB memory and I have upgraded from 32 bit MC8.8 to 32 bit MC9, and for the first time I have experienced this issue also.

Till the time I was with MC 8.8 32 bit, I never had this issue. If I get time, I will run some comparative tests on 32 bit/64 bit 8.8 and 9 version this weekend and will report my findings.
I have been using 64 bit since they released it. So the upgrade went from MC 8.8 - 64bit to MC 9.0 - 64bit.
Looking forward to your report.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 17 Oct 2014

MC 9.0 is excellent but the ultimate would be that one can specify the use of RAM memory. Is there any setting that will help or it will be ok if installing Windows 8?
The use of memory is dictated by your MultiCharts setup. If you want MultiCharts64.exe to use less memory then you need to use less charts and data.

RAM usage can be increased for TsServer.exe process due to the fact that the operation speed of Multicharts has been increased by using a RAM Cache (since version 9.0, in 64 bit MC only).
If you want to get back to file cache you need to run the registry editor and go to the following path:
HKEY_CURRENT_USER\Software\TS Support\MultiCharts64\Storage\UseFileCache
By default UseFileCache = 0 (file cache is disabled).
Please set UseFileCache = 1 (enable file cache).
That should reduce the tsserver.exe memory usage.

If you just want to get rid of this memory alert message then in the registry editor open the following folder:
HKEY_CURRENT_USER\Software\TS Support\MultiCharts64\MemoryMonitor
Change the value for PhysicalMemory key to 101 (in decimal system) - in this case even if the Physical Memory usage is 100% the alert will not appear.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 17 Oct 2014

Thank you Henry for quick answer.
In View menu, I used "Show Order and Position Tracker window": Then Tab accounts is empty, and others Tabs are OK.
But If I use File/New/Order and Position Tracker window/ then everything is OK. so the bug, if any , can be overcome.
(Not too important, but I didn't see where to find a list to scroll in Accounts Tab ? :) )
Please come to our live chat Monday-Friday 6:30 am - 3 pm EST to demonstrate this behavior remotely.

oppidum
Posts: 30
Joined: 16 Oct 2014
Has thanked: 31 times
Been thanked: 4 times

Re: MULTICHARTS 9.0 RELEASE

Postby oppidum » 17 Oct 2014

Thank you very much Henry for your detailed answers. Yes, for the issues, live chat session/remote display would definitively be the best.


SUGGESTIONS. I suppose that it would have as many version of Multicharts as users, but here are some suggestions I am thinking about for Portfolio Trader ( which again, is such a great new application!):

(A screenshot is joined with shorter comments)

1- There is two columns to “pause/resume” and “close position” for any line of instrument. That's really a fantastic option. But why not having the same options for the whole strategy and like this being able to pause all the instruments the strategy is applied to? For example, in my case, in order to increase trading opportunities and produce more consistent results each signal is applied to a same instrument but with different data resolutions. Let say Signal A1 is applied to 4 AUD/USD data series with just a tinny different between the resolutions (i.e. : 50ticks,52,57 and 61). An other Signal A2 is applied to USD/CAD again with close resolution. If for example I suspect a strong move in the wrong direction for AUD/USD, pausing signal A1 in just one click would be very interesting. I am describing “my” case but I see many other ones where this option would be interesting.

2- As any modification in the Portfolio (data, code or MM) require to stop and resume Auto-Trading, the Performance Graph is lost. That's really a pity. Wouldn't that be interesting to add the option to reload previous “N days” of live orders and like that keep a good overview of the portfolio performances? An additional parameter in the DATA section could offer the option to ”reload historical live orders from the _N_ previous days”

3- In Portfolio Real Trade section, what about adding columns to have the number of trades, number of win/lost ones? To keep it as clear as it is, we could then have some Display Columns Option in the Data section to allow users to display the infos they really need.


Thank you again for your previous answers and for your consideration.
Attachments
PT suggestions.png
(226.32 KiB) Downloaded 16382 times

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 17 Oct 2014

oppidum,

Thank you for your suggestion. It has been forwarded to the management of the company and will be evaluated in a timely manner. Please note that even though we value your opinion not all requests can be implemented due to the fact that some features do not fit into our current roadmap.

hilbert
Posts: 224
Joined: 17 Aug 2011
Has thanked: 76 times
Been thanked: 64 times

Re: MULTICHARTS 9.0 RELEASE

Postby hilbert » 17 Oct 2014

The use of memory is dictated by your MultiCharts setup. If you want MultiCharts64.exe to use less memory then you need to use less charts and data.

RAM usage can be increased for TsServer.exe process due to the fact that the operation speed of Multicharts has been increased by using a RAM Cache (since version 9.0, in 64 bit MC only).
If you want to get back to file cache you need to run the registry editor and go to the following path:
HKEY_CURRENT_USER\Software\TS Support\MultiCharts64\Storage\UseFileCache
By default UseFileCache = 0 (file cache is disabled).
Please set UseFileCache = 1 (enable file cache).
That should reduce the tsserver.exe memory usage.
Henry,
can you please explain this change a bit more?

1) What do you mean when you say Multicharts is using RAM cache, instead of file cache and this has improved TSServer.exe performance?

2) Does this change has a bearing on the relationship between RAM on my machine and database size of MC? Does it mean that if size of MC db on my machine is X GB, then my RAM must be > [X GB + 2GB] (2 GB for windows 7 64 bit)?

3) TSServer.exe handles data, does TSServer.exe handles indicators also? If indicators also form part of TSServer.exe, and assuming indicators also use X GB RAM (assuming RAM required by indicators = RAM required by data), then my machine must have close to 2X + 2GB of RAM to function properly?

4) How was the situation different regarding RAM requirements when MC was using file cache? and by how much has speed increased due to this change from file cache to RAM cache?

Lots of questions but I think knowing answers to them will help solve all these RAM queries. Thanks for your time :)

User avatar
bensat
Posts: 331
Joined: 04 Oct 2014
Has thanked: 46 times
Been thanked: 104 times

Re: MULTICHARTS 9.0 RELEASE

Postby bensat » 18 Oct 2014


1) What do you mean when you say Multicharts is using RAM cache, instead of file cache and this has improved TSServer.exe performance?
Data for the symbols needed in your workspaces/charts are loaded into your RAM so decreased read/write actions latency and much less disk access. Instead of excessive read/write of any data delivered by the feed the data are placed in your RAM instead of your disk till you shutdown the QM (Data Server). Keeps SSD read/write action quiet, because so many people are afraid of the amount of direct disk access to the SSD could decrease SSD life. But this, with all the new technology today, is already overestimated and no issue any more.
2) Does this change has a bearing on the relationship between RAM on my machine and database size of MC? Does it mean that if size of MC db on my machine is X GB, then my RAM must be > [X GB + 2GB] (2 GB for windows 7 64 bit)?
No, the more data you load in your workspace and charts (longer date ranges or more bars back), the more data are loaded in the RAM. This means the more workspace/charts and more data you load the higher RAM environment is needed.
3) TSServer.exe handles data, does TSServer.exe handles indicators also? If indicators also form part of TSServer.exe, and assuming indicators also use X GB RAM (assuming RAM required by indicators = RAM required by data), then my machine must have close to 2X + 2GB of RAM to function properly?
Not sure about that. I think indicator calculations is a processor core job and not a RAM job on it's own. The more cores your processor(s) have the better for calculations on your data. Frequency should be an issue as well.
4) How was the situation different regarding RAM requirements when MC was using file cache? and by how much has speed increased due to this change from file cache to RAM cache?
With file cache you don't need that much RAM, you just could see it in the size of the cache file how much more data you loaded. To see how much faster is it to work with RAM Cache, just install FancyCache or SuperSpeed Cache and use it with a fix cache size as your file cache loaded into RAM. Load your workspaces and charts to load them into the cache. Close MC and Quotemanager and open them again. Now you should feel a huge decrease of load time of the charts. With MC solution it's even much more faster. The problem is, as you close MC and QM, the data are deleted from the RAM cache immediately. When you open them again they have to be loaded again.

Regards

Ben
Last edited by bensat on 20 Oct 2014, edited 1 time in total.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 20 Oct 2014

Ben, thank you for your comments. All of them are correct.
Hilbert, if you have any questions after checking Ben's answers - please let me know.

wzero
Posts: 198
Joined: 10 Jul 2014
Has thanked: 16 times
Been thanked: 15 times

Re: MULTICHARTS 9.0 RELEASE

Postby wzero » 21 Oct 2014

It's good to have in RAM cache, but instead of only flush to disk at last minute on closing, it should flush RAM cache to disk periodically.. Say the file cache write to disk every few seconds, the RAM cache should flush to disk every few minutes or longer. Thus prevent data loss in RAM and keep memory usage in a reasonable range.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 22 Oct 2014

It's good to have in RAM cache, but instead of only flush to disk at last minute on closing, it should flush RAM cache to disk periodically.. Say the file cache write to disk every few seconds, the RAM cache should flush to disk every few minutes or longer. Thus prevent data loss in RAM and keep memory usage in a reasonable range.
That will reduce the performance boost of using RAM cache and make it the same as using the disk cache. Therefore you can just enable the disk cache and be safe from loosing the data.

evdl
Posts: 401
Joined: 19 Jan 2011
Location: Netherlands
Has thanked: 85 times
Been thanked: 123 times

Re: MULTICHARTS 9.0 RELEASE

Postby evdl » 22 Oct 2014

In addition to the comment Wzero made:

The use of RAM cache is good for performance purposes.

Is it a possibility to prevent data loss when something happens during the day, to have an option to save data to the database of quotemanager at a set interval the user wants. But still keep using ram cache for the current session, but save this a certain interval. And not clearing the Ram cache.

For example, once per hour or once per 2 hours, save all collected data to the database. But still use the ram cache for the current running session. This way, when something happens to the pc or MC, it will have the saved data, except for the last hour or two hours. As it is now, when MC or your pc has some issue, you will loose all collected data of the day and have to backfill this which is not always possible.

User avatar
bensat
Posts: 331
Joined: 04 Oct 2014
Has thanked: 46 times
Been thanked: 104 times

Re: MULTICHARTS 9.0 RELEASE

Postby bensat » 22 Oct 2014

It's good to have in RAM cache, but instead of only flush to disk at last minute on closing, it should flush RAM cache to disk periodically.. Say the file cache write to disk every few seconds, the RAM cache should flush to disk every few minutes or longer. Thus prevent data loss in RAM and keep memory usage in a reasonable range.
Just try Fancycahce or SuperSpeed Cache and change the registry like Henry proposed. than you have your periodical solution. But like Henry said ....

Regards.

Ben

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 28 Oct 2014

Alerts generated in an indicator produce an alert window but Audio alerts no longer are generated.
If I hit the test button however the sound works.
Re-installing the sound card drivers has fixed the issue.

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 04 Nov 2014

Guys, can you use a tinyurl instead of the full address when the mouse is on top of Command? Visually is not very appealing having that huge address pop up there

Image
Attachments
commands.png
(18.08 KiB) Downloaded 20335 times

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 04 Nov 2014

Hello arnie,


Thank you for your suggestion, it will be forwarded to the management.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 05 Nov 2014

MultiCharts 9.0 Release 2 builds 10172/10173 is out now!
You can check the change log in our blog.

User avatar
bensat
Posts: 331
Joined: 04 Oct 2014
Has thanked: 46 times
Been thanked: 104 times

Re: MULTICHARTS 9.0 RELEASE

Postby bensat » 06 Nov 2014

After updating MC 9 to Release 2 Build 10172 and -3 (in both) I'm experiencing font issues in the charts. Every single text starts to get "creepy" (lol) while the chart is receiving data. When I click in the chart, the font transforms back to normal till a new tick or so is received in the chart. This happens with any font, font style, font size etc..

I did not have this kind of issue the the Release 1 Build 10400 or MC 8.8.

Here the screenshots :

"Creepy" font

Image

"Normal" font after a click in the chart

Image

Thank you.

Regards.

Ben

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 06 Nov 2014

After updating MC 9 to Release 2 Build 10172 and -3 (in both) I'm experiencing font issues in the charts. Every single text starts to get "creepy" (lol) while the chart is receiving data. When I click in the chart, the font transforms back to normal till a new tick or so is received in the chart. This happens with any font, font style, font size etc..

I did not have this kind of issue the the Release 1 Build 10400 or MC 8.8.

Thank you.

Regards.

Ben
Go to File > Preferences > Charting > and see if you have the Improve Visual appearance option checked.

If not, try it and see if the text gets more "sharp".
It seems the text becomes bold every time a new ticks comes in right?
This seems to be a recurrent issue.

User avatar
bensat
Posts: 331
Joined: 04 Oct 2014
Has thanked: 46 times
Been thanked: 104 times

Re: MULTICHARTS 9.0 RELEASE

Postby bensat » 06 Nov 2014


Go to File > Preferences > Charting > and see if you have the Improve Visual appearance option checked.

It seems the text becomes bold every time a new ticks comes in right?

Nope, still the same issue and yes whenever a tick comes in the issue comes up again.

Thank you.

Regards.

Ben

SUPER
Posts: 646
Joined: 03 Mar 2007
Has thanked: 106 times
Been thanked: 84 times

Re: MULTICHARTS 9.0 RELEASE

Postby SUPER » 07 Nov 2014

The currency sign in performance report is not working as desired, see attached image "$" sign missing.

I am using latest MC 9 Release 2 Build 10173.
Attachments
$Sign.jpg
(161.02 KiB) Downloaded 16328 times

hilbert
Posts: 224
Joined: 17 Aug 2011
Has thanked: 76 times
Been thanked: 64 times

Re: MULTICHARTS 9.0 RELEASE

Postby hilbert » 07 Nov 2014

The currency sign in performance report is not working as desired, see attached image "$" sign missing.

I am using latest MC 9 Release 2 Build 10173.
Already reported in MC 9 first release. Issue persist in Release 2 as well. Also, USD, AUD and NZD should have different signs for clarity. Otherwise, it will be a source of big confusion when backtesting FX pairs.

viewtopic.php?f=1&t=47301#p109323

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 07 Nov 2014

After updating MC 9 to Release 2 Build 10172 and -3 (in both) I'm experiencing font issues in the charts. Every single text starts to get "creepy" (lol) while the chart is receiving data. When I click in the chart, the font transforms back to normal till a new tick or so is received in the chart. This happens with any font, font style, font size etc..

I did not have this kind of issue the the Release 1 Build 10400 or MC 8.8.

Here the screenshots :

"Creepy" font

Image

"Normal" font after a click in the chart

Image

Thank you.

Regards.

Ben
We are currently analyzing this behavior.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 07 Nov 2014

The currency sign in performance report is not working as desired, see attached image "$" sign missing.

I am using latest MC 9 Release 2 Build 10173.
Which currency do you have selected in Format->Strategy properties->Properties tab->Base currency?

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 07 Nov 2014

The currency sign in performance report is not working as desired, see attached image "$" sign missing.

I am using latest MC 9 Release 2 Build 10173.
Already reported in MC 9 first release. Issue persist in Release 2 as well. Also, USD, AUD and NZD should have different signs for clarity. Otherwise, it will be a source of big confusion when backtesting FX pairs.

viewtopic.php?f=1&t=47301#p109323
There is no issue. Please read the reply to your post.

SUPER
Posts: 646
Joined: 03 Mar 2007
Has thanked: 106 times
Been thanked: 84 times

Re: MULTICHARTS 9.0 RELEASE

Postby SUPER » 07 Nov 2014

The currency sign in performance report is not working as desired, see attached image "$" sign missing.

I am using latest MC 9 Release 2 Build 10173.
Which currency do you have selected in Format->Strategy properties->Properties tab->Base currency?

it is set as USD
Attachments
BaseCurrency.jpg
(72.22 KiB) Downloaded 16486 times

hilbert
Posts: 224
Joined: 17 Aug 2011
Has thanked: 76 times
Been thanked: 64 times

Re: MULTICHARTS 9.0 RELEASE

Postby hilbert » 07 Nov 2014

The currency sign in performance report is not working as desired, see attached image "$" sign missing.

I am using latest MC 9 Release 2 Build 10173.
Already reported in MC 9 first release. Issue persist in Release 2 as well. Also, USD, AUD and NZD should have different signs for clarity. Otherwise, it will be a source of big confusion when backtesting FX pairs.

viewtopic.php?f=1&t=47301#p109323
There is no issue. Please read the reply to your post.
1) Yes, you are correct, there is no issue. I had understood it wrong earlier. It works fine.
2) I still suggest that symbols for AUD and NZD should be changed to maybe A$ and N$.
Thanks for help.

hilbert
Posts: 224
Joined: 17 Aug 2011
Has thanked: 76 times
Been thanked: 64 times

Re: MULTICHARTS 9.0 RELEASE

Postby hilbert » 07 Nov 2014

The currency sign in performance report is not working as desired, see attached image "$" sign missing.

I am using latest MC 9 Release 2 Build 10173.
I tested currency display behavior for more than an hour, changing all the settings again and again.

MC9 release 2 on my machine displays $ signs. I am using 32 bit, whereas you are using 64 bit. Maybe its an issue with the 64 bit.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 10 Nov 2014

The currency sign in performance report is not working as desired, see attached image "$" sign missing. I am using latest MC 9 Release 2 Build 10173.
Which currency do you have selected in Format->Strategy properties->Properties tab->Base currency?
it is set as USD
Please come to our live chat Monday-Friday 6:30 am - 3 pm EST to demonstrate this behavior remotely.

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 10 Nov 2014

It seems there's a small issue with composite profiles.
I created a composite with last thursday and friday on ES and today we broken the value high of that composite but MC continues to show it as naked.

Notice that the previous composite did stop extend the value high since we broken it.

Image

After reloading the last 2 days the naked value high was discontinued.

Image
Attachments
comp05.png
(28.7 KiB) Downloaded 20201 times
comp04.png
(34.01 KiB) Downloaded 20061 times

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 10 Nov 2014

It seems there's a small issue with composite profiles.
I created a composite with last thursday and friday on ES and today we broken the value high of that composite but MC continues to show it as naked.
Notice that the previous composite did stop extend the value high since we broken it.
After reloading the last 2 days the naked value high was discontinued.
Are you able to replicate this behavior on a constant basis?
Have you tried to change the price/time scaling? Did it fix the volume profile?
Please send us the workspace you are using.

User avatar
bensat
Posts: 331
Joined: 04 Oct 2014
Has thanked: 46 times
Been thanked: 104 times

Re: MULTICHARTS 9.0 RELEASE

Postby bensat » 10 Nov 2014

Is it correct and normal that an upgrade/update of MC overwrites following registry modifications ?
HKEY_CURRENT_USER\Software\TS Support\MultiCharts64\Storage\UseFileCache
By default UseFileCache = 0 (file cache is disabled).
Please set UseFileCache = 1 (enable file cache).
and
HKEY_CURRENT_USER\Software\TS Support\MultiCharts64\MemoryMonitor
and some more ? Thank you.

Regards.

Ben

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 11 Nov 2014

Is it correct and normal that an upgrade/update of MC overwrites following registry modifications ?
HKEY_CURRENT_USER\Software\TS Support\MultiCharts64\Storage\UseFileCache
By default UseFileCache = 0 (file cache is disabled).
Please set UseFileCache = 1 (enable file cache).
and
HKEY_CURRENT_USER\Software\TS Support\MultiCharts64\MemoryMonitor
and some more ? Thank you.

Regards.

Ben
These registry keys should not be modified by the installer when you update to Release 2 builds 10172/10173.

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 11 Nov 2014

Does anyone having the DOM (connected to IB) a bit jumpy today?
A couple of rows disappear from time to type.

Image
Attachments
dom02.png
(23.32 KiB) Downloaded 20129 times

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 11 Nov 2014

Does anyone having the DOM (connected to IB) a bit jumpy today?
A couple of rows disappear from time to type.
Does it happen on a real or a sim login?

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 11 Nov 2014

Does anyone having the DOM (connected to IB) a bit jumpy today?
A couple of rows disappear from time to type.
Does it happen on a real or a sim login?
Real. The last half hour it's been steady, with all rows visible.

With Sim that does not happen.

hilbert
Posts: 224
Joined: 17 Aug 2011
Has thanked: 76 times
Been thanked: 64 times

Re: MULTICHARTS 9.0 RELEASE

Postby hilbert » 11 Nov 2014

Does anyone having the DOM (connected to IB) a bit jumpy today?
A couple of rows disappear from time to type.
Arnie, just want to say that sometimes IB DOM suffers from problems. You should compare DOM in MC against IB TWS DOM as well. Its possible that data displayed in IB TWS DOM also has these rows missing. If this is true, then it means this is not a MC problem, this could be TWS problem as well. Good day.

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 11 Nov 2014

Does anyone having the DOM (connected to IB) a bit jumpy today?
A couple of rows disappear from time to type.
Arnie, just want to say that sometimes IB DOM suffers from problems. You should compare DOM in MC against IB TWS DOM as well. Its possible that data displayed in IB TWS DOM also has these rows missing. If this is true, then it means this is not a MC problem, this could be TWS problem as well. Good day.
Yes, first thing I remember to check (I have my days :) )
TWS DOM is showing all rows.

A video I've just show now

http://www.screencast.com/t/ymsF0smjxSgd

mlee3891
Posts: 4
Joined: 26 Aug 2013

Re: MULTICHARTS 9.0 RELEASE

Postby mlee3891 » 12 Nov 2014

Updated to version 9.0 yesterday.
It's good and all, but one of my indicators aren't working anymore.
It's just a simple bollinger band indicator that goes back 38 periods (bars) using a standard deviation of 2.25 on subchart #2.
The same indicator for subchart #1 works fine.

I always get problems with every update.
But the new version is better, especially the backtesting/portfolio trader.

Can anyone help?

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 12 Nov 2014

Updated to version 9.0 yesterday.
It's good and all, but one of my indicators aren't working anymore.
It's just a simple bollinger band indicator that goes back 38 periods (bars) using a standard deviation of 2.25 on subchart #2.
The same indicator for subchart #1 works fine.

I always get problems with every update.
But the new version is better, especially the backtesting/portfolio trader.

Can anyone help?
Hello mlee3891,

Please specify what you mean by "indicators aren't working anymore". Is there any error message in a popup window? What is the status of the study in it's status line?

mlee3891
Posts: 4
Joined: 26 Aug 2013

Re: MULTICHARTS 9.0 RELEASE

Postby mlee3891 » 12 Nov 2014

Updated to version 9.0 yesterday.
It's good and all, but one of my indicators aren't working anymore.
It's just a simple bollinger band indicator that goes back 38 periods (bars) using a standard deviation of 2.25 on subchart #2.
The same indicator for subchart #1 works fine.

I always get problems with every update.
But the new version is better, especially the backtesting/portfolio trader.

Can anyone help?
Hello mlee3891,

Please specify what you mean by "indicators aren't working anymore". Is there any error message in a popup window? What is the status of the study in it's status line?
No worries. I ended up getting it to work.
What I did was removed the indicator and then re-added it ... and it for some reason started to work again.
Thanks.

User avatar
bensat
Posts: 331
Joined: 04 Oct 2014
Has thanked: 46 times
Been thanked: 104 times

Re: MULTICHARTS 9.0 RELEASE

Postby bensat » 13 Nov 2014

Is it correct and normal that an upgrade/update of MC overwrites following registry modifications ?
HKEY_CURRENT_USER\Software\TS Support\MultiCharts64\Storage\UseFileCache
By default UseFileCache = 0 (file cache is disabled).
Please set UseFileCache = 1 (enable file cache).
and
HKEY_CURRENT_USER\Software\TS Support\MultiCharts64\MemoryMonitor
and some more ? Thank you.

Regards.

Ben
These registry keys should not be modified by the installer when you update to Release 2 builds 10172/10173.
Henry, I'm afraid they changed back again. But as long as I'm not sure I won't bet on it. Will have to test it on a VM over the weekend. But many thanks for coming back with an answer.

Further are there any news on the "fonts-issue" I posted earlier here. It is not urgent !!! Just asking. There are more serious things to fix ;)

Regards.

Ben

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 14 Nov 2014

Further are there any news on the "fonts-issue" I posted earlier here. It is not urgent !!! Just asking. There are more serious things to fix ;)
We are already working on the fix. It will be included in one of the future builds of MultiCharts 9.0 Release.

User avatar
bensat
Posts: 331
Joined: 04 Oct 2014
Has thanked: 46 times
Been thanked: 104 times

Re: MULTICHARTS 9.0 RELEASE

Postby bensat » 15 Nov 2014

Is there a workaround getting indicators <Scaling> / <Scaling Range> and <User Defined> set by default ?

Whenever I set the values I want (for instance 1 and 0 for max & min), set the hook at <Use as Default>, press ok, delete the indicator from the chart and re-insert it again I never get my settings I want and it's always back as "Screen" in <Scaling> / <Scaling Range>.

Pretty annoying.

Regards.

Ben

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 17 Nov 2014

Is there a workaround getting indicators <Scaling> / <Scaling Range> and <User Defined> set by default ?

Whenever I set the values I want (for instance 1 and 0 for max & min), set the hook at <Use as Default>, press ok, delete the indicator from the chart and re-insert it again I never get my settings I want and it's always back as "Screen" in <Scaling> / <Scaling Range>.

Pretty annoying.

Regards.

Ben
You can use Study Templates for that.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 17 Nov 2014

MultiCharts 9.0 Release 3 builds 10252/10253 with OANDA support is out now!
>>>Go to download page<<<

OANDA datafeed connection instructions

OANDA broker connection instructions

Bulli
Posts: 16
Joined: 27 Oct 2012
Location: Brazil
Has thanked: 6 times
Been thanked: 7 times
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby Bulli » 18 Nov 2014

Hi Henry,

I am trying to download this file, but Panda Cloud Antivirus is showing as Suspicious File and deletes it.

Can you please check this exe?

Never had this probelma before with the previous versions.

Thanks,
Bulli

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 18 Nov 2014

Hi Henry,

I am trying to download this file, but Panda Cloud Antivirus is showing as Suspicious File and deletes it.

Can you please check this exe?

Never had this probelma before with the previous versions.

Thanks,
Bulli

Disable the antivirus and download the file.

Antivirus and firewalls are getting really tough to work with.
With every new version security is getting tighter and tighter. One day it will be impossible to download any type of file without triggering an alert.

This is starting the get ridiculous.

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 18 Nov 2014

MultiCharts 9.0 Release 3 builds 10252/10253 with OANDA support is out now!
>>>Go to download page<<<

OANDA datafeed connection instructions

OANDA broker connection instructions

By the way, those not trading with Oanda there's no point upgrading to this version since there's nothing else new added, right?

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 18 Nov 2014

By the way, those not trading with Oanda there's no point upgrading to this version since there's nothing else new added, right?
Yes, you can skip this update.

jl12
Posts: 220
Joined: 29 Jun 2007
Has thanked: 10 times
Been thanked: 9 times
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby jl12 » 28 Nov 2014

BIDASKPRINTS.png
(14.91 KiB) Downloaded 16419 times
The Bid Asks of a Volume Bar will often be invisible until well into the formation of a bar.

The last values are the most critical.

As can be seen from the screen grab there is plenty of room to display them.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 28 Nov 2014

BIDASKPRINTS.png
The Bid Asks of a Volume Bar will often be invisible until well into the formation of a bar.

The last values are the most critical.

As can be seen from the screen grab there is plenty of room to display them.
jl12, have you tried to increase the bar spacing? Did it help?

jl12
Posts: 220
Joined: 29 Jun 2007
Has thanked: 10 times
Been thanked: 9 times
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby jl12 » 02 Dec 2014

Increasing the bar spacing can help to a degree however the issue seems to be when there are multiple data sets added to a chart.
vpbidask2.png
(128.92 KiB) Downloaded 16325 times
see attachment for comparison of single and multiple data charts.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 02 Dec 2014

MultiCharts 9.0 Release 4 builds 10359/10360 is out now!

Check What's new in these builds

>>>Go to download page<<<

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 02 Dec 2014

Increasing the bar spacing can help to a degree however the issue seems to be when there are multiple data sets added to a chart.
vpbidask2.png
see attachment for comparison of single and multiple data charts.
Please send us the workspace you are using to support@multicharts.com

jimm88
Posts: 35
Joined: 02 Dec 2014
Has thanked: 5 times

Re: MULTICHARTS 9.0 RELEASE

Postby jimm88 » 02 Dec 2014

I have MultiCharts Version 9.0 Release (Build 10172) / do I need to dowwload the version above? I have had some issues lately today the charts stopped working > reciving data 2 times but the DOMs kept working.

and if not an update does the new version overwrite last?

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 02 Dec 2014

I have MultiCharts Version 9.0 Release (Build 10172) / do I need to dowwload the version above? I have had some issues lately today the charts stopped working > reciving data 2 times but the DOMs kept working. and if not an update does the new version overwrite last?
I would recommend running the latest available version.

In order to update MultiCharts to a newer version you need to download the new installer first. Then close all Multicharts applications and processes. Start the new installer file. It will update your current MultiCharts to the version you have downloaded. There is no need in deleting your current version. All user data will remain unchanged.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 02 Dec 2014

Guys, can you use a tinyurl instead of the full address when the mouse is on top of Command? Visually is not very appealing having that huge address pop up there
Image
After updating MC 9 to Release 2 Build 10172 and -3 (in both) I'm experiencing font issues in the charts. Every single text starts to get "creepy" (lol) while the chart is receiving data. When I click in the chart, the font transforms back to normal till a new tick or so is received in the chart. This happens with any font, font style, font size etc..
Image
These issues have been fixed in MultiCharts 9.0 Release 4 builds 10359/10360. You can download it here.

SP
Posts: 465
Joined: 06 Feb 2006
Has thanked: 36 times
Been thanked: 286 times

Re: MULTICHARTS 9.0 RELEASE

Postby SP » 02 Dec 2014

Interactive Brokers will migrate the European servers starting December 3, 2014 from gw1.ibllc.ch (Login/Trade) and mktgw1.ibllc.ch (Market Data) to zdc1.ibllc.com (for both Tade and Market Data). Do i need to chance someting at MC 9 or the Quotemanager ?

SP
Posts: 465
Joined: 06 Feb 2006
Has thanked: 36 times
Been thanked: 286 times

Re: MULTICHARTS 9.0 RELEASE

Postby SP » 02 Dec 2014

Does anyone having the DOM (connected to IB) a bit jumpy today?
A couple of rows disappear from time to type.

Image
arnie,
had that problem on the NQ 1 year ago. After a remote with Alex the problem was a saved old workspace with a DOM. After creating the workspace new without the DOM the problem was gone.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 03 Dec 2014

Interactive Brokers will migrate the European servers starting December 3, 2014 from gw1.ibllc.ch (Login/Trade) and mktgw1.ibllc.ch (Market Data) to zdc1.ibllc.com (for both Tade and Market Data). Do i need to chance someting at MC 9 or the Quotemanager ?
You do not need to change anything on MultiCharts end. You can check with IB if you will need to update the TWS.

jimm88
Posts: 35
Joined: 02 Dec 2014
Has thanked: 5 times

Re: MULTICHARTS 9.0 RELEASE

Postby jimm88 » 03 Dec 2014

I have MultiCharts Version 9.0 Release (Build 10172) / do I need to dowwload the version above? I have had some issues lately today the charts stopped working > reciving data 2 times but the DOMs kept working. and if not an update does the new version overwrite last?
I would recommend running the latest available version.

In order to update MultiCharts to a newer version you need to download the new installer first. Then close Start the new installer file. It will update your current MultiCharts to the version you have downloaded. There is no need in deleting your current version. All user data will remain unchanged.
Thanks Henry, downloaded no more issues the rest of day

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 04 Dec 2014

Just installed update 4 (my SSD died Saturday and the new one only arrived yesterday) and uploading my workspace, DOM color and font settings were reset to default while everything else was OK.

User avatar
Dave Masalov
Posts: 1712
Joined: 16 Apr 2010
Has thanked: 51 times
Been thanked: 489 times

Re: MULTICHARTS 9.0 RELEASE

Postby Dave Masalov » 08 Dec 2014

Just installed update 4 (my SSD died Saturday and the new one only arrived yesterday) and uploading my workspace, DOM color and font settings were reset to default while everything else was OK.
Hello arnie,

Was Windows installed on the corrupted drive? If yes that explains it since the settings you are referring to are saved in the registry.

Tresor
Posts: 1104
Joined: 29 Mar 2008
Has thanked: 12 times
Been thanked: 53 times

Re: MULTICHARTS 9.0 RELEASE

Postby Tresor » 10 Dec 2014

MultiCharts 9.0 Release 3 builds 10252/10253 with OANDA support is out now!
Good :)

Did someone play with Oanda and MC? How does it work?

EDIT: When I try to, using QM, look up Oanda symbols I get Oanda Network Logon window, which is fine. I type my username and my password, then click Sign In. After I do it I get the following message ''Looks like your browser isn't configured to accept cookies. Please enable cookies, reload this page, and try again''.

Questions:

1. Which browser is this Oanda Network Logon window using, IE, FF, others?
2. Cookies from which website should I accept in this browser? oanda.com, oanda.ca, others?

Thanks

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 11 Dec 2014

Questions:

1. Which browser is this Oanda Network Logon window using, IE, FF, others?
2. Cookies from which website should I accept in this browser? oanda.com, oanda.ca, others?
Thanks
Hello Tresor,

1. It should be Internet Explorer (it's components).
2. Please try adding oanda.com, oanda.ca and let us know in case you still have this error message.

Tresor
Posts: 1104
Joined: 29 Mar 2008
Has thanked: 12 times
Been thanked: 53 times

Re: MULTICHARTS 9.0 RELEASE

Postby Tresor » 11 Dec 2014

1. It should be Internet Explorer (it's components).
2. Please try adding oanda.com, oanda.ca and let us know in case you still have this error message.
Yes, it is Internet Explorer.

I achieved nothing by adding oanda.com and oanda.ca to a list of websites from which my browser accepts cookies, therefore I assume it is neither of the two.

So I decreased the level of privacy to a very low level and it's working now. I got the data feed working.

I would like to revert to the high privacy level by adding the proper domain to a list of exceptions. Any help about which domain I should type in IE would be appreciated.

Tresor
Posts: 1104
Joined: 29 Mar 2008
Has thanked: 12 times
Been thanked: 53 times

Re: MULTICHARTS 9.0 RELEASE

Postby Tresor » 11 Dec 2014

If I am not mistaken Oanda has always been a specific forex broker in a way that they actually showed traded volume in its MT.

I think this peculiarity causes some glitches in reporting Oanda volume in MC. Explained in the pictures.
Attachments
1 oanda trade volume.png
(72.7 KiB) Downloaded 16384 times
2 oanda tick volume.png
(66.89 KiB) Downloaded 16347 times

Tresor
Posts: 1104
Joined: 29 Mar 2008
Has thanked: 12 times
Been thanked: 53 times

Re: MULTICHARTS 9.0 RELEASE

Postby Tresor » 11 Dec 2014

Everytime I open MC I am requested to type my Oanda username and password. Is there a way to skip this procedure? Can username and password be saved somewhere for the purpose of logging me in automatically?

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 12 Dec 2014

1. It should be Internet Explorer (it's components).
2. Please try adding oanda.com, oanda.ca and let us know in case you still have this error message.
Yes, it is Internet Explorer.

I achieved nothing by adding oanda.com and oanda.ca to a list of websites from which my browser accepts cookies, therefore I assume it is neither of the two.

So I decreased the level of privacy to a very low level and it's working now. I got the data feed working.

I would like to revert to the high privacy level by adding the proper domain to a list of exceptions. Any help about which domain I should type in IE would be appreciated.
Please also add the following:
api-fxtrade.oanda.com
api-fxpractice.oanda.com

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 12 Dec 2014

If I am not mistaken Oanda has always been a specific forex broker in a way that they actually showed traded volume in its MT.

I think this peculiarity causes some glitches in reporting Oanda volume in MC. Explained in the pictures.
OANDA API does not provide Realtime Volume. Both screenshots demonstrate expected behavior:
1) Historical volume is supplied, realtime volume is not supplied.
2) When Tick Count is selected on a minute chart - realtime volume is calculated by MultiCharts, while the amount of ticks in historical minute bars is not supplied by the data vendor's API.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 12 Dec 2014

Everytime I open MC I am requested to type my Oanda username and password. Is there a way to skip this procedure? Can username and password be saved somewhere for the purpose of logging me in automatically?
Unfortunately there is no way to skip this procedure.

Tresor
Posts: 1104
Joined: 29 Mar 2008
Has thanked: 12 times
Been thanked: 53 times

Re: MULTICHARTS 9.0 RELEASE

Postby Tresor » 12 Dec 2014

OANDA API does not provide Realtime Volume. Both screenshots demonstrate expected behavior:
1) Historical volume is supplied, realtime volume is not supplied.
2) When Tick Count is selected on a minute chart - realtime volume is calculated by MultiCharts, while the amount of ticks in historical minute bars is not supplied by the data vendor's API.
How silly of them not to have included real-time volume in their API.

Is there a way to influence them so that MC could have Oanda volume?

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 15 Dec 2014

OANDA API does not provide Realtime Volume. Both screenshots demonstrate expected behavior:
1) Historical volume is supplied, realtime volume is not supplied.
2) When Tick Count is selected on a minute chart - realtime volume is calculated by MultiCharts, while the amount of ticks in historical minute bars is not supplied by the data vendor's API.
How silly of them not to have included real-time volume in their API.

Is there a way to influence them so that MC could have Oanda volume?
Tresor, we will forward your suggestion to OANDA representatives.

Tresor
Posts: 1104
Joined: 29 Mar 2008
Has thanked: 12 times
Been thanked: 53 times

Re: MULTICHARTS 9.0 RELEASE

Postby Tresor » 15 Dec 2014

Tresor, we will forward your suggestion to OANDA representatives.
Thanks.

Oanda has a marketplace website for third party products: http://marketplace.oanda.com/collections/frontpage MC might want to let Oanda clients know about Multicharts.

In case someone happens to post on Oanda developers' forum https://fxtrade.oanda.com/community/forex-forum/93/API please let them know it is desired to have volume in Oanda's API. Oanda clients who use MT4 can analyse volume. Why those of Oanda's clients who dislike MT4 should be deprived of volume? It makes no sense.

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 29 Dec 2014

You guys haven't changed this yet.

In the T&S, if you want to lock an option it should be volume and not price. What's the point of having priced locked?

Image

Also, haven't you found yet a way to make the T&S window narrower?
If one only wants to see price and volume there's a lot of dead space there which could be used for chart windows.

Also, when will it be possible to embed an image directly into a message without having to add manually the [img] tag?
Attachments
ts_option_lock.gif
(19.23 KiB) Downloaded 19164 times

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 29 Dec 2014

You guys haven't changed this yet.

In the T&S, if you want to lock an option it should be volume and not price. What's the point of having priced locked?

Also, haven't you found yet a way to make the T&S window narrower?
If one only wants to see price and volume there's a lot of dead space there which could be used for chart windows.
Hello arnie,

Thank you for your suggestions. They will be forwarded to the management.

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 30 Dec 2014

Here's another one that has not been changed yet.

Why in the Volume Delta bars style there's a Color Only option?
What's the point of having this? Instead of Color Only we should have a Text Only option which does a lot more sense.
This is a volume delta (footprint) chart where the main purpose is to see the volume (text) being printed.

Image
Attachments
foot_color.gif
(12.37 KiB) Downloaded 18968 times

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 31 Dec 2014

I'm creating desktops for each symbol I follow.
The idea would be to use the docked DOM window but for some reason it does not save the symbol of that specific desktop.

For example, I have 2 MC instances opened, one with the ES desktop and the other with the ZN desktop.
The ZN desktop I have the DOM with the ZN symbol and the ES desktop the ES symbol. The thing is, if I close the ZN desktop first and then the ES, when I open the ZN desktop the DOM symbol will be the ES and not the ZN.

Why the docked DOM doesn't save the symbol into the desktop file? Can this be changed or am I forced to use the undocked DOM?

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 04 Jan 2015

When using multiple data series, we can select which one we want to change via command line:
.csy dnum=2, from=1/1/2013, to=2/1/2015

But if we have 4 data series and would want to change all 4 at the same time. Is there a way to do that? Tried .csy dnum=1, dnum=2, dnum=3, ... but it didn't work :(

Image
Attachments
multi_numser.gif
(23.05 KiB) Downloaded 18913 times

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 05 Jan 2015

When using multiple data series, we can select which one we want to change via command line:
.csy dnum=2, from=1/1/2013, to=2/1/2015

But if we have 4 data series and would want to change all 4 at the same time. Is there a way to do that? Tried .csy dnum=1, dnum=2, dnum=3, ... but it didn't work :(
There is no way to use multiple commands at the same time / change multiple data series in one go.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 05 Jan 2015

I'm creating desktops for each symbol I follow.
The idea would be to use the docked DOM window but for some reason it does not save the symbol of that specific desktop.

For example, I have 2 MC instances opened, one with the ES desktop and the other with the ZN desktop.
The ZN desktop I have the DOM with the ZN symbol and the ES desktop the ES symbol. The thing is, if I close the ZN desktop first and then the ES, when I open the ZN desktop the DOM symbol will be the ES and not the ZN.

Why the docked DOM doesn't save the symbol into the desktop file? Can this be changed or am I forced to use the undocked DOM?
We will check that.

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1542 times
Been thanked: 1565 times
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby JoshM » 05 Jan 2015

When using multiple data series, we can select which one we want to change via command line:
.csy dnum=2, from=1/1/2013, to=2/1/2015

But if we have 4 data series and would want to change all 4 at the same time. Is there a way to do that? Tried .csy dnum=1, dnum=2, dnum=3, ... but it didn't work :(
As a workaround, you could use an indicator for that. Like the following rough example:

Code: Select all

Inputs:
SymbolToSwitchTo("@ES#"),
FromDate("1/1/2013"),
ToDate("2/1/2015");

if (LastBarOnChart_s) then begin

if (SymbolName <> SymbolToSwitchTo) then begin

CommandLine(Text(".csy name=", SymbolToSwitchTo, ", dnum=1, from=", FromDate,", to=", ToDate));
CommandLine(Text(".csy name=@TY#, dnum=2, from=", FromDate,", to=", ToDate));
CommandLine(Text(".csy name=@JY#, dnum=3, from=", FromDate,", to=", ToDate));
CommandLine(Text(".csy name=QCL#, dnum=4, from=", FromDate,", to=", ToDate));

end;

end;
If you have a fixed symbol list, you could use the mouse events to cycle through that list. Then you don't even need to type anything anymore in the Command Line toolbar or the indicator's inputs.

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 26 Jan 2015

Any chance of having a keyboard shortcut to center the DOM anytime soon?

By the way, having such a shortcut, is it possible for it to center all the open DOM windows at the same time instead of having to select one by one and center it?
If we need to select the DOM window so the keyboard shortcut can center it there's really no point of having it because since we need to select the window for it to work we might as well click it one more time to center it.

The idea here is really not having to moving the mouse from screen to screen just to center the DOM.

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 27 Jan 2015

Can't remember if this was discussed previously but...

The DOM recenters itself when prices move outside the visible price column.
Question is, would it be a violation of TT's patent if the recenter be made, for example, everytime prices moved 5 ticks away from the center?

Image
Attachments
dom_center.jpg
(91.04 KiB) Downloaded 18824 times

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 27 Jan 2015

Any chance of having a keyboard shortcut to center the DOM anytime soon?
This is something we are going to have added in MultiCharts 9.1.
By the way, having such a shortcut, is it possible for it to center all the open DOM windows at the same time instead of having to select one by one and center it?
If we need to select the DOM window so the keyboard shortcut can center it there's really no point of having it because since we need to select the window for it to work we might as well click it one more time to center it.

The idea here is really not having to moving the mouse from screen to screen just to center the DOM.
We will check if that is technically possible or not.

User avatar
swisstrader
Posts: 110
Joined: 16 Nov 2005
Location: Earth
Has thanked: 13 times
Been thanked: 19 times
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby swisstrader » 27 Jan 2015

Please add to MC v9.1 the missed keywords for the bid/ask size corresponding to existing keywords InsideBid and InsideAsk. Missed keywords are InsideBidSize and InsideAskSize.

https://www.multicharts.com/pm/viewissu ... no=MC-1526

Thank you.

User avatar
Dave Masalov
Posts: 1712
Joined: 16 Apr 2010
Has thanked: 51 times
Been thanked: 489 times

Re: MULTICHARTS 9.0 RELEASE

Postby Dave Masalov » 28 Jan 2015

Please add to MC v9.1 the missed keywords for the bid/ask size corresponding to existing keywords InsideBid and InsideAsk. Missed keywords are InsideBidSize and InsideAskSize.

https://www.multicharts.com/pm/viewissu ... no=MC-1526

Thank you.
Hello swisstrader,

InsideBidSize and InsideAskSize keywords will be added in MC 9.1.

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 29 Jan 2015

Can't remember if this was discussed previously but...

The DOM recenters itself when prices move outside the visible price column.
Question is, would it be a violation of TT's patent if the recenter be made, for example, everytime prices moved 5 ticks away from the center?

Image
Just to add another possible way to go here in terms of recenter the DOM.
How about a time trigger?
Is it possible, for example, to recenter the DOM every ... 10 seconds?

User avatar
CrazyNasdaq
Posts: 318
Joined: 02 Sep 2009
Location: ITALY
Has thanked: 97 times
Been thanked: 86 times

Re: MULTICHARTS 9.0 RELEASE

Postby CrazyNasdaq » 29 Jan 2015

Just to add another possible way to go here in terms of recenter the DOM.
How about a time trigger?
Is it possible, for example, to recenter the DOM every ... 10 seconds?
It would be great if we could choose to recenter in 3 different ways:
1 - the way it already works just now
2 - recenter every N ticks away from last tick
3 - recenter every N seconds

N ticks and N seconds selectable from a setting panel about DOM

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 29 Jan 2015

It would be great if we could choose to recenter in 3 different ways:
1 - the way it already works just now
2 - recenter every N ticks away from last tick
3 - recenter every N seconds

N ticks and N seconds selectable from a setting panel about DOM
First thing that we must know is if the recenter every N ticks or N seconds does not violate TT's patent. If not, then it's just a question to know if MC management/developers find it reasonable to be featured.

But apart from this, something that I really hope is if it's technically possible, like Henry said, to recenter using the keyboard shortcut (or in this specific case a button) all DOM windows that we might have opened at the same time.
Imagine we have a DOM for ES, YM and NQ, side by side. Imagine that we are at a very key area in the market. If all 3 DOM's are centered we can easily and instantly see which one moves higher/lower first relative to the others, which one is ticking higher and which is ticking lower.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 30 Jan 2015

It would be great if we could choose to recenter in 3 different ways:
1 - the way it already works just now
2 - recenter every N ticks away from last tick
3 - recenter every N seconds

N ticks and N seconds selectable from a setting panel about DOM
First thing that we must know is if the recenter every N ticks or N seconds does not violate TT's patent. If not, then it's just a question to know if MC management/developers find it reasonable to be featured.

But apart from this, something that I really hope is if it's technically possible, like Henry said, to recenter using the keyboard shortcut (or in this specific case a button) all DOM windows that we might have opened at the same time.
Imagine we have a DOM for ES, YM and NQ, side by side. Imagine that we are at a very key area in the market. If all 3 DOM's are centered we can easily and instantly see which one moves higher/lower first relative to the others, which one is ticking higher and which is ticking lower.
We will check that.

User avatar
trademarketsglobal
Posts: 5
Joined: 12 Jan 2015
Been thanked: 1 time
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby trademarketsglobal » 31 Jan 2015

Multicharts is getting better each passing day...congrats!!!

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 08 Feb 2015

This has been mentioned before.
Any talks regarding percentage charts in MC so we can compare different symbols?
When I say percentage charts I refer charts that allow us to use ROC studies which allow us to code the time periods we want to see and not having to deal with default time periods that can limit the use of such charts.

Image

Although having this in TradingView, and having the possibility of using ETF's for comparisons, it would be a lot better to create the charts using the datafeed services we already subscribe and access using MC.
Attachments
pct_charts.jpg
(123.95 KiB) Downloaded 18515 times

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 09 Feb 2015

MultiCharts 9.0 Release 5 builds 10714/10715 is out now!

Check What's new in these builds

>>>Go to download page<<<

Yves BENOIT
Posts: 30
Joined: 17 Jul 2009
Has thanked: 5 times
Been thanked: 10 times

Re: MULTICHARTS 9.0 RELEASE

Postby Yves BENOIT » 15 Feb 2015

A bug that has existed in last 2 or 3 previous versions:
OPTIMIZATION REPORT / DEFECTIVE INPUTS TRANSMISSION
Say, you optimize a strategy ; you open report for FIRST time; you select a line in the Opt. Report, and double click:
Window with your selected inputs opens itself: "do you want to apply inputs…", you answer yes .
You close the report; the strategy calculates, and you, obtain the proper chart;
Everything is OK. if you check inputs in signal (Format signal/Format), you find proper inputs.

BUT:
You open optimization report a SECOND time and select ANOTHER line and double click:
Yes, Window with your CORRECTLY NEWLY selected inputs opens itself: "do you want to apply inputs…", you answer yes .
You close the report; the strategy calculates, and you, obtain a DEFECTIVE chart;
if you verify inputs in signal (Format signal/Format) you find SOME IMPROPER inputs .

It is sneaky, because first inputs in the Format signal/Format window seem to be ok: they have been changed corresponding to the SECOND trial; but some other inputs have not been changed.
If you don't pay attention, the whole result is totally messed up.
(I have about 30 inputs; 8 were optimized)

User avatar
CrazyNasdaq
Posts: 318
Joined: 02 Sep 2009
Location: ITALY
Has thanked: 97 times
Been thanked: 86 times

Re: MULTICHARTS 9.0 RELEASE

Postby CrazyNasdaq » 17 Feb 2015

There is already a new 9.0 release 6
What's new in it ?

sptrader
Posts: 742
Joined: 09 Apr 2010
Location: Texas
Has thanked: 483 times
Been thanked: 274 times
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby sptrader » 17 Feb 2015

The file name says R6 but when you run the program the title says R5 ...

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 17 Feb 2015

One might spend weeks and months cursing that MC does not have this and that option. You try everything imaginable to surpass those MC limitations during those same weeks and months and then, in one beautiful day an idea pops up and in a couple of hours all the cursing disappear because you've just able to solve your problem.

Problem one - mimic transparency channels within volume delta bars.
Problem two - put two profiles in the right side, one in front of the other.

Done!
Next? :)

Image
Attachments
two_prof.jpg
(317.78 KiB) Downloaded 18108 times

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 17 Feb 2015

A bug that has existed in last 2 or 3 previous versions:
OPTIMIZATION REPORT / DEFECTIVE INPUTS TRANSMISSION
Say, you optimize a strategy ; you open report for FIRST time; you select a line in the Opt. Report, and double click:
Window with your selected inputs opens itself: "do you want to apply inputs…", you answer yes .
You close the report; the strategy calculates, and you, obtain the proper chart;
Everything is OK. if you check inputs in signal (Format signal/Format), you find proper inputs.

BUT:
You open optimization report a SECOND time and select ANOTHER line and double click:
Yes, Window with your CORRECTLY NEWLY selected inputs opens itself: "do you want to apply inputs…", you answer yes .
You close the report; the strategy calculates, and you, obtain a DEFECTIVE chart;
if you verify inputs in signal (Format signal/Format) you find SOME IMPROPER inputs .

It is sneaky, because first inputs in the Format signal/Format window seem to be ok: they have been changed corresponding to the SECOND trial; but some other inputs have not been changed.
If you don't pay attention, the whole result is totally messed up.
(I have about 30 inputs; 8 were optimized)
Hello Yves BENOIT,

We will check that.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 17 Feb 2015

There is already a new 9.0 release 6
What's new in it ?
The file name says R6 but when you run the program the title says R5 ...
It is MultiCharts 9.0 Release 5 with a fix for the "Cannot access Currency Conversion Server" issue. It was called Release 6 automatically.

Yves BENOIT
Posts: 30
Joined: 17 Jul 2009
Has thanked: 5 times
Been thanked: 10 times

Re: MULTICHARTS 9.0 RELEASE

Postby Yves BENOIT » 17 Feb 2015

Thank you Henry for studying the issue on OPTIMIZATION : DEFECTIVE INPUTS TRANSMISSION.
under the same title you may add the following related bug:
After an optimization has been run, if I change manually some inputs (Format Signal/Format) and if I try to run a new optimization (Format Signal/Optimize/exhaustive), then I see the Exhaustive search Properties window/Optimizable Inputs Tab,
BUT the Current Value column contains some erratic inputs (not the one that I just manually changed).
Let me correct what I said before: it is not a totally new bug : I observed it on the last 2 or 3 Releases (not versions :(
Thanks again.
Yves

User avatar
TJ
Posts: 7739
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1032 times
Been thanked: 2221 times

Re: MULTICHARTS 9.0 RELEASE

Postby TJ » 18 Feb 2015

Note: the % Percentage Chart discussion has been split and moved here:


viewtopic.php?f=1&t=48218

Yves BENOIT
Posts: 30
Joined: 17 Jul 2009
Has thanked: 5 times
Been thanked: 10 times

Re: MULTICHARTS 9.0 RELEASE

Postby Yves BENOIT » 18 Feb 2015

Thanks, good idea. Where could I post a few other scripts on various subjects?
Yves

User avatar
TJ
Posts: 7739
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1032 times
Been thanked: 2221 times

Re: MULTICHARTS 9.0 RELEASE

Postby TJ » 18 Feb 2015

Thanks, good idea. Where could I post a few other scripts on various subjects?
Yves
Please post them here:

» User Contributed Studies and Indicator Library
viewforum.php?f=5



ps. I have put the % Percentage Chart discussion in the main forum for now. This will attract the maximum exposure. I will move it to the link above when the discussions have completed.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 18 Feb 2015

A bug that has existed in last 2 or 3 previous versions:
OPTIMIZATION REPORT / DEFECTIVE INPUTS TRANSMISSION
Say, you optimize a strategy ; you open report for FIRST time; you select a line in the Opt. Report, and double click:
Window with your selected inputs opens itself: "do you want to apply inputs…", you answer yes .
You close the report; the strategy calculates, and you, obtain the proper chart;
Everything is OK. if you check inputs in signal (Format signal/Format), you find proper inputs.

BUT:
You open optimization report a SECOND time and select ANOTHER line and double click:
Yes, Window with your CORRECTLY NEWLY selected inputs opens itself: "do you want to apply inputs…", you answer yes .
You close the report; the strategy calculates, and you, obtain a DEFECTIVE chart;
if you verify inputs in signal (Format signal/Format) you find SOME IMPROPER inputs .

It is sneaky, because first inputs in the Format signal/Format window seem to be ok: they have been changed corresponding to the SECOND trial; but some other inputs have not been changed.
If you don't pay attention, the whole result is totally messed up.
(I have about 30 inputs; 8 were optimized)
Are you referring to the situation when the inputs that were unchecked (not optimized) received the value that was specified under the Current Value column in the Optimization window? Signal had this input set to 5, in the Optimization window Current Value column had value 9, after you applied optimized inputs - the value for this input changed from 5 to 9.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 18 Feb 2015

Thank you Henry for studying the issue on OPTIMIZATION : DEFECTIVE INPUTS TRANSMISSION.
under the same title you may add the following related bug:
After an optimization has been run, if I change manually some inputs (Format Signal/Format) and if I try to run a new optimization (Format Signal/Optimize/exhaustive), then I see the Exhaustive search Properties window/Optimizable Inputs Tab,
BUT the Current Value column contains some erratic inputs (not the one that I just manually changed).
Let me correct what I said before: it is not a totally new bug : I observed it on the last 2 or 3 Releases (not versions :(
Thanks again.
Yves
This behavior is by design. It was requested by the users. Please see the change log for MultiCharts 8.5 Release R3:
Optimization inputs that didn't participate in the optimization got reset to defaults after new inputs were applied from optimization report. More info here - viewtopic.php?f=1&t=12480

User avatar
MC_Prog
Posts: 330
Joined: 28 Feb 2007
Has thanked: 64 times
Been thanked: 35 times

Re: MULTICHARTS 9.0 RELEASE

Postby MC_Prog » 23 Feb 2015

I'd be interested to see a screen video illustrating what Yves is describing.

It is possible either that the intended behavior has a bug in the implementation or that there is a subtle usability improvement that could be made to the intended behavior.

However, knowing the history and effort involved in getting sequential optimization via the checkboxes implemented and operating correctly I very much believe that any proposed changes in this area must be carefully and completely discussed and understood before being undertaken willy-nilly.

MC's capability in this area is truly exceptional (no other platform offers it). If there is some final touch of perfection to add, fine, but it is VERY important not to mess up what's there and working now to our great advantage.

Yves BENOIT
Posts: 30
Joined: 17 Jul 2009
Has thanked: 5 times
Been thanked: 10 times

Re: MULTICHARTS 9.0 RELEASE

Postby Yves BENOIT » 25 Feb 2015

Hello, sorry I was out of business for a week.
I'll replay my explanation, with references to screen capture on each step.

A bug that has existed in last 2 or 3 previous releases:
OPTIMIZATION REPORT / DEFECTIVE INPUTS TRANSMISSION
Say, you optimize a strategy ; you open Optimization Report for FIRST time (see image Defective-Inputs-Transmission_OPT-Report.gif, below) ; you select 2nd line in the Opt. Report, and double click:
Window with your selected inputs opens itself: "do you want to apply inputs…", you answer yes .
You close the report; the strategy calculates, and you, obtain the proper chart;
Everything is OK. if you check inputs in signal (Format signal/Format), you find proper inputs (see Defective-Inputs-Transmission_1st-SelectedINPs.gif).

BUT:
You open optimization report a SECOND time and select ANOTHER line (firrst line) and double click, Window with your CORRECTLY NEWLY selected inputs opens itself: "do you want to apply inputs…", you answer yes .
You close the report; the strategy calculates, and you, obtain a DEFECTIVE chart;
if you verify inputs in signal (Format signal/Format) you find SOME IMPROPER inputs (see Current Value of Defective-Inputs-Transmission_OptimizationINPs.gif) .

It is sneaky, because some inputs in the Format signal/Format window seem to be ok: they have been changed corresponding to the SECOND trial; but some other inputs have not been changed.
If you don't pay attention, the whole result is totally messed up.

The correct Inputs corresponding to 1st line of Opt Report can be seen in Defective-Inputs-Transmission_2nd-SelectedINPs.gif.
Actually, I changed Inputs manually to obtain these correct inputs.
But Then, if I reopen Optimization Inouts window, Current Value is still wrong and stay like in Defective-Inputs-Transmission_OptimizationINPs.gif, as above.

Henry : 1) the mis-transmitted inputs where active inputs during Optimization as you can see in Defective-Inputs-Transmission_OptimizationINPs.gif,
2) mis-transmitted Inputs in Current Value column do NOT correspond to Default Inputs values, as written in the compiled script (see Defective-Inputs-Transmission_Default-INPs.gif)

Hope this clarifies the potential bug situation.
Sorry MC_Prog, i did'nt make a movie, but I think I attached enough images to reproduce the scenario.
Attachments
Defective-Inputs-Transmission_OPT-Report.gif
(34.7 KiB) Downloaded 16149 times
Defective-Inputs-Transmission_1st-SelectedINPs.gif
(22.57 KiB) Downloaded 16341 times
Defective-Inputs-Transmission_OptimizationINPs.gif
(55.54 KiB) Downloaded 16231 times
Defective-Inputs-Transmission_2nd-SelectedINPs.gif
(21.93 KiB) Downloaded 16023 times
Defective-Inputs-Transmission_Default-INPs.gif
(22.72 KiB) Downloaded 16075 times

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 27 Feb 2015

Hello Yves,

We will check that.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 18 Mar 2015

BUT:
You open optimization report a SECOND time and select ANOTHER line (firrst line) and double click, Window with your CORRECTLY NEWLY selected inputs opens itself: "do you want to apply inputs…", you answer yes .
You close the report; the strategy calculates, and you, obtain a DEFECTIVE chart;
if you verify inputs in signal (Format signal/Format) you find SOME IMPROPER inputs (see Current Value of Defective-Inputs-Transmission_OptimizationINPs.gif).
Hello Yves,

The chart and signal inputs are correct - calculation is using the proper inputs. The only thing that is wrong is the "Current Value" in the Optimizable Inputs window. Until you have this input enabled for optimization - this issue does not affect anything. If you disable this input for optimization - you need to manually specify the proper Current value. This issue will be fixed in MultiCharts 9.1 Beta 1.

hilbert
Posts: 224
Joined: 17 Aug 2011
Has thanked: 76 times
Been thanked: 64 times

Re: MULTICHARTS 9.0 RELEASE

Postby hilbert » 18 Mar 2015

This issue will be fixed in MultiCharts 9.1 Beta 1.
When are we getting MC 9.1 beta 1....any clarity MC team....we have been waiting for this update for months.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 20 Mar 2015

This issue will be fixed in MultiCharts 9.1 Beta 1.
When are we getting MC 9.1 beta 1....any clarity MC team....we have been waiting for this update for months.
hilbert, there is no ETA for this version at the moment.

User avatar
arnie
Posts: 1594
Joined: 11 Feb 2009
Location: Portugal
Has thanked: 481 times
Been thanked: 514 times

Re: MULTICHARTS 9.0 RELEASE

Postby arnie » 22 Mar 2015

For those on Windows 8.1, don't you feel your workspaces take more time to load than they would on Windows 7?
My workspaces almost opened instantaneously on Windows 7 but now they take their time to load. I'm on build 10759 and IQFeed is version 5.1.1.3.

User avatar
Dave Masalov
Posts: 1712
Joined: 16 Apr 2010
Has thanked: 51 times
Been thanked: 489 times

Re: MULTICHARTS 9.0 RELEASE

Postby Dave Masalov » 24 Mar 2015

For those on Windows 8.1, don't you feel your workspaces take more time to load than they would on Windows 7?
My workspaces almost opened instantaneously on Windows 7 but now they take their time to load. I'm on build 10759 and IQFeed is version 5.1.1.3.
Hello arnie,

Please send us the following so we can test it on our end:

1. Your workspaces
2. Data for the symbols you use in .qmd format (https://www.multicharts.com/trading-sof ... rting_Data
3. Any custom studies used in your workspaces

aerotrader
Posts: 9
Joined: 12 Apr 2015
Been thanked: 2 times

Re: MULTICHARTS 9.0 RELEASE

Postby aerotrader » 12 Apr 2015

Any idea is int64 and elcollections2.dll (multithread) will be supported in 9.1 ?

Seems MC is falling behind TS 9.5 and NT 7 on the multi-thread optimizations and charting.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 13 Apr 2015

Any idea is int64 and elcollections2.dll (multithread) will be supported in 9.1 ?

Seems MC is falling behind TS 9.5 and NT 7 on the multi-thread optimizations and charting.
Hello aerotrader,

This feature request (MC-1097) is not yet targeted to any particular version. Please follow the corresponding PM entry for further updates.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 26 May 2015

MultiCharts 9.0 Release 7 builds 11213/11210 is out now!

Check What's new in these builds

>>>Go to download page<<<

jl12
Posts: 220
Joined: 29 Jun 2007
Has thanked: 10 times
Been thanked: 9 times
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby jl12 » 05 Jun 2015

With the latest release i am getting more occurrences of " your connection to the digital rights management system has been lost"

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 05 Jun 2015

With the latest release i am getting more occurrences of " your connection to the digital rights management system has been lost"
Hello jl12,

Updating MultiCharts to the latest version should not cause any issues with the connection to the digital rights management system. Please refer to the following article to fix it: How to solve digital rights management system connection problem.
If this solution didn't help and you still have the issue-please come to our live chat Monday-Friday 6:30 am - 1 pm EST.
To do that click on Live Chat icon at the top of our web page https://www.multicharts.com/ We will do our best to help you.

tony
Posts: 420
Joined: 14 Jun 2013
Has thanked: 30 times
Been thanked: 81 times
Contact:

Re: MULTICHARTS 9.0 RELEASE

Postby tony » 05 Jun 2015

Hi Henry - I installed a patch a few weeks ago to fix an issue with excessive messaging regarding the unfilled order of an OCO using Rithmic. If I download the update to MC will that patch stay in effect or will it be overwritten by the new version of MC? Thank you -

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: MULTICHARTS 9.0 RELEASE

Postby Henry MultiСharts » 05 Jun 2015

Hi Henry - I installed a patch a few weeks ago to fix an issue with excessive messaging regarding the unfilled order of an OCO using Rithmic. If I download the update to MC will that patch stay in effect or will it be overwritten by the new version of MC? Thank you -
Hello tony,

This fix is already included in MultiCharts 9.0 Release 7 builds 11213/11210.


Return to “MultiCharts”