Search found 9165 matches

by Henry MultiСharts
07 Oct 2015
Forum: MultiCharts
Topic: OHLC tick length
Replies: 18
Views: 9744

Re: OHLC tick length

Hi, Would it be possible to get this implemented?
Thanks
Hello iso,

Could you be more precise in your description please?
by Henry MultiСharts
07 Oct 2015
Forum: MultiCharts
Topic: changing the startingindex of a passing array
Replies: 1
Views: 1100

Re: changing the startingindex of a passing array

Hello siscop,

Please adjust the code the following way:

Code: Select all

For counter=0 to Ma1+1
Begin
RocArray[counter]=_fRateOfChangeArray(PriceArray,Roc1Len);
End;
by Henry MultiСharts
07 Oct 2015
Forum: MultiCharts
Topic: Customised Tool Bars
Replies: 1
Views: 1101

Re: Customised Tool Bars

Hello TA100,

In order top open the desktop you need to run the desktop (.mcd) file itself, not the regular MultiCharts icon. If you want to customize the default icon - AutoLoad Workspaces based on Command Line Parameters is the feature for you.
by Henry MultiСharts
07 Oct 2015
Forum: MultiCharts
Topic: Any way to force saving the quote to database?
Replies: 15
Views: 9644

Re: Any way to force saving the quote to database?

Thanks a lot for TJ and Henry's help. I will try to reinstall the windows and multicharts. This error happen pretty often, around once every two weeks. If I load more charts, it will happen in two to three days. Log has been sent a few times. alex522, please PM or email me your PC name (right click...
by Henry MultiСharts
07 Oct 2015
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 9.1 RELEASE
Replies: 18
Views: 13827

MULTICHARTS .NET 9.1 RELEASE

MultiCharts 9.1 .NET Release is available for download now (builds 11816/11817)! This version introduces a number of long-awaited features implemented in response to numerous user feature requests. Local broker simulation, Forex board, Volume Profile in DOM window, multibroker trading performance s...
by Henry MultiСharts
07 Oct 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE
Replies: 107
Views: 51627

MULTICHARTS 9.1 RELEASE

MultiCharts 9.1 Release is available for download now (builds 11814/11815)! This version introduces a number of long-awaited features implemented in response to numerous user feature requests. Local broker simulation, Forex board, Volume Profile in DOM window, multibroker trading performance summar...
by Henry MultiСharts
06 Oct 2015
Forum: MultiCharts
Topic: Is there any way to plot the indicator on the price series? [SOLVED]
Replies: 3
Views: 1591

Re: Is there any way to plot the indicator on the price seri [SOLVED]

Hello Sylpha, The study can appear on the subchart of the data series or on a new individual subchart. It is defined by the study property "same as symbol" (right click on the study in the PLEditor->Properties). You need to re-apply the indicators and save a new study template to make the option cha...
by Henry MultiСharts
06 Oct 2015
Forum: MultiCharts .NET
Topic: Begin / End of Bar - Custom Bars
Replies: 3
Views: 2457

Re: Begin / End of Bar - Custom Bars

Hello KaBo, 1) MultiCharts shows closing time as timestamps of bars, there is no option to show opening time of bars. 2) Please refer to the following posts: https://www.multicharts.com/discussion/viewtopic.php?f=19&t=45405#p98521 https://www.multicharts.com/discussion/viewtopic.php?f=19&t=46489&p=1...
by Henry MultiСharts
06 Oct 2015
Forum: MultiCharts
Topic: One Multicharts, two account?
Replies: 1
Views: 1136

Re: One Multicharts, two account?

Hello ADG88,

Which broker profile do you want to use?
by Henry MultiСharts
06 Oct 2015
Forum: MultiCharts
Topic: !From Broker To Strategy MP Synchronizer!
Replies: 6
Views: 2309

Re: !From Broker To Strategy MP Synchronizer!

Hello Giuseppe,

What exact version and build number of MultiCharts are you running? (in MultiCharts go to Help tab-> About)
Are you using Financial Advisor account type with a master account?
by Henry MultiСharts
06 Oct 2015
Forum: MultiCharts
Topic: Portfolio Trader orders not sent
Replies: 6
Views: 3024

Re: Portfolio Trader orders not sent

Hello Giuseppe, Please make sure there is enough capital to open new positions: set Max % of Capital at Risk per Position to 100%. Set Initial Portfolio Capital to $1 000 000 000. If there is already an open position for the instrument that cannot get new orders sent - make sure the option "Allow up...
by Henry MultiСharts
06 Oct 2015
Forum: MultiCharts
Topic: CME JPY futures specs
Replies: 12
Views: 5617

Re: CME JPY futures specs

Hello vindiou,

We are currently working an adding support for this price scale precision. We are going to have it implemented in MultiCharts 10. At the moment we cannot provide any ETA for this version. Please follow our blog to get the latest updates:
https://www.multicharts.com/traders-blog/
by Henry MultiСharts
06 Oct 2015
Forum: MultiCharts
Topic: Problem with Order and Position Tracker Window
Replies: 10
Views: 4846

Re: Problem with Order and Position Tracker Window

Hello Leo,

An order will be shown in the Order and Position Tracker window only when it is sent to a broker.
How it will behave in your specific case depends on how your code is written.
by Henry MultiСharts
06 Oct 2015
Forum: MultiCharts .NET
Topic: slope of indicator (such as 20 days MA)
Replies: 1
Views: 2945

Re: slope of indicator (such as 20 days MA)

Hello kin424,

Please contact us directly if you are interested in custom programming services.
by Henry MultiСharts
06 Oct 2015
Forum: MultiCharts .NET
Topic: Testing algorithm correctness
Replies: 4
Views: 3172

Re: Testing algorithm correctness

Hello hoimlet,

Please specify the exact functionality you want to automate.
by Henry MultiСharts
06 Oct 2015
Forum: MultiCharts .NET
Topic: to have write access to "Discussion" part of wiki pages?
Replies: 3
Views: 3991

Re: to have write access to "Discussion" part of wiki pages?

Hello gztanwei,

Thank you for your feedback. I have forwarded your suggestion to the management. In the meantime you can use the forum to discuss the wiki info.
by Henry MultiСharts
06 Oct 2015
Forum: MultiCharts .NET
Topic: Time zone, trading session hours, and holiday schedule
Replies: 8
Views: 5526

Re: Time zone, trading session hours, and holiday schedule

Can I come back to this issue and ask for an update on the status? Let's say I have a signal that works on daily bars, and the current bar is a Thursday, then how can I find out whether tomorrow, Friday, is a holiday at the relevant exchange or not? Thanks for your help, HPF PS: How is the situatio...
by Henry MultiСharts
06 Oct 2015
Forum: MultiCharts .NET
Topic: Equivalent way to route orders to an exchange?
Replies: 1
Views: 1657

Re: Equivalent way to route orders to an exchange?

Hello hoimlet,

You can specify the exchange you need for the broker symbol in the Symbol Mapping. You can also utilize the Trade Manager for that.
by Henry MultiСharts
06 Oct 2015
Forum: MultiCharts .NET
Topic: can I add more exit strategy into chart trading panel?
Replies: 3
Views: 2644

Re: can I add more exit strategy into chart trading panel?

Hello gztanwei, There is no way to add your own exit strategies to the Chart Trading Toolbar. You can only save up to 4 templates of each prebuilt strategy with your own settings. That is possible to create your own chart trading toolbar. Please check the prebuilt signal _ChartToolBar_Trading_ If yo...
by Henry MultiСharts
06 Oct 2015
Forum: MultiCharts .NET
Topic: Input price
Replies: 1
Views: 1789

Re: Input price

Hello juanfer,

Please refer to the prebuilt indicator "Mov_Avg_1_Line":

Code: Select all

price = Bars.Close;
by Henry MultiСharts
05 Oct 2015
Forum: MultiCharts .NET
Topic: Using MathNet.Numerics.Statistics
Replies: 1
Views: 2647

Re: Using MathNet.Numerics.Statistics

Hello Louis88,

The exception appears in the third party dll you are using. Please contact the dll developer for assistance.
by Henry MultiСharts
05 Oct 2015
Forum: MultiCharts .NET
Topic: Using IChartCustomDrawer and AddPlot in the same Indicator [SOLVED]
Replies: 6
Views: 3516

Re: Using IChartCustomDrawer and AddPlot in the same Indicat [SOLVED]

Hello stepup, What exact version and build number of MultiCharts are you running? (in MultiCharts go to Help tab-> About) Please send us (support@multicharts.com) the following information for further analysis: - workspace you are using; - in QuoteManager select the symbols you are using, make a rig...
by Henry MultiСharts
05 Oct 2015
Forum: MultiCharts .NET
Topic: Possible DataLoader overflow? [SOLVED]
Replies: 8
Views: 7456

Re: Possible DataLoader overflow? [SOLVED]

Hello jwebster503,

This issue has been confirmed. The fix is targeted to MultiCharts .NET 9.1 Release.
There is no ETA for the version yet. Please follow our blog to get the latest updates:
https://www.multicharts.com/traders-blog/
by Henry MultiСharts
02 Oct 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11314

Re: MULTICHARTS 9.1 RELEASE CANDIDATE

It has happened after connection is lost and restored. The DOM window is a new DOM window and the instrument is regularly subscribed to DOM data and traded by DOM window before it has happened
We will try to replicate it on our end.
by Henry MultiСharts
01 Oct 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11314

Re: MULTICHARTS 9.1 RELEASE CANDIDATE

Problems with DOM on ddz15 CQG feed and Live account. Where are the bids ??? Watch the short video http://it.tinypic.com/r/f03hvc/8 Today afternoon I've had the same problem, but this time on the ASK side. Completly disappeared the ask side during trading Hello CrazyNasdaq, Does it happen with an e...
by Henry MultiСharts
01 Oct 2015
Forum: MultiCharts
Topic: tick data receive problem
Replies: 2
Views: 1264

Re: tick data receive problem

Hello horizon1231,

We were unable to replicate this behavior on our end. Please come to our live chat Monday-Friday 6:30 am - 1 pm EST to demonstrate it remotely. We will do our best to help you.
by Henry MultiСharts
01 Oct 2015
Forum: MultiCharts
Topic: Question on IB daily server refresh and others [SOLVED]
Replies: 1
Views: 1260

Re: Question on IB daily server refresh and others [SOLVED]

1. Does the IB daily server refresh have any impact on the strategies that are already running on MC at (23:45 - 00:30 ET). https://www.interactivebrokers.com/en/index.php?f=en/software/systemStatus.php If strategies with positions on are automated before this time, would MC need to be restarted an...
by Henry MultiСharts
01 Oct 2015
Forum: MultiCharts .NET
Topic: How to debug "Max bars forward error"?
Replies: 3
Views: 2248

Re: How to debug "Max bars forward error"?

Hello kengonn, We were unable to replicate this behavior on our end using MultiCharts .NET64 Version 9.1 Release Candidate (Build 11712). The code was calculated fine on 4 795 427 bars. What exact version and build number of MultiCharts are you running? (in MultiCharts go to Help tab-> About) Please...
by Henry MultiСharts
01 Oct 2015
Forum: MultiCharts
Topic: Any way to force saving the quote to database?
Replies: 15
Views: 9644

Re: Any way to force saving the quote to database?

Hello alex522, Once data is downloaded from the data feed server and plotted on the chart - it is stored in the cache. When you close MultiCharts, QuoteManager and Portfolio Trader - cached data is saved to the local database. You cannot manually save the cached data, it is done automatically. Since...
by Henry MultiСharts
01 Oct 2015
Forum: MultiCharts
Topic: Oanda REST API
Replies: 11
Views: 4663

Re: Oanda REST API

Is it that MultiCharts is not yet smoothly integrated with OANDA data to provide continuous price stream of uniform quality? At times it feels that way! Even though the trading data which in my case comes from a sub-account just about never hiccups, the chart data from the primary account quite oft...
by Henry MultiСharts
30 Sep 2015
Forum: MultiCharts
Topic: QuoteManager Data Granularity -- plea for higher time frames
Replies: 13
Views: 4129

Re: QuoteManager Data Granularity -- plea for higher time fr

Hello khalaad,

TJ's instructions are correct. Please specify the particular difficulty you have with the data.
by Henry MultiСharts
30 Sep 2015
Forum: MultiCharts
Topic: Need help creating a chaos signal
Replies: 3
Views: 2229

Re: Need help creating a chaos signal

Hello fernando43611,

Please contact us directly if you are interested in custom programming services.
by Henry MultiСharts
30 Sep 2015
Forum: MultiCharts
Topic: Problem with Order and Position Tracker Window
Replies: 10
Views: 4846

Re: Problem with Order and Position Tracker Window

Hello Leo, If it is a daily trading system and IOG is disabled then the signal is calculated on bar close. If an order is generated – it is sent on next bar open (once opening tick of the next bar is received). An order is shown in the Order and Position Tracker window only when it is sent to a brok...
by Henry MultiСharts
30 Sep 2015
Forum: MultiCharts
Topic: Strategy Position tracker weird numbers and currencies
Replies: 1
Views: 1355

Re: Strategy Position tracker weird numbers and currencies

Hello Erik Pepping,

This means you have Base Currency selected in the Strategy Properties of your auto trading chart.
by Henry MultiСharts
30 Sep 2015
Forum: MultiCharts
Topic: Multicharts becomes slow while running Cumulative Delta
Replies: 1
Views: 1196

Re: Multicharts becomes slow while running Cumulative Delta

Hello Charles, Does it slowdown when the data is being backfilled or average application responsibility is slow when all data is loaded and all studies are calculated? Do you have an antivirus/firewall running on your PC? Which exact process is utilizing the CPU time? What is the version and build n...
by Henry MultiСharts
30 Sep 2015
Forum: MultiCharts
Topic: Unmanaged Order in Multicharts [SOLVED]
Replies: 2
Views: 1960

Re: Unmanaged Order in Multicharts [SOLVED]

Hello eto,

At the moment there is no ETA for the new backtesting/auto trading engine implementation.
Please follow the corresponding PM entry:MC-1497.
by Henry MultiСharts
30 Sep 2015
Forum: MultiCharts
Topic: Collect Volume Profile information and provide to signal
Replies: 1
Views: 1462

Re: Collect Volume Profile information and provide to signal

Hello Charles,

Volume profile values can be accessed from the study code only in MultiCharts .Net.
by Henry MultiСharts
29 Sep 2015
Forum: MultiCharts .NET
Topic: Possible DataLoader overflow? [SOLVED]
Replies: 8
Views: 7456

Re: Possible DataLoader overflow? [SOLVED]

Hello jwebster503,

What exact version and build number of MultiCharts are you running? (in MultiCharts go to Help tab-> About)
by Henry MultiСharts
29 Sep 2015
Forum: MultiCharts .NET
Topic: How to copy and create a new Universal DDE data source
Replies: 1
Views: 1841

Re: How to copy and create a new Universal DDE data source

Hello DJMCWEBF,

The corresponding wiki section has been updated with the detailed instructions:
Operating_Data_Sources#Cloning_Data_Sources
by Henry MultiСharts
29 Sep 2015
Forum: MultiCharts .NET
Topic: How to get objects of signals on the chart? How to turm on/o
Replies: 1
Views: 1632

Re: How to get objects of signals on the chart? How to turm

Hello gztanwei,

There is no collection of signals applied to chart and there is no way to change the status of the study from the code.
by Henry MultiСharts
29 Sep 2015
Forum: MultiCharts .NET
Topic: Are there good ways to detect first bar of a session?
Replies: 3
Views: 4421

Re: Are there good ways to detect first bar of a session?

Hello christephan,

Please refer to the SessionObject to access the symbol's sessions.
by Henry MultiСharts
29 Sep 2015
Forum: MultiCharts
Topic: Phantom Trades
Replies: 36
Views: 11263

Re: Phantom Trades

The same it happens to me. It seems that autotrading with MC via IB is totally unreliable. Is there any answer about this issue? Are MC and/or the TWS to be setup in some way? Are MC guys aware about this issue and, if yes, hat could be the solution? Hello Leo, In order to have a solution we need t...
by Henry MultiСharts
25 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11314

Re: MULTICHARTS 9.1 RELEASE CANDIDATE

Hello mickatrade,

Please come to our live chat Monday-Friday 6:30 am - 1 pm EST to continue the analysis.
by Henry MultiСharts
24 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11314

Re: MULTICHARTS 9.1 RELEASE CANDIDATE

Hello, I've already contacted the chat support and they couldn't find a solution. Hello mickatrade, That is not exactly true. You were comparing the data in the Time and Sales TWS window with the MultiCharts DOM window data. Depth of book market data was not available on your IB account for the ins...
by Henry MultiСharts
24 Sep 2015
Forum: MultiCharts .NET
Topic: Is there Order filled event? or how to track order status?
Replies: 3
Views: 10843

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

Hello gztanwei, OnBrokerStrategyOrderFilled, OnBrokerPositionChange, market position, amount of contracts in the current position, collections of Open and Closed Trades are indirect methods of checking whether an order was filled or not. If you want to check the status of a specific order (whether i...
by Henry MultiСharts
24 Sep 2015
Forum: MultiCharts .NET
Topic: How to debug "Max bars forward error"?
Replies: 3
Views: 2248

Re: How to debug "Max bars forward error"?

Hello kengonn,

The code is trying to output future bars that do not exist. It should not do that. You can only output the data that exists.
by Henry MultiСharts
24 Sep 2015
Forum: MultiCharts .NET
Topic: StartCalc() & Multiple Chart Instruments [SOLVED]
Replies: 6
Views: 8403

Re: StartCalc() & Multiple Chart Instruments [SOLVED]

Hello gztanwei,

There is no issue with the study compilation. Just change the "namespace PowerLanguage" to "namespace PowerLanguage.Function" to get the study properly identified by the editor.
by Henry MultiСharts
24 Sep 2015
Forum: MultiCharts .NET
Topic: Settings for AMP/TTNet?
Replies: 1
Views: 2100

Re: Settings for AMP/TTNet?

Hello jarym,

Only your broker has all of the valid settings for your specific account. Please contact AMP directly for the settings list.
by Henry MultiСharts
24 Sep 2015
Forum: MultiCharts .NET
Topic: Is there a RSIClassic equivalent for Multicharts.Net?
Replies: 1
Views: 1675

Re: Is there a RSIClassic equivalent for Multicharts.Net?

Hello kengonn, There is no such prebuilt function in MultiCharts .NET. You can convert the PowerLanguage one. Here is the code for it: Inputs: PriceValue(NumericSeries),Len(NumericSimple); Variables: var0(0), var1(0), var2(0), var3(0), var4(0), var5(0), var6(0),var7(0); var7 = Len; var3 = 0; var4 = ...
by Henry MultiСharts
24 Sep 2015
Forum: MultiCharts .NET
Topic: Support status of AMP Special Edition version? [SOLVED]
Replies: 3
Views: 2631

Re: Support status of AMP Special Edition version? [SOLVED]

First tier support for the Special Edition version is to be provided by AMP Futures. Please contact AMP Futures Support if you have any questions regarding MC .NET SE platform. They will contact us directly if needed.
http://www.ampclearing.com/techsupport.html
by Henry MultiСharts
24 Sep 2015
Forum: MultiCharts .NET
Topic: How to update "MarketPosition" immediately on Day Bar Close?
Replies: 2
Views: 1780

Re: How to update "MarketPosition" immediately on Day Bar Cl

Hello Morgan,

Have you tried adding RecalcLastBarAfter to your code?
by Henry MultiСharts
24 Sep 2015
Forum: MultiCharts .NET
Topic: Connect loss handling?
Replies: 1
Views: 1677

Re: Connect loss handling?

Hello Aufidius,

In case you are still experiencing this behavior - please send us the logs and the corresponding screenshot of QuoteManager Event Log for analysis.
by Henry MultiСharts
24 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11314

Re: MULTICHARTS 9.1 RELEASE CANDIDATE

Hello , i've issues with interactive brokers, data refresh in MC DOM is very slow compared to TWS DOM ( see picture), it's lagging. Plus, i don't have the same number of shares between TWS DOM and MC DOM. For example at ask price 148.92 i have 900 shares for MC DOM, but 1200 shares for TWS DOM (see...
by Henry MultiСharts
24 Sep 2015
Forum: MultiCharts
Topic: Problem with realtime Trendlines (TLs) on point charts? [SOLVED]
Replies: 6
Views: 2662

Re: Problem with realtime Trendlines (TLs) on point charts? [SOLVED]

Hello MC_Prog,

Please add the following line to your code:

Code: Select all

[RecoverDrawings = false]
by Henry MultiСharts
23 Sep 2015
Forum: MultiCharts
Topic: CQG Data
Replies: 34
Views: 12399

Re: CQG Data

For a few months now, whenever I refresh/reload my chart there is a gap of 5-30 minutes of data that is missing from the most recent data (current date). I use IQFeed for historical and CQG for live data. Hello waveslider, Please come to our live chat Monday-Friday 6:30 am - 1 pm EST to demonstrate...
by Henry MultiСharts
23 Sep 2015
Forum: MultiCharts
Topic: slow backfill CQG
Replies: 3
Views: 2218

Re: slow backfill CQG

Hello O66, If you already have data stored in the data base then it will take less time to decompress it and load on charts compared to requesting it from the data provider. If you can see data requests in the Event Log of QuoteManager then some data is being loaded from the data provider, which is ...
by Henry MultiСharts
23 Sep 2015
Forum: MultiCharts
Topic: Problem with realtime Trendlines (TLs) on point charts? [SOLVED]
Replies: 6
Views: 2662

Re: Problem with realtime Trendlines (TLs) on point charts? [SOLVED]

Hello MC_Prog,

We are currently analyzing this case.
by Henry MultiСharts
23 Sep 2015
Forum: MultiCharts
Topic: 2 Bugs in Portfolio Trader, please vote, thanks. [SOLVED]
Replies: 9
Views: 4136

Re: 2 Bugs in Portfolio Trader, please vote, thanks. [SOLVED]

This issue has been resolved in MultiCharts 9.1 Release Candidate.
by Henry MultiСharts
23 Sep 2015
Forum: MultiCharts
Topic: Phantom Trades
Replies: 36
Views: 11263

Re: Phantom Trades

Hello Dgresens,

Usually “TIF unspecified” is not the reason but the result of the order reject.
You need to go to File -> New -> Order and position tracker window->Logs tab to check the rejection reason.
by Henry MultiСharts
23 Sep 2015
Forum: MultiCharts
Topic: Inside bar breakout - Need to fix
Replies: 1
Views: 1294

Re: Inside bar breakout - Need to fix

Hello ravidevt,

Please contact us directly if you are interested in our custom programming services.
by Henry MultiСharts
23 Sep 2015
Forum: MultiCharts
Topic: How to show exact data and time in the future?
Replies: 1
Views: 1350

Re: How to show exact data and time in the future?

Hello Charles,

This issue will be fixed in MultiCharts 9.1 Release.
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: rtd server on windows server 2008 issue
Replies: 1
Views: 1333

Re: rtd server on windows server 2008 issue

Hello ilt000, The following configurations are possible on your OS: MS Office 32 + RTD32 + MultiCharts/.NET 32-bit. MS Office 32 + RTD64 + MultiCharts/.NET 64-bit. MS Office 64 + RTD64 + MultiCharts/.NET 64-bit. If you have an error generated by Excel when you are installing the RTD server then some...
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: QuoteManager Data Granularity -- plea for higher time frames
Replies: 13
Views: 4129

Re: QuoteManager Data Granularity

Hello khalaad,

You can import weekly/monthly data as daily data and then plot it on a chart.
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: Order and position tracker BUG
Replies: 3
Views: 1698

Re: Order and position tracker BUG

Hello No Erocla,

It will be fixed in MultiCharts 9.1 Release.
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: Problem with PMM strategy
Replies: 1
Views: 1364

Re: Problem with PMM strategy

Hello pablo gonzalez vidal,

Please contact us directly if you are interested in custom programming services.
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: Difference in backtesting between Chart and Portfolio mode
Replies: 3
Views: 1783

Re: Difference in backtesting between Chart and Portfolio mo

We understand the importance and demand of this functionality and we are considering adding it in the future. We cannot provide any ETA for it, as this is not a trivial functionality. It requires development of the new complex algorithms for synchronous multi data stream processing in backtesting an...
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: CQG data through WHSelfinvest NOT working
Replies: 1
Views: 1203

Re: CQG data through WHSelfinvest NOT working

Hello teinba71, Since MultiCharts 9.1 beta 1 CQG connection works via WebApi. Old demo accounts created for COM API (which was used previously) will not work. You need to contact your broker and request a new WebApi demo account. Live accounts should work OK without any additional adjustments from b...
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: Windows 10 Compatibility Issue [SOLVED]
Replies: 3
Views: 2455

Re: Windows 10 Compatibility Issue [SOLVED]

Hello Gann_Man,

Our engineers were able to replicate the MBTrading futures data access in the DOM window on Windows 10 issue.
At the moment the fix is targeted to MultiCharts 9.1 Release.
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: volume realtime scanner
Replies: 2
Views: 1404

Re: volume realtime scanner

Hello Sir,

Please contact your custom data provider directly for assistance.
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: Stock Splits / Corporate actions
Replies: 1
Views: 1370

Re: Stock Splits / Corporate actions

Hello aconnery,

There is no such prebuilt tool.
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: PowerLanguage, referencing previous values of a variable
Replies: 1
Views: 1288

Re: PowerLanguage, referencing previous values of a variable

When I try this in MC 8.8 I get the initial value (here: 123.45) whenever CurrentBar is between 1 and 10.
Hello HPF,

The behavior you have described is the expected one.
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: question about spread trading with Portfolio Trader
Replies: 1
Views: 1433

Re: question about spread trading with Portfolio Trader

Hello GiuseppeM,

The question you are asking is answered in the article you have specified. Please make sure you have studied it carefully.
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: Oanda REST API
Replies: 11
Views: 4663

Re: Oanda REST API

Hello masterchanger, In order to study this case please provide the information Christina requested in the live chat: Please send us MultiCharts logs to support@multicharts.com or send them to ftp: https://www.multicharts.com/trading-software/index.php/MultiCharts_Logs Please also attach screenshots...
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11314

Re: MULTICHARTS 9.1 RELEASE CANDIDATE

Problems with DOM on ddz15 CQG feed and Live account. Where are the bids ??? Watch the short video http://it.tinypic.com/r/f03hvc/8 Hello CrazyNasdaq, We do not have such issue on our end. Please try your account in CQG Trader. Does it have the same behavior? Are you using a live or a demo account?...
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: Portfolio_Rotation Question
Replies: 3
Views: 2110

Re: Portfolio_Rotation Question

Hello scuba,

You need to apply the prebuilt "Portfolio_Rotation" signal as the trading signal to your strategy.
"Portfolio_Rotation_MM" signal is the Money Management signal for Portfolio Trader.
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: FTMIB CUSTOM FUTURE
Replies: 5
Views: 2261

Re: FTMIB CUSTOM FUTURE

Hello houss75,

Please follow the step by step instructions at this page to fix the issue:
https://www.multicharts.com/trading-sof ... s_Contract
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: Chande Kroll Stop indicator
Replies: 1
Views: 5824

Re: Chande Kroll Stop indicator

Hello bombaybom,

There is no such prebuilt study.
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: Instances on different PC with same IP Address
Replies: 1
Views: 1553

Re: Instances on different PC with same IP Address

Hello No Erocla,

You need two licenses in order to run MultiCharts on two different PCs at the same time in Online mode.
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: GetRTAccountNetWorth [SOLVED]
Replies: 9
Views: 6603

Re: GetRTAccountNetWorth [SOLVED]

Hello AlgoTargetTrade,

GetRTAccountNetWorth returns a value if it is present in the Order and Position tracker window - Orders tab. If it is not there then you will need to wait for MultiCharts 9.1 Release to get the fix.
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: There is no more "Daily Limit" Field, ...bug? [SOLVED]
Replies: 2
Views: 1581

Re: There is no more "Daily Limit" Field, ...bug? [SOLVED]

Hello GiuseppeM, Daily Limit field has been removed in MultiCharts 9.1 as it was obsolete. This issue you are referring to has been already resolved since MultiCharts 9.1 Beta 2. If you have a symbol root created in MultiCharts 9.1 Beta 1 (which had the issue) then you need to remove it and create a...
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: Walk-Forward Optimization Error
Replies: 1
Views: 1254

Re: Walk-Forward Optimization Error

Hello deltastrike,

If you still have this behavior - please come to our live chat Monday-Friday 6:30 am - 1 pm EST to demonstrate it remotely. We will do our best to help you.
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: Interactive Brokers Continuous Contract
Replies: 6
Views: 4223

Re: Interactive Brokers Continuous Contract

Hello SP,

Interactive Brokers API does not provide access to the Continuous Contracts data for third party apps. This functionality is available in the TWS only.
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: Error -> Can not contact the currency convertor server.
Replies: 1
Views: 1190

Re: Error -> Can not contact the currency convertor server.

Hello Erik Pepping, None of the other users experienced any issues with the connection to the Currency Conversion servers. When you have the error you need to switch on the signal to have it calculated. If you are still having this issue - please send us the logs and specify the exact time the error...
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: Difference in backtesting between Chart and Portfolio mode
Replies: 3
Views: 1783

Re: Difference in backtesting between Chart and Portfolio mo

Hello meo, Your script should generate the same results in MultiCharts and Porfolio Backtester if the settings are the same. You need to have 1 instrument in your portfolio for the results to match with the chart. 1 trading instrument (data 1).  You need to have IOG and bar magnifier disabled for yo...
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: Problem in "Merged Chart"
Replies: 1
Views: 1082

Re: Problem in "Merged Chart"

Hello robinszeto, By default an indicator is calculated on one data series. On your chart you have two separate data series. If you want to merge a real-time data source and a historical data source into a single chart you need to turn on the option in MultiCharts->File->Preferences->Charting->Enabl...
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 2
Replies: 23
Views: 9279

Re: MULTICHARTS 9.1 BETA 2

On the DOM the LOD and HOD markers do not update correctly, ie price trades straight through them and they don't move. Then later on they randomly decide to update. (I'm using CQG). Hello Geoff, The DOM window shows the corresponding High/Low values from the Status Line of the chart. If the values ...
by Henry MultiСharts
22 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11314

Re: MULTICHARTS 9.1 RELEASE CANDIDATE

DataFeed + Broker: Interactive Brokers when opening many charts, ask and bid prices in Chart Trading Panel are just updating, when you have an open position, as soon as you close your position, ask/bid prices are stalled with the last prices you got, when your position was closed. Hello FutureTrade...
by Henry MultiСharts
15 Sep 2015
Forum: MultiCharts
Topic: Backtest Limit Orders with incorrect fills [SOLVED]
Replies: 32
Views: 28112

Re: Limit Orders with incorrect fills [SOLVED]

We are evaluating adding this improvement in the next minor platform update.
by Henry MultiСharts
15 Sep 2015
Forum: MultiCharts .NET
Topic: Free trial only 5 days?
Replies: 1
Views: 1598

Re: Free trial only 5 days?

Hello,

Please email your User ID to support@multicharts.com
by Henry MultiСharts
14 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11314

Re: MULTICHARTS 9.1 RELEASE CANDIDATE

downgrading from 9.1 RC to 9.0 stable deletes all private functions/indicators/strategies(read only studies)..
there was a bug that installing 9.1 RC deleted them, this was fixed, but downgrading isn't fixed.
We are checking that.
by Henry MultiСharts
14 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11314

Re: MULTICHARTS 9.1 RELEASE CANDIDATE

We also added the possibility to set trailing stop, profit target and other special orders parameters in ticks for auto trading. Haven't found anything about this neither in the changelog nor in the RC itself. Could you elaborate on this, please? Hello txls, We have added special orders that accept...
by Henry MultiСharts
11 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 RELEASE CANDIDATE
Replies: 32
Views: 11314

MULTICHARTS 9.1 RELEASE CANDIDATE

MultiCharts 9.1 Release Candidate is available for download now (builds 11709/11710)! This version introduces a number of long-awaited features implemented in response to numerous user feature requests. Local broker simulation, Forex board, Volume Profile in DOM window, multibroker trading performa...
by Henry MultiСharts
11 Sep 2015
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 9.1 RELEASE CANDIDATE
Replies: 1
Views: 2270

MULTICHARTS .NET 9.1 RELEASE CANDIDATE

MultiCharts .NET 9.1 Release Candidate is available for download now (builds 11615/11616)! This version introduces a number of long-awaited features implemented in response to numerous user feature requests. Local broker simulation, Forex board, Volume Profile in DOM window, multibroker trading per...
by Henry MultiСharts
10 Sep 2015
Forum: MultiCharts .NET
Topic: CQG data
Replies: 2
Views: 2053

Re: CQG data

Hello Drogo,

There is no issue with MultiCharts. Please contact your broker directly to get the proper demo account for your version of MultiCharts.
by Henry MultiСharts
09 Sep 2015
Forum: MultiCharts
Topic: Order and position tracker BUG
Replies: 3
Views: 1698

Re: Order and position tracker BUG

Hello No Erocla, What exact version and build number of MultiCharts are you running? (in MultiCharts go to Help tab-> About) What is the version of TWS and Java you are running ? (TWS Help tab->About) Do you have single account, multiple accounts or FA account type under your IB login? How often do ...
by Henry MultiСharts
09 Sep 2015
Forum: MultiCharts
Topic: CQG Continuum Connection at NT Broker
Replies: 1
Views: 1503

Re: CQG Continuum Connection at NT Broker

Hello harvester, Please install the CQG Trader on your PC to test the account: http://www.platformdownloads.com/programfiles/CQG_en-US_production_V6.01.302_Install.msi If you are unable to login with your account - please contact your broker directly. Once you are able to login into CQG Trader - con...
by Henry MultiСharts
09 Sep 2015
Forum: MultiCharts .NET
Topic: Multicharts TWS - will it be working after Sep 10th ?
Replies: 7
Views: 5323

Re: Multicharts TWS - will it be working after Sep 10th ?

Hello Automeq,

All MC for TWS/MC .NET for TWS installations will stop working on September 20th, 2015. You will not be able to continue using it. If you want to get a discount for the full version of MultiCharts (.NET) - please contact us directly until September 20th, 2015.
by Henry MultiСharts
08 Sep 2015
Forum: MultiCharts
Topic: Windows 10 Compatibility Issue [SOLVED]
Replies: 3
Views: 2455

Re: Windows 10 Compatibility Issue [SOLVED]

Hello Gann_Man,

Are you able to get the DOM data in the MBTrading platform?
Have you configured the MB Trading broker profile? Is it connected?
Are there any error messages in the QuoteManager Event Log when you create a new DOM window?
by Henry MultiСharts
08 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 2
Replies: 23
Views: 9279

Re: MULTICHARTS 9.1 BETA 2

I've ask to add the ability for changing the size of window OPEN and resize the column NAME. Both sizes shall be saved as closed. Since beta2 works the resizing of OPEN window and is saved as closed. Please add the resizing of NAME column too. Thank you for the help. Best regards, swisstrader Hello...
by Henry MultiСharts
08 Sep 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 2
Replies: 23
Views: 9279

Re: MULTICHARTS 9.1 BETA 2

i never close MC. Yesterday Volume profile in dom was ok, today it is empty. I need to restart MC to get a profile again. see http://screencast.com/t/nXbB8x9pElA Hello O66, Which data provider and instrument do you use? How often is this behavior replicated? Were the charts/DOM windows for the othe...
by Henry MultiСharts
27 Aug 2015
Forum: MultiCharts QUIK
Topic: Пожелания на новые релизы.
Replies: 28
Views: 8619

Re: Пожелания на новые релизы.

А такой момент не рассматривали: аналитический раздел, типа статистики по сделкам трейдера? Это тема такая актуальная сегодня. Может как дополнение платное? Чтобы не париться с таблицами excel, просто создал за нужный период отчет и посмотрел на диаграммы и цифры. Подобные журналы уже есть на некот...
by Henry MultiСharts
27 Aug 2015
Forum: MultiCharts
Topic: DOM organization - attach, detach, always on top
Replies: 7
Views: 4320

Re: DOM organization - attach, detach, always on top

Any follow up on Attached DOM? SC does it great, there you can attach the DOM to the chart, where price level matches. Its a very good implementation in my opinion.
Hello KhaosTrader,

Not yet. We'll work on it and I will keep the board updated.
by Henry MultiСharts
27 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 2
Replies: 23
Views: 9279

Re: MULTICHARTS 9.1 BETA 2

Hello Geoff, Are you able to replicate this behavior? Do you have it on all CQG instruments? Please attach a screenshot demonstrating the issue. It happens on both EPU15 and EU6U15, that's all I'm trading right now. It can be replicated every time the market makes new highs or lows for the session....
by Henry MultiСharts
27 Aug 2015
Forum: MultiCharts
Topic: slow backfill CQG
Replies: 3
Views: 2218

Re: slow backfill CQG

Hello O66, Once data is downloaded from the data feed server and plotted on the chart - it is stored in the cache. When you close MultiCharts, QuoteManager and Portfolio Trader - cached data is saved to the local database. You do not need to manually save any data, it is done automatically. Next tim...
by Henry MultiСharts
27 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 2
Replies: 23
Views: 9279

Re: Beta 2

The behaviour of Track time and price in Beta 2 is different - in previous MC releases you could click to the right side of any chart and that would bring ALL charts Last bar into view - now if you don't click on the last bar of a chart ALL the charts line up in different places - surely that can't...
by Henry MultiСharts
26 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 2
Replies: 23
Views: 9279

Re: MULTICHARTS 9.1 BETA 2

On the DOM the LOD and HOD markers do not update correctly, ie price trades straight through them and they don't move. Then later on they randomly decide to update. (I'm using CQG). Hello Geoff, Are you able to replicate this behavior? Do you have it on all CQG instruments? Please attach a screensh...
by Henry MultiСharts
26 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 2
Replies: 23
Views: 9279

Re: Beta 2

The behaviour of Track time and price in Beta 2 is different - in previous MC releases you could click to the right side of any chart and that would bring ALL charts Last bar into view - now if you don't click on the last bar of a chart ALL the charts line up in different places - surely that can't...
by Henry MultiСharts
26 Aug 2015
Forum: MultiCharts
Topic: Backtest Limit Orders with incorrect fills [SOLVED]
Replies: 32
Views: 28112

Re: Limit Orders with incorrect fills [SOLVED]

Hello wilkinsw,

We will get back to you with the analysis results once our engineers study the information you have provided.
by Henry MultiСharts
26 Aug 2015
Forum: MultiCharts .NET
Topic: LastBarOnChart not working with multiple data lines
Replies: 4
Views: 2420

Re: LastBarOnChart not working with multiple data lines

Hello Dave, We were unable to replicate this behavior on our end. Please send us (support@multicharts.com) the following information for further analysis: - workspace you are using; - in QuoteManager select the symbols you are using, make a right click on it->Export data->Export instrument (without ...
by Henry MultiСharts
25 Aug 2015
Forum: MultiCharts
Topic: Can't get Free quote daily bars even though weekly come in [SOLVED]
Replies: 12
Views: 4037

Re: Can't get Free quote daily bars even though weekly come  [SOLVED]

Hello bowlesj3, It still works ok on our end without any special actions. http://www.multicharts.com/discussion/download/file.php?mode=view&id=9114&sid=f90a9e342d10f9077a4007a7eb616ebe Please come to our live chat Monday-Friday 6:30 am - 1 pm EST to demonstrate this behavior remotely. We will do our...
by Henry MultiСharts
25 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 2
Replies: 23
Views: 9279

Re: MULTICHARTS 9.1 BETA 2

How can I reset or cancel old instruments or account in this new screen of Order and Position Tracker and put there only instruments that I want ? Hello CrazyNasdaq, The Trades Summary Report is based on the orders stored in the Order and Position Tracker Orders tab. There is no way to selectively ...
by Henry MultiСharts
25 Aug 2015
Forum: MultiCharts
Topic: Backtest Limit Orders with incorrect fills [SOLVED]
Replies: 32
Views: 28112

Re: Limit Orders with incorrect fills [SOLVED]

Hello wilkinsw, I have consulted with our developers regarding your inquiry. In MultiCharts all orders in backtesting are GTC. Basically you are requesting adding other TIF support for backtesting. This is not a trivial functionality and it requires significant changes in MultiCharts core components...
by Henry MultiСharts
25 Aug 2015
Forum: MultiCharts
Topic: SLOW PortFolio Trader (No Multithreading implemented!) [SOLVED]
Replies: 4
Views: 3557

Re: SLOW PortFolio Trader (No Multithreading implemented!) [SOLVED]

They say: "During backtesting only one core can be used, because the process is sequential, i.e. it depends on previous results to obtain a result at a later date. It cannot be split up into multiple cores". I disagree, if you have several different strategies, each of them having their own data + ...
by Henry MultiСharts
25 Aug 2015
Forum: MultiCharts .NET
Topic: Market Scanner - Multi Timeframe in Indicator
Replies: 2
Views: 3108

Re: Market Scanner - Multi Timeframe in Indicator

Hello tmfdouglas, There are multiple ways to achieve this goal: CustomInstrument class - easily access the data series loaded by the DataLoader with the bars tied to the bars of the main data series based on time: Example here ; Use the DataLoader to obtain data, build required resolution, create a ...
by Henry MultiСharts
24 Aug 2015
Forum: MultiCharts
Topic: Realtime data problem [SOLVED]
Replies: 3
Views: 1543

Re: Realtime data problem [SOLVED]

The issue has been resolved by updating the TWS.
by Henry MultiСharts
24 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 2
Replies: 23
Views: 9279

Re: MULTICHARTS 9.1 BETA 2

This has not been a good week start for me. Is something off here or my brain just went blank? Where do I set the $ value per tick? 2 ticks in ZN it's not worth €0.03. Hello arnie, Please make sure the proper Big Point Value is set for the instrument you are using in the QuoteManager: https://www.m...
by Henry MultiСharts
24 Aug 2015
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 9.1 BETA 2
Replies: 6
Views: 3657

Re: MULTICHARTS .NET 9.1 BETA 2

Hello JoshM, The original behavior was not intended to be changed. For example IPlotObject.Reset(10) will delete the plot 10 bars ago from the current one. The plot is deleted but when Line style is used - it will connect the available plots. If you do not want to see the connecting lines between pl...
by Henry MultiСharts
21 Aug 2015
Forum: MultiCharts
Topic: volume profile left alignment
Replies: 3
Views: 1553

Re: volume profile left alignment

Hello O66,

There is no way to have the Volume Profile sticky to the left side of the chart, but you can have it shown to the right side of the chart.
by Henry MultiСharts
21 Aug 2015
Forum: MultiCharts
Topic: Message always show up from IB [SOLVED]
Replies: 1
Views: 1018

Re: Message always show up from IB [SOLVED]

Hello dingmanhoe123, “Market data farm connection is broken” message is coming from IB and per IB support it means that TWS has lost connection to the servers (either Internet problem or server problem). Based on our experience you can simply ignore these messages as the connection continues to oper...
by Henry MultiСharts
21 Aug 2015
Forum: MultiCharts FAQ
Topic: Supported MultiCharts Brokers
Replies: 21
Views: 35461

Re: Supported MultiCharts Brokers

I trade through CQG. My MC is version 9.0 (Build 11210). I notice that 9.1 Beta uses the CQG Continuum API. Silly question, but what CQG API am I on now on 9.0? Do I need to tell my broker (Marex) if it's changing?? Many thanks, Will MultiCharts 9.0 is using the COM API. Since MultiCharts 9.1 beta ...
by Henry MultiСharts
21 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 2
Replies: 23
Views: 9279

Re: MULTICHARTS 9.1 BETA 2

Hello arnie, This is not an issue, this is how it is designed to work. Adding different display mode for fractional price scale has not been targeted to MultiCharts 9.1 Beta 2: Oh lord, you still didn't changed the way MC quote treasuries? I thought 9.1 would finally remove that annoying and unneces...
by Henry MultiСharts
20 Aug 2015
Forum: MultiCharts
Topic: Volume profile is missing data in middle section of chart [SOLVED]
Replies: 5
Views: 2456

Re: Volume profile is missing data in middle section of char [SOLVED]

PD Quig,

Please attach the following information for further investigation:
- workspace you are using;
- in QuoteManager select the symbol you are using, make a right click on it->Export data->Export instrument (with data). Send me the Qmd export file for analysis.
by Henry MultiСharts
20 Aug 2015
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 9.1 BETA 2
Replies: 6
Views: 3657

MULTICHARTS .NET 9.1 BETA 2

MultiCharts .NET 9.1 Beta 2 is available for download now (builds 11615/11616)!
It has minor updates and fixes for features that were introduced in Beta 1.

Click to learn what's new in these builds

Go to MultiCharts .NET 9.1 Beta 2 download page
by Henry MultiСharts
20 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

Will it support CQG demo account as it was in previous release ? At the moment those who would like to test CQG with a demo account, can't do that with this new release 9.1 You need to get a WEB API demo account from your broker to use the CQG demo connection. If your broker is having difficulties ...
by Henry MultiСharts
20 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 2
Replies: 23
Views: 9279

MULTICHARTS 9.1 BETA 2

MultiCharts 9.1 Beta 2 is available for download now (builds 11613/11614)!
It has minor updates and fixes for features that were introduced in Beta 1.
Click to learn what's new in these builds

Go to MultiCharts 9.1 Beta 2 download page
by Henry MultiСharts
20 Aug 2015
Forum: MultiCharts
Topic: Volume profile is missing data in middle section of chart [SOLVED]
Replies: 5
Views: 2456

Re: Volume profile is missing data in middle section of char [SOLVED]

Hello PD Quig,

Please make sure that you have complete 1 tick data for this instrument for the 19th August.
If some data is missing - please reload the tick chart to backfill it.
by Henry MultiСharts
19 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

and read only indicators aren't available anymore.
This issue will be fixed in MultiCharts 9.1 Beta 2.
by Henry MultiСharts
18 Aug 2015
Forum: MultiCharts .NET
Topic: Multi-timeframe indicator/strategy
Replies: 3
Views: 2493

Re: Multi-timeframe indicator/strategy

Hello Hamid,

In order to use multiple data series in the Playback you need to add the required data series to your chart and reference it from the code, instead of using the DataLoader.
by Henry MultiСharts
18 Aug 2015
Forum: MultiCharts
Topic: Some problems
Replies: 3
Views: 1538

Re: Some problems

Hello veritasig, 1) TWS shows bar open time, MultiCharts shows bar close time. If you need to change the Time Zone for your chart - here is how to do that. 2) Most likely you are plotting different Quote Fields in MultiCharts and TWS. Here is how to configure it in MultiCharts. In TWS go to Edit->Ch...
by Henry MultiСharts
17 Aug 2015
Forum: MultiCharts
Topic: Problem with Contract Expiry
Replies: 2
Views: 1198

Re: Problem with Contract Expiry

Hello dingmanhoe123, Building a continuous futures data series in MultiCharts is called Custom Futures. Please refer to this guide to learn how to configure it: https://www.multicharts.com/trading-software/index.php/Custom_Futures Rollover of custom futures dataseries cannot be done in realtime. You...
by Henry MultiСharts
17 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

Hello, I use MC for US stock trading (interactive broker). I've 5 opened DOM in my workspace. I use keyboard shortcuts to enter in position (at bid or ask depending the short or long position) Today i've the price level frozen at 87.22$ no matter the current bid/ask for stock EL when i hit the shor...
by Henry MultiСharts
17 Aug 2015
Forum: MultiCharts .NET
Topic: System.IO.FileNotFoundException [SOLVED]
Replies: 4
Views: 3618

Re: System.IO.FileNotFoundException [SOLVED]

Hello Louis88, You need to run all MultiCharts .NET components under the same user (as user or as admin). If you are running MultiCharts .NET as administrator then you need to run the PL .NET Editor as admin as well. Please also make sure that your anti-virus does not block the StudyServer.NET.exe p...
by Henry MultiСharts
14 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

Hello,
I have trouble downloading data of Copper.

Attached screenshot:
We will check that.
by Henry MultiСharts
14 Aug 2015
Forum: MultiCharts
Topic: FTMIB CUSTOM FUTURE
Replies: 5
Views: 2261

Re: FTMIB CUSTOM FUTURE

Hello houss75, This message means that your broker symbol's Price Scale and Min Movement settings are incorrect. You need to re-add the broker instrument using the Data Vendor Supplied List . Then disconnect the broker profile and open the Symbol Mapping window. Delete all lines where this particula...
by Henry MultiСharts
14 Aug 2015
Forum: MultiCharts
Topic: How to get delayed stocks data from IB
Replies: 1
Views: 1076

Re: How to get delayed stocks data from IB

Hello Martin,

Delayed data from IB is not supported in MultiCharts.
Please subscribe to non-delayed realtime and historical data.
by Henry MultiСharts
13 Aug 2015
Forum: MultiCharts
Topic: Understanding Variance and Volatility Functions in EL
Replies: 1
Views: 1095

Re: Understanding Variance and Volatility Functions in EL

Hello deltastrike,

We were unable to replicate such behavior on our end.
Please study the following information:
How_to_make_indicator_and_signal_calculation_results_the_same
How_Signals_are_Calculated
by Henry MultiСharts
13 Aug 2015
Forum: MultiCharts
Topic: Simultaneous Limit Orders
Replies: 1
Views: 903

Re: Simultaneous Limit Orders

Hello deltastrike, We have tested this code on our end and it successfully submits both orders at broker at the same time as expected. First of all you need to check if an order is not being generated or it is being declined by broker. In MultiCharts go to File -> New -> Order and position tracker w...
by Henry MultiСharts
13 Aug 2015
Forum: MultiCharts
Topic: Net Comm Manual Chart P&L
Replies: 3
Views: 1373

Re: Net Comm Manual Chart P&L

StefanoSF,

If you have single account in TWS then you can try using the "Get from TWS" Unrealized Profit Calculation Mode. It should include the commission.
by Henry MultiСharts
12 Aug 2015
Forum: MultiCharts
Topic: Net Comm Manual Chart P&L
Replies: 3
Views: 1373

Re: Net Comm Manual Chart P&L

Hello StefanoSF,

Which broker do you use?
by Henry MultiСharts
11 Aug 2015
Forum: MultiCharts QUIK
Topic: Пожелания на новые релизы.
Replies: 28
Views: 8619

Re: Пожелания на новые релизы.

Добрый день, Blaga. Спасибо за пожелания. 1) Зеленая стрелка в правом верхнем углу окна Order and Position Tracker скрывает фильтры; 2) Выбор пунктов для контекстного меню - передам пожелание руководству; 3) Клонирование ордеров на другие брокер профили - Вы можете сами написать подобную стратегию в...
by Henry MultiСharts
11 Aug 2015
Forum: MultiCharts
Topic: PortfolioTrader ...... Sharpe 'Custom fitness value'
Replies: 1
Views: 1409

Re: PortfolioTrader ...... Sharpe 'Custom fitness value'

Hello aconnery, You can use the prebuilt signal !optimize by Sharpe ratio! for that. Please refer to the following pages for more details: https://www.multicharts.com/trading-software/index.php/SetCustomFitnessValue https://www.multicharts.com/discussion/viewtopic.php?f=1&t=12625 https://www.multich...
by Henry MultiСharts
11 Aug 2015
Forum: MultiCharts .NET
Topic: Multi-timeframe indicator/strategy
Replies: 3
Views: 2493

Re: Multi-timeframe indicator/strategy

Hello Hamid,

DataLoader is not designed for Data Playback.
by Henry MultiСharts
11 Aug 2015
Forum: MultiCharts
Topic: Compile error line 0, column 0
Replies: 12
Views: 5062

Re: Compile error line 0, column 0

You still have the same error. Please follow all of the instructions from my post #6 above.
by Henry MultiСharts
11 Aug 2015
Forum: MultiCharts
Topic: Backtest Limit Orders with incorrect fills [SOLVED]
Replies: 32
Views: 28112

Re: Limit Orders with incorrect fills [SOLVED]

Hello wilkinsw,

There is no need in moving the conversation on the subject from one topic into the other.
Your suggestions will be evaluated by our team and we will post the solution once it is available.
by Henry MultiСharts
11 Aug 2015
Forum: MultiCharts
Topic: Time differences of generated and filled orders
Replies: 1
Views: 920

Re: Time differences of generated and filled orders

Hello John,

There is no direct access to generated and filled order timestamps.
You can use OpenEntryTime/PosTradeEntryDateTime/PosTradeExitDateTime to return the time of the bar where the order was executed.
by Henry MultiСharts
11 Aug 2015
Forum: MultiCharts
Topic: Compile error line 0, column 0
Replies: 12
Views: 5062

Re: Compile error line 0, column 0

Hello xetro,

Please try compiling an empty study with no code now and post the logs you currently have in compiler_error.log file.
by Henry MultiСharts
10 Aug 2015
Forum: MultiCharts
Topic: Renko bar 'starting' values [SOLVED]
Replies: 25
Views: 11464

Re: Renko bar 'starting' values [SOLVED]

Hello MC_Prog, New option has been added to Format->Instrument->Settings tab->Renko->Input->Close or OHLC. Close = Old behavior OHLC = New behavior When Close is selected - the Renko bricks are formed between the close prices of the selected resolution. When OHLC is selected - the Renko bricks are f...
by Henry MultiСharts
10 Aug 2015
Forum: MultiCharts
Topic: Backtest Limit Orders with incorrect fills [SOLVED]
Replies: 32
Views: 28112

Re: Limit Orders with incorrect fills [SOLVED]

wilkinsw,

Both of your cases will be filled the same way - when limit order assumption is enabled the limit order is filled without price improvement at limit price.
When limit order assumption is disabled the limit order can be filled with price improvement at limit price or better.
by Henry MultiСharts
10 Aug 2015
Forum: MultiCharts
Topic: 2 Bugs in Portfolio Trader, please vote, thanks. [SOLVED]
Replies: 9
Views: 4136

Re: 2 Bugs in Portfolio Trader, please vote, thanks. [SOLVED]

andywill,

Please send us the information requested in my post #2 above so that we can study it on our end.
by Henry MultiСharts
10 Aug 2015
Forum: MultiCharts
Topic: Will Multicharts 9 run on windows 10
Replies: 18
Views: 9015

Re: Will Multicharts 9 run on windows 10

Hello Martin,

The Data Window font and size are linked to the Price Scale's settings. Please go to Format->Window->Y-price scale to configure the font.
by Henry MultiСharts
10 Aug 2015
Forum: MultiCharts .NET
Topic: Reference .dll [SOLVED]
Replies: 3
Views: 3711

Re: Reference .dll [SOLVED]

Hello Sabino,

Please see post #2 in MultiCharts .NET FAQ.
by Henry MultiСharts
10 Aug 2015
Forum: MultiCharts
Topic: 2 Bugs in Portfolio Trader, please vote, thanks. [SOLVED]
Replies: 9
Views: 4136

Re: 2 Bugs in Portfolio Trader, please vote, thanks. [SOLVED]

Hello andywill,

Are you able to replicate the same behavior with commission and slippage disabled?
by Henry MultiСharts
07 Aug 2015
Forum: MultiCharts
Topic: Backtest Limit Orders with incorrect fills [SOLVED]
Replies: 32
Views: 28112

Re: Limit Orders with incorrect fills [SOLVED]

I'm saying it shouldn't be filled at the limit price in this situation. The open/session restarts is a time where price improvement DOES occur if the open is at a better price than ones limit price. You literally get matched at the opening price. If the new MC beta is now filling limit orders only ...
by Henry MultiСharts
07 Aug 2015
Forum: MultiCharts
Topic: Compile error line 0, column 0
Replies: 12
Views: 5062

Re: Compile error line 0, column 0

Please do the following: Close all MultiCharts products and make sure all MultiCharts Processes are finished in Windows Task Manager. Click on Windows Start button, then Run and type Regedit. Press Enter. In the Registry open the path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem C...
by Henry MultiСharts
07 Aug 2015
Forum: MultiCharts
Topic: Backtest Limit Orders with incorrect fills [SOLVED]
Replies: 32
Views: 28112

Re: Limit Orders with incorrect fills [SOLVED]

I've just realised that there is another scenario where price improvement IS possible with a limit order........... At the session open! If I have a buy limit order working over the weekend, for example, and the open on Sunday (Globex) evening gaps 100 prices below my limit order..... Then I get fi...
by Henry MultiСharts
07 Aug 2015
Forum: MultiCharts .NET
Topic: Risk monitor study?
Replies: 1
Views: 1889

Re: Risk monitor study?

Hello arnie,

You should be able to accumulate the required values and generated an alert when necessary.
by Henry MultiСharts
07 Aug 2015
Forum: MultiCharts
Topic: Compile error line 0, column 0
Replies: 12
Views: 5062

Re: Compile error line 0, column 0

Hello xetro, Please try compiling an empty study with no code. If it cannot be compiled - please go to MultiCharts->File->Preferences->Directories. Copy the path to the Studies directory. Open this path in Windows Explorer or any preferred file manager. Go to Studies folder, open the compiler_error....
by Henry MultiСharts
07 Aug 2015
Forum: MultiCharts .NET
Topic: What does the trend in the watch list actually show?
Replies: 1
Views: 1768

Re: What does the trend in the watch list actually show?

Hello Turing,

Trend coloring is based on the following logic:
Close[0] > Close[1] Green
Close[0] < Close[1] Red
Close[0] = Close[1] Gray
by Henry MultiСharts
07 Aug 2015
Forum: MultiCharts
Topic: Strategy Positions: Backtesting vs. Auto-Trading
Replies: 1
Views: 1041

Re: Strategy Positions: Backtesting vs. Auto-Trading

Hello fbertram, SA mode recalculates the strategy on start, only actual trades executed at broker are displayed on the chart. All backtesting results are removed from the chart, therefore all order related values are reset in the code. if you want to preserve the backtesting results/values - you can...
by Henry MultiСharts
07 Aug 2015
Forum: MultiCharts .NET
Topic: Changing the caption of a detached chart?
Replies: 2
Views: 1847

Re: Changing the caption of a detached chart?

Hello Ram,

Unfortunately there is no way to do that.
by Henry MultiСharts
06 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

Sorry for not taking a screen shot of it. The error was that the TSServer process was already in use.
This message means that you have tried running MultiCharts components from different users. You need to run all components under the same user (as user or as admin).
by Henry MultiСharts
06 Aug 2015
Forum: MultiCharts
Topic: Some thing wrong with Two-dimensional array and print
Replies: 2
Views: 1112

Re: Some thing wrong with Two-dimensional array and print

Hello Jamil, Please send us (support@multicharts.com) the following information for analysis of this case: - workspace you are using; - in QuoteManager select the symbols you are using, make a right click on it->Export data->Export instrument (with data). Send us the QMD export file for analysis; - ...
by Henry MultiСharts
06 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

The Portfolio Trader will not launch while MC is open in 9.1 beta 1. Hello MAtricks, If the process is running and the icon is present on the system task bar but you cannot see the portfolio window please do the following: Please close all MCPortfolio.exe processes. Start the Registry editor - go t...
by Henry MultiСharts
05 Aug 2015
Forum: MultiCharts
Topic: Missing Oanda Data
Replies: 1
Views: 972

Re: Missing Oanda Data

Hello mcjohn,

Please plot a chart for the required instrument and data range and reload it (Ctrl+R).
by Henry MultiСharts
05 Aug 2015
Forum: MultiCharts
Topic: Real-time * BackTest Position MisMatch
Replies: 3
Views: 1557

Re: Real-time * BackTest Position MisMatch

Hello John,

Please send us the workspace and code you are using to generate this output to support@multicharts.com
by Henry MultiСharts
04 Aug 2015
Forum: MultiCharts
Topic: Real-time * BackTest Position MisMatch
Replies: 3
Views: 1557

Re: Real-time * BackTest Position MisMatch

Hello jondo, Most data vendors adjust historical data on their servers, that is why it can be different from the realtime stream. To minimize the difference that is recommended to use time based resolutions. In general case in order to ensure backtesting calculation is similar to realtime calculatio...
by Henry MultiСharts
04 Aug 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

In File -> Preferences -> Trading my currency options is set to EUR which would indicate that when I open OPT window my account balance would be in euros, correct? What is happening though is that every time I open for the first time for the day the OPT window and then connect to my broker, my acco...
by Henry MultiСharts
04 Aug 2015
Forum: MultiCharts
Topic: MultiCharts64 Version 9.1 Beta 1 RunTime Error R6025 [SOLVED]
Replies: 10
Views: 5727

Re: MultiCharts64 Version 9.1 Beta 1 RunTime Error [SOLVED]

Hello jrakovsk, Please send us the workspace and study you are using to support@multicharts.com: - MultiCharts-> File ->Save Workspace As; - Power Language editor-> File-> Export-> Export with dependent functions the studies you are having issue with. I've also received this error message on loadin...
by Henry MultiСharts
04 Aug 2015
Forum: MultiCharts
Topic: Portfolio Trader Instrument Resolution Bug?
Replies: 4
Views: 1747

Re: Portfolio Trader Instrument Resolution Bug?

Hello Henry i have found that i have this problem only on my laptop, no problems on the Desktop PC.

However: dataprovider-> IB with every symbol in every resolution.
(basically i have to remove the symbol and recharge it every time)
GiuseppeM, does it still happen if you create a new Portfolio?
by Henry MultiСharts
04 Aug 2015
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 9.1 BETA 1
Replies: 16
Views: 7003

Re: MULTICHARTS .NET 9.1 BETA 1

In terms of using more RAM I really can't see it but for sure this beta has problems in loading data. The same is happening with OEC data. Sometimes the chart loads OK, other times it takes forever to load or it don't load anything. It just hangs there, reloading data... And this is happening with ...
by Henry MultiСharts
04 Aug 2015
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 9.1 BETA 1
Replies: 16
Views: 7003

Re: MULTICHARTS .NET 9.1 BETA 1

It takes forever (3-5 minutes at least) to login and retrieve data from Rithmic, whereas it used to take 30 seconds or so. Same workspaces and charts, same studies. same everything. Please send us the logs for this occurrence. How do I go back to 9.0? I re-downloaded that but it won't let me instal...
by Henry MultiСharts
03 Aug 2015
Forum: MultiCharts
Topic: 9.1 Beta: Stop Loss Executed at Market Open Incorrectly
Replies: 1
Views: 951

Re: 9.1 Beta: Stop Loss Executed at Market Open Incorrectly

Hello StefanoSF, MultiCharts is not directly involved into the process of filling the order and determining the time and price to fill. Once the order is generated in MultiCharts with certain parameters – it is sent to the broker. The broker processes the order and fills it or rejects it. The broker...
by Henry MultiСharts
03 Aug 2015
Forum: MultiCharts
Topic: Read only studies [SOLVED]
Replies: 1
Views: 1307

Re: Read only studies [SOLVED]

Hello Stefan,

Thank you for the reporting. We will have that fixed in MultiCharts 9.1 Beta 2.
by Henry MultiСharts
03 Aug 2015
Forum: MultiCharts
Topic: Portfolio Trader : backtest entire NASDAQ with Norgate data
Replies: 3
Views: 2243

Re: Portfolio Trader : backtest entire NASDAQ with Norgate d

There is no MultiCharts limitation for the amount of charts you can have open/auto trading. You can have as many charts as your hardware allows. This value is individual and depends on the amount and complexity of the indicators/strategies you are using, amount of auto trading charts, amount of bars...
by Henry MultiСharts
03 Aug 2015
Forum: MultiCharts
Topic: Any function to tell the exchange time of the close price [SOLVED]
Replies: 1
Views: 1230

Re: Any function to tell the exchange time of the close pric [SOLVED]

Hello scotthkao,

That is possible to use the Exchange Time Zone on your chart to get the bar timestamps in Exchange time. There is no other way to get the time of a tick on the exchange side.
by Henry MultiСharts
03 Aug 2015
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 9.1 BETA 1
Replies: 16
Views: 7003

Re: MULTICHARTS .NET 9.1 BETA 1

Position history is not available in the new beta, and also order history is not available. Hello Japhro, Position History is available in MultiCharts .NET 9.1 Beta 1. Please make sure you have the "From-To" filters configured correctly. There is a known issue with Position History tab filter thoug...
by Henry MultiСharts
03 Aug 2015
Forum: MultiCharts
Topic: MultiCharts Bug ? The opening session bar is zapped ! [SOLVED]
Replies: 4
Views: 1783

Re: MultiCharts Bug ? The opening session bar is zapped ! [SOLVED]

Hello vindiou,

In MultiCharts the bar timestamps are referring to the close of the bar.
If your session starts at 1700 then the first 1 min bar will have 1701 timestamp.
by Henry MultiСharts
03 Aug 2015
Forum: MultiCharts
Topic: MultiCharts64 Version 9.1 Beta 1 RunTime Error R6025 [SOLVED]
Replies: 10
Views: 5727

Re: MultiCharts64 Version 9.1 Beta 1 RunTime Error [SOLVED]

Hello jrakovsk,

Please send us the workspace and study you are using to support@multicharts.com:
- MultiCharts-> File ->Save Workspace As;
- Power Language editor-> File-> Export-> Export with dependent functions the studies you are having issue with.
by Henry MultiСharts
03 Aug 2015
Forum: MultiCharts
Topic: Order rejected in Paper Trader [SOLVED]
Replies: 8
Views: 6665

Re: Order rejected in Paper Trader [SOLVED]

Hello fernando43611, The orders are rejected because there are no accounts for Paper Trader profile. Please go to MultiCharts->File->Broker profiles->Manage broker profiles->Paper Trader->Edit. In the appeared window add an account. Click Ok and connect the Paper Trader broker profile. In order to u...
by Henry MultiСharts
31 Jul 2015
Forum: MultiCharts
Topic: Order rejected in Paper Trader [SOLVED]
Replies: 8
Views: 6665

Re: Order rejected in Paper Trader [SOLVED]

fernando43611, please also provide the OPT export for analysis: Then in MultiCharts go to File->New->Open Order and position tracker window-> Orders tab->make sure you are not filtering the information in columns, then go to File->Export to excel. Please also export the information from the Logs tab...
by Henry MultiСharts
31 Jul 2015
Forum: MultiCharts
Topic: Portfolio Trader : backtest entire NASDAQ with Norgate data
Replies: 3
Views: 2243

Re: Portfolio Trader : backtest entire NASDAQ with Norgate d

Hello DTorSwing,

Symbol mapping is not required for backtesting. It is required only for auto or manual trading with a broker.
There should be no performance issues with backtesting EOD data.
by Henry MultiСharts
31 Jul 2015
Forum: MultiCharts
Topic: Is delay due to a batch of orders queue recorded in log file [SOLVED]
Replies: 7
Views: 3478

Re: Is delay due to a batch of orders queue recorded in log [SOLVED]

Thanks for your zip file!

Do I have to remove the newly-added registry key when I someday upgrade my MC to MC9.1 Beta or even higher version?
You can change it to True after updating to MultiCharts 9.1 if you want the trading logs to be written.
by Henry MultiСharts
31 Jul 2015
Forum: MultiCharts
Topic: Order rejected in Paper Trader [SOLVED]
Replies: 8
Views: 6665

Re: Order rejected in Paper Trader [SOLVED]

Hello fernando43611, Please try deleting the symbol mapping for the Paper Trader profile. Go to Multicharts->File->Broker profiles->Symbol mapping->Paper Trader profile->Remove all. If the issue persists please send us MultiCharts logs (if you have not restarted the platform. Logs from the previous ...
by Henry MultiСharts
31 Jul 2015
Forum: MultiCharts
Topic: Will Multicharts 9 run on windows 10
Replies: 18
Views: 9015

Re: Will Multicharts 9 run on windows 10

Dear users,

We have tested MultiCharts on Windows 10 Official Release Build and have not experienced any issues. But we still recommend testing all required functionality on Demo/Sim connection prior to going Live on the new OS.
by Henry MultiСharts
31 Jul 2015
Forum: MultiCharts
Topic: Portfolio Trader Instrument Resolution Bug?
Replies: 4
Views: 1747

Re: Portfolio Trader Instrument Resolution Bug?

Hello GiuseppeM,

It does not happen on our end. Which data provider do you use?
What is the initial value and the one you set that is not being applied?
by Henry MultiСharts
31 Jul 2015
Forum: MultiCharts
Topic: DOM organization - attach, detach, always on top
Replies: 7
Views: 4320

Re: DOM organization - attach, detach, always on top

Hello MAtricks,

Improving the DOM organization is something that we are looking into. I will keep you posted.
by Henry MultiСharts
30 Jul 2015
Forum: MultiCharts
Topic: Multicharts portfolio trader [SOLVED]
Replies: 4
Views: 2317

Re: Multicharts portfolio trader [SOLVED]

Hello houss75,

Data 2 instrument should be on the same line with the Data1 instrument. Imagine each horizontal line as a chart with multiple data series. You cannot have Data2 without Data1.
by Henry MultiСharts
30 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

Henry, another question: the profiles have a very nice feature for displaying the text size using "Static Font" so that the text always adapts if the price or time scale shrinks or extends. Is there a way to make that available for the PLEditor too so you can use it for your own studies and text di...
by Henry MultiСharts
30 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

Thank you very much, now it loads the volume profiles. I found one error: Attached 2 screenshots: On the right side I set volume profile for the last two sessions. Ever after close of 15 min bar leads to flattening volume profile. (1.screenshot) After the reload of data that shows properly. (2.scre...
by Henry MultiСharts
30 Jul 2015
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 9.1 BETA 1
Replies: 16
Views: 7003

Re: MULTICHARTS .NET 9.1 BETA 1

So FXCM charts are only available through a additional subscription for MCFX? Because the broker would provide historical data free of charge. Not sure why there is a monthly $100 fee for this..
That is correct. This is per agreement with FXCM.
by Henry MultiСharts
29 Jul 2015
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 9.1 BETA 1
Replies: 16
Views: 7003

Re: MULTICHARTS .NET 9.1 BETA 1

Hi,

i cant find FXCM as datasource in Quotemanager. It doesnt seem to be there. How can i get charts from fxcm? I can connect it as broker from within MC tho.
Please see the MCFX connection instructions for details.
by Henry MultiСharts
29 Jul 2015
Forum: MultiCharts
Topic: CTRL_Paste doesn't work in Editor MC64 v9.1 Beta 1 [SOLVED]
Replies: 7
Views: 3077

Re: CTRL_Paste doesn't work in Editor MC64 v9.1 Beta 1 [SOLVED]

swisstrader, did you have the same issue on previous versions of MultiCharts?
Were there any system updates and/or applications installed at the same time with MultiCharts update?
by Henry MultiСharts
29 Jul 2015
Forum: MultiCharts
Topic: 9.1 Beta / Local Sim Broker
Replies: 6
Views: 2933

Re: 9.1 Beta / Local Sim Broker

See Attached - Pressing 'OK' does not always FIX the account What do you mean by FIX the account? - OEC, @FDax See Attached By default OEC accounts are limited to 5 simultaneous realtime data subscriptions. If you have hit this limititation - you should see the corresponding message in Order and Po...
by Henry MultiСharts
29 Jul 2015
Forum: MultiCharts
Topic: Is delay due to a batch of orders queue recorded in log file [SOLVED]
Replies: 7
Views: 3478

Re: Is delay due to a batch of orders queue recorded in log [SOLVED]

Please unzip the attached file, run the file corresponding to your version of MultiCharts (32 or 64 bit).
The changes will be applied after restarting all MultiCharts processes.
The only side effect is that we won't be able to study any order related issues in case they arise.
by Henry MultiСharts
29 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

Hello, MC9.1 beta1: problem loading volume profile for some instruments. For example: Gold, Dollar Index, Japan Yen, Gas Oil, Dow Jones mini, Cocoa ... Data source: CQG live Attached screenshot: Hello monexx, In MultiCharts please go to File->New->QuoteManager Window In QuoteManager Window go to To...
by Henry MultiСharts
29 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

I suppose this is why most developer just say "When its done" instead of giving out a release date..
MultiCharts .NET 9.1 Beta 1 is out now.
by Henry MultiСharts
29 Jul 2015
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 9.1 BETA 1
Replies: 16
Views: 7003

MULTICHARTS .NET 9.1 BETA 1

This version introduces a number of long-awaited features implemented in response to numerous user feature requests. Local broker simulation, Forex board, Volume Profile in DOM window, multibroker trading performance summary and the ability to export only selected Trading Performance Report segments...
by Henry MultiСharts
28 Jul 2015
Forum: MultiCharts
Topic: Is delay due to a batch of orders queue recorded in log file [SOLVED]
Replies: 7
Views: 3478

Re: Is delay due to a batch of orders queue recorded in log [SOLVED]

I want to know in which log file is "a batch of orders queue"-related message placed. Hello scotthkao, There is no way to monitor the logs for this issue. You can disable the logging to avoid the issue in MC 9.0 (let me know if you need instructions for that) or update to MultiCharts 9.1 Beta 1 to ...
by Henry MultiСharts
28 Jul 2015
Forum: MultiCharts
Topic: Session high/low/close/open [SOLVED]
Replies: 18
Views: 14839

Re: Session high/low/close/open [SOLVED]

Added new built-in functions for returning Session Open/High/Low/Close prices (openS, highS, lowS, closeS) in MultiCharts 9.1 Beta 1.
by Henry MultiСharts
28 Jul 2015
Forum: MultiCharts
Topic: Renko bar 'starting' values [SOLVED]
Replies: 25
Views: 11464

Re: Renko bar 'starting' values [SOLVED]

We are currently evaluating possibility of building historical and realtime bars with resolution higher than 1 tick using OHLC values (instead of just Close value).
This has been implemented in MultiCharts 9.1 Beta 1.
by Henry MultiСharts
28 Jul 2015
Forum: MultiCharts .NET
Topic: SPX on IB [SOLVED]
Replies: 4
Views: 2579

Re: SPX on IB [SOLVED]

Please add the symbols from the data source.
In QuoteManager please go to Instrument tab->Add symbol->From data source->Interactive Brokers->Indexes->SPX.
Then plot a new chart for this instrument.
by Henry MultiСharts
27 Jul 2015
Forum: MultiCharts .NET
Topic: SPX on IB [SOLVED]
Replies: 4
Views: 2579

Re: SPX on IB [SOLVED]

Hello John,

In MultiCharts the bar timestamps are referring to the close of the bar.
in TWS the timestamps are for the bar open.
by Henry MultiСharts
27 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

Could we get the same option to format the indicator before inserting into the scanner as we have for the charts? Hello SP, The "Format" option in the Insert Study is missing in the scanner window by design due to multiple reasons: you can add a study to an empty scanner window with no instruments;...
by Henry MultiСharts
27 Jul 2015
Forum: MultiCharts
Topic: 9.1 Beta / Local Sim Broker
Replies: 6
Views: 2933

Re: 9.1 Beta / Local Sim Broker

1- When loading multiple chosen accounts to the chart(s) the account chosen isn't always the one traded to though its easier if one uses 1 account for multiple symbols rather than multiple accounts for same symbol.. Hello Michael, I'm not sure I am following. Please attach full sized screenshots de...
by Henry MultiСharts
27 Jul 2015
Forum: MultiCharts
Topic: Invalid Time in force [SOLVED]
Replies: 1
Views: 1458

Re: Invalid Time in force [SOLVED]

I've selected the Strategy Properties> Broker Plugin and changed Time in Force: to both GTC and IOC.
Hello jpeake,

Did you change it in MultiCharts or Portfolio Trader? You need to do that in the Portfolio Trader.
by Henry MultiСharts
24 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

Thanks Henry, One final question if I could. I had a quick search for documentation regarding the new session functions in the beta release. is there any documentation on the wiki etc yet? There is no documentation for these functions yet. Please email your specific question to support@multicharts....
by Henry MultiСharts
24 Jul 2015
Forum: MultiCharts
Topic: 9.1 Beta / Local Sim Broker
Replies: 6
Views: 2933

Re: 9.1 Beta / Local Sim Broker

Hello MichaelS, In order to use the Paper Trader profile for auto trading you need to go to Format->Strategy Properties->Auto trading tab->Select broker plugin->select the Paper Trader profile->go to Settings-> select the account you need. You need to do that for each chart you are using for auto tr...
by Henry MultiСharts
23 Jul 2015
Forum: MultiCharts
Topic: AMP-CQG Broker connect problem [SOLVED]
Replies: 8
Views: 5428

Re: Broker connect problem [SOLVED]

In order to roll back to MC 9.0: Close MultiCharts and all its products (i.e. MC, Quote Manager, PL editor, ....): Make sure that all MC processes are ended. In the Windows Task manager check these processes: https://www.multicharts.com/trading-software/index.php/MultiCharts_Processes Then go to the...
by Henry MultiСharts
23 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: Demo Data from AMP in MULTICHARTS 9.1 BETA 1

Please, could someone suggest me which is the DEMO CQG should I request to have WebApi working with Multicharts 9.1 beta 1 from this "infinite list" of platform request form AMP futures link: http://www.ampfutures.com/platforms/ I've tried some of them but no one of which I've tried, works !!! THAN...
by Henry MultiСharts
23 Jul 2015
Forum: MultiCharts
Topic: Data window: How to format to 5 digits [SOLVED]
Replies: 3
Views: 2240

Re: Data window: How to format to 5 digits [SOLVED]

Martin, when "Same as instrument" scaling type is selected, the option is grayed out (disabled) and the instrument price scale settings are being utilized. Therefore you need to change the scaling to any option, different from "Same as instrument", and configure the "number of digits after decimal" ...
by Henry MultiСharts
23 Jul 2015
Forum: MultiCharts
Topic: AMP-CQG Broker connect problem [SOLVED]
Replies: 8
Views: 5428

Re: Broker connect problem [SOLVED]

Hello monexx, Since MultiCharts 9.1 beta 1 CQG connection works via WebApi. Old demo accounts created for COM API (which was used previously) will not work. You need to contact your broker and request a new WebApi demo account. Live accounts should work OK without any additional adjustments. If it d...
by Henry MultiСharts
23 Jul 2015
Forum: MultiCharts
Topic: Symbol Dictionary - Daily Limit
Replies: 2
Views: 3591

Re: Symbol Dictionary - Daily Limit

Hello rrams, This issue has been replicated and forwarded to the development team. The fix is targeted to MultiCharts 9.1 Beta 2. In order to enable the Daily Limit field you need to change the ShowDailyLimitCtrl value from "False" to "True" in the registry editor (HKEY_CURRENT_USER\Software\TS Supp...
by Henry MultiСharts
23 Jul 2015
Forum: MultiCharts
Topic: Paper Trader in Playback mode [SOLVED]
Replies: 2
Views: 2025

Re: Paper Trader in Playback mode [SOLVED]

Hello LMC1,

Unfortunately current platform architecture does not provide possibility of implementing Playback Trading.
by Henry MultiСharts
23 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

Just installed the 9.1 beta 1 and its great so far. Thanks for the continued improvement of MC! One (stupid) question.... The addition of a local sim broker is fantastic. I was of the impression that it would be possible to utilise the local sim in market replay, but it isn't. Is there a technical ...
by Henry MultiСharts
23 Jul 2015
Forum: MultiCharts
Topic: Data window: How to format to 5 digits [SOLVED]
Replies: 3
Views: 2240

Re: Data window: How to format to 5 digits [SOLVED]

Hello Martin,

That is possible to configure the number of digits after decimal for the study in the study scaling settings.
by Henry MultiСharts
23 Jul 2015
Forum: MultiCharts .NET
Topic: how to optimize two interlink strategies
Replies: 2
Views: 2028

Re: how to optimize two interlink strategies

Hello Ram,

It won't work on charts. You can try optimizing it in the Portfolio Trader.
by Henry MultiСharts
22 Jul 2015
Forum: MultiCharts
Topic: CTRL_Paste doesn't work in Editor MC64 v9.1 Beta 1 [SOLVED]
Replies: 7
Views: 3077

Re: CTRL_Paste doesn't work in Editor MC64 v9.1 Beta 1 [SOLVED]

Hello swisstrader,

Are you able to paste via Edit tab->Paste?
What is your OS version and edition?
by Henry MultiСharts
22 Jul 2015
Forum: MultiCharts
Topic: Open Trade Properties Re-Load on Strategy Re-Start
Replies: 2
Views: 1700

Re: Open Trade Properties Re-Load on Strategy Re-Start

But for now, the only workaround I can think of is using ADE or ELCollections to store the data to a file, and then read it when the strategy restarts.
That is the only solution for this inquiry at the moment.
by Henry MultiСharts
21 Jul 2015
Forum: MultiCharts
Topic: Position Controler, Global Variables
Replies: 3
Views: 2423

Re: Position Controler, Global Variables

GlobalVariables.dll already comes with MultiCharts. In order to get all of the GV functions - please import the Global Variable22.zip attached to this post: https://www.multicharts.com/discussion/viewtopic.php?t=2483#p8174 You need to save the file, unzip it, import GV 2-2.ELD per instructions: http...
by Henry MultiСharts
21 Jul 2015
Forum: MultiCharts
Topic: Slippage saver, Brokers prices
Replies: 3
Views: 1555

Re: Slippage saver, Brokers prices

As I have already said above - you need to check the Strategy Position Trades reserved words for receiving the actual fill price from broker: PosTradeEntryPrice - Returns an absolute numerical value, indicating the execution price of trade entry order. PosTradeExitPrice - Returns an absolute numeric...
by Henry MultiСharts
21 Jul 2015
Forum: MultiCharts
Topic: Position Controler, Global Variables
Replies: 3
Views: 2423

Re: Position Controler, Global Variables

Hello John, MarketPosition_at_Broker - number of contracts and the type of position at the broker for the symbol. MarketPosition_at_Broker_for_the_Strategy - number of contracts and the type of position at the broker for the strategy (MC auto-trading engine position). MarketPosition - current strate...
by Henry MultiСharts
21 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

Hello AlphaCat,

MultiCharts .NET 9.1 Beta 1 can be expected within a week.
Is this happening?
We are going to have MultiCharts .NET 9.1 Beta 1 this week.
by Henry MultiСharts
21 Jul 2015
Forum: MultiCharts
Topic: Slippage saver, Brokers prices
Replies: 3
Views: 1555

Re: Slippage saver, Brokers prices

Hello John,

That is possible to export values to a file using Print or FileAppend reserved words.

Please see the Strategy Position Trades reserved words for receiving the actual fill price from broker.
by Henry MultiСharts
21 Jul 2015
Forum: MultiCharts
Topic: Server for dom simulation
Replies: 5
Views: 2305

Re: Server for dom simulation

Hello Arnie Sptrader and Henry Thanks for your feedback but I dont have any broker to feed. When I saw "Simulation" in DOM server I thought is possible open a demo account and understand better how to use. For my home marked Bovespa I think I dont have any company to feed. Could you suggest a serve...
by Henry MultiСharts
20 Jul 2015
Forum: MultiCharts
Topic: Server for dom simulation
Replies: 5
Views: 2305

Re: Server for dom simulation

Hello strelow, Paper Trader utilizes the realtime data stream from your data provider. The instruments present in the database for your data provider will be available for the Paper Trader broker profile. Please go to MultiCharts->File->Broker profiles->Manage broker profiles ->New->Paper Trader. In...
by Henry MultiСharts
20 Jul 2015
Forum: MultiCharts
Topic: Is possible run individual signal for each instrument. [SOLVED]
Replies: 6
Views: 2162

Re: Is possible run individual signal for each instrument. [SOLVED]

Hello strelow,

There is no way to call a signal from another signal. You can configure the Portfolio to have one signal and one instrument per single strategy. There can be multiple strategies in the same Portfolio.
by Henry MultiСharts
20 Jul 2015
Forum: MultiCharts
Topic: Send GV to DOM
Replies: 2
Views: 1530

Re: Send GV to DOM

Hello mickatrade,

There is no programmatic access to the DOM window.
by Henry MultiСharts
17 Jul 2015
Forum: MultiCharts QUIK
Topic: Приходит статус filled, хотя остались еще контракты.
Replies: 4
Views: 3044

Re: Приходит статус filled, хотя остались еще контракты.

МС не будет отправлять и отменять ордера, если в результате просчета скрипта сгенерировались точно такие же ордера, как и на предыдущем просчете, и будет продолжать заполнение ордера до 100 контрактов. После его исполнения - отправит на брокер все, что не противоречит правилам генерирования ордеров....
by Henry MultiСharts
17 Jul 2015
Forum: MultiCharts
Topic: To recall the existing variables at any moment [SOLVED]
Replies: 3
Views: 2632

Re: To recall the existing variables at any moment [SOLVED]

Hello Spikehog, If you want to store the intrabar values - you need to create an intrabarpersist variable and store the required values in it. Intrabarpersist never resets itself during the script calculation.  Every "regular" variable will keep its value throughout the whole script calculation on a...
by Henry MultiСharts
17 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

When I requested the right extension I was looking for something like we have in the Equidistant Channel. Otherwise we need to go, every day, to every single rectangle we have in the charts, access its properties, one by one, and move forward the End Date. You can set the end point to a future date...
by Henry MultiСharts
17 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

I love the DOM center keyboard shortcut, especially the ability it has to center all open DOM's at the same time. It's a beautiful thing to watch :) The same way we have that horizontal line in the DOM that marks the high and low for the day, is it possible to have it also to mark the center of the...
by Henry MultiСharts
17 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

Here is another idea for the DOM There's no need for those two side areas of the DOM to be so large. It's dead space occupying precious space on our screens. arnie, it's not a dead space. It's space for orders. Also, it would be nice we could adjust the size of the profile, making it narrower or wi...
by Henry MultiСharts
17 Jul 2015
Forum: MultiCharts
Topic: Plot entries and exits [SOLVED]
Replies: 5
Views: 2256

Re: Plot entries and exits [SOLVED]

Hello evdl, As we do not have your complete code - here is a sample code that will place a drawing intrabar once per bar: [RecoverDrawings = False] var: intrabarpersist flag(0); if(not LastBarOnChart_s) then #return; If barstatus = 1 then begin if(flag = 0) then begin value1 = text_new_bn(currentbar...
by Henry MultiСharts
17 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

Here's something interesting, while the DOM high and low for the day read the entire day, globex + cash session, the volume profile only reads the cash session. I like the idea of having an option for us to set what session template to apply to the volume profile in the DOM but where is that option...
by Henry MultiСharts
16 Jul 2015
Forum: MultiCharts
Topic: Chart TimeScale not Linear after lastbar. projections wrong
Replies: 2
Views: 3009

Re: Chart TimeScale not Linear after lastbar. projections w

Hello Flatstrap, In order to study this case please send us the following information to support@multicharts.com: - workspace you are using; - in QuoteManager select the symbol you are using, make a right click on it->Export data->Export instrument. Send us the Qmd export file for analysis; - in Pow...
by Henry MultiСharts
16 Jul 2015
Forum: MultiCharts
Topic: Portfolio Trader Position Match
Replies: 1
Views: 1206

Re: Portfolio Trader Position Match

Hello dderrico, The Order and Position Tracker window in the Portfolio Trader has no Strategy Positions tab, which contains Position Matching column. That is possible to check the position matching in the code (by comparing the MarketPosition_at_Broker and MarketPosition_at_Broker_for_the_Strategy) ...
by Henry MultiСharts
16 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

Please, Which is the keyboard shortcut to recenter the DOM ? I haven't found it

Thanks in advance
It's in the General category, not in the DOM category. Probably it should be replaced.
It's called DOM Auto Centering
We'll have that corrected.
by Henry MultiСharts
16 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

There are still some problems with Custom Futures based on Volume days of Roll Over With CQG datafeed there is a jump in historical datafeed from March to second decade of june on DAX futures and Eurostoxx50 futures if ROLL OVER conditions is set to Volume days. If ROLL OVER conditions is set on ca...
by Henry MultiСharts
15 Jul 2015
Forum: MultiCharts
Topic: Is there a keyword for checking if a data series is present? [SOLVED]
Replies: 5
Views: 2503

Re: Is there a keyword for checking if a data series is pres [SOLVED]

I've run into this again. For example: If I have 10 different contracts on 1 chart and wanted to total up the volume across all contracts...... but if, say 1 contract is blank (no price/volume prints) for a certain time period, then the indicator doesn't plot, until all contracts used in the indica...
by Henry MultiСharts
15 Jul 2015
Forum: MultiCharts .NET
Topic: TIF & Execution Errors
Replies: 6
Views: 3746

Re: TIF & Execution Errors

Jdog,

Please ask your broker if they can trace the disconnects on their end or if they can enable API connectivity logging on your PC for further analysis.
by Henry MultiСharts
15 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: MULTICHARTS 9.1 BETA 1

In Multicharts 9.1 beta 1 there is a new very annoying behaviour which affects the STATUS ON/OFF of an indicator when you switch form STATUS ON to STATUS OFF. If the indicator is in the subchart#1 and you switch the indicator to STATUS OFF, the indicator disappears as it should be. But when you try...
by Henry MultiСharts
14 Jul 2015
Forum: MultiCharts
Topic: data range in portfolio trader can't move to present date [SOLVED]
Replies: 1
Views: 1848

Re: data range in portfolio trader can't move to present dat [SOLVED]

Hello thomashck,

When you are already running the auto trading you cannot change the data range settings and you do not need that as realtime data will be received and utilized for Portfolio Auto Trading without any additional actions (if it is steamed by your data vendor).
by Henry MultiСharts
14 Jul 2015
Forum: MultiCharts
Topic: MULTICHARTS 9.1 BETA 1
Replies: 82
Views: 34554

Re: Demo Data from AMP in MULTICHARTS 9.1 BETA 1

Demo data access from AMP does not work with MC64 v9.1 beta1. :-( [07/13/2015 09:45:15] Establishing connection to CQG: Datafeed Version= 1.0.11373.201 [07/13/2015 09:45:17] Error message: Logon failed: Trader is not enabled to use WebApiTest client application. Please contact your FCM. [07/13/2015...

Go to advanced search