Search found 9165 matches

by Henry MultiСharts
17 Jul 2018
Forum: MultiCharts .NET
Topic: Bars.FullSymbolData.Count
Replies: 6
Views: 3082

Re: Bars.FullSymbolData.Count

Jobauma,

Yes, that is possible to program such an indicator. You can remove the plot values using Plot1.Reset.
by Henry MultiСharts
16 Jul 2018
Forum: MultiCharts
Topic: Bitcoin trading with MC possible? [SOLVED]
Replies: 56
Views: 81245

Re: Bitcoin trading with MC possible? [SOLVED]

Hi Henry,
Any ETA on Bitfinex or Poloniex trading API as I'm excited to use MC for crypto trading?
Or can we make a trading connection to Bitfinex API ourselves?
shane1800, this is not something that is in our to-do list at the moment. You can program your own connection plugin using our SDK.
by Henry MultiСharts
16 Jul 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE CANDIDATE
Replies: 44
Views: 12632

Re: MULTICHARTS 12.0 RELEASE CANDIDATE

My setup : one chart one symbol two stategies. here my log with all orders with timing. all informations are shared corectly from stategy one to the second stategy Good ! but a sell order at 16:25:11:2511 received a buy rejected flag and would be sell rejected flag (margin low). all orders in my lo...
by Henry MultiСharts
13 Jul 2018
Forum: MultiCharts
Topic: Why in 2018 still so difficult to access values from other DataN/indicators
Replies: 10
Views: 3270

Re: Why in 2018 still so difficult to access values from other DataN/indicators

Hello ecarlino,

There is the "Study on study" feature:
https://www.multicharts.com/trading-sof ... y_on_study
You can also define an indicator in your code as an input, using the format described in the wiki section.
by Henry MultiСharts
13 Jul 2018
Forum: MultiCharts
Topic: Accessing "openpositionprofit" from within Custom Criteria?
Replies: 3
Views: 1061

Re: Accessing "openpositionprofit" from within Custom Criteria?

wilkinsw, these are regular PowerLanguage commands. You can access their values in the custom criterion only via SetCustomFitnessValue,
by Henry MultiСharts
13 Jul 2018
Forum: MultiCharts .NET
Topic: Bars.FullSymbolData.Count
Replies: 6
Views: 3082

Re: Bars.FullSymbolData.Count

Hello Jobauma,

Bars.FullSymbolData.Count is the total number of bars on the chart.
Bars.FullSymbolData.CurrentBar = Bars.CurrentBar + ExecInfo.MaxBarsBack.
Bars.CurrentBar is never equal to Bars.FullSymbolData.Count.
by Henry MultiСharts
13 Jul 2018
Forum: MultiCharts
Topic: Data Feed Services for European Stocks
Replies: 1
Views: 784

Re: Data Feed Services for European Stocks

Hello ilag, The amount of data provided by each data provider is different, you can find this information at the following page:  http://www.multicharts.com/market-data-feeds/  Supported security types for each data provider can be found here:  http://www.multicharts.com/trading-software/index.php/S...
by Henry MultiСharts
12 Jul 2018
Forum: MultiCharts
Topic: Code to plot historical data
Replies: 5
Views: 2267

Re: Code to plot historical data

MichaelF, ASCII Mapping is dynamic and reads all the data directly from the file each time you request it. You should not mix it up with the ASCII Import, which is a one time data transfer. As for the error you got - make sure the IOData.dll is located in C:\Users\Fab\Desktop\IOData\IOData\Release\....
by Henry MultiСharts
11 Jul 2018
Forum: MultiCharts
Topic: Code to plot historical data
Replies: 5
Views: 2267

Re: Code to plot historical data

Hello MichaelF, The data can be read from a csv file and plotted on a chart using the ASCII mapping feature. It creates a link from the software to the ASCII file with data. ASCII mapping does not import data into MultiCharts database (Edit data window of QuoteManager will be empty). Each time you p...
by Henry MultiСharts
06 Jul 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE CANDIDATE
Replies: 44
Views: 12632

Re: MULTICHARTS 12.0 RELEASE CANDIDATE

Account setup : colum choice, place, alignement are not saved and have to be set again at MC startup. This behavior is by design. We may improve that in one of the future versions. when an order is rejeted it will be nice to have access to the reason in EL code. You already have this information in...
by Henry MultiСharts
06 Jul 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE CANDIDATE
Replies: 44
Views: 12632

Re: MULTICHARTS 12.0 RELEASE CANDIDATE

Hello .I´m trying to install this version (12) in my pc but inside Quote Manager > Data Source I can see button Edit ! Only deactive and setting button appears.There is some configuration to enable to show this button ? In version 11 is working fine.Regards strelow, this functionality has been remo...
by Henry MultiСharts
06 Jul 2018
Forum: MultiCharts
Topic: Indicator templates
Replies: 8
Views: 1968

Re: Indicator templates

Please come to our live chat Monday-Friday 6:30 am - 1 pm EST to demonstrate this behavior remotely.
To do that click on Live Chat icon at the top of our web page http://www.multicharts.com/
We will do our best to help you.
by Henry MultiСharts
05 Jul 2018
Forum: MultiCharts
Topic: Indicator templates
Replies: 8
Views: 1968

Re: Indicator templates

Make sure to uncheck the checkbox next to your first template before creating a new chart and working on a different template on it.
by Henry MultiСharts
05 Jul 2018
Forum: MultiCharts
Topic: Indicator templates
Replies: 8
Views: 1968

Re: Indicator templates

samsin89143, an entire set of the applied studies (both signals and indicators) is saved into a template. Therefore, you need to remove the studies that you do not want to save in this template, before saving it.
by Henry MultiСharts
05 Jul 2018
Forum: MultiCharts
Topic: [Backtest] Limit fill behaviour very wrong [SOLVED]
Replies: 13
Views: 4583

Re: [Backtest] Limit fill behaviour very wrong [SOLVED]

Hello wilkinsw,

Please send me the data for replicating this behavior.
by Henry MultiСharts
05 Jul 2018
Forum: MultiCharts
Topic: data2 miss alignment during holidays
Replies: 1
Views: 764

Re: data2 miss alignment during holidays

Hi,

You need to program your signal to handle such situations.
by Henry MultiСharts
05 Jul 2018
Forum: MultiCharts
Topic: What does MC use in place of the TS 'At$' ?
Replies: 2
Views: 921

Re: What does MC use in place of the TS 'At$' ?

Hi,

There is no equivalent for this command. You will need to program your own code to store the required price value in a variable and access it when required.
by Henry MultiСharts
05 Jul 2018
Forum: MultiCharts
Topic: Indicator templates
Replies: 8
Views: 1968

Re: Indicator templates

Hi,

Please refer to the following page:
https://www.multicharts.com/trading-sof ... _Templates
by Henry MultiСharts
02 Jul 2018
Forum: MultiCharts
Topic: [Backtest] Limit fill behaviour very wrong [SOLVED]
Replies: 13
Views: 4583

Re: [Backtest] Limit fill behaviour very wrong [SOLVED]

Hello Will,

The fix is available in MultiCharts 12 Release Candidate.
by Henry MultiСharts
29 Jun 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE CANDIDATE
Replies: 44
Views: 12632

Re: MULTICHARTS 12.0 RELEASE CANDIDATE

Yes Henry, for exemple Ctrl+D , then i can send this hotkey from My EL code at the end of my trading day (no more quotes for this day) Smoky, we will have it added in MultiCharts 12.0 Release. You might as well add a scheduler to it. eg. auto-flush every day at 5:45 pm. Yes TJ i don't want to ask t...
by Henry MultiСharts
28 Jun 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE CANDIDATE
Replies: 44
Views: 12632

Re: MULTICHARTS 12.0 RELEASE CANDIDATE

Nice ! now we can "Flush Cached Data to Database" please could You add a shortcut for this ? You mean a hotkey? Yes Henry, for exemple Ctrl+D , then i can send this hotkey from My EL code at the end of my trading day (no more quotes for this day) Smoky, we will have it added in MultiCharts 12.0 Rel...
by Henry MultiСharts
28 Jun 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE CANDIDATE
Replies: 44
Views: 12632

Re: MC12 Beta Indicator disappearing

Thanks for trying help TJ but I'm going to put this on hold. I'm over with MC12 now. MC12 has been a headache since I installed it. What I reported here is only one of the multiple things that use to happen on a daily basis and that I can't replicate. Happens here and there and is only solved closi...
by Henry MultiСharts
27 Jun 2018
Forum: MultiCharts
Topic: Excel Reporting - Chart Resolution
Replies: 1
Views: 848

Re: Excel Reporting - Chart Resolution

Hello Alex,

Please specify your screen resolution and attach a full sized screenshot of the report's chart you are referring to.
by Henry MultiСharts
27 Jun 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE CANDIDATE
Replies: 44
Views: 12632

Re: MULTICHARTS 12.0 RELEASE CANDIDATE

Nice ! now we can "Flush Cached Data to Database" please could You add a shortcut for this ?
You mean a hotkey?
by Henry MultiСharts
27 Jun 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE CANDIDATE
Replies: 44
Views: 12632

Re: MULTICHARTS 12.0 RELEASE CANDIDATE

Maybe this issue is only when you import a workspase from another PC who don't have exactly the same profil/accounts setting If in this MultiCharts you don't have a broker profile with the exact name that was saved in the workspace file, then the auto trading plugin will default to the first broker...
by Henry MultiСharts
26 Jun 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE CANDIDATE
Replies: 44
Views: 12632

Re: MULTICHARTS 12.0 RELEASE CANDIDATE

Hello Smoky, The Chart Trading Panel account selector is not related to the Auto Trading plugin settings. The manual trading and auto trading are separate features and therefore they have individual settings. We were unable to replicate the behavior with an incorrect auto trading plugin shown in the...
by Henry MultiСharts
26 Jun 2018
Forum: MultiCharts .NET
Topic: returning multiple values from c# function
Replies: 4
Views: 2337

Re: returning multiple values from c# function

Hello John,

Unfortunately this feature is not supported as MultiCharts .Net uses .Net Framework 4.0.
by Henry MultiСharts
22 Jun 2018
Forum: MultiCharts
Topic: How to dock the Output window? [SOLVED]
Replies: 7
Views: 3114

Re: How to dock the Output window? [SOLVED]

Hello McGeorge, You need to drag the Output window and drop it on the Ready word in the status line at the bottom of the PLEditor window. All tabs are resized in a regular way - move the mouse cursor to the edge of the tab until a double-headed arrow appears. When this arrow appears, click and drag ...
by Henry MultiСharts
21 Jun 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 RELEASE CANDIDATE
Replies: 44
Views: 12632

MULTICHARTS 12.0 RELEASE CANDIDATE

MultiCharts 12.0 Release Candidate is available for download now (64-bit build 16374) ! Featuring TPO, Matrix Optimization, reworked optimization GUI, Bittrex and Bitfinex data feeds, and many other improvements! Check our blog for the complete list of all new features and improvements in this vers...
by Henry MultiСharts
21 Jun 2018
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 12.0 RELEASE CANDIDATE
Replies: 1
Views: 1465

MULTICHARTS .NET 12.0 RELEASE CANDIDATE

MultiCharts .NET 12.0 Release Candidate is available for download now (64-bit build 16375) ! Featuring TPO, Matrix Optimization, reworked optimization GUI, Bittrex and Bitfinex data feeds, and many other improvements! Check our blog for the complete list of all new features and improvements in this...
by Henry MultiСharts
18 Jun 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

When trying to update from the MC button that we find in Help - Check for updates - Download, I get below error. Any way of overcoming that ? At the end I went to go to the download page, entered emails and got it manually. Hello Automeq, If it happens again please try updating your Internet Explor...
by Henry MultiСharts
07 Jun 2018
Forum: MultiCharts
Topic: Any Trading Tecnologies "TT" users? [SOLVED]
Replies: 5
Views: 2783

Re: Any Trading Tecnologies "TT" users? [SOLVED]

Hello wilkinsw,

For the TT connection one needs to manually specify his account number in the broker profile/auto trading plugin settings.
That is possible to create multiple broker profiles to use them with different accounts.
by Henry MultiСharts
07 Jun 2018
Forum: MultiCharts .NET
Topic: A Little Issue with Playback
Replies: 4
Views: 1709

Re: A Little Issue with Playback

Hello Johannes,

You need to add [RecoverDrawings(False)] to your code to avoid that.
by Henry MultiСharts
07 Jun 2018
Forum: MultiCharts .NET
Topic: Parsing a web text with HtmlAgilityPack in a indicator
Replies: 2
Views: 1482

Re: Parsing a web text with HtmlAgilityPack in a indicator

I see that a reference can be "Global". I assume it means the references will be added for all my indicators, studies, Am I right? Tartalognion, all references should be added through PowerLanguage .Net Editor only. The references you have added are global and available for all studies. Source: Mul...
by Henry MultiСharts
07 Jun 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 2
Replies: 14
Views: 5233

Re: MULTICHARTS 12.0 BETA 2

In that case would it be possible to access Value Area High, Value Area Low and POC with power language reserved words in the Volume Profile. Should I post a feature request or is that in the road map? momentum, we are going to provide access to the Value Area High/Low values from the code in Multi...
by Henry MultiСharts
07 Jun 2018
Forum: MultiCharts
Topic: Bitcoin trading with MC possible? [SOLVED]
Replies: 56
Views: 81245

Re: Bitcoin trading with MC possible? [SOLVED]

Great and do you have the BITFINEX trading?
Not at the moment. You can receive and trade some of the crypto symbols from LMAX.
by Henry MultiСharts
07 Jun 2018
Forum: MultiCharts .NET
Topic: Renko Chart
Replies: 6
Views: 2865

Re: Renko Chart

Hello CarseWhite,

I have emailed you the detailed technical description why the Renko chart type works this way back in March.
If you have specific questions regarding it - please reply to that email.
by Henry MultiСharts
05 Jun 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 2
Replies: 14
Views: 5233

Re: MULTICHARTS 12.0 BETA 2

It would be important to be able to have TPO profiles for periods less than 1 day, eg 30 minutes or 60 minutes etc. Is this on the roadmap
momentum, no, I’m afraid this is not something that is technically possible within our platform architecture.
by Henry MultiСharts
30 May 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 2
Replies: 14
Views: 5233

Re: MULTICHARTS 12.0 BETA 2

to understand the current price compared to the value that emerged on the previous day or in a specific time frame it would be enough to report the values ​​of the Value area (Vahigh, VaLow, Lvn, node high volume), in the scanner to understand at a glance where we are and how we can act accordingly...
by Henry MultiСharts
29 May 2018
Forum: MultiCharts .NET
Topic: Stop-loss for leveraged position
Replies: 2
Views: 1623

Re: Stop-loss for leveraged position

Hello Ettienne, Chart's price * BigPointValue = money cost of 1 contract. You need to set the BigPointValue of the symbol in QuoteManager to meet your leverage. After that is done re-open the chart for this symbol and re-do the symbol mapping (either delete and add anew the lines for the symbol or j...
by Henry MultiСharts
29 May 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 2
Replies: 14
Views: 5233

Re: MULTICHARTS 12.0 BETA 2

is it possible to insert data into a scanner in TPO form ?? I do not find the item would be nice to display the values ​​in tabular form I think it is the first software thanks fibdax, TPO is not supported in the scanner window. Please provide an example or an image demonstrating how it can be disp...
by Henry MultiСharts
29 May 2018
Forum: MultiCharts
Topic: unrealized P/L not sync between MC and TWS
Replies: 4
Views: 1561

Re: unrealized P/L not sync between MC and TWS

Please avoid using TWS Beta Build 972.0f (May 14, 2018) - it has a known issue affecting the realtime data.
Stick to the TWS Latest Build 972.1a (May 18, 2018).
The Beta build with the fix should become available within a few days.
by Henry MultiСharts
25 May 2018
Forum: MultiCharts
Topic: unrealized P/L not sync between MC and TWS
Replies: 4
Views: 1561

Re: unrealized P/L not sync between MC and TWS

Hello Xslim,

There are multiple modes for IB PnL calculation. You need to select the one you need depending on your account type and available data subscriptions:
http://www.multicharts.com/trading-soft ... ation_Mode
by Henry MultiСharts
25 May 2018
Forum: MultiCharts QUIK
Topic: фьючерс нефть брент квик
Replies: 4
Views: 2055

Re: фьючерс нефть брент квик

Здравствуйте, Сергей.

Это ручная или авто торговля?
Пожалуйста, прикрепите скриншот настроек символа, настроек брокер профиля (для ручной торговли) или авто трейдинг плагина (для авто торговли).
Какие ОСО-ордера? Стопы, лимиты?
by Henry MultiСharts
18 May 2018
Forum: MultiCharts
Topic: [UPDATED] Attention INTERACTIVE BROKERS users
Replies: 1
Views: 1663

Re: Attention INTERACTIVE BROKERS users

Dear users,

Please avoid using TWS Beta Build 972.0f (May 14, 2018) - it has a known issue affecting the realtime data.
Stick to the TWS Latest Build 972.1a (May 18, 2018).
The Beta build with the fix should become available within a few days.
by Henry MultiСharts
17 May 2018
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 12.0 BETA 2
Replies: 3
Views: 2046

Re: MULTICHARTS .NET 12.0 BETA 2

Emmanuel, thank you so much for your feedback and for your kind words!
by Henry MultiСharts
17 May 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 2
Replies: 14
Views: 5233

Re: MULTICHARTS 12.0 BETA 2

MC 12 don't remember my playback toolbar setup
Smoky, thanks for letting us know. We will have it corrected in the next update.
by Henry MultiСharts
17 May 2018
Forum: MultiCharts
Topic: IB Bitcoin Mapping
Replies: 3
Views: 1843

Re: IB Bitcoin Mapping

gpw797, according to the Event Log messages coming from the API - you do not the required market data permission for your account to access this data. If you have the data in TWS – it does not mean the same data is enabled for the 3rd party apps access (MultiCharts). You need to contact IB directly ...
by Henry MultiСharts
17 May 2018
Forum: MultiCharts .NET
Topic: Oec to forex.com Api
Replies: 1
Views: 1332

Re: Oec to forex.com Api

Hello ural01,

Forex.com G2 accounts work via a different API that is not currently supported in MultiCharts. You may want to contact your broker directly and tell them that you want to use G2 account with MultiCharts to bring their attention to this integration.
by Henry MultiСharts
15 May 2018
Forum: MultiCharts
Topic: IB Bitcoin Mapping
Replies: 3
Views: 1843

Re: IB Bitcoin Mapping

Hello gpw797,

Please go to File->New->QuoteManager window. Check the messages in the Event Log.
Attach a screenshot of the messages for the data requests for these symbols.
by Henry MultiСharts
15 May 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 2
Replies: 14
Views: 5233

Re: MULTICHARTS 12.0 BETA 2

MC 12 test loose custom toolbar setup
Smoky, please provide more details regarding the specific difficulty you have.
by Henry MultiСharts
14 May 2018
Forum: MultiCharts
Topic: [Backtest] Limit fill behaviour very wrong [SOLVED]
Replies: 13
Views: 4583

Re: [Backtest] Limit fill behaviour very wrong [SOLVED]

Hello wilkinsw,

Both issues have been confirmed and are targeted to MultiCharts 12 Release.
by Henry MultiСharts
11 May 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

it appears MaxBarsForward and Getappinfo( aiSpaceToRight ) are static and don't reflect changes to the "Chart Shift" settings of a chart i.e. changing the number of bars for the chart will not change what MaxBarsForward and Getappinfo( aiSpaceToRight ) return for a study already applied to a chart....
by Henry MultiСharts
11 May 2018
Forum: MultiCharts
Topic: Obtaining the Workspace Name in a Script
Replies: 2
Views: 1282

Re: Obtaining the Workspace Name in a Script

Hello eegroup,

Unfortunately there is no such functionality at the moment.
You may want to submit a feature request to the Project Management of our web site so other users can vote for it: http://www.multicharts.com/pm/
by Henry MultiСharts
10 May 2018
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 12.0 BETA 2
Replies: 3
Views: 2046

MULTICHARTS .NET 12.0 BETA 2

MultiCharts .NET64 12.0 Beta 2 build 16180 is out now! Now we feature our Beta versions as a separate product with isolated application/ database/ study folders. You can have this Beta installed alongside your main MultiCharts64 installation to fully test all of the new features without affecting y...
by Henry MultiСharts
10 May 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 2
Replies: 14
Views: 5233

MULTICHARTS 12.0 BETA 2

MultiCharts64 12.0 Beta 2 build 16179 is out now! Now we feature our Beta versions as a separate product with isolated application/ database/ study folders. You can have this Beta installed alongside your main MultiCharts64 installation to fully test all of the new features without affecting your c...
by Henry MultiСharts
09 May 2018
Forum: MultiCharts .NET
Topic: MC-PT naming bug [SOLVED]
Replies: 4
Views: 2259

Re: MC-PT naming bug [SOLVED]

Hello darob, MultiCharts and Portfolio Trader workspaces have different file formats and extensions. The files are isolated - having the same file name will have no effect on the file contents. The file from one application cannot be used in the other one. Please make sure you are saving your progre...
by Henry MultiСharts
09 May 2018
Forum: MultiCharts
Topic: GAIN Capital Forex Support Discontinued
Replies: 0
Views: 793

GAIN Capital Forex Support Discontinued

Dear users,

The GAIN Capital API will be retiring Forex support on May 11th, 2018.
After this migration date, the API will only support futures trading.
by Henry MultiСharts
09 May 2018
Forum: MultiCharts
Topic: FXCM new API : Adding FXCM datafeed
Replies: 1
Views: 1443

Re: FXCM new API : Adding FXCM datafeed

Hello mickatrade,

We are currently evaluating the possibility of adding it. If you want to program the data feed connection yourself - you will need MultiCharts data API: https://www.multicharts.com/features/sdk/
by Henry MultiСharts
07 May 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

MultiCharts 11.0 Release 9 builds 16147/16148 is out now!
You can check the change log in our blog.
Go to download page
by Henry MultiСharts
07 May 2018
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 11.0 RELEASE
Replies: 19
Views: 9267

Re: MULTICHARTS .NET 11.0 RELEASE

MultiCharts .NET 11.0 Release 9 builds 16152/16153 is out now!
You can check the change log in our blog.
Go to download page
by Henry MultiСharts
03 May 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

hello I tried this code but mc does not return the results and remains the writing calculating ....
thanks ,see gif

if C<= TPO_POC[1] and marketposition=0 then Buy This Bar On Close;
setstoploss(200);
setprofittarget(600);
setexitonclose;
fibdax, please configure the MaxBarsBack for this chart.
by Henry MultiСharts
01 May 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

What i am missing in the new optimization window (opimization progress):

- total number of simulations
- elapsed simulations
- % elapsed simultion
Gaempi, thanks for your feedback. I will check with our dev team if this is something that is in our to-do list.
by Henry MultiСharts
01 May 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

Hello Henry, for any question or information about T3Open (the java platform to connect Multicharts to Webank) your engineers can contact: Technical Support Team t3open.supporto@par-tec.it Probably, they can give you all the informations and the help you need to connect correctly Multicharts with W...
by Henry MultiСharts
27 Apr 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

will we have the WeBank API upgraded to a wider range of days of historical data downloaded with the new release 12 of Multicharts, as described in this post https://www.multicharts.com/discussion/viewtopic.php?t=51111 CrazyNasdaq, we have already implemented it in MultiCharts 12 Beta 1, but there ...
by Henry MultiСharts
26 Apr 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

Printing the values of the functions provided in the TPO analysis such as TPO_POC[0] gives yesterdays POC and TPO_POC[1] gives POC 2 days ago but I am not seeing today's developing POC is this to be available,. jl12, if you are using a signal - make sure you have IOG enabled , if you are using an i...
by Henry MultiСharts
25 Apr 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

In restoring the backup to 12 the DDE templates have not restored , are these a file that can be copiid
jl12, make sure you have selected the checkbox Private Authentication Data -> Data Feed Settings.
by Henry MultiСharts
23 Apr 2018
Forum: MultiCharts .NET
Topic: Volume Delta / Imbalance Delta
Replies: 1
Views: 1563

Re: Volume Delta / Imbalance Delta

Hello Ingo, Here is the documentation and examples for accessing this type of data: http://www.multicharts.com/discussion/viewtopic.php?f=19&t=46751 http://www.multicharts.com/discussion/viewtopic.php?f=19&t=45940&p=101877#p101877 http://www.multicharts.com/trading-software/index.php/4.7.6_Volume_Pr...
by Henry MultiСharts
20 Apr 2018
Forum: MultiCharts .NET
Topic: Breakeven Stop?
Replies: 9
Views: 4881

Re: Breakeven Stop?

Hallo Henry, it happens in Auto Trading with a strategy Martin, you need to program your code accordingly. When SetBreakEven (as well as the other algorithmic Set* commands) is unconditional (not under an "IF" statement)- it is evaluated intra-bar (even if IOG is off). SetBreakEven will be placed a...
by Henry MultiСharts
19 Apr 2018
Forum: MultiCharts .NET
Topic: Breakeven Stop?
Replies: 9
Views: 4881

Re: Breakeven Stop?

Hi, I have an issue with the use of Breakeven. When it is triggered, the strategy correctly send the breakeven stop order, but does not cancel the previous stop loss. Is this an expected behavior? How could I get canceled the old stop loss when the breakeven is already protecting the position? than...
by Henry MultiСharts
19 Apr 2018
Forum: MultiCharts
Topic: Show Custom Stop Price on chart
Replies: 6
Views: 1679

Re: Show Custom Stop Price on chart

Wapi,

Your code can place Text drawings on the chart:
https://www.multicharts.com/trading-sof ... xt_Drawing
by Henry MultiСharts
17 Apr 2018
Forum: MultiCharts
Topic: Backtesting assumptions problem
Replies: 5
Views: 2225

Re: Backtesting assumptions problem

Hello turbofib, A Limit order will execute at the specified price or better. A better price is a lower price for Buy order. According to your assumption settings the order can be filled at limit price, if there is 2726.25 - 1 point improvement. This condition is satisfied at this bar, therefore the ...
by Henry MultiСharts
12 Apr 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

hello and thanks but I did not understand :(, I am attaching a chart you make me understand what indicates for example the tpo_levels_high thanks fibdax, on the screenshot you have provided, TPO_Levels_High will return the price level of the highest profile letters at 63.80. I have highlighted it i...
by Henry MultiСharts
11 Apr 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

Thanks for the info, I would like to understand something but for example the value of TPO_Levels_High TPO_Levels_High = Value Area High of the day or of the bar example if 30 min ?? Furthermore, if I use the TPO_Levels_High[1] statement , is it referred to yesterday's value?thanks fibdax, TPO_Leve...
by Henry MultiСharts
10 Apr 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

I use the max screen max resolution of my laptop at 1366x768. I can not make the change that i want to the winds that i Open in MC because the space of click button "OK" or "Cancel" is outside the screen. Please Reduce the size oh the mc window. bomberone1, Resolution of 1280 x 1024 or higher is re...
by Henry MultiСharts
10 Apr 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

Henry, it would be great if the reloading feature could be expanded to the Portfolio Trader, too. If for example you are running a large portfolio of stocks in the Portfolio Trader missing data might go unnoticed (by the user) and create problems. The same goes for data feeds that adjust the data a...
by Henry MultiСharts
10 Apr 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

we miss the weekly item ps I am also waiting to know how to access the MP values ​​via code fibdax, we are going to add such option in the next beta, for the time being you can use “7 days” resolution to build a weekly profile. TPO commands help file is in the works. I can share with you the draft:...
by Henry MultiСharts
10 Apr 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

is there a guide on how to read/interpret TPO charts??
fernando43611, our TPO Wiki page is here: https://www.multicharts.com/trading-sof ... ex.php/TPO
To learn more how to read/interpret the TPO charts - please refer to the resources available online.
by Henry MultiСharts
06 Apr 2018
Forum: MultiCharts
Topic: Cannot get the unrealized profit on chart
Replies: 1
Views: 703

Re: Cannot get the unrealized profit on chart

Hello competitor59,

Please update MultiCharts and IB Gateway to the latest versions and contact support if you still have the issue.
by Henry MultiСharts
06 Apr 2018
Forum: MultiCharts
Topic: Show Custom Stop Price on chart
Replies: 6
Views: 1679

Re: Show Custom Stop Price on chart

Hello Wapi,

That is possible to program a code that will plot a line at the order price level at the desired position, but the code you have provided above is not designed to do that.
by Henry MultiСharts
06 Apr 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

Great to have Orders name in Historical Orders. for 4K screens i had ComboBox to choose size 0-15 for sample ... Better https://s14.postimg.org/61cm9ogap/ORDRES_HISTORIQUES.png Smoky, did I get you right that you want to see the "Order Name" value from the Order and Position Tracker-> Orders tab fo...
by Henry MultiСharts
06 Apr 2018
Forum: MultiCharts .NET
Topic: VAValue
Replies: 5
Views: 2672

Re: VAValue

Hello Maxzhi,

You can apply the prebuilt Volume indicator to your chart and increase the Weight for the Histogram plot in Format-> Study-> Volume-> Format-> Style tab.
by Henry MultiСharts
06 Apr 2018
Forum: MultiCharts
Topic: How to close a file after printing to it [SOLVED]
Replies: 1
Views: 1097

Re: How to close a file after printing to it [SOLVED]

Hello Zheka,

Print command does not release the file on each calculation. Instead of print please use the FileAppend command.
by Henry MultiСharts
06 Apr 2018
Forum: MultiCharts
Topic: When I click on one of 10 charts on the screen the X axis (time,date) sliders move to the left on all the others. [SOLVED]
Replies: 1
Views: 915

Re: When I click on one of 10 charts on the screen the X axis (time,date) sliders move to the left on all the others. [SOLVED]

Hello quantum777,

You need to disable the option "Tracking Time and Price" or " Tracking Time" under View tab-> Tracking Settings to stop that.
by Henry MultiСharts
05 Apr 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

Great to have Orders name in Historical Orders. for 4K screens i had ComboBox to choose size 0-15 for sample ... Better https://s14.postimg.org/61cm9ogap/ORDRES_HISTORIQUES.png Smoky, did I get you right that you want to see the "Order Name" value from the Order and Position Tracker-> Orders tab fo...
by Henry MultiСharts
05 Apr 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

Cool feature allowing a beta version be installed along side the main product but... what if i don't want to have a separate database and trust your product well enough that I know it will not mess up my trading? Is it enough just to select the main installation folder to install the beta version? ...
by Henry MultiСharts
05 Apr 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

In my database 3000 stock's. Sometimes I see not properly loaded data, which can not be reloaded, since they are already stored. Are you going to create an elementary function, re-download data for some period, to maintain the integrity of the database ? TCust, our team is currently evaluating the ...
by Henry MultiСharts
04 Apr 2018
Forum: MultiCharts .NET
Topic: VAValue
Replies: 5
Views: 2672

Re: VAValue

Hello Maxzhi,

Please describe in more details the indicator you are looking for or attach an image demonstrating your inquiry.
by Henry MultiСharts
03 Apr 2018
Forum: MultiCharts .NET
Topic: Level 2 Backtesting [SOLVED]
Replies: 2
Views: 1872

Re: Level 2 Backtesting [SOLVED]

Hello Ingo, In MultiCharts Level 2 (DOM) data can be accessed in realtime only. This data is not saved into MultiCharts database, so it cannot be accessed in backtesting. To lean how to access it in realtime please refer to the prebuilt indicators _Market_Depth_on_Chart_ and _Market_Depth_on_Chart_2_.
by Henry MultiСharts
03 Apr 2018
Forum: MultiCharts .NET
Topic: Chaos Fractal
Replies: 4
Views: 2217

Re: Chaos Fractal

Hello Abhi,

Please contact us directly if you are interested in custom programming services.
by Henry MultiСharts
02 Apr 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

Re: MULTICHARTS 12.0 BETA 1

Hello SP,

One of the users reported that for some symbols the realtime price updates in MultiCharts are different from TWS.
Our analysis has shown that MarkPrice is different from the Last price for such instruments. The option "Use MarkPrice for Trades" was introduced to address that.
by Henry MultiСharts
29 Mar 2018
Forum: MultiCharts
Topic: [Backtest] Limit fill behaviour very wrong [SOLVED]
Replies: 13
Views: 4583

Re: [Backtest] Limit fill behaviour very wrong [SOLVED]

Hello wilkinsw,

Please send me the requested data for replicating this case.
by Henry MultiСharts
28 Mar 2018
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 12.0 BETA 1
Replies: 1
Views: 1415

MULTICHARTS .NET 12.0 BETA 1

MultiCharts .NET 12.0 Beta 1 is available for download now (64-bit build 15954)! Featuring TPO, Matrix Optimization, reworked optimization GUI, Bittrex data feed, and many other improvements! Now we feature our Beta versions as a separate product with isolated application/ database/ study folders. ...
by Henry MultiСharts
28 Mar 2018
Forum: MultiCharts
Topic: MULTICHARTS 12.0 BETA 1
Replies: 38
Views: 15663

MULTICHARTS 12.0 BETA 1

MultiCharts 12.0 Beta 1 is available for download now (64-bit build 15952)! Featuring TPO, Matrix Optimization, reworked optimization GUI, Bittrex data feed, and many other improvements! Now we feature our Beta versions as a separate product with isolated application/ database/ study folders. You c...
by Henry MultiСharts
22 Mar 2018
Forum: MultiCharts
Topic: License management system disturbs real trading
Replies: 14
Views: 4174

Re: License management system disturbs real trading

Hello Smoky, Based on your description the "lost connection to digital rights management system" alert is the consequence of system error or crash that happened in one of the processes, it is not the actual licensing system connection issue. When you have an issue of this kind please send us the log...
by Henry MultiСharts
21 Mar 2018
Forum: MultiCharts
Topic: " Data Range : Bars Back " Doesn't work. [SOLVED]
Replies: 1
Views: 864

Re: " Data Range : Bars Back " Doesn't work. [SOLVED]

Hello wilkinsw, That is expected behavior. When using “bars back” request on intra-day resolutions - the history will never exceed 91 days, even if your data provider supplies it, or you have more data in the database. The limitation is applied to avoid overloading the data providers' with requests ...
by Henry MultiСharts
19 Mar 2018
Forum: MultiCharts .NET
Topic: IStrategyPerformance.ConvertCurrency Method Help [SOLVED]
Replies: 2
Views: 1671

Re: IStrategyPerformance.ConvertCurrency Method Help [SOLVED]

Hello bdwg,

You need to add the following line in StartCalc:
convertCurrency = StrategyInfo;
by Henry MultiСharts
16 Mar 2018
Forum: MultiCharts
Topic: Broker disappears from Order and Position Tracker
Replies: 2
Views: 971

Re: Broker disappears from Order and Position Tracker

Hello firemag, If it happens again please go to Help tab->Feedback (or Windows Start menu->All programs->MultiCharts64->Feedback). Select these options: - Attach a screenshot; - Attach log files to help us understand what happened - Upload collected data to Help Desk. Uncheck the other options as we...
by Henry MultiСharts
16 Mar 2018
Forum: MultiCharts
Topic: Portfolio Trader - Does not advance date to the current date
Replies: 17
Views: 4479

Re: Portfolio Trader - Does not advance date to the current date

Hi, The Data Range settings of Portfolio do not limit your automated trading to the specified End date. When "pin" is disabled - End Date is always the Current Date at the moment of opening this portfolio workspace. It will not auto advance while the portfolio is open. When "pin" is enabled - End Da...
by Henry MultiСharts
16 Mar 2018
Forum: MultiCharts
Topic: Show Custom Stop Price on chart
Replies: 6
Views: 1679

Re: Show Custom Stop Price on chart

Hello Wapi,

Your strategy should open a position first, then the code you have provided above will plot the line for the stop order.
by Henry MultiСharts
14 Mar 2018
Forum: MultiCharts
Topic: IB issue ?
Replies: 2
Views: 1255

Re: IB issue ?

Hello Smoky,

Please describe the specific issue you have with using these continuous futures contracts.
Also try updating the TWS to the latest available build.
by Henry MultiСharts
05 Mar 2018
Forum: MultiCharts
Topic: Attention OANDA users
Replies: 0
Views: 1086

Attention OANDA users

Dear users, It is strongly recommend to all OANDA users to update to MultiCharts 11.0 Release 9 builds 16147/16148 and MultiCharts .NET 11.0 Release 9 builds 16152/16153 or a higher version to get the fix of a trading issue in which an active Sell Limit order can become a Buy Limit order after recon...
by Henry MultiСharts
01 Mar 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

Point bars now support Resolution of up to 2 000 000 000. More info: https://www.multicharts.com/discussion/viewtopic.php?t=50913&p=128131#p128129 Please increment more than 2 billion the resolution of point and renko bars Bitcoin quotes more than 10 thousand with 8 decimals after. It means 5 integ...
by Henry MultiСharts
01 Mar 2018
Forum: MultiCharts
Topic: Bitcoin trading with MC possible? [SOLVED]
Replies: 56
Views: 81245

Re: Bitcoin trading with MC possible? [SOLVED]

BITFINEX is The world's largest and most advanced cryptocurrency exchange.
Please add the connection to chart and trading by MC
bomberone1, we are going to have the BITFINEX datafeed added in one of the future versions of MultiCharts.
by Henry MultiСharts
26 Feb 2018
Forum: MultiCharts
Topic: PM is not possible to attach images or files [SOLVED]
Replies: 2
Views: 1220

Re: PM is not possible to attach images or files [SOLVED]

Hello bomberone1,

You can find the “Attach a file” option under the Actions button after you create an issue.
by Henry MultiСharts
26 Feb 2018
Forum: MultiCharts
Topic: MC Version History - where can I see it ?
Replies: 1
Views: 835

Re: MC Version History - where can I see it ?

Hello syswizard,

AMP is offering the latest version of MultiCharts. Please contact AMP support directly to receive the download link and support for this product.
Version history for MultiCharts can be found here: https://www.multicharts.com/whats-new/
by Henry MultiСharts
23 Feb 2018
Forum: MultiCharts
Topic: Free quotes problem. [SOLVED]
Replies: 16
Views: 8329

Re: Free quotes problem. [SOLVED]

Hello Trade23, We have verified that both Yahoo and Google connections work ok on our end. If you are having any issues with data access please send us the logs for analysis with detailed description of the issue you have: go to Help tab->Feedback (or Windows Start menu->All programs->your MultiChar...
by Henry MultiСharts
23 Feb 2018
Forum: MultiCharts
Topic: Bitcoin trading with MC possible? [SOLVED]
Replies: 56
Views: 81245

Re: Bitcoin trading with MC possible? [SOLVED]

Thanks. Poloniex data is working fine, but I still need an MC API to link to an exchange or broker for MC chart trading cryptos.
jerryhd, please email to support regarding this inquiry.
by Henry MultiСharts
23 Feb 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

Will the issue of licensing/authorisation server disconnects (which breaks automated trading) be addressed?
Hello Zheka,

I have replied in the corresponding thread.
by Henry MultiСharts
23 Feb 2018
Forum: MultiCharts
Topic: License management system disturbs real trading
Replies: 14
Views: 4174

Re: License management system disturbs real trading

Dear Users, On the 31st of January one of our providers experienced short term technical difficulties and all users were immediately and automatically redirected to two of our backup servers, this procedure should not have disrupted your work. Global malfunctions that could affect users did not occu...
by Henry MultiСharts
21 Feb 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

MultiCharts 11.0 Release 8 builds 15806/15808 is out now!
You can check the change log in our blog.
Go to download page
by Henry MultiСharts
21 Feb 2018
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 11.0 RELEASE
Replies: 19
Views: 9267

Re: MULTICHARTS .NET 11.0 RELEASE

MultiCharts .NET 11.0 Release 8 builds 15810/15811 is out now!
You can check the change log in our blog.
Go to download page
by Henry MultiСharts
21 Feb 2018
Forum: MultiCharts .NET
Topic: Renko Chart
Replies: 6
Views: 2865

Re: Renko Chart

Hello CarseWhite,

I understand your concerns and have asked our dev team to revisit this case for you. I will let you know as soon as any updates are available.
by Henry MultiСharts
16 Feb 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

Hello Henry, After updating to version 11, I noticed that the ASCII Export Scheduler was not exporting some of the fields that I manually select for export. e.g 'UpVol', 'DownVol', 'UpTicks', 'DownTicks' etc. Am I missing a setting somewhere to select these for scheduled export? Hello Jad, That is ...
by Henry MultiСharts
14 Feb 2018
Forum: MultiCharts .NET
Topic: Renko Chart
Replies: 6
Views: 2865

Re: Renko Chart

Hello CarseWhite,

That is expected behavior. Current (open/in-progress) Renko daily bar has the timestamp of the last closed bar until it closes.
As soon as it is closed Renko boxes of specified size are plotted with the correct bar close date.
by Henry MultiСharts
31 Jan 2018
Forum: MultiCharts
Topic: Bitcoin trading with MC possible? [SOLVED]
Replies: 56
Views: 81245

Re: Bitcoin trading with MC possible? [SOLVED]

BarCharts, an MC data vendor, has supplied crypto data for months but as of early January 2018 MC has not updated their API to receive it. When will this be remediated? Hello jerryhd, Cryptocurrencies from BarChart and Poloniex are supported since MultiCharts 11.0 Release 6. Please run QuoteManager...
by Henry MultiСharts
31 Jan 2018
Forum: MultiCharts
Topic: Partially Filled Orders Replacement - Strange behaviour in MC11 15566 [SOLVED]
Replies: 3
Views: 1269

Re: Partially Filled Orders Replacement - Strange behaviour in MC11 15566 [SOLVED]

Hello Will, We were unable to replicate this behavior using MultiCharts 10.0 R8 and 11.0 R5. The following code was tested on 10 min bars with IOG disabled and no order conversion: buy 5 contract next bar at close limit; sell next bar c+5 limit; sell next bar c-5 stop; The order that was partially f...
by Henry MultiСharts
29 Jan 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

Hello Henry, After updating to version 11, I noticed that the ASCII Export Scheduler was not exporting some of the fields that I manually select for export. e.g 'UpVol', 'DownVol', 'UpTicks', 'DownTicks' etc. Am I missing a setting somewhere to select these for scheduled export? Hello Jad, Thanks f...
by Henry MultiСharts
26 Jan 2018
Forum: MultiCharts
Topic: Trendlines, Text, etc. on Subcharts
Replies: 1
Views: 950

Re: Trendlines, Text, etc. on Subcharts

Hello Art, This behavior is by design. If you want the drawings on the subchart to be "per instrument" you need to add a second data series with the same instrument and resolution as the main data series. Place it on the same subchart with your indicator, link 1st and 2nd data series and scanner, se...
by Henry MultiСharts
22 Jan 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

I've encountered a problem during the use of new release 7 with crypto currecies The price scale due the fraction of the crypto is forcely set to 1/100000000 (8 decimals ore more) this cause to be impossible to use Point bars due the limitation of point bars in a range which goes from 1 to 10000 ( ...
by Henry MultiСharts
19 Jan 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

Hello Henry, it's what the build in help file in MultiCharts64 Version 11.0 Release (Build 15566) shows, this might require an update. So it's intended behavior that this reserved word behaves differently than in TS? Regards, ABC ABC, it is intended behavior that it works differently than in TS. I ...
by Henry MultiСharts
19 Jan 2018
Forum: MultiCharts
Topic: Global Draw Objects?
Replies: 10
Views: 3317

Re: Global Draw Objects?

has this global draw objects from 2010 been implemented yet? if not is there a vendor that has a workaround? thank you.
Hello chinapassage,

Currently there is no such feature in the platform. You can check this post for MultiCharts .NET study that copies drawings from one chart to the others.
by Henry MultiСharts
19 Jan 2018
Forum: MultiCharts
Topic: CQG data errors in realtime through Multicharts
Replies: 5
Views: 1622

Re: CQG data errors in realtime through Multicharts

Hello wilkinsw, Please email me specific examples of this occurrence. We will need full sized screenshots of your charts, CQG and IQFeed data feed settings screenshots, copy of the workspace you are using for replicating it and export of the data from chart when the issue is replicated and when it i...
by Henry MultiСharts
19 Jan 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

Another point about the WFO - as mentioned in the link below, "If there is an open trade by the end of OOS period, it is not counted in report." This may distort the results, especially when the OOS length is small. For systems where the "avg # bars in winning trades" is lower than the "avg # bars ...
by Henry MultiСharts
19 Jan 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

MultiCharts 11.0 Release 7 builds 15645/15647 is out now!
You can check the change log in our blog.
Go to download page
by Henry MultiСharts
19 Jan 2018
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 11.0 RELEASE
Replies: 19
Views: 9267

Re: MULTICHARTS .NET 11.0 RELEASE

MultiCharts .NET 11.0 Release 7 builds 15649/15651 is out now!
You can check the change log in our blog.
Go to download page
by Henry MultiСharts
18 Jan 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

I've tried to add bitcoin with the new release 6 through Poloniex, but it doesn't find any symbol Hello CrazyNasdaq, Poloniex has changed SSL protocols tonight – most likely that is the reason why you are unable to get the instruments list. We are currently building new version of MultiCharts that ...
by Henry MultiСharts
18 Jan 2018
Forum: MultiCharts
Topic: The Meaning of these Contents in “ATOrderController_Trace.txt”
Replies: 1
Views: 782

Re: The Meaning of these Contents in “ATOrderController_Trace.txt”

Hello Winnie,

Logs are created by developers and are to be read by developers.
This is not a problem of the strategy. This log means that no orders were generated on this calculation.
by Henry MultiСharts
16 Jan 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

MultiCharts 11.0 Release 6 builds 15617/15619 is out now!
You can check the change log in our blog.
Go to download page
by Henry MultiСharts
16 Jan 2018
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 11.0 RELEASE
Replies: 19
Views: 9267

Re: MULTICHARTS .NET 11.0 RELEASE

MultiCharts .NET 11.0 Release 6 builds 15621/15623 is out now!
You can check the change log in our blog.
Go to download page
by Henry MultiСharts
12 Jan 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

Hello Multicharts, it appears there is a bug with the reserved word PositionProfit, at least in MultiCharts64 Version 11.0 Release (Build 15566). ABC, Your help file seems to be outdated. PositionProfit returns total realized profit or loss for the specified closed position. You need to have at lea...
by Henry MultiСharts
11 Jan 2018
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

Hi Multicharts team, it appears there is a limitation for the length of an order name that MC displays and uses internally. However it seems that these limitations are different for what is shown on the chart versus what is shown on in performance report. 1. Could this limitation be removed? 2. Eit...
by Henry MultiСharts
27 Dec 2017
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 11.0 RELEASE
Replies: 19
Views: 9267

Re: MULTICHARTS .NET 11.0 RELEASE

MultiCharts .NET 11.0 Release 5 builds 15569/15570 is out now!
You can check the change log in our blog.
Go to download page
by Henry MultiСharts
27 Dec 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

MultiCharts 11.0 Release 5 builds 15564/15566 is out now!
You can check the change log in our blog.
Go to download page
by Henry MultiСharts
21 Dec 2017
Forum: User Contributed Studies
Topic: DataLoader example
Replies: 7
Views: 8904

Re: DataLoader example

Henry, Is it possible do it also in multicharts easylanguage? I would like to collect all tick data from all symbols that I trade. more or less are 120 I have a list into market scanner of 120 symbol and i do not open chart. Is it possible to do a reload with backfill of all data tick at 12.30 and ...
by Henry MultiСharts
14 Dec 2017
Forum: MultiCharts
Topic: "If open next bar" behaviour
Replies: 3
Views: 1233

Re: "If open next bar" behaviour

Hello wilkinsw,

There was a bug when SessionLastBar command returned True value not on the actual last bar of the session, but on the one before it.
If you do not use this command in your code then you won't have this issue.
by Henry MultiСharts
06 Dec 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

Could you please specify what additional information would you like to have exactly and what opportunities for analysis Excel offers that are missing in out WFO report? The point of this process for me is to evaluate the OOS performance. For each report, I do the following basic analysis in excel: ...
by Henry MultiСharts
06 Dec 2017
Forum: MultiCharts
Topic: CQG data errors in realtime through Multicharts
Replies: 5
Views: 1622

Re: CQG data errors in realtime through Multicharts

Hello wilkinsw,

This is something our dev team is currently investigating.
by Henry MultiСharts
06 Dec 2017
Forum: MultiCharts .NET
Topic: StrategyInfo.AvgEntryPrice vs EntryPrice(0) [SOLVED]
Replies: 1
Views: 1581

Re: StrategyInfo.AvgEntryPrice vs EntryPrice(0) [SOLVED]

Hello pdemontferrier,

There is no difference between StrategyInfo.AvgEntryPrice and EntryPrice(0).
by Henry MultiСharts
06 Dec 2017
Forum: MultiCharts .NET
Topic: Can I open from my script 'Optimize' window?
Replies: 4
Views: 2605

Re: Can I open from my script 'Optimize' window?

Hello TraderWalrus,

This is something that can be expected in one of the future versions of the platform:
https://www.multicharts.com/pm/public/m ... es/MC-2017
by Henry MultiСharts
05 Dec 2017
Forum: MultiCharts .NET
Topic: IChartCustomDrawer status [SOLVED]
Replies: 1
Views: 1588

Re: IChartCustomDrawer status [SOLVED]

Hello et1hugo,

You need to call ChartCustomDraw.Unregister(this); in StopCalc() method.
by Henry MultiСharts
24 Nov 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

MultiCharts 11.0 Release 4 builds 15386/15387 is out now!
You can check the change log in our blog.
Go to download page
by Henry MultiСharts
24 Nov 2017
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 11.0 RELEASE
Replies: 19
Views: 9267

Re: MULTICHARTS .NET 11.0 RELEASE

MultiCharts .NET 11.0 Release 4 builds 15389/15391 is out now!
You can check the change log in our blog.
Go to download page
by Henry MultiСharts
24 Nov 2017
Forum: MultiCharts
Topic: WeBank T3 Open - download Historical data don't match the real possibility
Replies: 2
Views: 1609

Re: WeBank T3 Open - download Historical data don't match the real possibility

Hello CrazyNasdaq,

When Webank connection was developed the following amount of data was supplied via API: Tick-by-tick 1 day, minutes 2 days, daily data 15 years.
We will double check if it is indeed currently possible to get more historical data now.
by Henry MultiСharts
24 Nov 2017
Forum: MultiCharts
Topic: Compile button [SOLVED]
Replies: 1
Views: 928

Re: Compile button [SOLVED]

Hello tradingest,

There is no way to do that.
by Henry MultiСharts
24 Nov 2017
Forum: MultiCharts
Topic: Quote Manager [SOLVED]
Replies: 2
Views: 1264

Re: Quote Manager [SOLVED]

Hello tradingest, Please close QuoteManager. Go to Windows Start button and launch regedit.exe Please go to this path : HKEY_CURRENT_USER\Software\TS Support\MultiCharts64\QuoteManager\ In the registry tree please make a right click on the Position folder and click Delete. Try starting QuoteManager ...
by Henry MultiСharts
22 Nov 2017
Forum: MultiCharts
Topic: Setting correct sessions for IB CFDs
Replies: 7
Views: 2339

Re: Setting correct sessions for IB CFDs

Hello Zheka,

You can create a session template that will cover both DST and ST to get all the data, then in your code reference the time values according to DST/ST based on the date.
by Henry MultiСharts
22 Nov 2017
Forum: MultiCharts
Topic: Problem with stoploss in user interface - Oanda +REST-V20
Replies: 2
Views: 1069

Re: Problem with stoploss in user interface - Oanda +REST-V20

Hello svopex,

We will check these Orders IDs in the logs and get back to you.
by Henry MultiСharts
21 Nov 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

My impression is that while the MC 11 WFO report is certainly nicer than the table we had before, in my opinion it's still does not provide enough information to evaluate the process, and doing an export to excel and performing analysis there is required in the same way it was required in previous ...
by Henry MultiСharts
20 Nov 2017
Forum: MultiCharts
Topic: OCO still broken for Oanda V20 accounts
Replies: 3
Views: 1524

Re: OCO still broken for Oanda V20 accounts

Hello gpw797, We were unable to replicate this behavior on our end. Screenshots you have provided are not sufficient for analysis of this case. V1 is the account type, there is no need to roll back MultiCharts to a previous version to use V1 account. V1 account needs to be provided by your broker. Y...
by Henry MultiСharts
20 Nov 2017
Forum: MultiCharts
Topic: Portfolio Trader: Currency conversion error
Replies: 6
Views: 2422

Re: Portfolio Trader: Currency conversion error

Hello Zheka,

You can use Portfolio Trader with Base Currency set to None.
In this case each instrument will be calculated in his own base currency (price*big point value).
by Henry MultiСharts
20 Nov 2017
Forum: MultiCharts
Topic: Setting correct sessions for IB CFDs
Replies: 7
Views: 2339

Re: Setting correct sessions for IB CFDs

Hello Zheka,

That is not possible to add a "TimeZone" to the session template within the current software architecture.
We will keep in mind this case if there will be room for improvement of this functionality in the future.
by Henry MultiСharts
20 Nov 2017
Forum: MultiCharts .NET
Topic: Is there Order filled event? or how to track order status?
Replies: 3
Views: 10844

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

Hello joenetic,

It is not assigned to any specific version yet.
As soon as more info is available – the corresponding PM entry will be updated:
http://www.multicharts.com/pm/viewissue ... no=MC-1497
by Henry MultiСharts
15 Nov 2017
Forum: MultiCharts
Topic: OCO still broken for Oanda V20 accounts
Replies: 3
Views: 1524

Re: OCO still broken for Oanda V20 accounts

Hello gpw797, As I have previously specified – we need the Broker Order IDs and specific time when you had the issue. We also need the platform logs and screenshots demonstrating the issue. Unfortunately from all of the requested information only screenshots were provided. This information is not su...
by Henry MultiСharts
14 Nov 2017
Forum: MultiCharts
Topic: Authentication server down yesterday [SOLVED]
Replies: 7
Views: 2914

Re: Authentication server down yesterday [SOLVED]

Hello gpw797, We have checked our server logs and have not identified any issues with the DRM system connection for the specified date. None of the other users reported anything similar. If we are talking about a situation when DRM connection is lost (and not when the user is intentionally switching...
by Henry MultiСharts
14 Nov 2017
Forum: MultiCharts .NET
Topic: Place order sequence
Replies: 5
Views: 2851

Re: Place order sequence

Hello Joe,

You don't need to call Orders_FinishChanging in your code, it is being called by MultiCharts.
by Henry MultiСharts
13 Nov 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

Hello, Just to let you know, here with MC 11 I have some serious cursor display lag as soon as there are signals on a chart. See attached video. Regards, Mydesign When is MC12 out? The slowdowns on charts with signals applied is making MC11 unusable for me. Am wondering why isn't everyone suffering...
by Henry MultiСharts
09 Nov 2017
Forum: MultiCharts
Topic: HighD and HighS in renko charts [SOLVED]
Replies: 3
Views: 1721

Re: HighD and HighS in renko charts [SOLVED]

Hello Automeq,

HighD(0), HighS(0) and all similar commands work only on intraday resolutions, Regular chart type.
They won't work on non-standard chart types (Renko, Heikin-Ashi, Custom Resolution plugins, etc).
by Henry MultiСharts
08 Nov 2017
Forum: MultiCharts
Topic: quotemanager or IB issue ? [SOLVED]
Replies: 5
Views: 1978

Re: quotemanager or IB issue ? [SOLVED]

Hello Smoky,

Please make sure the IB data feed is configured exactly the same way on both computers. If any settings are changed - full platform restart is required to apply the changes. Please also make sure the "Fields to collect" options are configured the same way on both PCs.
by Henry MultiСharts
07 Nov 2017
Forum: MultiCharts .NET
Topic: digit rights management system lost connection
Replies: 12
Views: 5572

Re: digit rights management system lost connection

According to wzero's feedback the issue no longer appears in MultiCharts NET 11 Release 3.
by Henry MultiСharts
07 Nov 2017
Forum: MultiCharts
Topic: Portfolio Trader: Currency conversion error
Replies: 6
Views: 2422

Re: Portfolio Trader: Currency conversion error

Hello Zheka, Currency conversion feature can get data from multiple vendors for a specific list of currencies, MXN is not currently in this list. Here is how to select a different data source for the exchange rates: https://www.multicharts.com/trading-software/index.php/Preferences#Currency_Conversion
by Henry MultiСharts
07 Nov 2017
Forum: MultiCharts
Topic: PL code execution time - strange behavior
Replies: 12
Views: 4298

Re: PL code execution time - strange behavior

Hello Zheka, Windows is not a realtime system, executing each task takes some time which depends on the overall system load. array_setmaxindex() resizes a declared dynamic array to a specified number of elements. It takes some time to allocate memory for these elements, but the amount is insignifica...
by Henry MultiСharts
07 Nov 2017
Forum: MultiCharts
Topic: Setting correct sessions for IB CFDs
Replies: 7
Views: 2339

Re: Setting correct sessions for IB CFDs

I have tried to create different "Exchanges" in QM with appropriate TimeZone reference ( AND an appropriate currency) and then symbol-map to IB's SMART in the Broker profile. While this kinda works and plots historical data correctly, I can see errors in the QM generated by TWS ( ID=210, code=200 -...
by Henry MultiСharts
06 Nov 2017
Forum: MultiCharts .NET
Topic: GRACE PERIOD for Digital Rights
Replies: 2
Views: 1635

Re: GRACE PERIOD for Digital Rights

Hello Harrison, If we are talking about a situation when DRM connection is lost (and not when the user is intentionally switching the licensing from one computer to another), then the realtime data stops only if the connection is not restored within 30 minutes after it is lost. So even in case autho...
by Henry MultiСharts
06 Nov 2017
Forum: MultiCharts
Topic: Historical Data from TS incomplete
Replies: 6
Views: 2055

Re: Historical Data from TS incomplete

Hello Mark,

I've sent you an email regarding this matter. Please respond to have this case addressed.
by Henry MultiСharts
03 Nov 2017
Forum: MultiCharts
Topic: What does this error message mean? [SOLVED]
Replies: 2
Views: 1191

Re: What does this error message mean? [SOLVED]

Hello firemag,

Do you have this instrument in your OEC/GAIN Trader for your demo account?
Are you able to place orders for it there?
by Henry MultiСharts
01 Nov 2017
Forum: MultiCharts
Topic: Setting correct sessions for IB CFDs
Replies: 7
Views: 2339

Re: Setting correct sessions for IB CFDs

Hello Zheka,

Please send me the QMD file with the export of the instruments (settings, without data) you are having issue with.
by Henry MultiСharts
30 Oct 2017
Forum: MultiCharts
Topic: Quotemanager problem [SOLVED]
Replies: 3
Views: 1581

Re: Quotemanager problem [SOLVED]

Hi, Please make sure the IB data feed in QuoteManager is configured correctly: http://www.multicharts.com/trading-software/index.php/Interactive_Brokers If this solution didn't help and you still have the issue-please come to our live chat Monday-Friday 6:30 am - 1 pm EST. To do that click on Live C...
by Henry MultiСharts
30 Oct 2017
Forum: MultiCharts .NET
Topic: Flex Renko
Replies: 8
Views: 4830

Re: Flex Renko

Please refer to the following information:
https://docs.microsoft.com/en-us/dotnet ... /try-catch
by Henry MultiСharts
30 Oct 2017
Forum: MultiCharts .NET
Topic: IB SAN1 symbocl DOM incorrect [SOLVED]
Replies: 3
Views: 8238

Re: IB SAN1 symbocl DOM incorrect [SOLVED]

Hello wzero,

This issue has been fixed in MultiCharts .NET 11 Release 3.
by Henry MultiСharts
30 Oct 2017
Forum: MultiCharts
Topic: Bug in trades list
Replies: 1
Views: 1370

Re: Bug in trades list

Hello TraderWalrus,

This case has been forwarded to the dev team.
by Henry MultiСharts
27 Oct 2017
Forum: MultiCharts
Topic: SetDollarTrailing not working on Oanda v20 account and 11 [SOLVED]
Replies: 16
Views: 4552

Re: SetDollarTrailing not working on Oanda v20 account and 11 [SOLVED]

Hello gpw797, Please send us the logs and IDs of the orders in question: Go to Help tab->Feedback (or Windows Start menu->All programs->MultiCharts64->Feedback). Select two options: - Attach log files to help us understand what happened - Upload collected data to Help Desk. Uncheck the other options...
by Henry MultiСharts
25 Oct 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

Chartsurfer, CrazyNasdaq, We have resolved this issue. The installer files on the website have been updated and now include this fix from the box. You can remove your current installation, download the new installer from the website and run it. Alternatively the fastest solution is to install the at...
by Henry MultiСharts
25 Oct 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

I've just upgraded to the new MC 11 RC3. Everytime I try to close a workspace MC crashes (I tried to send the application error message via MC) ... I Have the same problem with each workspace/session of Multicharts I request to close Chartsurfer, CrazyNasdaq, Are you using Custom Futures instrument...
by Henry MultiСharts
24 Oct 2017
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 11.0 RELEASE
Replies: 19
Views: 9267

Re: MULTICHARTS .NET 11.0 RELEASE

MultiCharts .NET 11.0 Release 3 builds 15196/15198 is out now!
You can check the change log in our blog.
Go to download page
by Henry MultiСharts
24 Oct 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

MultiCharts 11.0 Release 3 builds 15200/15201 is out now!
You can check the change log in our blog.
Go to download page
by Henry MultiСharts
24 Oct 2017
Forum: MultiCharts
Topic: How do I correctly sync strategy to live positions? [SOLVED]
Replies: 5
Views: 3088

Re: How do I correctly sync strategy to live positions? [SOLVED]

Hello firemag, According to the errors you have - you have not configured the symbol mapping. So the platform does not know that it needs to look at GAIN symbol and position when trading from TS chart. Please configure it and start the auto trading: http://www.multicharts.com/trading-software/index....
by Henry MultiСharts
20 Oct 2017
Forum: MultiCharts
Topic: Scanner do not load data / load data for very long time
Replies: 11
Views: 3625

Re: Scanner do not load data / load data for very long time

Look many of us have complained about this problem for a very long time and it is you who need to work on fixing the problem. It takes forever for MC to load historical data and then it takes a very long time for the studies to calculate on that data. Stop asking for us to replicate the problem, yo...
by Henry MultiСharts
20 Oct 2017
Forum: MultiCharts
Topic: whether using bar magnifier affect limit order and stop order or not
Replies: 3
Views: 1107

Re: whether using bar magnifier affect limit order and stop order or not

Hello jacksionane, You can study how signals are calculated and orders are filled in MultiCharts at the following page: https://www.multicharts.com/trading-software/index.php/How_Signals_are_Calculated As for your tests - make sure you edit the minute bars data as well (if you have it in your databa...
by Henry MultiСharts
20 Oct 2017
Forum: MultiCharts .NET
Topic: IB SAN1 symbocl DOM incorrect [SOLVED]
Replies: 3
Views: 8238

Re: IB SAN1 symbocl DOM incorrect [SOLVED]

Hello wzero,

This issue has been confirmed. The fix is targeted to MultiCharts .NET 11 Release 3.
by Henry MultiСharts
19 Oct 2017
Forum: MultiCharts .NET
Topic: IB SAN1 symbocl DOM incorrect [SOLVED]
Replies: 3
Views: 8238

Re: IB SAN1 symbocl DOM incorrect [SOLVED]

Hello wzero,

We will check that.
by Henry MultiСharts
19 Oct 2017
Forum: MultiCharts
Topic: CQG DOM Hangs / freezes whole of Multicharts
Replies: 1
Views: 738

Re: CQG DOM Hangs / freezes whole of Multicharts

Hello wilkinsw, We have not experienced such behavior on our end. Please send us the logs and dumps for analysis. You can have the Feedback window open beforehand, please go to Help tab->Feedback (or Windows Start menu->All programs->MultiCharts64->Feedback). Select these options: - Attach a screens...
by Henry MultiСharts
19 Oct 2017
Forum: MultiCharts
Topic: Can we test if a file is opened?
Replies: 1
Views: 927

Re: Can we test if a file is opened?

Hello Martin, File operations can be done using an external Dll. There is no prebuilt command in MultiCharts to do that. You need to search for solution online, depending on the programming language your Dll is written in. Here's a C++ discussion: https://stackoverflow.com/questions/6255339/checking...
by Henry MultiСharts
19 Oct 2017
Forum: MultiCharts
Topic: sessionLastBar and sessionLastBar[1] is egual [SOLVED]
Replies: 2
Views: 1855

Re: sessionLastBar and sessionLastBar[1] is egual [SOLVED]

maybe the Multicharts support can provide a list of the reserved words that you can back reference Hello ABC, Here you go: open high low close volume openint date time ticks upticks downticks time_s datetime tickid symbol_open symbol_high symbol_low symbol_close symbol_volume symbol_openint symbol_...
by Henry MultiСharts
19 Oct 2017
Forum: MultiCharts
Topic: SetDollarTrailing not working on Oanda v20 account and 11 [SOLVED]
Replies: 16
Views: 4552

Re: SetDollarTrailing not working on Oanda v20 account and 11 [SOLVED]

gpw797, You need to do the same actions that were suggested above when you had the same issue: gpw797, Please go to Format->Strategy Properties->Auto trading tab->Select broker plugin->select the profile you need->go to Settings->click Lookup and select the account you need. You need to do that for ...
by Henry MultiСharts
09 Oct 2017
Forum: MultiCharts
Topic: Exporting trades
Replies: 5
Views: 2191

Re: Exporting trades

TraderWalrus,

Do you need to get the strategy name or the signal name in the file?
by Henry MultiСharts
09 Oct 2017
Forum: MultiCharts .NET
Topic: Constrain time and sales to realtime data only [SOLVED]
Replies: 1
Views: 1425

Re: Constrain time and sales to realtime data only [SOLVED]

Hello Darob,

The only way to do that is by disabling the "Download missing historical data" option in MultiCharts -> File tab -> Preferences -> Data server mode.
by Henry MultiСharts
09 Oct 2017
Forum: MultiCharts
Topic: slowness downloading data
Replies: 1
Views: 980

Re: slowness downloading data

Hello Arnie, Each data provider works in a special way due to the way his API and servers are programmed. That is expected that one vendor can supply data faster than the other one. The version of the platform you are running has nothing to do with it, they work with the data providers exactly the s...
by Henry MultiСharts
09 Oct 2017
Forum: MultiCharts .NET
Topic: Flex Renko
Replies: 8
Views: 4830

Re: Flex Renko

beggar,

Please find a sample code attached.
by Henry MultiСharts
06 Oct 2017
Forum: MultiCharts
Topic: Pmms partial exit from multiple entry [SOLVED]
Replies: 2
Views: 1122

Re: Pmms partial exit from multiple entry [SOLVED]

Hello nighthawk,

Please send me the information requested in the email. We will check that and get back to you.
by Henry MultiСharts
06 Oct 2017
Forum: MultiCharts
Topic: Reversal bars on MC 11 R2
Replies: 17
Views: 5262

Re: Reversal bars on MC 11 R2

Here's another bar issue. bar_miss.png First bar is built this way as you have "Break on Session" enabled. We are not getting the same 3rd and 4th bars, do you have session break there? Please send me a screenshot of the sessions you are using on this chart. This is my session template. It divides ...
by Henry MultiСharts
06 Oct 2017
Forum: MultiCharts .NET
Topic: Flex Renko
Replies: 8
Views: 4830

Re: Flex Renko

beggar,

Check the plugin Details in the Custom Resolution manager:
https://www.multicharts.com/trading-sof ... esolutions
by Henry MultiСharts
06 Oct 2017
Forum: MultiCharts
Topic: Work-around for keeping auto-trade running during data reload
Replies: 1
Views: 770

Re: Work-around for keeping auto-trade running during data reload

Is there any of stopping the MC from canceling my auto-trading and leaving the buy or sell position in place during reload of data?
Hello quantum777,

There is no such option. But you can use the CommandLine to launch the auto trading (sample codes here).
by Henry MultiСharts
05 Oct 2017
Forum: MultiCharts
Topic: Exporting trades
Replies: 5
Views: 2191

Re: Exporting trades

Hello TraderWalrus,

That is possible to export only the List of Trades in csv format from the Portfolio Performance Report.
by Henry MultiСharts
05 Oct 2017
Forum: MultiCharts .NET
Topic: Flex Renko
Replies: 8
Views: 4830

Re: Flex Renko

Hello beggar,

You can access custom resolutions using Resolution.CreateCustomResolution().
by Henry MultiСharts
04 Oct 2017
Forum: MultiCharts
Topic: Reversal bars on MC 11 R2
Replies: 17
Views: 5262

Re: Reversal bars on MC 11 R2

Here's another bar issue.

bar_miss.png
First bar is built this way as you have "Break on Session" enabled. We are not getting the same 3rd and 4th bars, do you have session break there? Please send me a screenshot of the sessions you are using on this chart.
by Henry MultiСharts
04 Oct 2017
Forum: MultiCharts
Topic: Reversal bars on MC 11 R2
Replies: 17
Views: 5262

Re: Reversal bars on MC 11 R2

Now that I'm looking at this real time, here's another issue with these bars.

sec_bar.png
Can't locate any issues here. Open of a new bar is 3 reversals from the Low of the previous bar.
by Henry MultiСharts
04 Oct 2017
Forum: MultiCharts
Topic: Reversal bars on MC 11 R2
Replies: 17
Views: 5262

Re: Reversal bars on MC 11 R2

I need some clarifications on how is the close and open of each bar being calculated. close_open.png What we're seeing is that a bar is almost always closing on its high/low and the following bar is opening 3 ticks below/above that close. This gives an idea of a gap, which is not true. The above ch...
by Henry MultiСharts
04 Oct 2017
Forum: MultiCharts
Topic: Reversal bars on MC 11 R2
Replies: 17
Views: 5262

Re: Reversal bars on MC 11 R2

You must add candlesticks and OHLC bars to the style.
Having only point and figure available will significantly restrict its usage.
Also adding invisible bar allow us to use this as a second data series and "hide" the bars
setting.png
Your suggestion has been forwarded to the management.
by Henry MultiСharts
04 Oct 2017
Forum: MultiCharts
Topic: Reversal bars on MC 11 R2
Replies: 17
Views: 5262

Re: Reversal bars on MC 11 R2

:D

But I'm finding some weird bars

reversal02.png
Please send me the source data for 13, 14, 15 September 2017 (ZNZ7) for replicating it on our end.
by Henry MultiСharts
04 Oct 2017
Forum: MultiCharts
Topic: Reversal bars on MC 11 R2
Replies: 17
Views: 5262

Re: Reversal bars on MC 11 R2

I confess I was like a kid unwrapping presents on Christmas night when I was installing R2, happy as hell for finally have reversal bars available in MC and for my footprint charts. And when I'm opening a new chart and opening it's settings my heart just stopped when I looked at the reversal bars o...
by Henry MultiСharts
02 Oct 2017
Forum: MultiCharts .NET
Topic: Realtime History Matching switches on by itself in PT 11
Replies: 2
Views: 1388

Re: Realtime History Matching switches on by itself in PT 11

Hello darob,

Are you opening a saved Portfolio Workspace or a new Portfolio Workspace?
by Henry MultiСharts
02 Oct 2017
Forum: MultiCharts .NET
Topic: about to send one order to different symbols/accounts/brokers at same time
Replies: 1
Views: 8411

Re: about to send one order to different symbols/accounts/brokers at same time

Hello Sabino,

Please refer to the TradeManager (Unmanaged orders approach) documentation and samples here:
viewtopic.php?f=19&t=45848#p100799
by Henry MultiСharts
02 Oct 2017
Forum: MultiCharts
Topic: historical data in quotemanager that disappear
Replies: 9
Views: 3301

Re: historical data in quotemanager that disappear

Hello turbofib,

If you are running 64 bit platform and the application was not shut down correctly then the data can be lost.
Please import the data, close the platform and make sure all of its processes finished correctly.
Then run QuoteManager and check your data.
by Henry MultiСharts
28 Sep 2017
Forum: MultiCharts
Topic: Code read only...problem
Replies: 1
Views: 856

Re: Code read only...problem

Hello turbofib,

There is no way to open the read-only code. You can only reverse engineer it.
by Henry MultiСharts
28 Sep 2017
Forum: MultiCharts
Topic: OANDA automated order execution
Replies: 1
Views: 812

Re: OANDA automated order execution

Hello Erik, Please go to Format->Strategy Properties->Auto trading tab->Select broker plugin->select the profile you need->go to Settings->click Lookup and select the account you need. You need to do that for each chart you are using for auto trading. When you save the workspace these settings will ...
by Henry MultiСharts
26 Sep 2017
Forum: MultiCharts .NET
Topic: PlaceOrder with TIF OPG with IB?
Replies: 2
Views: 1561

Re: PlaceOrder with TIF OPG with IB?

Hello Harrison,

This order type is not supported in MultiCharts at the moment. You can use market, stop, limit, stop limit order types with IB connection.
by Henry MultiСharts
26 Sep 2017
Forum: MultiCharts .NET
Topic: digit rights management system lost connection
Replies: 12
Views: 5572

Re: digit rights management system lost connection

wzero, Please specify the exact time it happened and send us the logs for this occurrence - go to Help tab->Feedback (or Windows Start menu->All programs->MultiCharts->Feedback). Select two options: - Attach log files to help us understand what happened - Upload collected data to Help Desk. Uncheck ...
by Henry MultiСharts
25 Sep 2017
Forum: MultiCharts .NET
Topic: Stop behavior when autotrading [SOLVED]
Replies: 3
Views: 2018

Re: Stop behavior when autotrading [SOLVED]

darob,

IB connection supports order modification. Please make sure you are not changing the set of orders from calculation to calculation. If you are using multiple data series and the orders are generated when BarStatus of Data1 =-1 you need to use AllowSendOrdersAlwaysAttribute.
by Henry MultiСharts
25 Sep 2017
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 11.0 RELEASE
Replies: 19
Views: 9267

Re: MULTICHARTS .NET 11.0 RELEASE

bogdan, Please make sure the "Unrealized Profit Calculation Mode" is properly configured in your IB broker profile: https://www.multicharts.com/trading-software/index.php/Interactive_Brokers_Broker_Profile#Unrealized_Profit_Calculation_Mode Then restart all TWS and MultiCharts processes (or just reb...
by Henry MultiСharts
25 Sep 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE - not all Volume processed

Hi. Some days ago I installed the latest version. With the new version suddenly Cumulative Delta e.g. on a tick chart and on the 5 min chart were different. Also when you look at CL on the 5 min chart and the volume which occured at each candle, you see this week a lot of candles where the volume i...
by Henry MultiСharts
25 Sep 2017
Forum: MultiCharts QUIK
Topic: Постоянно выскакивает сообщение о нехватке памяти
Replies: 1
Views: 1480

Re: Постоянно выскакивает сообщение о нехватке памяти

Здравствуйте, plyakhovsky. Данная функция появилась в версии MultiCharts 9.0 Beta 1: «Теперь пользователь будет получать уведомление, если физическая оперативная память системы заканчивается». Оповещение срабатывает, когда физическая оперативная память заполняется на 90%. Чтобы настроить значение, в...
by Henry MultiСharts
22 Sep 2017
Forum: MultiCharts .NET
Topic: digit rights management system lost connection
Replies: 12
Views: 5572

Re: digit rights management system lost connection

Hello wzero,

No changes were done in this regard in the latest versions and we have not received similar reports from the other users in the region.
At the moment we do not plan adjusting the authorization logic. Please have your ISP resolve the connection issues.
by Henry MultiСharts
22 Sep 2017
Forum: MultiCharts .NET
Topic: Stop behavior when autotrading [SOLVED]
Replies: 3
Views: 2018

Re: Stop behavior when autotrading [SOLVED]

Hello darob,

Which broker do you use?
Is the set of orders changing on each calculation (some added, some removed)?
Is order volume changing?
Is there a market order generated while you have price orders active at broker?
by Henry MultiСharts
22 Sep 2017
Forum: MultiCharts
Topic: problem with import ascii
Replies: 1
Views: 745

Re: problem with import ascii

Hello turbofib,

First you need to select an instrument you want to import data into, then go to the Import menu.
by Henry MultiСharts
22 Sep 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE--is slow to load

I upgraded to 11.0.14941.400 this afternoon. The first time I started MultiCharts it took probably 2-3 minutes to load all my workspaces. So, I shut it down and did four more starts. Average load time: 1 min 40 secs. I uninstalled and reinstalled 10.0.14417 and ran four start-up tests: Average load...
by Henry MultiСharts
22 Sep 2017
Forum: MultiCharts
Topic: SetDollarTrailing not working on Oanda v20 account and 11 [SOLVED]
Replies: 16
Views: 4552

Re: SetDollarTrailing not working on Oanda v20 account and 11 [SOLVED]

Hello gpw797, Which version were you running before the update? Did you have any updater/hotfix installed for it? Are you using auto trading or manual trading? Do you use v1 or v20 account? Please send us the logs and IDs of the orders in question: Go to Help tab->Feedback (or Windows Start menu->Al...
by Henry MultiСharts
21 Sep 2017
Forum: MultiCharts .NET
Topic: Place order sequence
Replies: 5
Views: 2851

Re: Place order sequence

Hello joenetic,

The only available solution has been already specified by Harrison above. Check this post for more information regarding the TradeManager: viewtopic.php?f=19&t=45848#p100799
by Henry MultiСharts
21 Sep 2017
Forum: MultiCharts
Topic: Custom Resolution Library?
Replies: 6
Views: 2330

Re: Custom Resolution Library?

Hello trader0311,

MultiCharts 11 Release 2 is out now: https://www.multicharts.com/download/
by Henry MultiСharts
21 Sep 2017
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 11.0 RELEASE
Replies: 19
Views: 9267

Re: MULTICHARTS .NET 11.0 RELEASE

The Margin column is no longer displayed on Accounts tab of Order And Position Tracker. Is it possible to enable it again? Open P/L column also displays different sum to the positions listed in Open Positions tab.
Hello bogdan,

Which broker profile do you use?
by Henry MultiСharts
20 Sep 2017
Forum: MultiCharts
Topic: Reversal bars on MC 11 R2
Replies: 17
Views: 5262

Re: Reversal bars on MC 11 R2

Hello arnie,

Our engineers are currently analyzing the provided information.
by Henry MultiСharts
19 Sep 2017
Forum: MultiCharts
Topic: how to optimize with 2 cpu server (36 cores with 72 threads) [SOLVED]
Replies: 58
Views: 25685

Re: how to optimize with 2 cpu server (36 cores with 72 threads) [SOLVED]

zhiguang, Please follow these steps: Close MultiCharts and all its processes Make sure all MC processes are ended in Windows Task Manager. Here you can find the list of all MC processes: https://www.multicharts.com/trading-software/index.php/MultiCharts_Processes Download the attached archive. Unzip...
by Henry MultiСharts
19 Sep 2017
Forum: MultiCharts
Topic: %R value of 100.22. Is this an error? [SOLVED]
Replies: 2
Views: 1186

Re: %R value of 100.22. Is this an error? [SOLVED]

Hello John,

It can happen if close > high on the price series, means you have faulty data. Normally if data is ok you should not have %R > 100.
by Henry MultiСharts
18 Sep 2017
Forum: MultiCharts
Topic: Reversal bars on MC 11 R2
Replies: 17
Views: 5262

Re: Reversal bars on MC 11 R2

Hello arnie,

Please try using 1 tick resolution on your chart.
by Henry MultiСharts
15 Sep 2017
Forum: MultiCharts
Topic: Attention OANDA users
Replies: 0
Views: 1392

Attention OANDA users

Dear users, OANDA has conducted changes on the server side in terms of providing the historical daily bars data. These changes become effective today in Demo environment, in a week in Live environment. It is strongly recommend to all OANDA users to update to MultiCharts (.NET) 11 Release 2 builds 14...
by Henry MultiСharts
15 Sep 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

version: MultiCharts64.11.0.14943.400_Release_x64_R2 issues: 1.same as the "cursor lagging" problem. I switch to mc11x64 from mc7.4x86; the funny thing is that mc7.4 is no lagging compared to super lagging mc11x64.... :shock: 2.mc11x64 R1 can open wsp of older version, but R2.....CAN NOT.... :shock...
by Henry MultiСharts
15 Sep 2017
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 11.0 RELEASE
Replies: 19
Views: 9267

Re: MULTICHARTS .NET 11.0 RELEASE

MultiCharts .NET 11.0 Release 2 builds 14945/14947 is out now! You can check the change log in our blog . Go to download page This build is critical for OANDA users - it has modified algorithm of requesting historical daily bars. OANDA did some changes on their end effective today on Demo, in a wee...
by Henry MultiСharts
15 Sep 2017
Forum: MultiCharts
Topic: MULTICHARTS 11.0 RELEASE
Replies: 85
Views: 161966

Re: MULTICHARTS 11.0 RELEASE

MultiCharts 11.0 Release 2 builds 14941/14943 is out now! You can check the change log in our blog . Go to download page This build is critical for OANDA users - it has modified algorithm of requesting historical daily bars. OANDA did some changes on their end effective today on Demo, in a week on ...
by Henry MultiСharts
14 Sep 2017
Forum: MultiCharts
Topic: how to optimize with 2 cpu server (36 cores with 72 threads) [SOLVED]
Replies: 58
Views: 25685

Re: how to optimize with 2 cpu server (36 cores with 72 threads) [SOLVED]

Hello zhiguang,

Please describe the specific issue you have.
by Henry MultiСharts
12 Sep 2017
Forum: MultiCharts .NET
Topic: Stop Order Expiry
Replies: 2
Views: 1586

Re: Stop Order Expiry

Hello Alan, The orders are active at broker while they are sent by the strategy. That means the conditions for order generation should be met in your code on each bar close or each tick (if IOG=ON) calculation while you need to keep your orders active. TIF for the orders (DAY and GTC are available f...
by Henry MultiСharts
07 Sep 2017
Forum: MultiCharts
Topic: Restart MC after a crash without any mouse click
Replies: 1
Views: 891

Re: Restart MC after a crash without any mouse click

Hello HPF,

Are you running 32 bit or 64 bit MultiCharts?
If you are running 64 bit MultiCharts - have you changed the File Cache settings in the registry editor?
Do you have a screenshot of the specific confirmation window you are referring to?
by Henry MultiСharts
07 Sep 2017
Forum: MultiCharts
Topic: Custom Resolution Library?
Replies: 6
Views: 2330

Re: Custom Resolution Library?

Hello trader0311, As far as I am aware no custom resolution libraries have been shared by the users so far. We are going to add Reversal bars and Flex Renko plugins in MultiCharts 11 Release 2: https://www.multicharts.com/pm/public/multicharts/issues/MC-1344 https://www.multicharts.com/pm/public/mul...
by Henry MultiСharts
07 Sep 2017
Forum: MultiCharts
Topic: How many cores can MC11 use? [SOLVED]
Replies: 8
Views: 4964

Re: How many cores can MC11 use? [SOLVED]

Hello Henry. I asked because when I start a optimization with my 8 treads of CPU stay 100% even my mouse stop working and cpu clock freeze when finish the optimization my computer return a normal situation . I think I need to upgrade my system principal CPU (i7 2820QM) . About RAM with 16GB and usi...
by Henry MultiСharts
05 Sep 2017
Forum: MultiCharts
Topic: Shout out to MC team
Replies: 1
Views: 1135

Re: Shout out to MC team

Hello Arnie,

Thanks for your feedback!
by Henry MultiСharts
01 Sep 2017
Forum: MultiCharts
Topic: Why is .xml put on the export. [SOLVED]
Replies: 3
Views: 1422

Re: Why is .xml put on the export. [SOLVED]

John,

Originally studies were stored in plain xml files. Pla is the wrapper for the xml file for ease of using it with PLEditor.
by Henry MultiСharts
01 Sep 2017
Forum: MultiCharts
Topic: How many cores can MC11 use? [SOLVED]
Replies: 8
Views: 4964

Re: How many cores can MC11 use? [SOLVED]

Hello. Someone knows any tool that I can run I find were is my bottleneck ? I mean run MC and this tools show were task spend more time. If is during CPU process , access to memory or I/O like a benchmark test for Multicharts process needs ? than in this way we can improve our system where is neces...
by Henry MultiСharts
01 Sep 2017
Forum: MultiCharts
Topic: Multicharts becomes unresponsive after several days of automated trading
Replies: 2
Views: 1234

Re: Multicharts becomes unresponsive after several days of automated trading

Once both applications are closed, I always have to start the Task Manager and manually close Multicharts background services that are still running before things will work again. Hello Alex, Before you end the processes please send us the information for analysis - go to Windows Start menu->All pr...
by Henry MultiСharts
31 Aug 2017
Forum: MultiCharts
Topic: positionprofit and portfolio backtester
Replies: 5
Views: 1910

Re: positionprofit and portfolio backtester

So could you please tell what's the difference between positionprofit and positionprofit_checked keywords? These commands work with the Realized PnL only, so you need to have at least a partially filled order in the current position for it to return any value. The only difference is the following: ...
by Henry MultiСharts
30 Aug 2017
Forum: MultiCharts
Topic: Portfolio Backtester: Instrument List File Format
Replies: 7
Views: 3539

Re: Portfolio Backtester: Instrument List File Format

yoyotrader, Please provide a sample file that you were unable to import. In QuoteManager symbols are grouped by exchange and type, these groups are not visible from MultiCharts/Portfolio Trader. In Portfolio you can import the list of symbols from a text file as discussed above. In the Scanner windo...
by Henry MultiСharts
30 Aug 2017
Forum: MultiCharts
Topic: Changing Currency for R$ (Reais - Bovespa Marked)
Replies: 1
Views: 730

Re: Changing Currency for R$ (Reais - Bovespa Marked)

Hello strelow,

R$ is not currently supported for currency conversion in MultiCharts.

Go to advanced search