Search found 645 matches

by Svetlana MultiCharts
10 Mar 2023
Forum: MultiCharts .NET
Topic: Last bar prices wrong in IOG Mode tick chart trading
Replies: 3
Views: 594

Re: Last bar prices wrong in IOG Mode tick chart trading

Hi r41866, Please reproduce the situation in simplified environment (one workspace, one chart, simplified signal) and send us the following files so that we would be able to investigate it: 1. The workspace where the behaviour is reproduced. 2. Export of used symbols (with data) from QuoteManager in...
by Svetlana MultiCharts
07 Mar 2023
Forum: MultiCharts
Topic: IB changed once again the format for Futures [SOLVED]
Replies: 5
Views: 751

Re: IB changed once again the format for Futures [SOLVED]

Hi Walter,

The information has been forwarded to the developers. They will make some adjustment in order to support the new format. We will let you know when there is any result.
by Svetlana MultiCharts
03 Mar 2023
Forum: MultiCharts
Topic: Price Labels upon pressing Ctrl Mouse Click
Replies: 3
Views: 498

Re: Price Labels upon pressing Ctrl Mouse Click

Here is one more solution. This indicator allows to draw the price according to mouse clicks.

Code: Select all

[RecoverDrawings = false] [ProcessMouseEvents = True] if(getappinfo(aiCalcReason) = CalcReason_mouseLClick) then begin text_new_dt(MouseClickDateTime, MouseClickPrice, text(MouseClickPrice:0:5)); end
by Svetlana MultiCharts
02 Mar 2023
Forum: MultiCharts
Topic: Different candles - same data
Replies: 1
Views: 282

Re: Different candles - same data

By default, real-time minute bars are not saved to the database because the real-time bars can be different from the historical minute bar from the data provider’s server. So MultiCharts requests the minute data from the provider’s server next time you request this information. That is why some hist...
by Svetlana MultiCharts
02 Mar 2023
Forum: MultiCharts
Topic: Price Labels upon pressing Ctrl Mouse Click
Replies: 3
Views: 498

Re: Price Labels upon pressing Ctrl Mouse Click

Hi krisnara, We'd suggest the following method: 1) Insert Arrow Up / Arrow Dn drawings; 2) Apply this indicator to the chart with Arrow drawings: RecalcLastBarAfter(1); var: arwID(0), nextID(0) ; if LastBarOnChart then begin arwID = arw_getfirst(7); repeat arw_settext(arwID, "%price%"); nextid = arw...
by Svetlana MultiCharts
24 Feb 2023
Forum: MultiCharts
Topic: Moving Average's Distance from Price help
Replies: 3
Views: 369

Re: Moving Average's Distance from Price help

We’d offer two possible solutions:
1) Enable Study Values in the Status Line.
image (1).png
(43.18 KiB) Not downloaded yet
2) Use text drawing.
image (2).png
(17.83 KiB) Not downloaded yet
by Svetlana MultiCharts
23 Feb 2023
Forum: MultiCharts
Topic: Moving Average's Distance from Price help
Replies: 3
Views: 369

Re: Moving Average's Distance from Price help

Hi krisnara,

What specific difficulty do you face when try to achieve it?
by Svetlana MultiCharts
23 Feb 2023
Forum: MultiCharts
Topic: data problem(Interactive brokers)
Replies: 1
Views: 309

Re: data problem(Interactive brokers)

Hi gary1288,

Please perform troubleshooting steps from this article.
by Svetlana MultiCharts
22 Feb 2023
Forum: MultiCharts
Topic: SetStopLoss with highs and lows.
Replies: 12
Views: 1173

Re: SetStopLoss with highs and lows.

Hi Eric1704,
Can the keyword SetStopLoss in Stop Loss default Signal be modified and used with highs and lows instead of dollar amount?
No, it cannot. Stop Loss is always calculated as an offset from the entry price.
You can use regular stop orders for your needs.
by Svetlana MultiCharts
22 Feb 2023
Forum: MultiCharts
Topic: Adjusting Default Alert Email Text
Replies: 5
Views: 620

Re: Adjusting Default Alert Email Text

Hi Anthony,

From where do you generate alerts (signal, indicator, drawing)?
by Svetlana MultiCharts
16 Feb 2023
Forum: MultiCharts
Topic: Adjusting Default Alert Email Text
Replies: 5
Views: 620

Re: Adjusting Default Alert Email Text

Hi Anthony,

No, there is no way at the moment, unfortunately.
The developers will estimate if it is possible to implement it in future.
by Svetlana MultiCharts
15 Feb 2023
Forum: MultiCharts
Topic: So Frustrated. Portfolio Trader, Different Trades
Replies: 1
Views: 514

Re: So Frustrated. Portfolio Trader, Different Trades

Hi o2cool, One of the major Portfolio Trader features is money management, that is realized through options in Portfolio Settings . The main MultiCharts window does not feature any money management. Probably your trades are filtered due to money management rules. Please find more information about P...
by Svetlana MultiCharts
09 Feb 2023
Forum: MultiCharts
Topic: Walk forward /Matrix explained for an idiot
Replies: 13
Views: 1676

Re: Walk forward /Matrix explained for an idiot

Matrix Optimization represents several WFOs. The meaning of different colors The table shows the target parameter that’s selected next to the table. Target parameter is calculated as an average value in the OOS column of the corresponding parameter for each cell in the Walk-Forward report. Cells whe...
by Svetlana MultiCharts
07 Feb 2023
Forum: MultiCharts
Topic: Walk forward /Matrix explained for an idiot
Replies: 13
Views: 1676

Re: Walk forward /Matrix explained for an idiot

Ok I have also read that the matrix box in which you should select is the one in the middle of a grid of say 9 boxes. Cant find anything on Multicharts saying a similar line of thinking or theory behind picking the best run vs OOS % . Any thoughts on this evaluation process? Hi, The latest comment ...
by Svetlana MultiCharts
03 Feb 2023
Forum: MultiCharts
Topic: Walk forward /Matrix explained for an idiot
Replies: 13
Views: 1676

Re: Walk forward /Matrix explained for an idiot

It would be useful to have the average IS printed somewhere
It can be displayed in the bottom of the report:
image).png
(45.98 KiB) Not downloaded yet
As for other suggestions, we have forwarded them to the developers.
by Svetlana MultiCharts
02 Feb 2023
Forum: MultiCharts
Topic: Walk forward /Matrix explained for an idiot
Replies: 13
Views: 1676

Re: Walk forward /Matrix explained for an idiot

Hi ScottishSpeculator, Strategy Efficiency parameter shows how the backtesting results differ from the OOS results. It is calculated in percents and normalized by an interval. Example: If during the strategy optimization the best Net Profit is 100k in a year, and the strategy performance of the next...
by Svetlana MultiCharts
01 Feb 2023
Forum: MultiCharts QUIK
Topic: Quik 10.0+ MCQuikPlugin 4.10.17
Replies: 1
Views: 275

Re: Quik 10.0+ MCQuikPlugin 4.10.17

Добрый день,

Мы проверили MCQuikPlugin.4.10.17.400 с Quik 10.0.0.181 – всё работает ожидаемо. Возможно, у вас что-то неверно настроено в экспорте таблиц.
Посетите наш Live Chat ПН-ПТ с 13:30 до 20:00 по Московскому времени, чтобы продемонстрировать проблему через удаленное подключение.
by Svetlana MultiCharts
01 Feb 2023
Forum: MultiCharts
Topic: FilledOrderPrice showing 0 on order filled event
Replies: 1
Views: 299

Re: FilledOrderPrice showing 0 on order filled event

Hi Fabio,

We have reproduced the issue on our side. Sorry for inconvenience.
Our engineers will work on improving this behaviour to include the fix in one of the future versions.
by Svetlana MultiCharts
27 Jan 2023
Forum: MultiCharts
Topic: MTF ( Multitimeframe ) - basic question - please clarify
Replies: 2
Views: 458

Re: MTF ( Multitimeframe ) - basic question - please clarify

Hi Chris, You cannot bind a variable to a series which number is specified by an expression. This is a limitation of EasyLanguage. The function values can be calculated using an arbitrary data stream - perhaps it will help. In this case, the indication of the series number by the expression is suppo...
by Svetlana MultiCharts
25 Jan 2023
Forum: MultiCharts
Topic: HOW TO CODE THE CANDLE HOLE IN THE GRAPH
Replies: 3
Views: 434

Re: HOW TO CODE THE CANDLE HOLE IN THE GRAPH

If you want just to hide the gap, there is no way to do it, because “Show Empty Periods” is not accessible from code. If you want to fill the data gap by forcing historical data request to the data provider, you can do the reload by means of the command line . If anything else is required, please de...
by Svetlana MultiCharts
24 Jan 2023
Forum: MultiCharts
Topic: HOW TO CODE THE CANDLE HOLE IN THE GRAPH
Replies: 3
Views: 434

Re: HOW TO CODE THE CANDLE HOLE IN THE GRAPH

Hi turbofib,

If you want to hide the gap, uncheck “Show Empty Periods” in Format Window – X- Time Scale.
by Svetlana MultiCharts
18 Jan 2023
Forum: MultiCharts
Topic: Turning on automation
Replies: 1
Views: 355

Re: Turning on automation

Hi svh002, When having the open position in the chart, and selecting the flat position as the initial position for the strategy in AA mode, MultiCharts will send to the broker any entry that is generated by the strategy, with the volume that is generated by the strategy. No exits will be sent. Pleas...
by Svetlana MultiCharts
17 Jan 2023
Forum: MultiCharts
Topic: Fundamental datas
Replies: 29
Views: 10059

Re: Fundamental datas

Hello,

It is not planned for the nearest future.
by Svetlana MultiCharts
12 Jan 2023
Forum: MultiCharts
Topic: Getting Total Account Equity to Calculate Position Size
Replies: 15
Views: 4526

Re: Getting Total Account Equity to Calculate Position Size

Hi ScottishSpeculator,

You can use GetRTAccountEquity and GetRTUnrealizedPL.
image (13).png
(9.83 KiB) Not downloaded yet
image (14).png
(12.14 KiB) Not downloaded yet
image (15).png
(8.36 KiB) Not downloaded yet
by Svetlana MultiCharts
11 Jan 2023
Forum: MultiCharts
Topic: TS Global datafeed
Replies: 3
Views: 443

Re: TS Global datafeed

GlobalServer corresponds to TS 2000i. Also you can get data from TS software.
Here are the instructions for all pre-built data sources.
by Svetlana MultiCharts
10 Jan 2023
Forum: MultiCharts
Topic: TS Global datafeed
Replies: 3
Views: 443

Re: TS Global datafeed

Hi eto,

Please refer to this guide.
by Svetlana MultiCharts
29 Dec 2022
Forum: MultiCharts
Topic: Martingale VS Anti Martingale - Averaging Down VS Averaging Up
Replies: 4
Views: 845

Re: Martingale VS Anti Martingale - Averaging Down VS Averaging Up

Hello,

The request was forwarded to the dev team. There is no ETA yet.
by Svetlana MultiCharts
22 Dec 2022
Forum: MultiCharts
Topic: Error in study
Replies: 6
Views: 980

Re: Error in study

Hello, In order to determine the issue, it is required to understand in what situation it happens and debug the script by means of Print statement. Keep simplifying the script until the issue stops reproducing – it is easier to locate the reason this way. If the issue is not stable and happens rarel...
by Svetlana MultiCharts
20 Dec 2022
Forum: MultiCharts
Topic: where does PLE save the "opened scripts" for reopen next time??
Replies: 1
Views: 287

Re: where does PLE save the "opened scripts" for reopen next time??

Hello Chris, the PLE opens all scripts that where opend at the time of closing PLE, where is that list saved? The list of PowerLanguage Editor tabs is stored in the registry. You can contact our support directly for more details. It would be great to have a "Session Manager" type functionallity. The...
by Svetlana MultiCharts
15 Dec 2022
Forum: MultiCharts
Topic: oprder stop limit...it's a bug?
Replies: 3
Views: 497

Re: oprder stop limit...it's a bug?

Stop and Stop-Limit orders are designed to work differently in backtesting, simulating real market activity.
by Svetlana MultiCharts
08 Dec 2022
Forum: MultiCharts
Topic: Forecast in WFO
Replies: 1
Views: 352

Re: Forecast in WFO

Hi joe107c,

In-sample and out-of-sample periods are determined in the settings. Please read more here.
Forecast contains the recommended parameters and you can apply them this way: put the cursor on one of the titles in the table and press Apply in the popup menu. More about WFO report.
by Svetlana MultiCharts
08 Dec 2022
Forum: MultiCharts
Topic: Correlation analysis on strategies
Replies: 3
Views: 511

Re: Correlation analysis on strategies

Michele,

These are negative values.
by Svetlana MultiCharts
08 Dec 2022
Forum: MultiCharts
Topic: oprder stop limit...it's a bug?
Replies: 3
Views: 497

Re: oprder stop limit...it's a bug?

Hi turbofib,

Once the stop price is reached, the stop-limit order becomes a limit order to buy (or sell) at the limit price or better.

You can try to increase the Limit offset, or use Stop orders.
by Svetlana MultiCharts
07 Dec 2022
Forum: MultiCharts
Topic: Trading performance report and Trade summary yields different results
Replies: 1
Views: 327

Re: Trading performance report and Trade summary yields different results

Hi Riembaus, The Trade Summary is formed from the Order and Position Tracker data, i.e. it is not calculated bar by bar like during backtesting, therefore commission and slippage cannot be calculated. In order to reduce the difference, use identical time filters in Order and Position Tracker and in ...
by Svetlana MultiCharts
06 Dec 2022
Forum: MultiCharts
Topic: Correlation analysis on strategies
Replies: 3
Views: 511

Re: Correlation analysis on strategies

Hi Michele,

Please find an example in the screenshot.
correlation_pt.png
(97.34 KiB) Not downloaded yet
by Svetlana MultiCharts
06 Dec 2022
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 5
Replies: 19
Views: 2815

Re: MultiCharts 14.0 Release 5

Will you add OKX crypto exchange?
Hello,

Please vote here .
by Svetlana MultiCharts
02 Dec 2022
Forum: MultiCharts
Topic: Volume profile data in Easylanguage
Replies: 15
Views: 3446

Re: Volume profile data in Easylanguage

Feature requests can be posted on our Project Management page. If you do not have a Project Management login, please contact support.
by Svetlana MultiCharts
29 Nov 2022
Forum: MultiCharts
Topic: Volume profile data in Easylanguage
Replies: 15
Views: 3446

Re: VWAP profile data in Easylanguage

Can you please add a 'working' accurate multiday VWAP to MC. If there is a problem with Easy Language then add it to MC NET VWAP.reset does not work well, it is a mash up and cannot be used for multi-day Most institutional algos use VWAP to set buy/sell points. If MC professes to be a professional ...
by Svetlana MultiCharts
23 Nov 2022
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 5
Replies: 19
Views: 2815

Re: MultiCharts 14.0 Release 5

The style of window titles was changed in the previous release.
Possible solutions:
  • Enlarge windows
  • Reduce DPI in your PC settings
  • Hide Title Bar in Format – Window – Appearance
by Svetlana MultiCharts
21 Nov 2022
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 5
Replies: 19
Views: 2815

Re: MultiCharts 14.0 Release 5

Hello, Upgrade from last but one version was without problems except one thing: The area with close cross, maximize / minimize / detach functionality is way to big ( twice as with previous version) crippling the text on windows with low width. Windows 10, 2 * 4k monitors Any Clue how to reduze the ...
by Svetlana MultiCharts
16 Nov 2022
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 5
Replies: 19
Views: 2815

Re: MultiCharts 14.0 Release 5

Which profile set must be check ?
Hi strelow,
In order to set the broker profile in Portfolio Trader, please right click your strategy in the Portfolio Tree and go to Show Properties – Auto Trading – Select broker plug-in – gear icon.
by Svetlana MultiCharts
15 Nov 2022
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 5
Replies: 19
Views: 2815

Re: MultiCharts 14.0 Release 5

Hello Even I finded the Kraken Spot when I click to connect automatic disconect in same time . There is other configuration to do after configurated KeyAPI ? I can choose currency USDT even I only have in my account USD? There is any txt log that I can read to know what is missing ? Hi strelow, 1. ...
by Svetlana MultiCharts
15 Nov 2022
Forum: MultiCharts
Topic: Chart trading not working [SOLVED]
Replies: 6
Views: 715

Re: Chart trading not working [SOLVED]

Hi pitrader, The chart shows orders which you have in the account that is selected in the Chart Trading Panel. If the correct account is selected, but orders still do not appear, please come to our live chat MON-FRI from 6:00 AM till 1:00 PM EST for assistance via remote connection. Live Chat is acc...
by Svetlana MultiCharts
14 Nov 2022
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 5
Replies: 19
Views: 2815

Re: MultiCharts 14.0 Release 5

I installed new release but I can find Kraken Spot in broker profiles only Kraken Futures appears
What can I do ?
Hello,
Please go to File – Broker profiles – Manage broker profiles – New. Does Kraken Spot appear in this list?
Kraken spot.png
(23.02 KiB) Not downloaded yet
by Svetlana MultiCharts
11 Nov 2022
Forum: MultiCharts
Topic: Chart trading not working [SOLVED]
Replies: 6
Views: 715

Re: Chart trading not working [SOLVED]

Are the orders displayed in the Order and Position Tracker?
Probably your chart does not include the price levels of your orders. Then you can compress the price scale.
by Svetlana MultiCharts
10 Nov 2022
Forum: MultiCharts
Topic: Chart trading not working [SOLVED]
Replies: 6
Views: 715

Re: Chart trading not working [SOLVED]

Hi pitrader,

Please make sure the options to show orders and positions are enabled in Format Chart Trading.
by Svetlana MultiCharts
10 Nov 2022
Forum: MultiCharts
Topic: Merging Multiple timeframe indicators .....
Replies: 9
Views: 1174

Re: Merging Multiple timeframe indicators .....

Hi aconnery, An indicator can be based on a data series (price quotes) only. If you want to refer to different data series from an indicator, you can do it from a single indicator. There are pre-built indicators that use data from different series, for example Spread - Diff and Spread – Ratio . If y...
by Svetlana MultiCharts
09 Nov 2022
Forum: MultiCharts
Topic: Sending Orders to Multiple Accounts? [SOLVED]
Replies: 8
Views: 2032

Re: Sending Orders to Multiple Accounts? [SOLVED]

Before auto trading is started you can double check the broker profile and account from the Warning window.
IB AT.png
(93.21 KiB) Not downloaded yet
by Svetlana MultiCharts
09 Nov 2022
Forum: MultiCharts
Topic: Sending Orders to Multiple Accounts? [SOLVED]
Replies: 8
Views: 2032

Re: Sending Orders to Multiple Accounts? [SOLVED]

Versor,

You need to select correct broker plug-in and account in each auto trading chart.
IB def account.png
(50.05 KiB) Not downloaded yet
by Svetlana MultiCharts
08 Nov 2022
Forum: MultiCharts
Topic: Sending Orders to Multiple Accounts? [SOLVED]
Replies: 8
Views: 2032

Re: Sending Orders to Multiple Accounts? [SOLVED]

Hi versor,

Do you use manual or auto trading? What is your broker?
by Svetlana MultiCharts
08 Nov 2022
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 5
Replies: 19
Views: 2815

MultiCharts 14.0 Release 5

MultiCharts 14.0 Release 5 build 24200 is out now!

This release features the new Setup Wizard and one of the most requested crypto trading exchanges — Kraken Spot.

You can check the change log in our blog.
>>>Go to Download page<<<
by Svetlana MultiCharts
08 Nov 2022
Forum: MultiCharts .NET
Topic: MultiCharts .NET 14.0 Release 5
Replies: 0
Views: 674

MultiCharts .NET 14.0 Release 5

MultiCharts .NET 14.0 Release 5 build 24201 is out now!

This release features the new Setup Wizard and one of the most requested crypto trading exchanges — Kraken Spot.

You can check the change log in our blog.
>>>Go to Download page<<<
by Svetlana MultiCharts
08 Nov 2022
Forum: MultiCharts
Topic: Limit orders setting [SOLVED]
Replies: 6
Views: 1055

Re: Limit orders setting [SOLVED]

Interesting topic. Multicharts is there I way I can achieve the following fill cost assumptions: 1)-Resting stop fill cost 2)-Resting limit fill cost 3)-Aggressor, next bar, fill cost (market/ aggressor limit/ instantly converted stop) Re the second point: I work to the assumption that I'm filled o...
by Svetlana MultiCharts
08 Nov 2022
Forum: MultiCharts
Topic: Volume profile data in Easylanguage
Replies: 15
Views: 3446

Re: Volume profile data in Easylanguage

Hello,

This inquiry was forwarded to the dev team as a feature request. It is not a trivial task. The developers aim to add it in one of the future versions depending on the workload. I am afraid, there is no ETA yet.
by Svetlana MultiCharts
04 Nov 2022
Forum: MultiCharts
Topic: Multicharts Missing Trades in Live Trading
Replies: 23
Views: 4585

Re: Multicharts Missing Trades in Live Trading

Hi Mark,

On our end auto trading works as expected. If you would like us to investigate your case, please send the constructive feedback as described above.
by Svetlana MultiCharts
04 Nov 2022
Forum: MultiCharts .NET
Topic: Cumulative Delta inconsistencies
Replies: 11
Views: 4833

Re: Cumulative Delta inconsistencies

I'm also interested in using cum delta. If still an issue, is this an MC.net issue (I use PL for the moment) or a CQG issue (I use Rithmic at the moment)?
Hello sgjohnson1981 ,

The issue happens wtith CQG data feed.
by Svetlana MultiCharts
03 Nov 2022
Forum: MultiCharts
Topic: SEVERE BUG: Autotrading - Complete Breakdown
Replies: 30
Views: 12729

Re: SEVERE BUG: Autotrading - Complete Breakdown

Hi Mark,

If you face an unexpected behavior, please report it by means of Help – Feedback and specify the broker ID of the order.
by Svetlana MultiCharts
02 Nov 2022
Forum: MultiCharts
Topic: Limit orders setting [SOLVED]
Replies: 6
Views: 1055

Re: Limit orders setting [SOLVED]

Limit orders never slip in a worse direction; therefore, slippage is not applied by default. The only way to change it is by means of a special option in the registry. If you want to return to the default behaviour, please contact our support directly for the instruction.
by Svetlana MultiCharts
02 Nov 2022
Forum: MultiCharts
Topic: Question - Session setting for Binance
Replies: 1
Views: 490

Re: Question - Session setting for Binance

Hi rc76,

That is because MultiCharts uses bar close timestamp for bars instead of the bar open. It means that the bar that is open, for example, at 15:58 and closed at 15:59, will acquire the 15:59 time.
This is hard coded and cannot be changed.
by Svetlana MultiCharts
02 Nov 2022
Forum: MultiCharts
Topic: Limit orders setting [SOLVED]
Replies: 6
Views: 1055

Re: Limit orders setting [SOLVED]

Hi soacm,

Slippage in Strategy Properties – Properties is not applied to limit orders.
A good method to make backtesting more precise is described in this article.
Also you may want to use Fill limit order when trade price goes beyond limit price by X points option.
by Svetlana MultiCharts
01 Nov 2022
Forum: MultiCharts
Topic: Trading Point and figure- limmit orders problem
Replies: 1
Views: 373

Re: Trading Point and figure- limmit orders problem

Hi Idangy, Please reproduce the situation in simplified environment (one workspace, one chart, simplified signal) and send us the following files to our support email so that we would be able to investigate it: 1. The workspace where the behaviour is reproduced. 2. Export of used symbols (with data)...
by Svetlana MultiCharts
25 Oct 2022
Forum: MultiCharts
Topic: using walk forward test results
Replies: 27
Views: 10850

Re: using walk forward test results

Hello,

Such feature as a performance report of orders formed at OS intervals after WFO is not available at the moment. The request was forwarded to the developers for consideration.
If you are interested in a similar feature, but for real-time trading, please refer to Self-Adaptive Trading.
by Svetlana MultiCharts
21 Oct 2022
Forum: MultiCharts
Topic: wrong line entry and exit
Replies: 1
Views: 405

Re: wrong line entry and exit

Hello fibdax, Do you do backtesting, forward testing or live trading? Please describe in more details what behaviour you expected and what happened instead. Specify the exact time (bar) when the behaviour was not expected. Please reproduce the case in a simplified environment (1 workspace, 1 chart a...
by Svetlana MultiCharts
20 Oct 2022
Forum: MultiCharts
Topic: Missing data
Replies: 2
Views: 439

Re: Missing data

Hi pitrader,

I’d recommend to build a separate chart for the missing period and do the Reload.
by Svetlana MultiCharts
18 Oct 2022
Forum: MultiCharts
Topic: Can MultiCharts handle hundreds or thousands of strategies?
Replies: 22
Views: 2848

Re: Can MultiCharts handle hundreds or thousands of strategies?

This approach creates several MultiCharts.exe, but all of them share the same TradingServer.exe and TsServer.exe. Why doesn't TradingServer.exe and TsServer.exe execute in separate cores from the desktop instance ? TradingServer.exe and TsServer.exe act as databases in the memory, therefore they ca...
by Svetlana MultiCharts
17 Oct 2022
Forum: MultiCharts
Topic: Can MultiCharts handle hundreds or thousands of strategies?
Replies: 22
Views: 2848

Re: Can MultiCharts handle hundreds or thousands of strategies?

By the way, the Fail-Watch system is implemented since MultiCharts 14. It means one will be notified if the limits of the OS, hardware, bandwidth, software and/or broker processing speed are reached.
MultiCharts 12 does not feature this system, i.e. one risks to be unaware of such situations.
by Svetlana MultiCharts
17 Oct 2022
Forum: MultiCharts
Topic: Can MultiCharts handle hundreds or thousands of strategies?
Replies: 22
Views: 2848

Re: Can MultiCharts handle hundreds or thousands of strategies?

4. create several desktops and split the number of charts you have between MC desktops*. *This approach does not split all MultiCharts processes between the cores. Why doesn't MC split the processes ? This approach creates several MultiCharts.exe, but all of them share the same TradingServer.exe an...
by Svetlana MultiCharts
12 Oct 2022
Forum: MultiCharts
Topic: Can MultiCharts handle hundreds or thousands of strategies?
Replies: 22
Views: 2848

Re: Can MultiCharts handle hundreds or thousands of strategies?

Thank you for your response Svetlana! Can you verify that calculation is parallelized across charts? I have a separate, custom algorithm generator ("factory") which runs walkforward and chooses parameters, so I won't be needing optimization in MultiCharts... simply looking for it to run a large num...
by Svetlana MultiCharts
11 Oct 2022
Forum: MultiCharts
Topic: Can MultiCharts handle hundreds or thousands of strategies?
Replies: 22
Views: 2848

Re: Can MultiCharts handle hundreds or thousands of strategies?

will Multicharts take advantage of all of the cores ? Hi, Multi-core CPU will increase the optimization speed as this calculation can be divided into multiple flows using multi-core CPU. Multi-core CPU will not increase the backtesting speed as it is a linear calculation procedure and it cannot be ...
by Svetlana MultiCharts
05 Oct 2022
Forum: MultiCharts
Topic: How can I get tskit.dll
Replies: 5
Views: 2536

Re: How can I get tskit.dll

Here is C++ project sample . Two test functions are created in the project. // MCDLL.cpp : Defines the exported functions for the DLL application. // #include "stdafx.h" #include <math.h> #import "C:\Program Files\TS Support\MultiCharts64\PLKit.dll" no_namespace //==================================...
by Svetlana MultiCharts
30 Sep 2022
Forum: MultiCharts .NET
Topic: Loading missing bars of data
Replies: 2
Views: 664

Re: Loading missing bars of data

Hi Ettienne, DataLoader request is equivalent to building a chart. In other words, if the data already exists in the database, MultiCharts takes it from there and does not request new data. Unfortunately, there is no way to request new data from script in this case. You can try to request the data f...
by Svetlana MultiCharts
28 Sep 2022
Forum: MultiCharts .NET
Topic: MultiCharts.NET strategy developers
Replies: 1
Views: 580

Re: MultiCharts.NET strategy developers

Hi clint454,

Please refer to add-ons page on our website.
by Svetlana MultiCharts
20 Sep 2022
Forum: MultiCharts
Topic: Volume profile data in Easylanguage
Replies: 15
Views: 3446

Re: Volume profile data in Easylanguage

The request was forwarded to the developers. They will add it in the to-do-list, if possible.
by Svetlana MultiCharts
19 Sep 2022
Forum: MultiCharts
Topic: Volume profile data in Easylanguage
Replies: 15
Views: 3446

Re: Volume profile data in Easylanguage

Hi bomberone1,

I am afraid, there is no such function at the moment.
by Svetlana MultiCharts
12 Aug 2022
Forum: MultiCharts
Topic: Front Mth Continuous Futures Contract Not Downloading completely
Replies: 1
Views: 462

Re: Front Mth Continuous Futures Contract Not Downloading completely

Hi tonyt,

Please re-add @VXU22 symbol from the data source (QuoteManager – Instrument – Add Symbol – From data source – TS). Make sure that the symbol description appeared after that. Also check session settings in QuoteManager – right click @VXU22 – Edit Symbol – Sessions and change if required.
by Svetlana MultiCharts
11 Aug 2022
Forum: MultiCharts
Topic: Chart frozen, data stops IB V14.013
Replies: 1
Views: 493

Re: Chart frozen, data stops IB V14.013

“Data stops” is quite uncertain definition, i.e. if anyone used a similar definition in the forum before, it does not mean that the case is the same as yours. Therefore if anyone faces “data stops” we recommend to report it directly to our support email or live chat for further investigation.
by Svetlana MultiCharts
11 Aug 2022
Forum: MultiCharts .NET
Topic: How to get all horizontal lines on a chart from an indicator
Replies: 1
Views: 662

Re: How to get all horizontal lines on a chart from an indicator

Hi Henry, Here is an example: IEnumerable<ITrendLineObject> lines = DrwTrendLine.GetTrendLineObjects(EDrawingSource.AnyTechOrManual); foreach (ITrendLineObject drw in lines){ if (drw.Begin.Price == drw.End.Price) Then you can introduce your condition describing what to do with horizontal lines. Also...
by Svetlana MultiCharts
05 Aug 2022
Forum: MultiCharts
Topic: Active order plots from Strategy? [SOLVED]
Replies: 2
Views: 540

Re: Active order plots from Strategy? [SOLVED]

Hi Stormy,

Active orders and positions will be displayed on the chart if the broker account where they were placed is selected in the Chart Trading Panel. It relates to strategy orders too.
by Svetlana MultiCharts
05 Aug 2022
Forum: MultiCharts
Topic: how reserved word to code brek trendline?
Replies: 3
Views: 590

Re: how reserved word to code brek trendline?

Please refer to these keywords: TL_GetValue TL_GetValue_bn TL_GetValue_Dt TL_GetValue_s They accept X coordinate and return the trend line price in this point. Then you can compare bar prices with that price and determine the trend line. Also you can use Trendline LE and Trendline SE pre-built signa...
by Svetlana MultiCharts
03 Aug 2022
Forum: MultiCharts
Topic: Information about Recalculate Command ?
Replies: 3
Views: 884

Re: Information about Recalculate Command ?

We have reproduced the issue: the calculation works, but it is not displayed in the GUI. Sorry for inconvenience. Our engineers will work on improving this behaviour to include the fix in one of the future versions.
by Svetlana MultiCharts
03 Aug 2022
Forum: MultiCharts
Topic: how reserved word to code brek trendline?
Replies: 3
Views: 590

Re: how reserved word to code brek trendline?

Hi,

You can find all reserved words related to trendline in this section.
by Svetlana MultiCharts
03 Aug 2022
Forum: MultiCharts .NET
Topic: Pass indicator value from tick chart to minute chart
Replies: 2
Views: 711

Re: Pass indicator value from tick chart to minute chart

Hi Murat35,

Indicator calculates on close of the base data series on historical data, it does not look inside a bar. What data series is your indicator based on? Please attach the workspace and exported indicator to demonstrate the issue.
by Svetlana MultiCharts
02 Aug 2022
Forum: MultiCharts
Topic: Binance position size issue spot
Replies: 1
Views: 462

Re: Binance position size issue spot

Here is the formula to calculate a position size for Binance:
Position cost / close / BigPointValue.
by Svetlana MultiCharts
29 Jul 2022
Forum: MultiCharts
Topic: Determining if a Profit Target or Stop Loss is fill [SOLVED]
Replies: 2
Views: 954

Re: Determining if a Profit Target or Stop Loss is fill [SOLVED]

Hi altoncrooks, Here is an example of the script that prints names of orders which closed the positions. var: NameOfExit(""), MrkPos(0); MrkPos = marketposition; if (marketposition = 0) and (MrkPos[1] <> 0) then begin if (maxpositionsago > 1) then begin NameOfExit = PosTradeExitName(1,PosTradeCount(...
by Svetlana MultiCharts
22 Jul 2022
Forum: MultiCharts .NET
Topic: VolumeProfile in scanner
Replies: 5
Views: 1449

Re: VolumeProfile in scanner

No, VP data is not accessible in PowerLanguage.
by Svetlana MultiCharts
13 Jul 2022
Forum: MultiCharts
Topic: Volume profile data in Easylanguage
Replies: 15
Views: 3446

Re: Volume profile data in Easylanguage

Hi JoshD, Volume Profile data is not accessible in PowerLanguage (it is accessible in .NET version). It is not planned to change it in the nearest future. In PowerLanguage one can access TPO. Please refer to our wiki section devoted to TPO reserved words . Here is the documentation and examples for ...
by Svetlana MultiCharts
13 Jul 2022
Forum: MultiCharts
Topic: Information about Recalculate Command ?
Replies: 3
Views: 884

Re: Information about Recalculate Command ?

Hi maison6579, You may want to test this sample script in Portfolio Trader Var: ReCalcPersist recalc_once(True); // do not use recalcpersist in portfolio, it only works in charting Var: pf_recalconce(true), gvVal(0), gvErr(0); var: vo10(0); const: portfolioAppType(10); If LastBarOnChart Then Begin P...
by Svetlana MultiCharts
13 Jul 2022
Forum: MultiCharts
Topic: Back up completed with error [SOLVED]
Replies: 3
Views: 777

Re: Back up completed with error [SOLVED]

Our development team analyzed this case. They could see that MutiCharts got an exception while trying to add the file "C:\ProgramData\TS Support\MultiCharts64\Databases\TSSTORAGE.GDB". This sounds like an issue with your C: Drive. Please check the C: Drive for errors: right-click on the C: Drive > P...
by Svetlana MultiCharts
08 Jul 2022
Forum: MultiCharts .NET
Topic: MultiCharts .NET 12.0 Release 14
Replies: 3
Views: 1582

Re: MultiCharts .NET 12.0 Release 14

Gain Capital port is 9210 by default since MultiCharts version 14 in new MultiCharts installations (i.e. the port does not change automatically in existing MultiCharts installations).
by Svetlana MultiCharts
05 Jul 2022
Forum: MultiCharts .NET
Topic: more accurate backtests
Replies: 4
Views: 1031

Re: more accurate backtests

Taking the above into account, if you use market orders, they can be executed on next bar open or this bar close only. If you use price orders, they will be placed at the order’s price and filled when the bar’s price meets the order’s price conditions.
Please read more here.
by Svetlana MultiCharts
30 Jun 2022
Forum: MultiCharts .NET
Topic: more accurate backtests
Replies: 4
Views: 1031

Re: more accurate backtests

Hello HellGhostEvocatorX, Have you tried to use Bar Magnifier and IOG ? For proper Bar Magnifier operation, you need to have data subscription to the detailed data (e.g. to tick data if Bar Magnifier is set to tick) or this data should be imported in the database. If it does not help, could you repr...
by Svetlana MultiCharts
29 Jun 2022
Forum: MultiCharts
Topic: Update R4 not recognising installfile.
Replies: 1
Views: 445

Re: Update R4 not recognising installfile.

Hi Pipscalper,

The current system user must have full read-write access to the Installer Cache folder that is specified in this message and all its content.
If you have difficulties with configuring it, please visit our live chat for assistance via remote connection.
by Svetlana MultiCharts
29 Jun 2022
Forum: MultiCharts
Topic: Portfolio Trader - Money Management Signal
Replies: 1
Views: 559

Re: Portfolio Trader - Money Management Signal

Hi Gary,

You can find more information about Sharpe ratio on this page.
Here is another thread related to Sharpe ratio optimization.
by Svetlana MultiCharts
29 Jun 2022
Forum: MultiCharts .NET
Topic: Serious issue with Multi Time-frame synchronization [SOLVED]
Replies: 9
Views: 5006

Re: Serious issue with Multi Time-frame synchronization [SOLVED]

Hi Anna, These answers have helped me getting some results but please could you help with some further questions with regards to multi timeframe updating. I have disabled RTH and the CCI.Data2 is correctly calculated at the Data1 intervals however this is only visible on the chart from the time the...
by Svetlana MultiCharts
16 Jun 2022
Forum: MultiCharts
Topic: Problem with the Custom 1 Line indicator
Replies: 6
Views: 963

Re: Problem with the Custom 1 Line indicator

How to detect Live trading mode vs. Backtesting in Powerlanguage ?
Please refer to the help for GetAppInfo.
You may want to use:
GetAppInfo(aiRealTimeCalc)
GetAppInfo(aiStrategyAuto) – returns 0 for indicators, as they cannot trade.
by Svetlana MultiCharts
14 Jun 2022
Forum: MultiCharts
Topic: SetProfitTargetPt(n). n is always Positive? [SOLVED]
Replies: 3
Views: 625

Re: SetProfitTargetPt(n). n is always Positive? [SOLVED]

It is possible to use a negative value. If you face a different behaviour, please send a test case demonstrating it: 1. The workspace where the behaviour is reproduced. 2. Export of used symbols (with data) from QuoteManager in .qmd archive. 3. The exported scripts with all dependent functions that ...
by Svetlana MultiCharts
09 Jun 2022
Forum: MultiCharts
Topic: Problem with the Custom 1 Line indicator
Replies: 6
Views: 963

Re: Problem with the Custom 1 Line indicator

If you want to get the broker position, please use i_MarketPosition_at_Broker keyword.
Configure your indicator in Format – Study – Format – Properties as shown in the picture.
indicator advanced.png
(7.2 KiB) Not downloaded yet
by Svetlana MultiCharts
06 Jun 2022
Forum: MultiCharts .NET
Topic: Work with fundamental data
Replies: 4
Views: 1142

Re: Work with fundamental data

Hi HellGhostEvocatorX,

Unfortunately, there is no such pre-built feature. However, you may find some hints in this thread.
by Svetlana MultiCharts
06 Jun 2022
Forum: MultiCharts QUIK
Topic: Инструкция по настройке коннектора к Quik
Replies: 1
Views: 368

Re: Инструкция по настройке коннектора к Quik

Добрый день,

Инструкция должна распаковаться на рабочий стол после установки плагина. Попробуйте найти документ QuikAdapter manual в папке, где установлен MultiCharts, если ярлык по-прежнему не отображается на рабочем столе.

Текущая версия плагина QUIK
by Svetlana MultiCharts
03 Jun 2022
Forum: MultiCharts
Topic: Order Submitted Alert
Replies: 1
Views: 390

Re: Order Submitted Alert

Hi Stormy,

Unfortunately, Order Submitted event is not accessible from script.
by Svetlana MultiCharts
02 Jun 2022
Forum: MultiCharts
Topic: Problem with the Custom 1 Line indicator
Replies: 6
Views: 963

Re: Problem with the Custom 1 Line indicator

Hi Leo,

These keywords show the market position of a strategy on a chart, the value is not related to the broker profile. Please compare the indicator’s value on the latest bar with the latest trade in the Strategy Performance Report on the same chart. Do the values correspond?
by Svetlana MultiCharts
02 Jun 2022
Forum: MultiCharts
Topic: Thomson Refinitiv Eikon (and Metastock Xenith)
Replies: 12
Views: 2669

Re: Thomson Refinitiv Eikon (and Metastock Xenith)

Hello,
Unfortunately we do not have information about a specific term yet.
by Svetlana MultiCharts
06 May 2022
Forum: MultiCharts .NET
Topic: Attention Saxo Group users
Replies: 0
Views: 744

Attention Saxo Group users

Please follow these steps to ensure compatibility with the recent change in Saxo API. At first, install the latest MultiCharts .NET version (14.0.23014) , then install the updater: 1. Download the archive . 2. Unblock the archive with the updater right after you download it before installing (right-...
by Svetlana MultiCharts
06 May 2022
Forum: MultiCharts
Topic: Attention Saxo Group users
Replies: 0
Views: 1205

Attention Saxo Group users

Please follow these steps to ensure compatibility with the recent change in Saxo API. At first, install the latest MultiCharts version (14.0.23013) , then install the updater: 1. Download the archive . 2. Unblock the archive with the updater right after you download it before installing (right-click...
by Svetlana MultiCharts
28 Apr 2022
Forum: MultiCharts .NET
Topic: Interactive Brokers IB datafeed freezing
Replies: 3
Views: 1218

Re: Interactive Brokers IB datafeed freezing

Hello pthegr8, As soon as the issue is reproduced please send us logs via the main MultiCharts window -> Help -> Feedback. In the description please specify the time of the issue. Please select the options: Attach a screenshot; Attach log files…; Attach minidump…; Snapshot of the current MC setup; O...
by Svetlana MultiCharts
22 Apr 2022
Forum: MultiCharts .NET
Topic: NVIDIA CUDA Use
Replies: 1
Views: 737

Re: NVIDIA CUDA Use

Hi HellGhostEvocatorX, Unfortunately, video card cannot be utilized for calculations in MultiCharts. Development of such feature is to be performed for each graphics chip individually and cannot be unified. Due to this reason we won't be able to introduce such changes within the current platform arc...
by Svetlana MultiCharts
30 Mar 2022
Forum: MultiCharts
Topic: Rithmic vs CQG depth of market
Replies: 7
Views: 2176

Re: Rithmic vs CQG depth of market

Hello,

The developers are planning to remove this limit in one of the future versions.
by Svetlana MultiCharts
25 Mar 2022
Forum: MultiCharts .NET
Topic: Incorrect behavior of ISeries objects
Replies: 2
Views: 1013

Re: Incorrect behavior of ISeries objects

Hi roughtrader, MaxsBarsBack value shall be equal to the number of bars back the study needs to reference for calculation. E.g. if MaxBarsBack = 3 the study references 3 bars back starting from the 4th bar. If the study referenced back from the 3th bar inclusively – it would see 2 bars back and noth...
by Svetlana MultiCharts
22 Mar 2022
Forum: MultiCharts
Topic: Thomson Refinitiv Eikon (and Metastock Xenith)
Replies: 12
Views: 2669

Re: Thomson Refinitiv Eikon (and Metastock Xenith)

Hi KDH,

We aim to add this feature in MC 15, but there is no ETA yet.
by Svetlana MultiCharts
14 Mar 2022
Forum: MultiCharts
Topic: TD Ameritrade
Replies: 17
Views: 4905

Re: TD Ameritrade

Implementation has been suspended due to technical issues.
by Svetlana MultiCharts
08 Mar 2022
Forum: MultiCharts
Topic: Scanner Color in different lines
Replies: 1
Views: 550

Re: Scanner Color in different lines

Hi Kinko,

Unfortunately, there is no such feature.
by Svetlana MultiCharts
08 Mar 2022
Forum: MultiCharts
Topic: Rotational strategy
Replies: 1
Views: 506

Re: Rotational strategy

Hi Marten,

You can find Portfolio strategies pre-built in PowerLanguage Editor and use them as an example. The logic is explained in this article.
by Svetlana MultiCharts
08 Mar 2022
Forum: MultiCharts
Topic: Trouble getting TS data fill in Portfolio Backtester/Trader
Replies: 1
Views: 510

Re: Trouble getting TS data fill in Portfolio Backtester/Trader

Hello, Is the issue with TS data feed or ASCII Import? If you use TS data feed, is Save data to local database box enabled in QuoteManager – Tools – Data sources – TS – Settings? Do you see the missing data in QuoteManager – right click the symbol – Edit Data ? Please describe the issue in more deta...
by Svetlana MultiCharts
03 Mar 2022
Forum: MultiCharts
Topic: GetAppInfo(aiHighestDispValue); using wrong symbol
Replies: 13
Views: 3107

Re: GetAppInfo(aiHighestDispValue); using wrong symbol

I ran the updater and got zero errors. However I get the error in the attached png file when I try to run MultiCharts 64. If you get an error after installing the updater, do the Repair to remove the updater (Control Panel-> Programs and Features-> MC->double left click–>Next->Repair). Make sure yo...
by Svetlana MultiCharts
03 Mar 2022
Forum: MultiCharts
Topic: GetAppInfo(aiHighestDispValue); using wrong symbol
Replies: 13
Views: 3107

Re: GetAppInfo(aiHighestDispValue); using wrong symbol

Hello, The improvement is not included in the release yet. The engineers prepared a hotfix for this case. Make sure you use the latest version (MultiCharts 14 Release 4) before installing the updater. MultiCharts MultiCharts .NET How to use it: 1. Download. 2. Unblock the archive with the updater ri...
by Svetlana MultiCharts
01 Mar 2022
Forum: MultiCharts
Topic: Build custom fitness for Portfolio Trader
Replies: 3
Views: 635

Re: Build custom fitness for Portfolio Trader

Please refer to this thread.

Pre-built function Portfolio_Equity() can be used to calculate Portfolio Equity Curve:

Code: Select all

var : PE(0); PE = Portfolio_Equity();
Please refer to this thread for more info about the standard deviation of the portfolio equity curve calculation.
by Svetlana MultiCharts
25 Feb 2022
Forum: MultiCharts
Topic: Hardware recommendation for 500 symbols [SOLVED]
Replies: 1
Views: 598

Re: Hardware recommendation for 500 symbols [SOLVED]

Hi thomashck, In general, multi-core CPU increases the optimization speed as this calculation can be divided into multiple flows using multi-core CPU. Multi-core CPU will not increase the backtesting speed as it is a linear calculation procedure and it cannot be divided into parts for calculation. W...
by Svetlana MultiCharts
25 Feb 2022
Forum: MultiCharts
Topic: Build custom fitness for Portfolio Trader
Replies: 3
Views: 635

Re: Build custom fitness for Portfolio Trader

i think it takes the average of the custom fitness calculated on each strategy and does not calculate it on the set of trades as if they were a single strategy Hi Barbo, Could you reproduce this behaviour in a simplified environment and send us the following files for analysis? 1. The workspace whe...
by Svetlana MultiCharts
24 Feb 2022
Forum: MultiCharts .NET
Topic: VolumeProfile in scanner
Replies: 5
Views: 1449

Re: VolumeProfile in scanner

Hi maxzhi,

Volume Profile works on a chart only.
by Svetlana MultiCharts
26 Jan 2022
Forum: MultiCharts
Topic: Acknowledge symbol sessions in Historical Download Scheduler [SOLVED]
Replies: 2
Views: 540

Re: Acknowledge symbol sessions in Historical Download Scheduler [SOLVED]

Hi Jupp25, This warning is mostly related to daily data. For example, if you use the Historical Data Download Scheduler to load one historical daily bar each day right after the session is closed, it may happen that the data will not load, because data provider may upload daily bars on their histori...
by Svetlana MultiCharts
25 Jan 2022
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 2
Replies: 48
Views: 10836

Re: MultiCharts 14.0 Release 2

LIke CrazyNAsdaq I am using only custom Futures and I would like to have this restriction on Custom Futures (Break on Session is now prohibited on Custom Futures charts) removed. Please restore the previously available functionality, maybe in a patch available for those who dislike this change. The...
by Svetlana MultiCharts
18 Jan 2022
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 2
Replies: 48
Views: 10836

Re: MultiCharts 14.0 Release 2

The problem is that even on a Saturday, for example, the DOW Jones weekly chart is not recognized as a finished chart. For example, a signal can be seen in the screener when the screener is on every tick, but the signal is not displayed in the chart because the chart does not recognize that the wee...
by Svetlana MultiCharts
12 Jan 2022
Forum: MultiCharts
Topic: Is there Trick to hit the ChartHint-Info for Daily-Bars on 5min Chart?
Replies: 3
Views: 491

Re: Is there Trick to hit the ChartHint-Info for Daily-Bars on 5min Chart?

Increasing bar spacing – is the only thing that will make it easier to hit the required point.
If you have ideas how to improve it, feel free to share in our Project Management. Please contact support if you want to register in the Project Management.
by Svetlana MultiCharts
12 Jan 2022
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 2
Replies: 48
Views: 10836

Re: MultiCharts 14.0 Release 2

Hello Svetlana, The picture explains the error. https://s20.directupload.net/images/220108/3sq92oj4.png If indicator Close changes with "Update on every tick" activated, it means real-time is coming and the Scanner works as expected. If "Update on every tick" is turned off, the indicator will updat...
by Svetlana MultiCharts
12 Jan 2022
Forum: MultiCharts
Topic: Extremely slow when working in dialogs?
Replies: 1
Views: 407

Re: Extremely slow when working in dialogs?

Hello tpredictor,

Please make a short video demonstrating this behavior or come to the live chat to demonstrate it to our engineers via remote connection.
by Svetlana MultiCharts
12 Jan 2022
Forum: MultiCharts
Topic: Disconnected Rithmic historical
Replies: 2
Views: 385

Re: Disconnected Rithmic historical

Hello tpredictor,

How do you understand that Rithmic historical data is disconnected?
What notification/error message do you mean?

Please describe the issues you have in more details. Attach screenshots demonstrating the behaviour. Describe what you did before the issue appeared step by step.
by Svetlana MultiCharts
12 Jan 2022
Forum: MultiCharts
Topic: CQG Chart freeze
Replies: 4
Views: 838

Re: CQG Chart freeze

Hello, Please do the following so that we could investigate each particular charting case and provide a solution: Send us the Logs for analysis by going Help -> Feedback when the charting issue is reproduced. Please enable “Attach a screenshot”, “Attach Log files…”, “Attach minidump…”, “Snapshot of ...
by Svetlana MultiCharts
07 Jan 2022
Forum: MultiCharts
Topic: Wrong expiration date for future MCA [SOLVED]
Replies: 1
Views: 390

Re: Wrong expiration date for future MCA [SOLVED]

Hello ragdoll,

You can modify the expiration rule for MCA symbol root in QuoteManager – Tools – Symbol Dictionary for IB data source.
Restart all MultiCharts components to apply the changes.
by Svetlana MultiCharts
07 Jan 2022
Forum: MultiCharts
Topic: Is there Trick to hit the ChartHint-Info for Daily-Bars on 5min Chart?
Replies: 3
Views: 491

Re: Is there Trick to hit the ChartHint-Info for Daily-Bars on 5min Chart?

Hi Chris,

The information from the Chart Hint is duplicated in the Data Window (View -> Show Data Window).
by Svetlana MultiCharts
07 Jan 2022
Forum: MultiCharts
Topic: Unfilled orders
Replies: 1
Views: 386

Re: Unfilled orders

Hi small dog,

MultiCharts does not fill orders. As soon as an order is sent to the broker, it is managed by the broker.

You may want to convert unfilled/partially filled price orders into market orders. Please read more about the feature here.
by Svetlana MultiCharts
07 Jan 2022
Forum: MultiCharts
Topic: Backtesting Edition
Replies: 1
Views: 455

Re: Backtesting Edition

Hi Mydesign,

If you are interested in Backtesting Edition please contact our support directly for more info.
by Svetlana MultiCharts
06 Jan 2022
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 2
Replies: 48
Views: 10836

Re: MultiCharts 14.0 Release 2

LIke CrazyNAsdaq I am using only custom Futures and I would like to have this restriction on Custom Futures (Break on Session is now prohibited on Custom Futures charts) removed. Please restore the previously available functionality, maybe in a patch available for those who dislike this change. The...
by Svetlana MultiCharts
06 Jan 2022
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 2
Replies: 48
Views: 10836

Re: MultiCharts 14.0 Release 2

14.0 Build 22995 Release 4 Good day, the screener does not recognize the last completed day and week. Close data from the previous day or the previous week are always displayed. The error can be avoided by activating "Update on every tick", but that is not what the inventor wanted. The error occurs...
by Svetlana MultiCharts
04 Jan 2022
Forum: MultiCharts
Topic: TD Ameritrade
Replies: 17
Views: 4905

Re: TD Ameritrade

Hello robz7575,

No, unfortunately it is not supported yet.
by Svetlana MultiCharts
28 Dec 2021
Forum: MultiCharts
Topic: Sending Strategy Orders to a Custom Gateway.. [SOLVED]
Replies: 3
Views: 1232

Re: Sending Strategy Orders to a Custom Gateway.. [SOLVED]

Hi Typhune,

Please refer to the help for FileAppend keyword.
by Svetlana MultiCharts
21 Dec 2021
Forum: MultiCharts
Topic: Use of CFDs
Replies: 2
Views: 505

Re: Use of CFDs

Hello GiroldoAle,

Please refer to this article for more information about spread trading in MultiCharts.
by Svetlana MultiCharts
20 Dec 2021
Forum: MultiCharts
Topic: How to dock the Output window? [SOLVED]
Replies: 7
Views: 3049

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

tonyt,

You can come to our live chat during the working hours to demonstrate the behaviour via remote connection.
by Svetlana MultiCharts
16 Dec 2021
Forum: MultiCharts
Topic: Walk Forward optimization - results are not coherent
Replies: 13
Views: 2405

Re: Walk Forward optimization - results are not coherent

Hi paulc, All OOSs calculate independently of each other. Taking this into account, - does the calculation of the OOS P&L shown in the OOS report for each OOS period start from the start time/date of each OOS period or from the start of any trade which is already open from the prior OOS period? Not ...
by Svetlana MultiCharts
14 Dec 2021
Forum: MultiCharts
Topic: How to dock the Output window? [SOLVED]
Replies: 7
Views: 3049

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

Hi tonyt,

The procedure remains the same:
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.
by Svetlana MultiCharts
13 Dec 2021
Forum: MultiCharts
Topic: Add additional securities to indicator
Replies: 6
Views: 783

Re: Add additional securities to indicator

Please change the time zone on a chart in Format -> Instrument -> Settings -> Time Zone.
by Svetlana MultiCharts
10 Dec 2021
Forum: MultiCharts
Topic: Add additional securities to indicator
Replies: 6
Views: 783

Re: Add additional securities to indicator

Hello Ranguy, The securities can be added on a chart, but not to an indicator. It is possible to get volume of bars by means of an indicator, for example with Volume indicator . If you want to compare a parameter of several symbols, you need to build a chart with several data series . Please use Dat...
by Svetlana MultiCharts
10 Dec 2021
Forum: MultiCharts
Topic: [portfolio trader] exit rules from backtest to realtrading script
Replies: 1
Views: 461

Re: [portfolio trader] exit rules from backtest to realtrading script

Hello,

When trading in the synchronous mode, the orders generated on historical data are not taken into account. Portfolio Trader considers that the position was opened at the moment when auto trading was started.
More information about the difference of auto trading modes is here.
by Svetlana MultiCharts
09 Dec 2021
Forum: MultiCharts
Topic: Walk Forward optimization - results are not coherent
Replies: 13
Views: 2405

Re: Walk Forward optimization - results are not coherent

Hello, Anfo0000 was using the signal that strongly depended on the initial calculation point, because OpenD, HighD, LowD functions were used. That’s why, the signal, that started calculating at least one bar earlier than session start, produced strongly different result. If you would like our team t...
by Svetlana MultiCharts
01 Dec 2021
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 2
Replies: 48
Views: 10836

Re: MultiCharts 14.0 Release 2

Any ETA for the next release ?
Hello Mydesign,

The latest release date is 25 may 2021. We aim to issue one more release in this year.
by Svetlana MultiCharts
24 Nov 2021
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 2
Replies: 48
Views: 10836

Re: MultiCharts 14.0 Release 2

I have the same problem, although I have followed the procedure described.
Please come to our live chat MON-FRI from 6:00 AM till 1:00 PM ET for assitance via remote connection.
by Svetlana MultiCharts
18 Nov 2021
Forum: MultiCharts .NET
Topic: Bid Ask data vs Trade data
Replies: 3
Views: 2219

Re: Bid Ask data vs Trade data

Hello oppidum, Please note the following facts that may affect your tests. 1) LMAX may provide more ticks in history than in real-time. LMAX filters data for all LMAX server clients (except ITFinance). 2) LMAX does not provide Trade data. By default, MultiCharts plots Bid data if a data series is pl...
by Svetlana MultiCharts
18 Nov 2021
Forum: MultiCharts
Topic: event calendar from tws
Replies: 2
Views: 626

Re: event calendar from tws

Hello bomberone1,

Unfortunately, there is no such feature.
If you are interested in using fundamental data please refer to this thread.
by Svetlana MultiCharts
05 Nov 2021
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 2
Replies: 48
Views: 10836

Re: MultiCharts 14.0 Release 2

I am having a problem with powerlanguage not verifying indicators when I make a change. Any way to fix? Hi moneymarkets, If you cannot see an indicator in Insert -> Study, please make sure MultiCharts and PowerLanguage Editor are used under the same user (as administrator or not as administrator). ...
by Svetlana MultiCharts
02 Nov 2021
Forum: MultiCharts QUIK
Topic: Текущая версия плагина QUIK
Replies: 0
Views: 951

Текущая версия плагина QUIK

Уважаемые пользователи QUIK,

Вы можете скачать актуальную версию плагина QUIK по следующим ссылкам:
Для MultiCharts
Для MultiCharts .NET
by Svetlana MultiCharts
28 Oct 2021
Forum: MultiCharts
Topic: How to code drawing local high and local low on charts
Replies: 5
Views: 757

Re: How to code drawing local high and local low on charts

Please try this
Text_SetString(HTextId, "H: " + NumToStr(H[HNum], 0) + "\n");
by Svetlana MultiCharts
28 Oct 2021
Forum: MultiCharts
Topic: Instrument Set to 6 Decimals, Only 4 Decimals in Signal / Function
Replies: 4
Views: 757

Re: Instrument Set to 6 Decimals, Only 4 Decimals in Signal / Function

Hello Metzenovich, IQfeed does not provide symbol settings through API. So, you need to configure the Price Scale and Min Movement after adding a symbol to the database. For example, EURUSD.FXCM PriceScale = 1/100000 Minmove =1 As for the Big Point Value – the users need to contact their broker for ...
by Svetlana MultiCharts
27 Oct 2021
Forum: MultiCharts
Topic: How to code drawing local high and local low on charts
Replies: 5
Views: 757

Re: How to code drawing local high and local low on charts

Hi leety2008, Here is an example. var: Num(0), HNum(0), LNum(0), HTextId(-1), LTextId(-1); once begin HTextId = Text_New(d,t,c,"H: %price%\n"); LTextId = Text_New(d,t,c,"\nL: %price%"); end; HNum = 0; LNum = 0; Num = 0; While True Begin if (datetime2eltime(datetime - datetime[Num]) > 40) then break;...
by Svetlana MultiCharts
22 Oct 2021
Forum: MultiCharts
Topic: .RLD command line. How to use it on “Second” chart or “Change” charts?
Replies: 2
Views: 477

Re: .RLD command line. How to use it on “Second” chart or “Change” charts?

Hi oppidum, Do you plot the ticks, seconds and changes charts for the same symbol? If yes, it is expected that the reload command on one of them leads to re-requesting tick data on all tick-based charts for this symbol. If you have different symbols, please send us the following information for anal...
by Svetlana MultiCharts
22 Oct 2021
Forum: MultiCharts .NET
Topic: Open PnL of Portfolio trader
Replies: 2
Views: 1003

Re: Open PnL of Portfolio trader

Hello lewisthegood, Please use Portfolio.OpenPositionProfit. using System; using System.Drawing; using System.Linq; using PowerLanguage.Function; using ATCenterProxy.interop; namespace PowerLanguage.Strategy { public class Portfolio_OpenPositionProfit : SignalObject { public Portfolio_OpenPositionPr...
by Svetlana MultiCharts
18 Oct 2021
Forum: MultiCharts
Topic: Fundamental datas
Replies: 29
Views: 10059

Re: Fundamental datas

Hello,

Fundamental data is not supported in MultiCharts, and unfortunately, we cannot add such a project to our future plans at the moment.

If you have this data that is possible to program the logic that will utilize the data. Here is an example.
by Svetlana MultiCharts
08 Oct 2021
Forum: MultiCharts
Topic: Wrong datafield mapping of IQFeed Data??? Missing "downvolume"?
Replies: 1
Views: 439

Re: Wrong datafield mapping of IQFeed Data??? Missing "downvolume"?

Hello, IQfeed does NOT provide Up/Down Volume with historical data. In real-time, these fields are calculated by MultiCharts. As for Ask and Bid historical data, IQfeed provides only ticks which do not contain volume. See the screenshot – the history is marked with yellow. 82724_screenshot-1.jpg Add...
by Svetlana MultiCharts
27 Sep 2021
Forum: MultiCharts
Topic: trojan horse and malware
Replies: 9
Views: 2339

Re: trojan horse and malware

This tool did not find any malware.
virit.png
(233.22 KiB) Not downloaded yet
virit2.png
(72.56 KiB) Not downloaded yet
by Svetlana MultiCharts
24 Sep 2021
Forum: MultiCharts
Topic: trojan horse and malware
Replies: 9
Views: 2339

Re: trojan horse and malware

Hi bomberone1,

We scanned C:\ProgramData\TS Support\MultiCharts64\StudyServer\Studies\Dlls\Functions\fc_rk_VRTc2eBarOffset.dll with the help of Virustotal and it did not shown any malware. Here is the result.
Please do the same and send us a link with the results.
by Svetlana MultiCharts
22 Sep 2021
Forum: MultiCharts .NET
Topic: Cumulative Delta inconsistencies
Replies: 11
Views: 4833

Re: Cumulative Delta inconsistencies

Hello Ingo,

Our developers are currently working on a task that should improve this behaviour. We aim to include the improvement in one of the future versions.
by Svetlana MultiCharts
22 Sep 2021
Forum: MultiCharts
Topic: How to change Session Time from EasyLanguage script?
Replies: 4
Views: 786

Re: How to change Session Time from EasyLanguage script?

Unfortunately, there is no such feature at the present moment. You can post the corresponding feature request in our Project Management . If you do not have an account to login the Project Management, please contact our support . Meanwhile you can come up with a scheme, where the script does nothing...
by Svetlana MultiCharts
17 Sep 2021
Forum: MultiCharts
Topic: How to change Session Time from EasyLanguage script?
Replies: 4
Views: 786

Re: How to change Session Time from EasyLanguage script?

Hello Xurma, Unfortunately it is not possible to set sessions from script. There are several ways to configure sessions. In Format Instrument -> Settings -> Sessions you can select either Default or one of the session templates. 1) If you select Default the settings are taken from QuoteManager -> ri...
by Svetlana MultiCharts
16 Sep 2021
Forum: MultiCharts
Topic: Windows status confirmatioin/pop up freezes DOM
Replies: 6
Views: 932

Re: Windows status confirmatioin/pop up freezes DOM

Could you please send screenshots demonstrating the popup message and the settings where you disabled it?
by Svetlana MultiCharts
15 Sep 2021
Forum: MultiCharts
Topic: Windows status confirmatioin/pop up freezes DOM
Replies: 6
Views: 932

Re: Windows status confirmatioin/pop up freezes DOM

This issue is not reproduced on our end, and we have not received similar reports from other users.
by Svetlana MultiCharts
15 Sep 2021
Forum: MultiCharts
Topic: Windows status confirmatioin/pop up freezes DOM
Replies: 6
Views: 932

Re: Windows status confirmatioin/pop up freezes DOM

Hello tpredictor, How often the freeze/crash is reproduced? If the issue is reproduced, please send us the report as described below. It is important to collect it at the moment of the freeze/crash, not before or after. Go to Windows Start Menu -> MultiCharts folder -> Feedback. In the Feedback wind...
by Svetlana MultiCharts
03 Sep 2021
Forum: MultiCharts .NET
Topic: Is there a way to recompile Dll with Multichart.net running?
Replies: 2
Views: 1056

Re: Is there a way to recompile Dll with Multichart.net running?

Hello MikeJ,

Unfortunately, there is no such option.
As a workaround you can use different functions in your DLL and call one of another function from the script depending on your goal.
by Svetlana MultiCharts
24 Aug 2021
Forum: MultiCharts
Topic: Thomson Refinitiv Eikon (and Metastock Xenith)
Replies: 12
Views: 2669

Re: Thomson Refinitiv Eikon (and Metastock Xenith)

Refinitiv Eikon data feed was added to our to-do list for one of the future versions.
by Svetlana MultiCharts
20 Aug 2021
Forum: MultiCharts
Topic: Trading same symbol multiple strategies
Replies: 4
Views: 1516

Re: Trading same symbol multiple strategies

Hi McGeorge,

Unfortunately there is no such option.
by Svetlana MultiCharts
17 Aug 2021
Forum: MultiCharts
Topic: MC is calculating trade size / open positions wrong in Autotrading
Replies: 3
Views: 794

Re: MC is calculating trade size / open positions wrong in Autotrading

Hello Thorsten, If you still face the issue, please send us logs via the main MultiCharts window -> Help -> Feedback. In the description please specify the Broker Order ID of the order with which you had the issue (Order and Position Tracker -> Orders tab -> Broker order ID column) Please select the...
by Svetlana MultiCharts
13 Aug 2021
Forum: MultiCharts .NET
Topic: Attention Binance users!
Replies: 0
Views: 928

Attention Binance users!

Dear Users,

Binance is going to introduce the obligatory account verification. Please pass the verification according to the Binance instructions before 2021-08-23 00:00 AM (UTC), otherwise Binance will deactivate your API key.
by Svetlana MultiCharts
13 Aug 2021
Forum: MultiCharts
Topic: Attention Binance users!
Replies: 0
Views: 879

Attention Binance users!

Dear Users,

Binance is going to introduce the obligatory account verification. Please pass the verification according to the Binance instructions before 2021-08-23 00:00 AM (UTC), otherwise Binance will deactivate your API key.
by Svetlana MultiCharts
12 Aug 2021
Forum: MultiCharts
Topic: Multicharts + IB a bar late or a glitch?
Replies: 3
Views: 819

Re: Multicharts + IB a bar late or a glitch?

Hi BlackstarOB,

MultiCharts uses bar close timestamp for bars instead of the bar open.
It means that the bar that is open, for example, at 15:58 and closed at 15:59, will acquire the 15:59 time.
This is hard coded and cannot be changed.
by Svetlana MultiCharts
12 Aug 2021
Forum: MultiCharts
Topic: Multicharts Missing Trades in Live Trading
Replies: 23
Views: 4585

Re: Multicharts Missing Trades in Live Trading

Dear Users, If you have issues similar to this thread, please send us the constructive feedback from the main MultiCharts window -> Help -> Feedback. If the question is related to live trading, please specify the Broker Order ID of the order (Order and Position Tracker -> Orders tab -> Broker order ...
by Svetlana MultiCharts
11 Aug 2021
Forum: MultiCharts
Topic: CQG Micro Bitcoin Futures Symbols
Replies: 3
Views: 18430

Re: CQG Micro Bitcoin Futures Symbols

Any update available when the CQG Micro Bitcoin Futures Symbols (MBT) will be added to MultiCharts? Hello, Please import the attached qmd file. Export-MBTN21-CQG.qmd It will be imported together with MBT Symbol Root settings. Restart all MultiCharts components to apply the changes. After that you w...
by Svetlana MultiCharts
11 Aug 2021
Forum: MultiCharts
Topic: GetAppInfo(aioptimizing) doesn't work?
Replies: 7
Views: 1178

Re: GetAppInfo(aioptimizing) doesn't work?

Hello lingwuchung,

Please attach the following files so that we would be able to investigate it:
1. The workspace where the issue is reproduced.
2. The exported scripts with all dependent functions that are used on the workspace.
by Svetlana MultiCharts
10 Aug 2021
Forum: MultiCharts
Topic: The Signals on MC chart and PT are different. (If it's possible to reload PT data automatically?)
Replies: 1
Views: 415

Re: The Signals on MC chart and PT are different. (If it's possible to reload PT data automatically?)

Hi Morgan, MultiCharts and Portfolio Trader are different tools and they were designed for different goals. In most cases it is not relevant to compare the results. If you still want to compare, you can achieve similar results, if you strictly follow the steps from this article . Please note: the st...
by Svetlana MultiCharts
02 Aug 2021
Forum: MultiCharts
Topic: MC's Binance Data vs Binance App's Binance Data
Replies: 1
Views: 813

Re: MC's Binance Data vs Binance App's Binance Data

Hello rc76, Comparing the study calculation results in different application is not always relevant, as the methods how the scripts are processed may be different. You need to know what algo Binance uses to calculate 24h Change or 24h Volume parameter if you want to calculate the same in MC. In case...
by Svetlana MultiCharts
29 Jul 2021
Forum: MultiCharts
Topic: Auto Trading settings
Replies: 3
Views: 759

Re: Auto Trading settings

Hello Iain, The Assign Initial Market Position to Strategy dialog appears on start of auto trading if you checked the corresponding option in Strategy Properties -> Auto Trading -> Assign Initial Market Position to Strategy. If you select Flat, From Chart or From Broker, the dialog will not appear, ...
by Svetlana MultiCharts
27 Jul 2021
Forum: MultiCharts
Topic: Thomson Refinitiv Eikon (and Metastock Xenith)
Replies: 12
Views: 2669

Re: Thomson Refinitiv Eikon (and Metastock Xenith)

Hello,

The request was forwarded to the dev team. We will post when there is any update.
by Svetlana MultiCharts
23 Jul 2021
Forum: MultiCharts
Topic: Trading same symbol multiple strategies
Replies: 4
Views: 1516

Re: Trading same symbol multiple strategies

MultiCharts supports trading with several strategies on the same instrument. Each strategy sends orders independently of other strategies, according to the internal chart/auto trading system position. More details are provided in this article . MultiCharts does not execute orders. The orders are man...
by Svetlana MultiCharts
23 Jul 2021
Forum: MultiCharts .NET
Topic: communication between charts
Replies: 3
Views: 966

Re: communication between charts

I can't find a preset session setting that suits me entirely Session settings are customizable. You can configure the sessions according to your needs. There are several ways to configure sessions. In Format Instrument -> Settings -> Sessions you can select either Default or one of the session temp...
by Svetlana MultiCharts
21 Jul 2021
Forum: MultiCharts .NET
Topic: communication between charts
Replies: 3
Views: 966

Re: communication between charts

Hello,

Please describe in more details what you would like to achieve.
If you want to include pre/post marker hours in the subchart, you can set 24/7 session. One can set different sessions for subcharts.
by Svetlana MultiCharts
21 Jul 2021
Forum: MultiCharts
Topic: Custom Futures lost oldest contract
Replies: 1
Views: 406

Re: Custom Futures lost oldest contract

Hello,

CQG does not provide data for the expired futures contracts.
Please check that the expired futures contracts exist in QuoteManager database and have data in the Edit Data window.
by Svetlana MultiCharts
19 Jul 2021
Forum: MultiCharts
Topic: Bloomberg?
Replies: 1
Views: 748

Re: Bloomberg?

Hello William,

Bloomberg is supported in MultiCharts PRO version. If you are interested in purchasing this version, please contact us through our support email.
by Svetlana MultiCharts
19 Jul 2021
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 2
Replies: 48
Views: 10836

Re: Issue with regular optimization

Once "regular optimization" has been run, if you switch to format objects and modify inputs, those inputs are not taken in the "current value" field of the optimization settings window once you get back to it. Hello, Thank you for the information. We have forwarded it to the developers. They will t...
by Svetlana MultiCharts
19 Jul 2021
Forum: MultiCharts
Topic: Custom future contract, expect a notification when roll?
Replies: 9
Views: 1470

Re: Custom future contract, expect a notification when roll?

Did you make any changes in the registry? Please contact us through our support email for the information about the specific registry key that you need to check.
by Svetlana MultiCharts
09 Jul 2021
Forum: MultiCharts
Topic: Custom future contract, expect a notification when roll?
Replies: 9
Views: 1470

Re: Custom future contract, expect a notification when roll?

Hello Salzburg,

MultiCharts has the function to display the alert when the rollover has already happened.
RTRL.png
(4.3 KiB) Not downloaded yet
The message is shown after the session end (the session end is determined by the session settings selected in the chart).
by Svetlana MultiCharts
09 Jul 2021
Forum: MultiCharts .NET
Topic: Min Max of a function ?
Replies: 1
Views: 762

Re: Min Max of a function ?

Hi,

MultiCharts .NET does not provide any specific method to calculate the min/max of a calculated function. You can calculate it using the standard C# means.
by Svetlana MultiCharts
01 Jul 2021
Forum: MultiCharts
Topic: Fake ticks form IB TWS
Replies: 21
Views: 3223

Re: Fake ticks form IB TWS

Hello Meecc, Please turn OFF Include "Unreportable Last" Trades in IB data feed settings and restart all MultiCharts components. See screenshot. UnreportableLast.jpg Here is a comment from IB API support: Please note that historical data at IB is filtered for trade types which occur away from the NB...
by Svetlana MultiCharts
25 Jun 2021
Forum: MultiCharts
Topic: Fake ticks form IB TWS
Replies: 21
Views: 3223

Re: Fake ticks form IB TWS

"Generate a new tick with zero volume upon DailyHigh (DailyLow) update" is turned OFF by default since MultiCharts 14 Release 2 (if MC has been installed on a new computer or IB settings have been reset).
by Svetlana MultiCharts
24 Jun 2021
Forum: MultiCharts
Topic: Fake ticks form IB TWS
Replies: 21
Views: 3223

Re: Fake ticks form IB TWS

Hi lingwuchung,

IB may send such updates as shown in the screenshot.
phantom tick.jpg
(203.32 KiB) Not downloaded yet
According to IB support this is the high of the day due to the ticket type (6, see here).
by Svetlana MultiCharts
23 Jun 2021
Forum: MultiCharts
Topic: Fake ticks form IB TWS
Replies: 21
Views: 3223

Re: Fake ticks form IB TWS

Include "Unreportable Last" Trades. If this option is checked, the small size transactions (less than 1 lot) are included. Generate a new Tick with Zero Volume upon DailyHigh (DailyLow) update. If the discrepancy between DailyHigh (DailyLow) and IB real time data is detected, this option allows for...
by Svetlana MultiCharts
21 Jun 2021
Forum: MultiCharts
Topic: Fake ticks form IB TWS
Replies: 21
Views: 3223

Re: Fake ticks form IB TWS

Please uncheck Include "Unreportable Last" Trades.
Restart all MultiCharts components to apply the changes.

If it does not help, uncheck Generate a new Tick with Zero Volume upon DailyHigh (DailyLow) update too.
by Svetlana MultiCharts
11 Jun 2021
Forum: MultiCharts
Topic: Fake ticks form IB TWS
Replies: 21
Views: 3223

Re: Fake ticks form IB TWS

Hello Ima,

Please send a screenshot of your IB settings (QuoteManager - Tools - Data Sources - IB - Settings).
by Svetlana MultiCharts
11 Jun 2021
Forum: MultiCharts
Topic: Multicharts on AWS
Replies: 4
Views: 950

Re: Multicharts on AWS

MultiCharts works on Windows 8.1 and 10. It is possible to use the software on a virtual machine that corresponds to those operating systems.
by Svetlana MultiCharts
10 Jun 2021
Forum: MultiCharts
Topic: Multicharts on AWS
Replies: 4
Views: 950

Re: Multicharts on AWS

Hello lingwuchung, You can increase the speed of strategies calculation/optimization by selecting a more powerful CPU with more cores. We recommend to give preference to the machines with higher CPU frequency, than to the number of cores: e.g. 8 cores with 3600 base frequency is better than 16 cores...
by Svetlana MultiCharts
08 Jun 2021
Forum: MultiCharts
Topic: Backtesting DOM/Orderbook/Flow strategies
Replies: 1
Views: 1475

Re: Backtesting DOM/Orderbook/Flow strategies

Hi tpredictor,

It is possible to backtest on DOM data in MultiCharts if you have a file with historical DOM data and imported it in the database.
by Svetlana MultiCharts
08 Jun 2021
Forum: MultiCharts
Topic: Any way of plotting arrays efficiently ?
Replies: 1
Views: 571

Re: Any way of plotting arrays efficiently ?

Hello Automeq,
As far as I know this is not possible. Plot has to be Plot1, Plot2, Plot3, etc.
It's not possible to have Plot linked to a loop, right ?
That is correct.
by Svetlana MultiCharts
08 Jun 2021
Forum: MultiCharts
Topic: Mix Renko with Kase or Time Question
Replies: 1
Views: 439

Re: Mix Renko with Kase or Time Question

Hello tpredictor, If your signal calculation is based on several different data series, the bars of one data series may close earlier than the bars of another data series. Renko is a non-standard chart type and the bars are built according to the specific algorithm . Renko bars are build according t...
by Svetlana MultiCharts
17 May 2021
Forum: MultiCharts
Topic: Cannot export Perf report to either Excel or OpenOffice
Replies: 3
Views: 830

Re: Cannot export Perf report to either Excel or OpenOffice

Hello jval, Most likely the issue is with Excel. We would recommend to try the following solutions. 1. Reinstall Excel. 2. Go to Excel -> [ALT + F11] -> Microsoft Visual Basic Editor -> Tools -> References. Check that references are configured as shown below. excel references.png 3. Contact Microsof...
by Svetlana MultiCharts
13 May 2021
Forum: MultiCharts
Topic: Error in study: Multicharts can`t find dll
Replies: 3
Views: 1286

Re: Error in study: Multicharts can`t find dll

Hello andreinvest, It means your script refers to the DLL specified in the message, but cannot find it. You need to make sure you have the proper DLL for the version you are running. 32bit DLL will work with MC 32bit only. 64bit DLL is compatible only with MC 64bit. If the file path is not explicitl...
by Svetlana MultiCharts
05 May 2021
Forum: MultiCharts
Topic: Is there a way to rename an existing trade?
Replies: 1
Views: 370

Re: Is there a way to rename an existing trade?

Hello Sinatra Fan,

Please use “from entry” expression in the exit.
from entry.png
(88.69 KiB) Not downloaded yet
by Svetlana MultiCharts
05 May 2021
Forum: MultiCharts
Topic: Yahoo FreeQuote Problem - Can not download daily market but only US.Stock
Replies: 1
Views: 477

Re: Yahoo FreeQuote Problem - Can not download daily market but only US.Stock

Hello kuchihwei,

Looks like Yahoo fixed it on their end, as it works at the present moment.
Please do the Reload (Ctrl+R) to force data request.
2330.png
(96.53 KiB) Not downloaded yet
by Svetlana MultiCharts
03 May 2021
Forum: MultiCharts
Topic: Trading same symbol/chart as strategy?
Replies: 4
Views: 692

Re: Trading same symbol/chart as strategy?

Does it matter if I trade from the same chart as a strategy is running on or another chart in terms of the way the strategy will see the orders? No, it does not. Is there anyway to cancel the strategy limit orders if I'm flat? Price orders are valid at broker while they are sent by the strategy. Th...
by Svetlana MultiCharts
30 Apr 2021
Forum: MultiCharts
Topic: Alpaca - stocks broker commission free
Replies: 2
Views: 684

Re: Alpaca - stocks broker commission free

Hello bomberone1,

Please place the feature request on our Project Management page so that other users could vote for it.

If you do not have a Project Management login, please contact support.
by Svetlana MultiCharts
30 Apr 2021
Forum: MultiCharts
Topic: Live performance reporting/tracking?
Replies: 1
Views: 434

Re: Live performance reporting/tracking?

Hello tpredictor,

You can use Trading Performance Report. Please refer to the comparison of the reports.
by Svetlana MultiCharts
30 Apr 2021
Forum: MultiCharts
Topic: Trading same symbol/chart as strategy?
Replies: 4
Views: 692

Re: Trading same symbol/chart as strategy?

Hello tpredictor,

Technically it is possible to send manual orders on an auto trading chart, but the strategy “does not know” about the orders you place. Please refer to this article for more information.
by Svetlana MultiCharts
22 Apr 2021
Forum: MultiCharts
Topic: Painting wick and body not properly done
Replies: 7
Views: 1875

Re: Painting wick and body not properly done

For Candlestick chart style:
The whole wick is painted in a single color. The color is determined by Bar High plot.
The candle body is painted in a single color. The color is determined by Bar Open plot.
Pre-built MACD Gradient indicator paints the body and wick the same color.
by Svetlana MultiCharts
22 Apr 2021
Forum: MultiCharts
Topic: MC 14, safe to use or not?
Replies: 48
Views: 7722

Re: MC 14, safe to use or not?

Best would be to have a stable version and a beta that is in beta until its deemed stable, so users that are interested in being testers, trying and providing feedback of errors, and using latest versions all the time, can do this with the knowledge that it most likely have bugs, and then users tha...
by Svetlana MultiCharts
14 Apr 2021
Forum: MultiCharts
Topic: "Emulate locally using Trade and send market order" bug [SOLVED]
Replies: 4
Views: 1242

Re: "Emulate locally using Trade and send market order" bug [SOLVED]

No, it was not. Emulated limited orders are designed to be converted to market when the price touches or exceeds the limit price. The emulator is triggered by the prices received via the broker plugin. If you find the behaviour is not correct, please send us logs via the main MultiCharts window -> H...
by Svetlana MultiCharts
17 Mar 2021
Forum: MultiCharts
Topic: Entries This Session
Replies: 1
Views: 532

Re: Entries This Session

Hello Eduardo, You need to create a new Numeric/Simple function named EntriesTodayAndTime. inputs: TargetDate( numericsimple ) ; variables: sum1(0) ; for Value1 = 0 to 10 begin if (entrydatetime(Value1) = TargetDate) then begin sum1 = sum1 + 1; print(" DateTime order ------>> ", datetimetostring(dat...
by Svetlana MultiCharts
16 Mar 2021
Forum: MultiCharts .NET
Topic: Can I export Floor Trader Pivot levels as a list at the start of each day for chosen pairs
Replies: 2
Views: 929

Re: Can I export Floor Trader Pivot levels as a list at the start of each day for chosen pairs

Hi Tom,

You will need to code a custom script, as there is no pre-built solution for that.
You can use ExpirationDate keyword to determine the rollover date.
Keywords FileAppend, FileClose, File can be used to export values to a file.
by Svetlana MultiCharts
16 Mar 2021
Forum: MultiCharts
Topic: Tick per row for volume delta
Replies: 4
Views: 853

Re: Tick per row for volume delta

Unfortunately, there is no such option at the present moment. We are going to improve it in one of the future versions.
by Svetlana MultiCharts
05 Mar 2021
Forum: MultiCharts
Topic: Tick per row for volume delta
Replies: 4
Views: 853

Re: Tick per row for volume delta

Hi owleyes,

Please try to set Build Volume on to Tick Count in Format Instrument -> Settings.
by Svetlana MultiCharts
03 Mar 2021
Forum: MultiCharts
Topic: "Emulate locally using Trade and send market order" bug [SOLVED]
Replies: 4
Views: 1242

Re: "Emulate locally using Trade and send market order" bug [SOLVED]

Hi Will,

Please describe what you mean by “last traded price” here.

MultiCharts emulator receives prices from a broker. Broker prices may differ from chart prices (for example, when data feed and broker are different, or a different quote field is plotted on a chart).
by Svetlana MultiCharts
03 Mar 2021
Forum: MultiCharts
Topic: Need Help with Portfolio Trader Settings
Replies: 1
Views: 592

Re: Need Help with Portfolio Trader Settings

Hi Transatlantic, It is recommended to set parameters the following way to ensure that Portfolio Trader settings do not influence on your strategy: Exposure = 100% Max % of Capital at Risk per Position = 100% Initial Portfolio Capital = $1 000 000 000 Margin value = 0 Max Potential Loss = 0 More inf...
by Svetlana MultiCharts
12 Feb 2021
Forum: MultiCharts
Topic: MC 14, safe to use or not?
Replies: 48
Views: 7722

Re: MC 14, safe to use or not?

@Multicharts, A comment would be awesome, do you consider MC14 safe to use for autotrading ? Hello, We put great efforts in the quality of our product, improve stability and functionality in new each release. Each new version is tested carefully before the release. In case of any stability issues p...
by Svetlana MultiCharts
12 Feb 2021
Forum: MultiCharts .NET
Topic: length or Length this is the question
Replies: 1
Views: 832

Re: length or Length this is the question

Hi TopGuy,

We forwarded your requests to the dev team. They will work on it to include an improvement in one of the future versions.
by Svetlana MultiCharts
12 Feb 2021
Forum: MultiCharts
Topic: MC 14, safe to use or not?
Replies: 48
Views: 7722

Re: MC 14, safe to use or not?

@Multicharts, A comment would be awesome, do you consider MC14 safe to use for autotrading ? Hello, We put great efforts in the quality of our product, improve stability and functionality in new each release. Each new version is tested carefully before the release. In case of any stability issues p...
by Svetlana MultiCharts
12 Feb 2021
Forum: MultiCharts
Topic: SAXO Group [SOLVED]
Replies: 1
Views: 675

Re: SAXO Group [SOLVED]

Hi Mydesign,

MultiCharts is compatible with Realtime netting in the latest release (MultiCharts 14 Release 2).

MultiCharts emulates tick history using minute data, as SAXO API does not support tick history.
by Svetlana MultiCharts
04 Feb 2021
Forum: MultiCharts
Topic: Historical Data Download Scheduler
Replies: 5
Views: 1193

Re: Historical Data Download Scheduler

Hi Mydesign,

We updated the name of the option and description in the wiki.
by Svetlana MultiCharts
29 Dec 2020
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 2
Replies: 48
Views: 10836

Re: MultiCharts 14.0 Release 2

Dear users, The available amount of IQfeed historical data did not change. What’s new describes the improvement in the way we request the data from the provider. Earlier the length of tick data requests was equal to several days. Now we are able to make the requests of 1-day length. Consequently, th...
by Svetlana MultiCharts
17 Dec 2020
Forum: MultiCharts
Topic: IQFeed old client [SOLVED]
Replies: 4
Views: 1310

Re: IQFeed old client [SOLVED]

IQfeed no history issue was solved in the live chat with the following steps: 1. Turn off “Build minute and daily bars based on tick data” box in the data feed settings . Restart all MultiCharts components to apply the changes. 2. Uncheck “ Merge Data Sources into a Single Chart ” in Format Instrume...
by Svetlana MultiCharts
16 Dec 2020
Forum: MultiCharts .NET
Topic: Order Not placed - Code Executed
Replies: 1
Views: 790

Re: Order Not placed - Code Executed

Hi lordsriram, Please reproduce the situation in simplified environment (one workspace, one chart, simplified signal) and send us the following files to our support email so that we would be able to investigate it: 1. The workspace where the behaviour is reproduced. 2. Export of used symbols (with d...
by Svetlana MultiCharts
11 Dec 2020
Forum: MultiCharts
Topic: Bug: Canot save historical data with QuoteManager
Replies: 1
Views: 539

Re: Bug: Canot save historical data with QuoteManager

Hi Mark, This article contains the rules of saving data into MultiCharts database. Once the historical data is downloaded from the data feed server and plotted on the chart - it is stored in the cache. Next time you plot a chart the required historical data is loaded from the cache or data base firs...
by Svetlana MultiCharts
09 Dec 2020
Forum: MultiCharts
Topic: MC14 Issue
Replies: 2
Views: 779

Re: MC14 Issue

Hi GuppyDRV, Will it be possible for you to come to the live chat Monday-Friday from 6:00 AM till 1:00 PM ET to demonstrate the issues you described? As for Self-Adaptive Trading, after optimization the strategy is recalculated with the new inputs from the begging of the entire data series. The posi...
by Svetlana MultiCharts
20 Nov 2020
Forum: MultiCharts
Topic: Historical Data Download Scheduler
Replies: 5
Views: 1193

Re: Historical Data Download Scheduler

Hi Mydesign, To disable the automatic backup, choose the option Delete nothing. Other options suppose that the backup is created automatically. We are going to improve this behaviour in one of the future versions (it will be possible to select the maximum number of backup files to store). Delete not...
by Svetlana MultiCharts
13 Nov 2020
Forum: MultiCharts
Topic: MultiCharts 14.0 Release
Replies: 77
Views: 15176

Re: MultiCharts 14.0 Release

In MC 12 it is possible to run a second MC on different PC for offline backtesting mode with the same license by changing the proxy setting. For MC 14 how could I do this as I could not find the proxy setting by clicking the green box and the Rt lower corner of the screen? I would like to test MC 1...
by Svetlana MultiCharts
06 Nov 2020
Forum: MultiCharts .NET
Topic: MultiCharts .NET 14.0 Release
Replies: 0
Views: 922

MultiCharts .NET 14.0 Release

MultiCharts .NET 14.0 Release is available for download now (64-bit build 20947) ! Featuring Fail-Watch system, Volume Profile drawing, Historical Data Downloader, Self-Adaptive Trading, Strategy Orders Monitor, Quadl data feed, and many other improvements! Check our blog for the complete list of a...
by Svetlana MultiCharts
06 Nov 2020
Forum: MultiCharts
Topic: MultiCharts 14.0 Release
Replies: 77
Views: 15176

Re: MultiCharts 14.0 Release

The chart no longer shows the limit prices of the executed order although "Price and Type" is on "Visible" at "Historical Orders". It only shows the type "Limit".
Hi SP,

We are going to include the improvement in the next release.
by Svetlana MultiCharts
06 Nov 2020
Forum: MultiCharts
Topic: MultiCharts 14.0 Release
Replies: 77
Views: 15176

Re: MultiCharts 14.0 Release

When will MC14 be rolled-out to the FCM's/Brokers ?
Hi syswizard,

Could you please describe what you mean in more details?
by Svetlana MultiCharts
06 Nov 2020
Forum: MultiCharts
Topic: MultiCharts 14.0 Release
Replies: 77
Views: 15176

Re: MultiCharts 14.0 Release - symbol linking local instance?

Looks like a nice release!

One question about symbol linking to "local instance".

What do you mean by "instance"?

I've been hoping that this means "workspace" - does it?
Hi Jek,

Instance is a desktop, that can be opened by double click on MultiCharts icon.
by Svetlana MultiCharts
14 Oct 2020
Forum: MultiCharts
Topic: MultiCharts 14.0 Release
Replies: 77
Views: 15176

MultiCharts 14.0 Release

MultiCharts 14.0 Release is available for download now (64-bit build 20935) ! Featuring Fail-Watch system, Volume Profile drawing, Historical Data Downloader, Self-Adaptive Trading, Strategy Orders Monitor, Quadl data feed, and many other improvements! Check our blog for the complete list of all ne...
by Svetlana MultiCharts
09 Oct 2020
Forum: MultiCharts
Topic: Is it possible clone a symbol in Quote Manager? [SOLVED]
Replies: 4
Views: 978

Re: Is it possible clone a symbol in Quote Manager? [SOLVED]

Hello pietro.fontana,

Cloning instruments is not supported.
However you can create a custom session template to achieve your goal.
After you create your session template, apply it on the chart in Format Instrument -> Settings -> Sessions.
by Svetlana MultiCharts
07 Oct 2020
Forum: MultiCharts
Topic: MULTICHARTS 14.0 BETA 5
Replies: 26
Views: 6300

Re: MULTICHARTS 14.0 BETA 5

I received the attached error when exiting MC 14 Beta 5. Hello syswizard, When the issue is reproduced, please send us logs and dumps using Feedback application, before closing the error window. You can access it through Windows Start Menu -> MultiCharts folder -> Feedback. In the Feedback window p...
by Svetlana MultiCharts
07 Oct 2020
Forum: MultiCharts
Topic: MULTICHARTS 14.0 BETA 5
Replies: 26
Views: 6300

Re: MULTICHARTS 14.0 BETA 5

In MC 12 I could login offline on my laptop whilst running my live system. IN MC 14 I am always asked to kill the other instance before opening. Can this be avoided. Hello jl12, Since MultiCharts 14 we implement new authorization system, and running a single license on two computers will no longer ...
by Svetlana MultiCharts
07 Oct 2020
Forum: MultiCharts
Topic: Quandl Datafeed, please add to MC [SOLVED]
Replies: 1
Views: 1091

Re: Quandl Datafeed, please add to MC [SOLVED]

Hi,

Quandl is added since MultiCharts 14 OpenBeta 5
by Svetlana MultiCharts
06 Oct 2020
Forum: MultiCharts
Topic: data resolutions and performance of mc
Replies: 1
Views: 516

Re: data resolutions and performance of mc

Hello rokanten, Basic information about the supported data types is provided here. The smaller resolution you set, the more bars (more information) shall be processed by MultiCharts and your script. E.g. loading daily data from start of the year is faster than loading minute data for the same period...
by Svetlana MultiCharts
05 Oct 2020
Forum: MultiCharts
Topic: Indicator for Entropy
Replies: 1
Views: 605

Re: Indicator for Entropy

Hello strelow, There is no such pre-built indicator in MultiCharts. We found the following PowerLanguage code in the website mentioned by you. var: inp ("1223334444"); var: len_inp(StrLen(inp)); var: uniqe_char (""); array:freq[10](0); var: _i (0), num_uniqe_char (0), ch(""); for _i = 1 to len_inp b...
by Svetlana MultiCharts
30 Sep 2020
Forum: MultiCharts .NET
Topic: Support schedule
Replies: 0
Views: 859

Support schedule

Dear customers, Please be advised: our support schedule changes starting tomorrow, October 1, 2020. E-mail: from 4:00 AM till 2:00 PM ET Monday – Friday. Phone: from 5:30 AM till 5:00 PM ET Monday – Friday. Live Chat: from 5:30 AM till 2:00 PM ET Monday – Friday. Make sure you make it on time! :)
by Svetlana MultiCharts
30 Sep 2020
Forum: MultiCharts
Topic: Support schedule
Replies: 0
Views: 775

Support schedule

Dear customers, Please be advised: our support schedule changes starting tomorrow, October 1, 2020. E-mail: from 4:00 AM till 2:00 PM ET Monday – Friday. Phone: from 5:30 AM till 5:00 PM ET Monday – Friday. Live Chat: from 5:30 AM till 2:00 PM ET Monday – Friday. Make sure you make it on time! :)
by Svetlana MultiCharts
22 Sep 2020
Forum: MultiCharts
Topic: Elcollections error
Replies: 2
Views: 825

Re: Elcollections error

Hello kingmins,

Please try to format the file with a simpler editor than Excel, e.g. Notepad++
Do you get the error if only one chart from one application (MC or TS) reads the file at time?
by Svetlana MultiCharts
22 Sep 2020
Forum: MultiCharts .NET
Topic: MultiCharts .NET 12.0 Release 14
Replies: 3
Views: 1582

Re: MultiCharts .NET 12.0 Release 14

Dear Gain Capital customers, After upgrade to MultiCharts 12 Release 14 please set Port = 9210 in File -> Broker profiles -> Manage broker profiles -> Gain Capital -> Edit; and QuoteManager -> Tools -> Data sources -> Gain Capital -> Settings. Please restart all MultiCharts components to have the ch...

Go to advanced search