Search found 293 matches

by Vlada MultiCharts
28 Mar 2024
Forum: MultiCharts
Topic: Portfolio strategy [SOLVED]
Replies: 2
Views: 188

Re: Portfolio strategy [SOLVED]

Hello Mik72,

You might want to check if the in-built Rotation Strategy suits your needs.
by Vlada MultiCharts
26 Mar 2024
Forum: MultiCharts
Topic: Planned Maintenance [SOLVED]
Replies: 1
Views: 239

Re: Planned Maintenance [SOLVED]

Dear Users,

The maintenance is finished. Our Discussion Forum is working as usual.
by Vlada MultiCharts
01 Feb 2024
Forum: MultiCharts
Topic: Turn ON/Off autotrading by code
Replies: 4
Views: 245

Re: Turn ON/Off autotrading by code

Hello, I tried this piece of code to turn off a strategy after a certain time (it is a bit confusing because the command takes more than 20 seconds to execute). if currenttime_s >=142040 then begin once begin CommandLine(".at_toggle"); end; end; I was wondering something, while turing off the strat...
by Vlada MultiCharts
31 Jan 2024
Forum: MultiCharts
Topic: Turn ON/Off autotrading by code
Replies: 4
Views: 245

Re: Turn ON/Off autotrading by code

Hello Mik72, Yes, it is possible to do it by using the keyword CommandLine(".at_toggle"); Please note that if it is used to turn auto trading on, the popped up confirmation window cannot be skipped and a manual click on "OK" is required. More info can be found here: https://www.multicharts.com/tradi...
by Vlada MultiCharts
11 Jan 2024
Forum: MultiCharts
Topic: CSI / Portfolio Trader Settings / data range setting
Replies: 1
Views: 191

Re: CSI / Portfolio Trader Settings / data range setting

Hello LMC1,

Please make sure to disable the option "Pin to get realtime data". To do so, please click the pin icon on the right of the field for the end date (see the screenshot).
by Vlada MultiCharts
22 Nov 2023
Forum: MultiCharts
Topic: <<EXCEPTION>> Code: 0xFFFFFFFFC0000005 ( -1073741819 )
Replies: 1
Views: 204

Re: <<EXCEPTION>> Code: 0xFFFFFFFFC0000005 ( -1073741819 )

Hello SUPER, If the isue is reproduced again, please send us the report as described below. It is important to do it at the moment when the issue is reproduced, before MultiCharts is restarted. Open the Feedback application. You can access it through Windows Start Menu -> MultiCharts folder -> Feedb...
by Vlada MultiCharts
18 Oct 2023
Forum: MultiCharts
Topic: HIGH CPU LOAD
Replies: 4
Views: 515

Re: HIGH CPU LOAD

Hello maxhrc, If you are satisfied with the current performance and do not observe any issues in the operation of MultiCharts, you can change the timeout or completely disable these alerts in MultiCharts -> File -> Preferences -> Trading tab -> Fail-Watch and trading system warnings. Most likely, sl...
by Vlada MultiCharts
02 Oct 2023
Forum: MultiCharts
Topic: installation problem-error 0x800c000e [SOLVED]
Replies: 2
Views: 512

Re: installation problem-error 0x800c000e [SOLVED]

Hello Simon888, Most likely, you need to enable the .NET Framework required for MultiCharts to work. Please go to Server Manager -> Manage -> Add Roles and Features -> in Installation Type tab select "Role-based or feature-based installation" -> Features -> check .NET Framework 3.5 and 4.6.1 (or new...
by Vlada MultiCharts
21 Sep 2023
Forum: MultiCharts
Topic: SessionLastBar in live trading [SOLVED]
Replies: 7
Views: 896

Re: SessionLastBar in live trading [SOLVED]

@Vlada thanks for your answer. The circumstance I'm describing is one whereby the symbol stops ticking, I believe, for example because it's a bank holiday and the session's duration is shortened by a few hours. I am not sure, without having this knowledge in advance, how I can detect that the sessi...
by Vlada MultiCharts
19 Sep 2023
Forum: MultiCharts
Topic: SessionLastBar in live trading [SOLVED]
Replies: 7
Views: 896

Re: SessionLastBar in live trading [SOLVED]

Hello simoneb, Here is more information about SessionLastBar and its restrictions in real-time. It does not work if the last bar closes before the end of the session and the symbol no longer ticks (for example, it never works on 1 tick resolution). It works with a delay of 5 minutes, and an order ma...
by Vlada MultiCharts
15 Sep 2023
Forum: MultiCharts .NET
Topic: is it possible to save a chart setting as template?
Replies: 1
Views: 333

Re: is it possible to save a chart setting as template?

Hello gztanwei, To duplicate an existing chart window, please select the chart, press Shift + Ctrl + C and then Shift + Ctrl + V. It is not possible to save chart settings as a template, but you can create a reference chart in a separate workspace, save that workspace (File - Save Workspace As..) an...
by Vlada MultiCharts
15 Sep 2023
Forum: MultiCharts .NET
Topic: how to disable the connection error messages?
Replies: 1
Views: 300

Re: how to disable the connection error messages?

Hello gztanwei,

Please go to QuoteManager - Tools - Data Sources - Interactive Brokers, uncheck "Show Error pop-up alerts" and click OK. To apply the changes, please restart MultiCharts.
by Vlada MultiCharts
06 Sep 2023
Forum: MultiCharts
Topic: AllowSendOrdersAlways = true with IntrabarOrderGeneration = false
Replies: 3
Views: 392

Re: AllowSendOrdersAlways = true with IntrabarOrderGeneration = false

Hello Vlada,

thank you for your reply. Would it be possible to update the wiki for AllowSendOrdersAlways to reflect that?

Thank you,

ABC
ABC,

Sure, we will add this info to the wiki article. PowerLanguageEditor Help will also be updated in one of the nearest releases.
by Vlada MultiCharts
06 Sep 2023
Forum: MultiCharts
Topic: Disable ALL ALERT BOXES
Replies: 6
Views: 1226

Re: Disable ALL ALERT BOXES

Following up on this, is there an option for this now? Hello, Yes, in the latest version of MultiCharts it is possible to disable alerts. One needs to go to Quote Manager - Tools - Data Sources - Interctive Brokers and uncheck "Show Delayed Data Alert" in the Notification section. In this section, ...
by Vlada MultiCharts
06 Sep 2023
Forum: MultiCharts
Topic: AllowSendOrdersAlways = true with IntrabarOrderGeneration = false
Replies: 3
Views: 392

Re: AllowSendOrdersAlways = true with IntrabarOrderGeneration = false

Hello ABC,

Since MultiCharts 11, AllowSendOrdersAlways = true causes the script to be calculated on each tick in real time even if IntrabarOrderGeneration = false. It is required for the correct operation of AllowSendOrdersAlways, so we cannot change the behavior.
by Vlada MultiCharts
01 Aug 2023
Forum: MultiCharts
Topic: Custom future which stops at the last contract and doesn't rollover automatically [SOLVED]
Replies: 4
Views: 582

Re: Custom future which stops at the last contract and doesn't rollover automatically [SOLVED]

simoneb, No new data will be plotted on the chart for Custom Futures after the expiration of the front month contract. For example, if the expiration date of the futures is the third Friday of the month, the chart for the Custom Futures will no longer be updated after the third Friday of the month u...
by Vlada MultiCharts
28 Jul 2023
Forum: MultiCharts
Topic: Custom future which stops at the last contract and doesn't rollover automatically [SOLVED]
Replies: 4
Views: 582

Re: Custom future which stops at the last contract and doesn't rollover automatically [SOLVED]

Hello simoneb, In MultiCharts, Custom Futures are construed from the individual contracts that are present in QuoteManager. If a newer contract has not been added, the data for it will not be uploaded. For example, if you have added ESQ23, but have not added ESU23 and further individual contracts, t...
by Vlada MultiCharts
21 Jun 2023
Forum: MultiCharts
Topic: After attain profit target, calculate the loss of closed position and open position profit....
Replies: 6
Views: 548

Re: After attain profit target, calculate the loss of closed position and open position profit....

it is including all the closed and open positions of the current position?
exboy,

ContractProfit = OpenPositionProfit / CurrentContracts. It indicates the current unrealized profit and does not include profit for the part of the position that was closed.
by Vlada MultiCharts
16 Jun 2023
Forum: MultiCharts
Topic: After attain profit target, calculate the loss of closed position and open position profit....
Replies: 6
Views: 548

Re: After attain profit target, calculate the loss of closed position and open position profit....

But I still have a question, what is the definition of Contractprofit? Is it the total profit or loss of all the closed and open positions of the current position / the total number of all the closed and open positions of the current position? exboy, ContractProfit returns a numerical value indicat...
by Vlada MultiCharts
14 Jun 2023
Forum: MultiCharts
Topic: After attain profit target, calculate the loss of closed position and open position profit....
Replies: 6
Views: 548

Re: After attain profit target, calculate the loss of closed position and open position profit....

Hello exboy, The logic of PositionProfit in MultiCharts and TS is different. In MC, PositionProfit(0) and PositionProfit with unspecified parameters return realized profit for the closed part of the current position. For example, one opens a position for 10 contracts. It is partially closed for 5 co...
by Vlada MultiCharts
11 May 2023
Forum: MultiCharts
Topic: Help with a study - StopLoss
Replies: 5
Views: 631

Re: Help with a study - StopLoss

Hello omer95, Unfortunately, you cannot address the values of the future bars. It is relevant for backtesting as well. MultiCharts treats the subsequent bars as though they have not been plotted yet. buy next bar at market; will be executed when Open = Hight = Low = Close on the bar that follows the...
by Vlada MultiCharts
11 May 2023
Forum: MultiCharts .NET
Topic: IOrderPriced Order Completion
Replies: 3
Views: 612

Re: IOrderPriced Order Completion

Hello lordsriram,

If you need assistance from our engineers with the second question, please send us the whole script and describe in more detail what you would like to achieve.
by Vlada MultiCharts
11 May 2023
Forum: MultiCharts
Topic: Flip trade
Replies: 1
Views: 347

Re: Flip trade

Hello Mark if there is a loss I wish to flip the trade at the close of the bar Please try the following solution: [IntrabarOrderGeneration = true]; buy next bar at market; //exit with position if openpositionprofit is loss if openpositionprofit < 0 then begin sellshort this bar at close; buy this ba...
by Vlada MultiCharts
03 May 2023
Forum: MultiCharts
Topic: AccuracySetNamedDouble / AccuracyGetNamedDouble [SOLVED]
Replies: 3
Views: 508

Re: AccuracySetNamedDouble / AccuracyGetNamedDouble [SOLVED]

Hello Riembaus, The function AccuracyGetNamedDouble requires two parameters, as well as AccuracyGetNamedInt. We will make corresponding changes in our documentation. The second parameter stands for the error code that function will return. For example: AccuracyGetNamedDouble("string", 1111); If some...
by Vlada MultiCharts
23 Mar 2023
Forum: MultiCharts .NET
Topic: Optimization Settings
Replies: 9
Views: 1102

Re: Optimization Settings

clint454, The number of lines in the report is either limited by the number of input sets or set in the optimization dialogue window. By your screenshot we do not see how the results are sorted. By default, this order is random. If you want to sort the results by a certain value, please click the he...
by Vlada MultiCharts
23 Mar 2023
Forum: MultiCharts .NET
Topic: Optimization Settings
Replies: 9
Views: 1102

Re: Optimization Settings

clint454,

Thank you. We will analyze the files and get back to you.
by Vlada MultiCharts
16 Mar 2023
Forum: MultiCharts .NET
Topic: LastBarOnChart not working with multiple data lines
Replies: 4
Views: 2443

Re: LastBarOnChart not working with multiple data lines

this does happen, look at the below situation: https://ibb.co/NKFjh7D What needs to happen is add some instruments in the same chart such that their sessions do not fully overlap. Then wait for that day time where the non-principal instruments (data2 or data3) are "ahead" of the main one (data1) - ...
by Vlada MultiCharts
14 Mar 2023
Forum: MultiCharts .NET
Topic: Optimization Settings
Replies: 9
Views: 1102

Re: Optimization Settings

clint454,

You can attach the files to your comment or use a Google Drive link.

As for the set of inputs, it is saved in the .wsp file.
by Vlada MultiCharts
14 Mar 2023
Forum: MultiCharts
Topic: WFA Equity Line
Replies: 3
Views: 412

Re: WFA Equity Line

Mik72,

You can refer to MultiCharts Wiki for technical information and tutorials.
by Vlada MultiCharts
13 Mar 2023
Forum: MultiCharts .NET
Topic: Optimization Settings
Replies: 9
Views: 1102

Re: Optimization Settings

clint454, According to the screenshot, all the sets of inputs except the first eight ones did not generate any trades. If you are sure that there is a discrepancy between backtesting and optimization results, we could analyze the behaviour on our side. If you want us to do it, please send us the fol...
by Vlada MultiCharts
09 Mar 2023
Forum: MultiCharts .NET
Topic: missing days on the x-axis in the future
Replies: 15
Views: 1751

Re: missing days on the x-axis in the future

HellGhostEvocatorX,

According to the developers, the behavior is caused by a bug which will be fixed in one of the future releases. I will let you know.
by Vlada MultiCharts
08 Mar 2023
Forum: MultiCharts .NET
Topic: Check order status
Replies: 1
Views: 430

Re: Check order status

Hello r41866, You can see info on the orders in Order and Position Tracker. In the main MultiCharts window, please go to File - New - Order and Position Tracker Window - Orders tab. More info on Order and Position Tracker: https://www.multicharts.com/trading-software/index.php?title=Order_and_Positi...
by Vlada MultiCharts
08 Mar 2023
Forum: MultiCharts .NET
Topic: Optimization Settings
Replies: 9
Views: 1102

Re: Optimization Settings

Hello clint454,

You can find info on exaustive and genetic optimization here:
https://www.multicharts.com/trading-sof ... timization

MultiCharts utilizes standard algorithms of genetic optimization. You can find more info on them on the internet.
by Vlada MultiCharts
07 Mar 2023
Forum: MultiCharts
Topic: WFA Equity Line
Replies: 3
Views: 412

Re: WFA Equity Line

Hello Mik72,

Unfortunately, equity curve is not available in Optimization Report.
by Vlada MultiCharts
07 Mar 2023
Forum: MultiCharts .NET
Topic: missing days on the x-axis in the future
Replies: 15
Views: 1751

Re: missing days on the x-axis in the future

HellGhostEvocatorX, Thank you. The developers are currently investigating the matter. They found that a certain configuration of the file and sessions works for the version MultiCharts64 Version 14.0(Build 24657), but not for your version (MultiCharts .NET64 Version 14.0 Release (Build 24560)). The ...
by Vlada MultiCharts
03 Mar 2023
Forum: MultiCharts .NET
Topic: missing days on the x-axis in the future
Replies: 15
Views: 1751

Re: missing days on the x-axis in the future

HellGhostEvocatorX, The engineers did not manage to plot the data from the files you've sent. Probably, they contain a line for a day hat does not exist or something similar. However, it is not the issue since they tried to use other files and the data was plotted only up to the current day, but not...
by Vlada MultiCharts
28 Feb 2023
Forum: MultiCharts .NET
Topic: missing days on the x-axis in the future
Replies: 15
Views: 1751

Re: missing days on the x-axis in the future

HellGhostEvocatorX,

Thanks for your reply. I have downloaded the data anew and forwarded it to the developers. As soon as I get a response from them, I'll let you know.
by Vlada MultiCharts
14 Feb 2023
Forum: MultiCharts .NET
Topic: missing days on the x-axis in the future
Replies: 15
Views: 1751

Re: missing days on the x-axis in the future

HellGhostEvocatorX, The engineers have analyzed the files you've sent. They did not manage to plot a chart since this is not a typical way of working with future data. If you would like us to continue looking into this matter, please describe the steps you took to import the data to the symbol. Plea...
by Vlada MultiCharts
09 Feb 2023
Forum: MultiCharts .NET
Topic: missing days on the x-axis in the future
Replies: 15
Views: 1751

Re: missing days on the x-axis in the future

HellGhostEvocatorX,

You may archive the necessary files and attach them to your message, or use Google Drive.

We would need to know the time zone of your PC. You can see it in the time and date Windows settings.
by Vlada MultiCharts
08 Feb 2023
Forum: MultiCharts .NET
Topic: missing days on the x-axis in the future
Replies: 15
Views: 1751

Re: missing days on the x-axis in the future

Hello HellGhostEvocatorX, Please open QuoteManager - Tools - Holidays and check the checkbox Show data on holidays. Please also set the sessions for the instrument to 24/7. If it does not help, please send us the following: 1. CSV file. 2. The workspace where the behaviour is reproduced. 2. Export o...
by Vlada MultiCharts
03 Feb 2023
Forum: MultiCharts
Topic: How to trigger trades on multiple instruments from one signal
Replies: 2
Views: 516

Re: How to trigger trades on multiple instruments from one signal

Hello shimreaper,

In Portfolio Trader, you can use several data series. Please use instrument Y as Data 1 and instrument X as Data 2. Apply a signal which uses Data 2 and generates orders. The orders will be sent for the instrument Y (Data 1).
by Vlada MultiCharts
18 Jan 2023
Forum: MultiCharts
Topic: setting point value for EURUSD and performance report proble
Replies: 22
Views: 8890

Re: setting point value for EURUSD and performance report proble

wondering if these forex issues where ever improved in MC14? have you changed to classical pip definition? Hello, The current MultiCharts version includes Forex Board for more convinient Forex trading. More info: https://www.multicharts.com/trading-software/index.php?title=Forex_Board In other feat...
by Vlada MultiCharts
27 Dec 2022
Forum: MultiCharts
Topic: Potential Feature: A better way to use "Format Objects" window
Replies: 1
Views: 322

Re: Potential Feature: A better way to use "Format Objects" window

Hello,

The feature request was forwarded to the developers. They will consider implementing it in one of the future releases.
by Vlada MultiCharts
16 Dec 2022
Forum: MultiCharts .NET
Topic: Drawing Tool ( Ray line, support line) Replication across Windows
Replies: 1
Views: 487

Re: Drawing Tool ( Ray line, support line) Replication across Windows

Hello balajish,

Unfortunately, there is no such feature in MultiCharts. The only option is to create a new drawing on another chart.

For more info on trandline drawing, please refer to this wiki section: https://www.multicharts.com/trading-sof ... ne_Drawing
by Vlada MultiCharts
01 Dec 2022
Forum: MultiCharts
Topic: Sharpe Ratio on Portfolio Trader
Replies: 2
Views: 581

Re: Sharpe Ratio on Portfolio Trader

Hello RadioactiveToy, Please reproduce the situation in simplified environment and send us the following files to our support email so that we would be able to investigate it: 1. The .pws where the behaviour is reproduced. 2. Export of used symbols (with data) from QuoteManager in .qmd archive. 3. T...
by Vlada MultiCharts
03 Oct 2022
Forum: MultiCharts
Topic: Docs Multicharts API
Replies: 1
Views: 677

Re: Docs Multicharts API

Hello strelow,

Please write to our support email for more details about API.
by Vlada MultiCharts
12 Oct 2021
Forum: User Contributed Studies and Indicator Library
Topic: ADE, ELcollections, and GlobalVariables
Replies: 43
Views: 84099

Re: ADE, ELcollections, and GlobalVariables

Hello Kelvin,

We are not aware of the GV-plus functionality in the Chinese version.
All the features of the Chinese version shall be available in the English version of MultiCharts.
by Vlada MultiCharts
06 Oct 2021
Forum: MultiCharts .NET
Topic: Is VolumeProfile in strategy optimizer not supported ?!
Replies: 7
Views: 3005

Re: Is VolumeProfile in strategy optimizer not supported ?!

Hello,

At the moment it is not possible to access Volume Profile during the optimization. The Engineering Team is assessing the possibility to implement this functionality in future release versions.
by Vlada MultiCharts
06 Oct 2021
Forum: MultiCharts
Topic: Binance Spot- Looking for a solution to get the Contracts Ratio from Script
Replies: 5
Views: 1292

Re: Binance Spot- Looking for a solution to get the Contracts Ratio from Script

Hello,

The Engineering Team is considering the possibilities of implementing this change. Unfortunately, there is no ETA yet.
We post the list of improvements in our Trader's Blog, you can check it to learn when this functionality is implemented.
by Vlada MultiCharts
06 Oct 2021
Forum: MultiCharts .NET
Topic: ERROR MESSAGE OF C#2010 Express
Replies: 5
Views: 2440

Re: ERROR MESSAGE OF C#2010 Express

Hello joenetic,

Visual C# 2010 Express 10.0.30319.1 is supported in the latest MultiCharts .NET build (MC.NET 14.0.21979.400).
by Vlada MultiCharts
28 Sep 2021
Forum: MultiCharts
Topic: TD Ameritrade
Replies: 22
Views: 5312

Re: TD Ameritrade

Hello robz7575,

We don't have an update yet. We'll notify our users as soon as we have an update.
by Vlada MultiCharts
15 Sep 2021
Forum: MultiCharts
Topic: Trading Forex Spot - Alternative to Interactive Brokers
Replies: 8
Views: 2165

Re: Trading Forex Spot - Alternative to Interactive Brokers

bomberone1,

FXCM is supported as a broker profile.
To connect it, in MultiCharts go File -> Broker Profiles -> Manage Broker Profiles.
If you don’t see FXCM in the list, go New -> FXCM.
by Vlada MultiCharts
14 Sep 2021
Forum: MultiCharts
Topic: How to receive an email alert when trade condition is met and a trade is triggered in sim mode
Replies: 3
Views: 696

Re: How to receive an email alert when trade condition is met and a trade is triggered in sim mode

Hello, Alerts are generated when the Alert reserved word is triggered in your code. Here is an example of the code that we have developed to trigger an alert only once with tick by tick alert condition check is selected. [IntrabarOrderGeneration=true] vars: intrabarpersist posopen(0), intrabarpersis...
by Vlada MultiCharts
14 Sep 2021
Forum: MultiCharts
Topic: How to limit max contracts AA mode
Replies: 4
Views: 1242

Re: How to limit max contracts AA mode

Hello,

We can recommend to use SA mode to avoid the situation of chart/broker asynchronization.
Please check our Wiki article describing the peculiarities of Asynchronous Auto Trading (AA) and Synchronous Auto Trading (SA) mode.
by Vlada MultiCharts
09 Sep 2021
Forum: MultiCharts
Topic: Optimization "Step" Management: The Ability to "Ignore" Inputs?
Replies: 2
Views: 479

Re: Optimization "Step" Management: The Ability to "Ignore" Inputs?

Hi jeremypatric,

The hint here can be to specify the script conditions so that the orders were sent only within particular intervals. Then you can run optimization as usual.
by Vlada MultiCharts
31 Aug 2021
Forum: MultiCharts
Topic: My strategy suddenly stopped
Replies: 1
Views: 524

Re: My strategy suddenly stopped

Hi kinwai, The issue was caused by the error in your strategy script. This can happen if the script calculation went outside the boundaries of a collection or an array, or if there was an error in handling string variables, for example. To check what caused the issue we can recommend to use Print ke...
by Vlada MultiCharts
31 Aug 2021
Forum: MultiCharts
Topic: Trading Forex Spot - Alternative to Interactive Brokers
Replies: 8
Views: 2165

Re: Trading Forex Spot - Alternative to Interactive Brokers

Hello pfp,

Forex instruments are provided by Barchart, CQG (infrastructure), Dukascopy, LMAX, OANDA and Saxo Group, for example.
You can check our full chart of data feeds and supported security types.
by Vlada MultiCharts
23 Aug 2021
Forum: MultiCharts
Topic: Best Forex Broker for MultiCharts... ?
Replies: 216
Views: 66862

Re: Best Forex Broker for MultiCharts... ?

masterchanger, We regret your negative experience with Oanda - MultiCharts connection. I believe the issue you described is related to the changes OANDA made on their end after which API connections (including MultiCharts) were broken. We have actively worked with OANDA team to resolve this issue. O...
by Vlada MultiCharts
23 Aug 2021
Forum: MultiCharts
Topic: API for IG Markets
Replies: 27
Views: 6521

Re: API for IG Markets

Hello everyone,

Thank you for the feedback, we highly appreciate your sharing your points.
We have planned to introduce the plugin for IG Markets in future release versions.
by Vlada MultiCharts
23 Aug 2021
Forum: MultiCharts
Topic: MultiCharts Order API ?
Replies: 17
Views: 6756

Re: MultiCharts Order API ?

Mydesign,

The approximate ETA is spring 2022. You can follow our Facebook and Twitter to be notified about the release.
by Vlada MultiCharts
18 Aug 2021
Forum: MultiCharts
Topic: MultiCharts Order API ?
Replies: 17
Views: 6756

Re: MultiCharts Order API ?

Implementing the broker and data feed connection for IG Markets is planned for MultiCharts 15.
Unfortunately, we don't have the ETA yet since the workflow of our Engineering Team includes working on lots of improvements and new features planned for this version.
by Vlada MultiCharts
17 Aug 2021
Forum: MultiCharts
Topic: Best Forex Broker for MultiCharts... ?
Replies: 216
Views: 66862

Re: Best Forex Broker for MultiCharts... ?

masterchanger, If you are still experiencing issues with OANDA, please send us logs via the main MultiCharts window -> Help -> Feedback. In the description please specify the time of the issue and enable the following options: Attach a screenshot; Attach log files…; Include Backup…; Snapshot of the ...
by Vlada MultiCharts
17 Aug 2021
Forum: MultiCharts
Topic: Best Forex Broker for MultiCharts... ?
Replies: 216
Views: 66862

Re: Best Forex Broker for MultiCharts... ?

Hello,

At the moment the forex data is available from:

Barchart
Bloomberg
CSI
CQG
Dukascopy
Interactive Brokers
IQFeed
IWBank
LMAX
MCFX
OANDA
Saxo Group

You can check our wiki page on which data sources provide forex data.
by Vlada MultiCharts
17 Aug 2021
Forum: MultiCharts
Topic: Custom future contract, expect a notification when roll?
Replies: 9
Views: 1533

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

Hi Salzburg, We don't share the registry keys publically, since changing them without special knowledge can lead to unexpected results, and the support team will not be able to trace this change and roll it back on user's PC. That is why we provide this info through other support channels, but not o...
by Vlada MultiCharts
17 Aug 2021
Forum: MultiCharts
Topic: MultiCharts Order API ?
Replies: 17
Views: 6756

Re: MultiCharts Order API ?

janus,

We are working on implementing support for IG Markets in the future release versions.
by Vlada MultiCharts
16 Aug 2021
Forum: MultiCharts
Topic: MultiCharts Order API ?
Replies: 17
Views: 6756

Re: MultiCharts Order API ?

Hello, Thank you for your feedback. At the moment we do not plan to change the existing API policy. You can create a feature request at our Project Management Resource for the broker you'd like to add, and we'll consider developing a plugin. You can also vote for the existing requests for adding new...
by Vlada MultiCharts
16 Aug 2021
Forum: MultiCharts
Topic: Free quotes stopped working May 17th?
Replies: 12
Views: 3150

Re: Free quotes stopped working May 17th?

Hello bowlesj3, If you are experiencing issues with some of the features in the latest release versions, please contact our support and describe it in more detail. As an option, you can also create a separate thread for this issue if you prefer to post its description on the forum. Please note that ...
by Vlada MultiCharts
13 Aug 2021
Forum: MultiCharts
Topic: Crypto position sizing - fractional tokens buys in backtests
Replies: 1
Views: 632

Re: Crypto position sizing - fractional tokens buys in backtests

Hello,

To calculate the position for Binance you can use the following formula as an example:

Code: Select all

Positionsize = PositionCost / close / BigPointValue ;
You can then round the result to the nearest whole number.
by Vlada MultiCharts
12 Aug 2021
Forum: MultiCharts .NET
Topic: Multicharts integration with stock brokers
Replies: 15
Views: 4346

Re: Multicharts integration with stock brokers

Hello,

Our team is already in the process of developing a plugin for TD Ameritrade.
by Vlada MultiCharts
10 Aug 2021
Forum: MultiCharts .NET
Topic: Multicharts integration with stock brokers
Replies: 15
Views: 4346

Re: Multicharts integration with stock brokers

Hello,

Please vote for the desired stock brokers here:

Guardian Trading
CenterPoint Securities
Cobra Trading
Robinhood
TastyWorks

Our Engineering Team monitors the Project Management resource, so we'll consider adding brokers that are highly voted.
by Vlada MultiCharts
05 Aug 2021
Forum: MultiCharts
Topic: Multicharts Not sending orders to IB for Futures [SOLVED]
Replies: 7
Views: 1442

Re: Multicharts Not sending orders to IB for Futures [SOLVED]

IB team notified us that they fixed the issue in the new version of TWS 985.1j.
by Vlada MultiCharts
04 Aug 2021
Forum: MultiCharts
Topic: Multicharts Not sending orders to IB for Futures [SOLVED]
Replies: 7
Views: 1442

Re: Multicharts Not sending orders to IB for Futures [SOLVED]

The issue with submitting orders for IB futures from MultiCharts is related to the latest TWS update that came out on August, 3rd: TWS Build 985.1i Aug 3, 2021. We are currently working with IB team to resolve the issue. If you have this version and are experiencing the same issue, we can recommend ...
by Vlada MultiCharts
03 Aug 2021
Forum: MultiCharts
Topic: Multicharts Not sending orders to IB for Futures [SOLVED]
Replies: 7
Views: 1442

Re: Multicharts Not sending orders to IB for Futures [SOLVED]

Hello Claude,

Could you please describe in more detail what the issue with futures is?

You can check Order and Position Tracker -> Logs tab to see the errors if there were any.

You can also attach a screenshot demonstrating it.
by Vlada MultiCharts
02 Aug 2021
Forum: MultiCharts .NET
Topic: MC.Net64 v14
Replies: 5
Views: 2235

Re: MC.Net64 v14

Hello eunos64,

Please check the corresponding guides on Order History Viewer and Strategy Orders Monitor.

For more info about the Advanced Strategy Pack features and how to access them please check here.
by Vlada MultiCharts
02 Aug 2021
Forum: MultiCharts .NET
Topic: DTN IQFeed 6.x
Replies: 4
Views: 2305

Re: DTN IQFeed 6.x

Hello Mark, IQFeed has the following limitations: Tick - 8 days during the session hours, 180 days during the non-session hours Minute - 11 years Day - (@ES# ~13 years), (INDU.X since 1928) Please make sure that you have disabled the option to "Build minute and daily bars based on tick data" in Quoa...
by Vlada MultiCharts
02 Aug 2021
Forum: MultiCharts .NET
Topic: Replay Signal on BarsOfData(2) without update ?
Replies: 5
Views: 1779

Re: Replay Signal on BarsOfData(2) without update ?

Hello Emmanuel, Try to enable the option Realtime History Matching in your signal properties (Format -> Strategy Properties -> Backtesting tab -> Advanced section). Thus the real-time bars of data1 will be recalculated on the last open bar of data2. Check the attached screenshot, the real-time bars ...
by Vlada MultiCharts
02 Aug 2021
Forum: MultiCharts
Topic: datafeed stops v14
Replies: 33
Views: 7517

Re: datafeed stops v14

Hello gpw797, If you are experiencing technical issues with data, please send us the requested files so that we could investigate your case and provide a solution or a hotfix if this will be confirmed bug. Unfortunately, we can't provide support without constructive feedback on the matter. Please do...
by Vlada MultiCharts
29 Jul 2021
Forum: MultiCharts
Topic: Cannot export Perf report to either Excel or OpenOffice
Replies: 3
Views: 861

Re: Cannot export Perf report to either Excel or OpenOffice

jval, We can give the recommendation to try launching MultiCharts and all its components as administrator. We do not guarantee MultiCharts will work correctly on Parallels because of restrictions that can appear when you use this method. MultiCharts is a Windows app, so we run the tests on Windows o...
by Vlada MultiCharts
29 Jul 2021
Forum: MultiCharts .NET
Topic: Order confirmation for parent order only in Portfolio Trader
Replies: 3
Views: 1272

Re: Order confirmation for parent order only in Portfolio Trader

darob,

Technically you can show the message box (MessageBox) from the script.
However, the message box will stop the calculation for a period when it is being displayed, so we don't recommend this method.
by Vlada MultiCharts
29 Jul 2021
Forum: MultiCharts .NET
Topic: New Coins on Binance and Contract Ratios
Replies: 3
Views: 1456

Re: New Coins on Binance and Contract Ratios

andreinvest, Contract Ratio value for Spot symbols and USDT Futures equals to Big Point Value, you can reference BigPointValue from the script. But in case Binance changes the Contract Ratio after you added the instrument to MultiCharts, its Big Point Value stays the same until you change it manuall...
by Vlada MultiCharts
29 Jul 2021
Forum: MultiCharts .NET
Topic: ERROR MESSAGE OF C#2010 Express
Replies: 5
Views: 2440

Re: ERROR MESSAGE OF C#2010 Express

joenetic,

At the moment the supported version of C# is 4.0.
We plan to implement support for C# 7.0 in the nearest future.
by Vlada MultiCharts
29 Jul 2021
Forum: MultiCharts .NET
Topic: autotrade options based on strategy on the underlying
Replies: 5
Views: 2155

Re: autotrade options based on strategy on the underlying

rc76,

MultiCharts was not specifically designed for options trading.
MultiCharts treats options instruments as regular instruments and they should be added one by one.
by Vlada MultiCharts
29 Jul 2021
Forum: MultiCharts .NET
Topic: Multicharts integration with stock brokers
Replies: 15
Views: 4346

Re: Multicharts integration with stock brokers

Hello everyone,

Thank you for sharing your suggestions for the new brokers.
I have reported this info to our Engineering Team.
by Vlada MultiCharts
29 Jul 2021
Forum: MultiCharts
Topic: Avast complained about MC this morning [SOLVED]
Replies: 5
Views: 1167

Re: Avast complained about MC this morning [SOLVED]

bowlesj3,

Some antimalware programs can interfere with MultiCharts processes.
We recommend adding all MultiCharts processes to the whitelist of your antivirus.
by Vlada MultiCharts
27 Jul 2021
Forum: MultiCharts
Topic: datafeed stops v14
Replies: 33
Views: 7517

Re: datafeed stops v14

Hello Mark, I have checked your ticket history. The issues you have reported in 2019 are unrelated to this thread. If you are experiencing issues with data now, please send us the Logs by going Help -> Feedback and describe the issue in more detail in the commentary section, or contact us by email o...
by Vlada MultiCharts
27 Jul 2021
Forum: MultiCharts
Topic: datafeed stops v14
Replies: 33
Views: 7517

Re: datafeed stops v14

Hello everyone, The charting issues described in this thread can be caused by different reasons since every customer uses a unique setup, number of charts and has different PC specifications and more factors that can influence charting performance. MultiCharts 14 has been tested with all data feeds ...
by Vlada MultiCharts
27 Jul 2021
Forum: MultiCharts
Topic: TS Data Issue "TS/ORCAL already in use.. closing down!"
Replies: 2
Views: 979

Re: TS Data Issue "TS/ORCAL already in use.. closing down!"

Hello, Thank you for the post. You can also configure MultiCharts and TS to be launched with administrative permissions every time you launch them. To configure this, right-click on MultiCharts icon > Properties > Compatibility tab > Settings section> Run this program as an administrator. Do the sam...
by Vlada MultiCharts
26 Jul 2021
Forum: MultiCharts
Topic: Micro Future EUREX in Quotemanager
Replies: 5
Views: 1293

Re: Micro Future EUREX in Quotemanager

bomberone1, MultiCharts is a multi-broker platform with more than 30 supported feeds. Some of the data vendors have thousands of symbols available, I mean each of them. Apart from futures, there are other categories available for trading in MultiCharts, such as stocks, Forex, cryptocurrencies, CFD, ...
by Vlada MultiCharts
26 Jul 2021
Forum: MultiCharts
Topic: High utilisation of computer resources, while working with Binance.
Replies: 8
Views: 6281

Re: High utilisation of computer resources, while working with Binance.

MultiCharts handles all the incoming data without any reductions or filters except the one you can set in the settings. By filters here I mean for example session settings, holidays, filters in the data source settings (e.g. IQFeed has the option to Request trades only). When the market is volatile ...
by Vlada MultiCharts
21 Jul 2021
Forum: MultiCharts
Topic: High utilisation of computer resources, while working with Binance.
Replies: 8
Views: 6281

Re: High utilisation of computer resources, while working with Binance.

andreinvest, The issue is related to the high volatility of crypto instruments. Binance provides ticks with extremely high frequency, it's more than 1000 ticks per second. MultiCharts processes every tick to plot the charts, run calculations of the scripts and send orders to make auto trading work. ...
by Vlada MultiCharts
21 Jul 2021
Forum: MultiCharts
Topic: GVSetNamedDouble Missing...v14?
Replies: 1
Views: 483

Re: GVSetNamedDouble Missing...v14?

Hello,

Try to download all the collections from this thread.
Add them to MultiCharts system folder, by default it's C:\Program Files\TS Support\MultiCharts64.
by Vlada MultiCharts
21 Jul 2021
Forum: MultiCharts
Topic: Auto-trade connection issue [SOLVED]
Replies: 1
Views: 631

Re: Auto-trade connection issue [SOLVED]

Hello, Please try to disable the option Disconnect the broker profile in X seconds in File -> Broker Profiles -> Manage Broker Profiles -> Interactive Brokers. Check the attached screenshot. If the reconnection is not successful, try to restart IB Gateway. If you have antiviruses/VPN running, they c...
by Vlada MultiCharts
21 Jul 2021
Forum: MultiCharts
Topic: ELTicToc.dll error
Replies: 3
Views: 689

Re: ELTicToc.dll error

kh_model, Apologies, unfortunately, we don't provide support for outdated versions of MultiCharts. We can't investigate the issues for outdated versions since it would require running the machines with the previous versions to reproduce and check the issue on our end. A lot of exceptions were fixed ...
by Vlada MultiCharts
19 Jul 2021
Forum: MultiCharts
Topic: ELTicToc.dll error
Replies: 3
Views: 689

Re: ELTicToc.dll error

Hello, Please send us the logs for analysis when the issue is reproduced. When you see an exception, do not close it. In Windows menu launch Feedback application and send us the Logs for analysis. In the Feedback app check “Attach a screenshot”, “Attach Log files…”, “Attach minidump…”, “Include Back...
by Vlada MultiCharts
18 Jun 2021
Forum: MultiCharts
Topic: Feature request: Copy objects ( line , Fibonacci..etc) from one chart to another
Replies: 2
Views: 530

Re: Feature request: Copy objects ( line , Fibonacci..etc) from one chart to another

Hello domoo3,

Thank you for your feedback.
Our Engineers will work on an improvement for this case in the future release versions of MultiCharts so that the drawings would be preserved when you change a front month contract.
by Vlada MultiCharts
17 Jun 2021
Forum: MultiCharts .NET
Topic: MC.net: (Multi-Timeframe) Directly Added Indicators vs BarsOfData/CustomInstrument
Replies: 1
Views: 1137

Re: MC.net: (Multi-Timeframe) Directly Added Indicators vs BarsOfData/CustomInstrument

Hello,

I believe the issue is the same as described in this thread, where we have already posted a reply with a coding example both for MultiCharts and MultiCharts .NET.
by Vlada MultiCharts
16 Jun 2021
Forum: MultiCharts .NET
Topic: MC.net: (Multi-Timeframe) EMA @ Weekly Data on Daily Chart [SOLVED]
Replies: 5
Views: 1902

Re: MC.net: (Multi-Timeframe) EMA @ Weekly Data on Daily Chart [SOLVED]

Hello rc76, You can check the basics in MultiCharts. NET FAQ . Also I can recommend going through this thread. Here is a modified Mov_Avg_Exponential code sample for data 2: using System; using System.Drawing; using PowerLanguage.Function; namespace PowerLanguage.Indicator { [SameAsSymbol(true)] pub...
by Vlada MultiCharts
11 Jun 2021
Forum: MultiCharts .NET
Topic: MC.net: (Multi-Timeframe) EMA @ Weekly Data on Daily Chart [SOLVED]
Replies: 5
Views: 1902

Re: (Multi-Timeframe) EMA @ Weekly Data on Daily Chart [SOLVED]

Hello rc76, You can use the code of a pre-built indicator Mov Avg 1 Line and add Data 2 in its calculation, like this: var0 = AverageFC( Price, Length ) data2 ; Here is the example provided by our Engineering Team: inputs: Price( Close ), Length( 9 ), Displace( 0 ) ; variables: var0( 0 ) ; var0 = Av...
by Vlada MultiCharts
10 Jun 2021
Forum: MultiCharts
Topic: Oanda Datafeed
Replies: 1
Views: 443

Re: Oanda Datafeed

Hello,

If you are experiencing issues with OANDA authorization window, our Engineer Team is working on this issue together with OANDA team.
At the moment we are waiting for OANDA to finish the tests on their end.

Please check this thread.
by Vlada MultiCharts
09 Jun 2021
Forum: MultiCharts
Topic: NYSE share historical data recommendation
Replies: 1
Views: 637

Re: NYSE share historical data recommendation

Hello kagein,

You can check the list of supported data sources and our table of supported security types for each data source.
by Vlada MultiCharts
09 Jun 2021
Forum: MultiCharts
Topic: Range bar session counter
Replies: 1
Views: 526

Re: Range bar session counter

Hello Gibo887, You may want to contact 3rd party programmers, they can help you develop the strategy: https://www.abctradinggroup.com/ http://harrisonprogramming.com/ https://www.patternsmart.com/ Also: https://www.multicharts.com/multicharts/addons/ https://www.multicharts.com/company/partners/
by Vlada MultiCharts
09 Jun 2021
Forum: MultiCharts .NET
Topic: CustomInstrument for the resolution same as primary data's
Replies: 10
Views: 3738

Re: CustomInstrument for the resolution same as primary data's

Hello rc76,

I checked it with the Engineering Team. Unfortunately, at the moment there is no workaround for the issue, it can only be fixed on our end.
You can check the What's New section on our website to see when the improvement is released.
by Vlada MultiCharts
08 Jun 2021
Forum: MultiCharts
Topic: Several strategies on same instrument, but only one position at a time
Replies: 1
Views: 526

Re: Several strategies on same instrument, but only one position at a time

Hello orjan, By default in MultiCharts you can trade one symbol per chart only. Your trading series is always the main data series (data1). If you want to trade a certain number of instruments-you need to have a chart open for each symbol. You can add second, third, etc. data series (subcharts) with...
by Vlada MultiCharts
08 Jun 2021
Forum: MultiCharts
Topic: Edit Exchange - Time Zone
Replies: 3
Views: 993

Re: Edit Exchange - Time Zone

Hi McGeorge,

Session settings work differently, not like time zone settings.
Historical data is not received if it is not included in the range selected in the sessions settings.
Real-time data sessions limit only the data being displayed on the chart.
by Vlada MultiCharts
04 Jun 2021
Forum: MultiCharts .NET
Topic: Binance connection issue
Replies: 1
Views: 1274

Re: Binance connection issue

Hello, When a lot of data are requested from Binance, it can lead to temporal bans. The recommendation we can give is to not use other platforms for Binance data simultaneously with MultiCharts. Also make sure that your IP address is static and not dynamic. MultiCharts has an internal system that mo...
by Vlada MultiCharts
04 Jun 2021
Forum: MultiCharts
Topic: Edit Exchange - Time Zone
Replies: 3
Views: 993

Re: Edit Exchange - Time Zone

Hello jval, The timezone selected in Quote Manager->"Edit Exchange & ECN" should be the same as the real timezone of the exchange. In MultiCharts the timezone of the exchange is used to filter the incoming data. If an incorrect time zone is selected, some data can be missing on the chart due to the ...
by Vlada MultiCharts
03 Jun 2021
Forum: MultiCharts QUIK
Topic: Не подгружаются данные в утренние часы
Replies: 1
Views: 517

Re: Не подгружаются данные в утренние часы

Добрый день, Пожалуйста, скачайте новую версию адаптера QUIK по ссылке . Следуйте шагам из этой инструкции: 1) Закройте MultiCharts и QUIK. 2) Удалите адаптер QUIK из Панели Управления -> Программы и компоненты. 3) Сделайте Repair MultiCharts (Панель Управления -> Программы и компоненты -> МultiChar...
by Vlada MultiCharts
03 Jun 2021
Forum: MultiCharts
Topic: High utilisation of computer resources, while working with Binance.
Replies: 8
Views: 6281

Re: High consumption of computer resources, while working with Binance.

Hello,

We can recommend updating to the latest release of MultiCharts if you haven't done that yet. It is a minor upgrade that includes fixes for Binance.
Here is the direct download link: https://www.multicharts.com/downloads/latest/mc/x64/
by Vlada MultiCharts
03 Jun 2021
Forum: MultiCharts .NET
Topic: Multicharts integration with stock brokers
Replies: 15
Views: 4346

Re: Multicharts integration with stock brokers

Hello Abhi, Thank you for your feedback. At the moment the following brokers that provide stocks are supported in MultiCharts: CQG (infrastructure), Interactive Brokers, Saxo Group, IWBank, Webank and Bloomberg. (Check here to view full list of supported brokers). Are you willing to connect a partic...
by Vlada MultiCharts
25 May 2021
Forum: MultiCharts
Topic: Attention Binance users! [SOLVED]
Replies: 14
Views: 5570

Re: Attention Binance users! [SOLVED]

andrei,

Please make sure that you installed the correct version of the updater.

If you use MultiCharts .NET, please download and install the updater for MultiCharts .NET.
by Vlada MultiCharts
24 May 2021
Forum: MultiCharts
Topic: Attention Binance users! [SOLVED]
Replies: 14
Views: 5570

Re: Attention Binance users! [SOLVED]

Hello andrei, The updaters in this thread have been renewed, and the new ones include other improvements for Binance. Please try to download and install the updater again following the instructions at the top of this thread. If the issue persists, please come to our Live Chat for a remote connection...
by Vlada MultiCharts
21 May 2021
Forum: MultiCharts
Topic: Any plans for more crypto brokers?
Replies: 10
Views: 4531

Re: Any plans for more crypto brokers?

Hello idnotbe, Thank you for your suggestion. We are considering the opportunities of exchanging crypto coverage. I have created an account for you at our Project Management resource , you can post your request there. Other users will have the opportunity to vote for it. If other users support your ...
by Vlada MultiCharts
20 May 2021
Forum: MultiCharts
Topic: MC is calculating trade size / open positions wrong in Autotrading
Replies: 3
Views: 813

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

Hello Thorsten, We usually recommend using SA mode instead of AA. The asynchronous auto trading mode (AA) is the mode in which the trades are plotted on the chart when the order generation conditions are met with no respect to the real order executions on the broker. One should not expect the order ...
by Vlada MultiCharts
20 May 2021
Forum: MultiCharts
Topic: OANDA Live Acc: “Impossible to connect to OANDA trading system”error message on the Order And Position Tracker window
Replies: 1
Views: 708

Re: OANDA Live Acc: “Impossible to connect to OANDA trading system”error message on the Order And Position Tracker windo

Hello Hemmo, Previously this issue could not be resolved since this window is managed by OANDA and we haven't had access to it. At the moment we are communicating with OANDA to make an improvement and use our own authorization window since we believe it should resolve the issue. We plan to implement...
by Vlada MultiCharts
18 May 2021
Forum: MultiCharts
Topic: MC Portfolio, auto-trade, end of day, swing trade, IB MARKET ORDERS REJECTED !
Replies: 3
Views: 757

Re: MC Portfolio, auto-trade, end of day, swing trade, IB MARKET ORDERS REJECTED !

Hello,

Do you see any errors in the Order and Position Tracker -> Logs tab?
If IB rejects the orders due to the issues on their end, this is beyond MultiCharts support and should be addressed to IB directly.
by Vlada MultiCharts
17 May 2021
Forum: MultiCharts
Topic: No backfilling in charts [SOLVED]
Replies: 2
Views: 601

Re: No backfilling in charts [SOLVED]

Hello ragdoll, There should be no conflict between the components of MultiCharts. Please try to follow these steps: 1. Close MultiCharts and all its applications including QuoteManager. 2. Close TS. 3. Make sure there are no processes of the applications left in Task Manager. 4. Run TS as administra...
by Vlada MultiCharts
17 May 2021
Forum: MultiCharts
Topic: Binance Spot- Looking for a solution to get the Contracts Ratio from Script
Replies: 5
Views: 1292

Re: Binance Spot- Looking for a solution to get the Contracts Ratio from Script

Hello Marting, Please try to re-add the instrument from the data source as described in this guide . In case Binance changes the contracts ratio after you added the instrument to MultiCharts, its Big Point Value stays the same until you change it manually. In this case, the BPV and Contracts Ration ...
by Vlada MultiCharts
12 May 2021
Forum: MultiCharts
Topic: "broken" data on charts
Replies: 1
Views: 426

Re: "broken" data on charts

Hi traderaaa,

We received your request. We are currently running tests on our end to check the issue.
I’ll write you back via email as soon as our Engineer Team has an update.
by Vlada MultiCharts
30 Apr 2021
Forum: MultiCharts
Topic: Local paper trader uses bid/ask?
Replies: 1
Views: 437

Re: Local paper trader uses bid/ask?

Hi tpredictor,

MultiCharts Paper Trader broker profile uses Ask and Bid prices from the chart status line.
Yes, you can select the Data Source = TS to be used for prices in Paper Trader broker profile settings.
by Vlada MultiCharts
29 Apr 2021
Forum: MultiCharts
Topic: Free Quotes zero value from yesterday delay of database ?
Replies: 1
Views: 409

Re: Free Quotes zero value from yesterday delay of database ?

Hello strelow,

Please try to reload a chart.
Go View -> Reload.
by Vlada MultiCharts
28 Apr 2021
Forum: MultiCharts
Topic: .NET Objects Possible?
Replies: 1
Views: 430

Re: .NET Objects Possible?

Hello tpredictor,

1) It is not possible to use .NET objects in regular MultiCharts version that supports PowerLanguage.
2) You can use EasyLanguage Extension SDK and ieasylanguageobject via DLL, you can check here for more info.
by Vlada MultiCharts
23 Apr 2021
Forum: MultiCharts
Topic: Multicharts Binance instrument setting
Replies: 2
Views: 525

Re: Multicharts Binance instrument setting

Hi jefchanhm,

Please try to select the currency in the Strategy Properties (Format -> Strategy Properties -> Properties tab -> Base Currency).
by Vlada MultiCharts
23 Apr 2021
Forum: MultiCharts
Topic: cumulative tick [SOLVED]
Replies: 1
Views: 461

Re: cumulative tick [SOLVED]

Hello moreno,

Cumulative Delta is available as a chart type, and it can be built from ticks.
Check here for more info.
by Vlada MultiCharts
22 Apr 2021
Forum: MultiCharts
Topic: Get access project management + feature suggestion
Replies: 1
Views: 368

Re: Get access project management + feature suggestion

Hi tpredictor,

I have created an account for you at our Project Management Resource, please check your email for the credentials.
by Vlada MultiCharts
22 Apr 2021
Forum: MultiCharts
Topic: Close EOD Kase/Non Time Bars
Replies: 6
Views: 922

Re: Close EOD Kase/Non Time Bars

I would not be able to check the time on the Kase bar to close it out intrabar? Yes, it is possible if you insert the following in the script: [AllowSendOrdersAlways = true] // is used for sending orders. [IntrabarOrderGeneration = true] // is used for generating orders. recalclastbarafter(1) // is...
by Vlada MultiCharts
19 Apr 2021
Forum: MultiCharts
Topic: MC 14, safe to use or not?
Replies: 48
Views: 8103

Re: MC 14, safe to use or not?

Fu510n, To install MultiCharts 12 on a new PC, the assistance of our support team is required. This is true for all the obsolete versions. We do not have a policy of restricting our customers to use a particular version, this limitation was made for safety reasons. We'll be happy to assist you and a...
by Vlada MultiCharts
16 Apr 2021
Forum: MultiCharts
Topic: Alert command doesnt work with Binance Data Source
Replies: 9
Views: 1457

Re: Alert command doesnt work with Binance Data Source

strelow, According to your Alert settings, the alert is generated on the bar close. Free Quotes provides end-of-day data, so the daily bar close is available for it once you add the instrument to the Scanner. For Binance the alert will be sent when the Close for the daily bar is received because Bin...
by Vlada MultiCharts
16 Apr 2021
Forum: MultiCharts
Topic: WFA Questions
Replies: 7
Views: 1212

Re: WFA Questions

tpredictor, Yes, you can reference the bar number in the fitness function. The CFF values can be accessed from the script: SetCustomFitnessNamedValue SetCustomFitnessValue It is possible to refer to the bar number as well. Sorry, but we didn't find the link to the post you are referring to. Please d...
by Vlada MultiCharts
16 Apr 2021
Forum: MultiCharts
Topic: Close EOD Kase/Non Time Bars
Replies: 6
Views: 922

Re: Close EOD Kase/Non Time Bars

tpredictor,

IOG works for all chart types, including Kase bars.

If you enable IOG, the calculation of your strategy will be performed 4 times - on Open, High, Low and Close.
If it is disabled, the calculation will be performed on the bar Close only.
by Vlada MultiCharts
15 Apr 2021
Forum: MultiCharts
Topic: TD Ameritrade
Replies: 22
Views: 5312

Re: TD Ameritrade

Hi tpredictor, We list all the new features and connections in our What's New section on the website. You can check it when we launch a new release of MultiCharts. Once we add TD Ameritrade, it will be listed there in the Data and Brokerage section. Also you can subscribe to our Facebook and Twitter...
by Vlada MultiCharts
12 Apr 2021
Forum: MultiCharts
Topic: Close EOD Kase/Non Time Bars
Replies: 6
Views: 922

Re: Close EOD Kase/Non Time Bars

Hi tpredictor,

The setexitonclose expression works for historical bars only.

You can write the script that will close the position in real-time at the end of the day.
For example, you can analyze time in the script and close the position 1-2 bars prior to the session end.
by Vlada MultiCharts
09 Apr 2021
Forum: MultiCharts
Topic: request command with arrows to " load previous or next symbol " [SOLVED]
Replies: 3
Views: 785

Re: request command with arrows to " load previous or next symbol " [SOLVED]

Massimo,

Thank you for sharing your view on this feature.
I reported the details to our Engineer Team. They will work on the ways of implementing this feature in future release versions.
by Vlada MultiCharts
09 Apr 2021
Forum: MultiCharts .NET
Topic: Not sure why Multichart cannot follow my logic on the following coding
Replies: 4
Views: 1367

Re: Not sure why Multichart cannot follow my logic on the following coding

Hi lewisthegood,

1. You can check this guide for more info.
2. If you do not need the calculation to be performed on 50 bars, you can set 1 bar. This means that the study will be calculated on one bar. We believe it shall be enough for the code you provided.
by Vlada MultiCharts
08 Apr 2021
Forum: MultiCharts
Topic: A problem with connection system of Binance
Replies: 6
Views: 2742

Re: A problem with connection system of Binance

Hello Mark,

The two latest posts are not related to the subject of this thread "A problem with connection system of Binance".
Please create a separate topic for these posts.
by Vlada MultiCharts
07 Apr 2021
Forum: MultiCharts
Topic: Limits and rounding [SOLVED]
Replies: 2
Views: 666

Re: Limits and rounding [SOLVED]

Hello joebone,

Limit orders are executed at the specified price or better (rounded for the better price).
Stop orders at the specified price or worse (rounded for the worse price ).
by Vlada MultiCharts
01 Apr 2021
Forum: MultiCharts
Topic: WFA Questions
Replies: 7
Views: 1212

Re: WFA Questions

Hello tpredictor, 1. Only one result is saved for each run, so you'll see one best result on each. Technically it is not possible. to see the 10 best results. 2. Unfortunately there is no such pre-built functionality. All optimization reports are saved on your PC in Documents, so you can run optimiz...
by Vlada MultiCharts
01 Apr 2021
Forum: MultiCharts
Topic: Error when lookng for tickers in QUANDL
Replies: 1
Views: 420

Re: Error when lookng for tickers in QUANDL

Hello Leo,

Please make sure that you've followed our guide on how to connect Quandl.
Also it is required to have these instruments available and selected in your account settings on Quandl website.
by Vlada MultiCharts
01 Apr 2021
Forum: MultiCharts
Topic: Get Kase bars to match TS?
Replies: 3
Views: 596

Re: Get Kase bars to match TS?

Gregorian,

Pardon, please try now. Here's the link.
The link in my previous post has been updated.
by Vlada MultiCharts
01 Apr 2021
Forum: MultiCharts
Topic: A problem with connection system of Binance
Replies: 6
Views: 2742

Re: A problem with connection system of Binance

Hi Simons,

Please try this link to download the updater for MultiCharts.
I updated the link in my previous post as well.

If the issue persists, please come to our Live Chat so that our Support Team could help to install the updater.
by Vlada MultiCharts
01 Apr 2021
Forum: MultiCharts
Topic: MC 14 Difference between daysback and bars
Replies: 6
Views: 1104

Re: MC 14 Difference between daysback and bars

Strelow,

Not exactly, there are many factors that may influence the number of bars if you select Days Back, such as session settings, holidays, the availability of data. If you'd like to have more precise data for the selected period, we recommend using From - To data range.
by Vlada MultiCharts
31 Mar 2021
Forum: MultiCharts
Topic: Attention Binance users! [SOLVED]
Replies: 14
Views: 5570

Re: Attention Binance users! [SOLVED]

kuchihwei,

MultiCharts uses fapi/v2 for connection where it is possible.
by Vlada MultiCharts
31 Mar 2021
Forum: MultiCharts
Topic: Attention Binance users! [SOLVED]
Replies: 14
Views: 5570

Re: Attention Binance users! [SOLVED]

Smoky,

Hedging is not supported in MultiCharts and our team does not have plans for adding such functionality.
by Vlada MultiCharts
31 Mar 2021
Forum: MultiCharts .NET
Topic: Order confirmation for parent order only in Portfolio Trader
Replies: 3
Views: 1272

Re: Order confirmation for parent order only in Portfolio Trader

Hi darob,

Unfortunately, technically it is not possible to do this. Order confirmation works for the patches or orders that can consist of entries, exits and reverses, so using it with such criteria is not available.
by Vlada MultiCharts
31 Mar 2021
Forum: MultiCharts
Topic: Alert command doesnt work with Binance Data Source
Replies: 9
Views: 1457

Re: Alert command doesnt work with Binance Data Source

The test example that you provided works on our end for Binance.
According to the logic of the Alert keyword, it should not work without real-time data. On our end everything works as expected, that is why we invite you to Live Chat so that we could check your setup.
by Vlada MultiCharts
31 Mar 2021
Forum: MultiCharts
Topic: MC14 - Binance Memory Issues
Replies: 3
Views: 781

Re: MC14 - Binance Memory Issues

Hello fedeo,

We invite you to our live chat to demonstrate the issue via remote connection. so that our Engineer Team could check it.
Live Chat is accessible from our website. We'll be expecting you Mon-Fri from 7:30 AM till 1:00 EST. We’ll do our best to help you.
by Vlada MultiCharts
31 Mar 2021
Forum: MultiCharts
Topic: TS Data Hub and MultiCharts?
Replies: 3
Views: 2354

Re: TS Data Hub and MultiCharts?

Hello bomberone1,

Yes, Global Server TSDataHub is supported at the moment.
by Vlada MultiCharts
31 Mar 2021
Forum: MultiCharts
Topic: [Bug] Cumulative Volume Delta on Custom Future
Replies: 1
Views: 561

Re: [Bug] Cumulative Volume Delta on Custom Future

Hello CrazyNasdaq, Please send us the following files so that we could check the issue on our end: 1) Exported custom futures instrument in QMD format ; 2) Exported individual contracts that your custom futures is built from; 3) Your workspace file on which the issue is reproduced; Please specify wh...
by Vlada MultiCharts
29 Mar 2021
Forum: MultiCharts
Topic: Alert command doesnt work with Binance Data Source
Replies: 9
Views: 1457

Re: Alert command doesnt work with Binance Data Source

Hello strelow,

On our end, the issue is not reproduced. We invite you to our Live Chat for remote connection so that we could check it.
Live Chat is accessible from our web site. We'll be expecting you Mon-Fri from 5:30 AM till 2:00 EST.
by Vlada MultiCharts
29 Mar 2021
Forum: MultiCharts .NET
Topic: Bid Ask data vs Trade data
Replies: 3
Views: 2293

Re: Bid Ask data vs Trade data

Hi lewisthegood, 1. Ask usually does not cross Bid. A small spread can be observed only on the instruments with extremely high liquidity, and even in this case there shall be no crosses. The issue might be also related to the Level 2 data coming from the broker. The ticks of Ask, Bid, and Trade may ...
by Vlada MultiCharts
29 Mar 2021
Forum: MultiCharts
Topic: Saxo - Missing Data
Replies: 1
Views: 391

Re: Saxo - Missing Data

Hello Kaos,

Do you have the data for this period in SAXO platform?
Also please try using Sessions = 24/7 in chart settings (Format -> Instrument -> Settigns tab).
by Vlada MultiCharts
29 Mar 2021
Forum: MultiCharts
Topic: MC 14 Difference between daysback and bars
Replies: 6
Views: 1104

Re: MC 14 Difference between daysback and bars

Hi strelow, When you use Bars Back, a specific number of bars is plotted (384 in your case). If you use Days Back - the days may include weekends, for example - in this case, the number of bars will be less than 384. If your strategy requires a specific number of bars for calculation, the issue migh...
by Vlada MultiCharts
29 Mar 2021
Forum: MultiCharts
Topic: Missing ticks?
Replies: 1
Views: 363

Re: Missing ticks?

Hello lingwuchung,

The real-time data can be different in TWS and via API, since that is how data is provided by IB.
You can use reload on chart to upload the historical data - in this case, they shall be similar to historical data on IB end.
by Vlada MultiCharts
29 Mar 2021
Forum: MultiCharts
Topic: Get Kase bars to match TS?
Replies: 3
Views: 596

Re: Get Kase bars to match TS?

Hi You can follow the recommendations from our Wiki guide . These are the recommendations to get the results as close as possible by configuring the same parameters. Please note that since MultiCharts and TS are different applications and they work on different engines, discrepancies in the strategy...
by Vlada MultiCharts
29 Mar 2021
Forum: MultiCharts
Topic: the instrument with the delayed data will start updating only after the timeout for the delayed data has expired
Replies: 3
Views: 1392

Re: the instrument with the delayed data will start updating only after the timeout for the delayed data has expired

Hi gklqp201,

Since MultiCharts 14 it's possible to disable the delayed data alerts for IB in QuoteManager -> Tools -> Data Sources -> Interactive Brokers -> Show Delayed Data Alert.
by Vlada MultiCharts
23 Mar 2021
Forum: MultiCharts
Topic: Live Risk Management in Chart Trading
Replies: 22
Views: 4469

Re: Live Risk Management in Chart Trading

Hello everyone,

Thank you for sharing your thoughts and views, we highly appreciate that.
Our development team has planned the improvement based on this thread for the future release versions of MultiCharts.
by Vlada MultiCharts
22 Mar 2021
Forum: MultiCharts
Topic: Any good resources?
Replies: 1
Views: 379

Re: Any good resources?

Hello tpreditor,

Here are some useful guides from our Wiki knowledge base:

Non-Standard Chart Types
Intra-Bar Order Generation, Bar Magnifier on Non-Standard Chart Types
Auto Trading
by Vlada MultiCharts
19 Mar 2021
Forum: MultiCharts
Topic: Version 14 Crash
Replies: 1
Views: 427

Re: Version 14 Crash

Hello gpw797, Please specify which data feed you use and the name of the instrument. Also please send us the logs for analysis so that we could investigate what happened. To send the Logs, go Help -> Feedback. Check “Attach a screenshot”, “Attach Log files…”, “Attach minidump…”, “Include Backup”, "S...
by Vlada MultiCharts
19 Mar 2021
Forum: MultiCharts .NET
Topic: CustomInstrument for the resolution same as primary data's
Replies: 10
Views: 3738

Re: CustomInstrument for the resolution same as primary data's

Hello everyone,

Our development team is aware of the issue and we are working on implementing an improvement.
According to our current road map, we aim to introduce a fix in MultiCharts 15.
by Vlada MultiCharts
19 Mar 2021
Forum: MultiCharts
Topic: Trailing stop enquiry
Replies: 1
Views: 545

Re: Trailing stop enquiry

Hello kelvinhui9, I would like to know if trailing stop works regardless of the timeframe of chart? Trailing Stop does not depend on a selected timeframe. The second question I would like to ask is that a right setup to see the Buy/Sell with trailing stop in the same bar? Yes, that is correct. Trail...
by Vlada MultiCharts
18 Mar 2021
Forum: MultiCharts
Topic: Tick trading with Extended Bid Ask back tests
Replies: 2
Views: 583

Re: Tick trading with Extended Bid Ask back tests

Hello joebone, Changing the resolution for Ask/Bid series influences the result. For example, if you have a 5-Tick resolution for the strategy, and a 1000000-Tick resolution for Ask/Bid series. One can observe that with such setup the orders are executed differently (less precisely). The possible so...
by Vlada MultiCharts
18 Mar 2021
Forum: MultiCharts
Topic: How many contracts could buy
Replies: 1
Views: 479

Re: How many contracts could buy

Hello ragdoll,

The Strategy Properties form does not have pre-built functionality for calculating the number of contacts depending on the margin and capital, it does not have a field for specifying the margin.

The margin settings are available only in Portfolio Trader.
by Vlada MultiCharts
18 Mar 2021
Forum: MultiCharts
Topic: New to MC: How or Can I Do Following?
Replies: 3
Views: 860

Re: New to MC: How or Can I Do Following?

Hello tpredictor, You may want to look into our Wiki resource for the detailed guides. You can check the following articles: https://www.multicharts.com/trading-software/index.php/Volume_Profile https://www.multicharts.com/trading-software/index.php/Understanding_Backtesting https://www.multicharts....
by Vlada MultiCharts
18 Mar 2021
Forum: MultiCharts
Topic: Backup multichart and missing folder in powerlanguage
Replies: 7
Views: 2229

Re: Backup multichart and missing folder in powerlanguage

Hello Ima,

We aim to introduce the improvement in the next release version of MultiCharts.
You can check our What's New section to get updated about the improvements in the new MultiCharts version.
by Vlada MultiCharts
18 Mar 2021
Forum: MultiCharts
Topic: Alert command doesnt work with Binance Data Source
Replies: 9
Views: 1457

Re: Alert command doesnt work with Binance Data Source

Hello strelow,

We have checked it on our end - the Alert command works for Binance and does not work for Free Quotes.

This is related to the fact that the Alert command works only on real-time data, and Free Quotes has historical end-of-day data only.
by Vlada MultiCharts
17 Mar 2021
Forum: MultiCharts
Topic: Execute orders through TS Securities
Replies: 13
Views: 3290

Re: Execute orders through TS Securities

Hello everyone, Unfortunately, MultiCharts doesn’t come with an integrated plug-in for routing orders to your TS account. The broker plugin for TS at http://www.traderssoft.com was developed by our partners. Please note that this plug-in is not supported by MultiCharts and in case of any issues with...
by Vlada MultiCharts
17 Mar 2021
Forum: MultiCharts
Topic: Attention Binance users! [SOLVED]
Replies: 14
Views: 5570

Re: Attention Binance users! [SOLVED]

Hello kuchihwei,

Yes, we plan to implement support for margin trading for cross and isolated modes in future release versions.
by Vlada MultiCharts
17 Mar 2021
Forum: MultiCharts
Topic: Multicharts not loading all available Metastock quotes for an equity [SOLVED]
Replies: 4
Views: 875

Re: Multicharts not loading all available Metastock quotes for an equity [SOLVED]

Hello cwelch,

Please send us the files from your MetaStock data folder so that we could reproduce the issue on our end. You can upload them to the cloud and send us the link to support@multicharts.com.
by Vlada MultiCharts
12 Mar 2021
Forum: MultiCharts .NET
Topic: Not sure why Multichart cannot follow my logic on the following coding
Replies: 4
Views: 1367

Re: Not sure why Multichart cannot follow my logic on the following coding

Hello lewisthegood, When you use buy next bar, the order will be sent on the next bar after the bar meeting the specified condition is plotted. It is also required to take into consideration the BarsBack value. If you need to start the calculation of the strategy earlier, you can set BarsBack = 1 in...
by Vlada MultiCharts
05 Mar 2021
Forum: MultiCharts
Topic: compile error:"line 0, column 0" [SOLVED]
Replies: 1
Views: 1435

Re: compile error:"line 0, column 0" [SOLVED]

Hello,

If anyone is experiencing the same issue, you can also try the steps from our guide.
by Vlada MultiCharts
05 Mar 2021
Forum: MultiCharts
Topic: request command with arrows to " load previous or next symbol " [SOLVED]
Replies: 3
Views: 785

Re: request command with arrows to " load previous or next symbol " [SOLVED]

Hello Massimo,

Could you please describe how you see this feature in more detail?
We assume that when you press "previous", it gets back and builds the chart for the instrument that has plotted before that.
What happens when you press "next"?
by Vlada MultiCharts
05 Mar 2021
Forum: MultiCharts
Topic: Multicharts not loading all available Metastock quotes for an equity [SOLVED]
Replies: 4
Views: 875

Re: Multicharts not loading all available Metastock quotes for an equity [SOLVED]

Hello cwelch,

Metastock data will be supported in MultiCharts only with Metastock application prior to 12 version.

MultiCharts can read Metastock historical data if it is stored in .dat file and there is a Master and/or EMaster file next to .dat files in the same folder.
by Vlada MultiCharts
05 Mar 2021
Forum: MultiCharts
Topic: combining two signals
Replies: 1
Views: 574

Re: combining two signals

Hello tozwp, We can recommend using setstopcontract for special orders (setstoploss, setbreakeven and setprofittarget) and unconditional reversals. If this does not resolve the issue, please send the following files to support@multicharts.com: 1. A simplified script; 2. A workspace with one chart in...
by Vlada MultiCharts
05 Mar 2021
Forum: MultiCharts
Topic: Using Real Time History Matching
Replies: 5
Views: 1103

Re: Using Real Time History Matching

Hello AMarsland, The Time keyword returns a numerical value indicating the closing time of the current bar. On the screenshot your ticks are numbered from 1 to 6 and are placed in the order of being received. On the main data series, tick-3: timeStamp 08: 34: 59: 500 3501 received by computer at 08:...
by Vlada MultiCharts
04 Mar 2021
Forum: MultiCharts
Topic: ID of trade from exchange at Async mode
Replies: 1
Views: 432

Re: ID of trade from exchange at Async mode

Hello andreinvest, The info on the order fill, the average price, the number of contracts are not available in AA mode, it's available only in SA mode. The order ID and the order conversion can be accessed only in MultiCharts .NET. It is possible to receive all the data you requested in MultiCharts ...
by Vlada MultiCharts
03 Mar 2021
Forum: MultiCharts
Topic: Debug idea of underflow overflow range error for Portfolio Trader Strategy Signal
Replies: 2
Views: 708

Re: Debug idea of underflow overflow range error for Portfolio Trader Strategy Signal

Hi denniswklam, We can recommend reproducing the issue in an Offline mode - this would simplify looking for the reason causing the issue. It's required to detect the bar on which the issue appears and the place in the script during the execution of which the error appears. You can use the Print keyw...
by Vlada MultiCharts
01 Mar 2021
Forum: MultiCharts
Topic: OANDA - UNABLE TO CONNECT TO NETWORK LOGON DEMO [SOLVED]
Replies: 13
Views: 3239

Re: OANDA - UNABLE TO CONNECT TO NETWORK LOGON DEMO [SOLVED]

Hello rrams, All the fresh updaters posted are suitable for the latest build versions of MultiCharts since technically it is not possible for us to release hotfixes for all the previous versions (taking into consideration the previous versions of MultiCharts .NET as well). For testing purposes our d...
by Vlada MultiCharts
01 Mar 2021
Forum: MultiCharts
Topic: MC 14, safe to use or not?
Replies: 48
Views: 8103

Re: MC 14, safe to use or not?

Hello Alex, We have received a similar request from IQFeed user a bit earlier that day. This issue is related to the issues on IQFeed end and not to the version of MultiCharts used. If you are experiencing data issues, you can use Reload (View -> Reload) to upload the missing data. Since it is not r...
by Vlada MultiCharts
26 Feb 2021
Forum: MultiCharts .NET
Topic: MultiCharts .NET 14.0 Release 2
Replies: 13
Views: 3875

Re: MultiCharts .NET 14.0 Release 2

Hello wzero,

We are currently working on a fix for the issue with indicators.
The improvement is planned for future release versions of MultiCharts.
by Vlada MultiCharts
26 Feb 2021
Forum: MultiCharts
Topic: OANDA - UNABLE TO CONNECT TO NETWORK LOGON DEMO [SOLVED]
Replies: 13
Views: 3239

Re: OANDA - UNABLE TO CONNECT TO NETWORK LOGON DEMO [SOLVED]

Hello,

We have run multiple tests for this updater and it should resolve the latest issue with OANDA demo account.
If you face any issues when installing the updater, please do not hesitate to contact us for support.
by Vlada MultiCharts
26 Feb 2021
Forum: MultiCharts
Topic: combining false/true IntrabarOrderGeneration in a single script
Replies: 2
Views: 600

Re: combining false/true IntrabarOrderGeneration in a single script

Hi traderaaa, If there are several commands [intrabarordergeneration=true / false], the script will be calculated based on the latest one. The possible solution is to apply two signals on the chart which have different calculation modes. The first has [intrabarordergeneration=false], and the second ...
by Vlada MultiCharts
25 Feb 2021
Forum: MultiCharts
Topic: TD Ameritrade
Replies: 22
Views: 5312

Re: TD Ameritrade

Hello granitepeak, We've been communicating with the representative of TD Ameritrade on the API questions. Our Engineering team is working on the plugins and we plan to implement the connection to TD Ameritrade in the future release versions. At the moment we have the following brokers that support ...
by Vlada MultiCharts
25 Feb 2021
Forum: MultiCharts
Topic: A problem with connection system of Binance
Replies: 6
Views: 2742

Re: A problem with connection system of Binance

Hello andreinvest, Please follow the instructions below. 1. Download the updater for MultiCharts from this link . 2. When downloaded, right-click the archive -> Properties -> check Unblock at the bottom of the window. 3. After that follow the installation instruction . If you experience any issues w...
by Vlada MultiCharts
24 Feb 2021
Forum: MultiCharts
Topic: Unable to use google drive
Replies: 9
Views: 1609

Re: Unable to use google drive

Hello Ibottan,

Please contact us by email or join our Live Chat so that we could check the issue.
Live Chat is accessible from our web site (at the top of the page). We'll be expecting you Mon-Fri from 5:30 AM till 2:00 EST. We’ll do our best to help you.
by Vlada MultiCharts
24 Feb 2021
Forum: MultiCharts
Topic: Binance data feed is broken today
Replies: 10
Views: 2354

Re: Binance data feed is broken today

Hello fibonaccci,

If the issue persists, please come to our live chat to demonstrate it via remote connection. Live Chat is accessible from our web site (at the top of the page). We'll be expecting you Mon-Fri from 5:30 AM till 2:00 EST.
by Vlada MultiCharts
24 Feb 2021
Forum: MultiCharts
Topic: MC 14, safe to use or not?
Replies: 48
Views: 8103

Re: MC 14, safe to use or not?

Hello everyone,

It looks like there were issues on IQFeed end on February, 17.
The details were shared by Salzburg in this thread.
by Vlada MultiCharts
24 Feb 2021
Forum: MultiCharts QUIK
Topic: Quik плагин не ставиться на чистую систему.
Replies: 1
Views: 628

Re: Quik плагин не ставиться на чистую систему.

zysmn, Инструкция верная для MultiCharts 12. Также рекомендуем добавлять шаг Repair после удаления старой версии. Для MultiCharts 14 схема действий такая же, но с другой версией плагина: 1) устанавливаете QUIK Plugin 2.7.108; 2) удаляете; 3) делаете Repair (Пуск - Панель Управления - Программы и ком...
by Vlada MultiCharts
23 Feb 2021
Forum: MultiCharts
Topic: Attention Binance users! [SOLVED]
Replies: 14
Views: 5570

Re: Attention Binance users! [SOLVED]

Hello Daniel,

We invite you to our Live Chat for remote connection to help you install the updater on your second PC.
Live Chat is accessible from our web site (at the top of the page). We'll be expecting you Mon-Fri from 5:30 AM till 2:00 EST. We’ll do our best to help you.
by Vlada MultiCharts
17 Feb 2021
Forum: MultiCharts .NET
Topic: Attention Binance users!
Replies: 0
Views: 957

Attention Binance users!

This solution is no longer applied. Please install the latest MultiCharts version instead. Dear customers, If you see the error "Object reference not set to an instance of an object" when connecting Binance data feed or broker profile. please follow the instructions below: 1. Download the updater f...
by Vlada MultiCharts
17 Feb 2021
Forum: MultiCharts
Topic: Attention Binance users! [SOLVED]
Replies: 14
Views: 5570

Attention Binance users! [SOLVED]

This solution is no longer applied. Please install the latest MultiCharts version instead. Dear customers, If you see the error "Object reference not set to an instance of an object" when connecting Binance data feed or broker profile. please follow the instructions below: 1. Download the updater f...
by Vlada MultiCharts
08 Feb 2021
Forum: MultiCharts
Topic: Binance data feed is broken today
Replies: 10
Views: 2354

Re: Binance data feed is broken today

Hello, Our Development team has built an updater for the issue. If you see the error "Object reference not set to an instance of an object" when connecting Binance data feed or broker profile. please follow the instructions below: 1. Download the updater for MultiCharts from this link . 2. When down...
by Vlada MultiCharts
05 Feb 2021
Forum: MultiCharts
Topic: How to put stop at current low after enering in buy?
Replies: 2
Views: 557

Re: How to put stop at current low after enering in buy?

Hello Xurma,

We can recommend checking the operation of a pre-built function lows(0). Check the attached.

Also, you can view the code of the pre-built New Low for Day indicator.
by Vlada MultiCharts
05 Feb 2021
Forum: MultiCharts
Topic: Change Performance Report from 24 hours
Replies: 1
Views: 441

Re: Change Performance Report from 24 hours

Hello Stormy,

The "day" specified in the Strategy Performance Report is always a regular 24-hour day.
If you'd like to see a detailed report for the specific time or trading session, you can use the Periodical Analysis -> Hourly Period Analysis.
by Vlada MultiCharts
05 Feb 2021
Forum: MultiCharts .NET
Topic: Referencing higher version of .NET than 4
Replies: 3
Views: 1478

Re: Referencing higher version of .NET than 4

Hello TopGuy,

At the moment the versions higher than C# 4.0 are not supported. For more info you can check this guide, Resolve system and user assembly references section.

We plan to implement the support for C# 7.0 in the future release versions.
by Vlada MultiCharts
05 Feb 2021
Forum: MultiCharts
Topic: Feature "Postponed"
Replies: 2
Views: 577

Re: Feature "Postponed"

Hello Nick,

This feature is planned for the future release versions of MultiCharts 14, the ETA is MultiCharts 14 release 4.
Once the feature is added, you'll see it in the What's New section on our website.
by Vlada MultiCharts
04 Feb 2021
Forum: MultiCharts .NET
Topic: Options Trading
Replies: 1
Views: 2045

Re: Options Trading

Hello, It's possible to trade on options if this instrument is provided by your data feed. You can try to build a chart for an option, apply a strategy and test auto-trading on a broker demo account or using our pre-built Paper Trader broker profile . Please note that MultiCharts was not specificall...
by Vlada MultiCharts
04 Feb 2021
Forum: MultiCharts
Topic: Problems using IB and Banca Sella
Replies: 1
Views: 502

Re: Problems using IB and Banca Sella

Hello Wapi,

If you are experiencing issues with receiving data from Banca Sella, please contact them directly for assistance.
Data feed plugin for Banca Sella is not included in MultiCharts and support for it is provided by its developers.
by Vlada MultiCharts
04 Feb 2021
Forum: MultiCharts
Topic: Copied optimization report data cannot be pasted into Google Sheets (extra commas in numbers)
Replies: 2
Views: 458

Re: Copied optimization report data cannot be pasted into Google Sheets (extra commas in numbers)

Hello, We reproduced the issue on our end and it looks like it is necessary to select separator = semicolon in Google spreadsheet for the correct display of the Optimization Report. You can select it after you click on "Split text to columns". Please try this and let us know if it resolved the issue...
by Vlada MultiCharts
04 Feb 2021
Forum: MultiCharts
Topic: get orders info from Order Tracker [SOLVED]
Replies: 2
Views: 861

Re: get orders info from Order Tracker [SOLVED]

Hello, In regular MultiCharts you can use the keywords related to accounts and positions., such as GetAccount, GetNumPositions, GetPositionOpenPL, etc. Please check the attached screenshot. MultiCharts_PowerLanguageEditor.png Other information from the Order and Position Tracker can not be accessed ...
by Vlada MultiCharts
04 Feb 2021
Forum: MultiCharts
Topic: Fast Compilation / Fast Execution
Replies: 1
Views: 438

Re: Fast Compilation / Fast Execution

Hello Lantama2, Please try the suggestions from our Wiki guide . If after trying the steps from the guide the issue persists, please come to our live chat to demonstrate it via remote connection. Live Chat is accessible from our web site (at the top of the page) Mon-Fri from 5:30 AM till 2:00 EST. D...
by Vlada MultiCharts
03 Feb 2021
Forum: MultiCharts
Topic: Real time data cannot resume after lunch break
Replies: 11
Views: 3045

Re: Real time data cannot resume after lunch break

Hello Mark,

Please check whether there are pending requests in TS -> View -> Messages -> Download Scheduler.
by Vlada MultiCharts
03 Feb 2021
Forum: MultiCharts
Topic: Deribit
Replies: 2
Views: 690

Re: Deribit

Hi bomberone1,

Our Development team will consider the possibility of connecting this platform.
by Vlada MultiCharts
03 Feb 2021
Forum: MultiCharts
Topic: Share Point System Connector
Replies: 3
Views: 901

Re: Share Point System Connector

Hi kinwai,

Sharp Point is not included in the list of the supported brokers and at the moment we don't have plans for developing a plugin for it.
by Vlada MultiCharts
02 Feb 2021
Forum: MultiCharts
Topic: Strategy order to Excel, TT, ADL, LIVE?
Replies: 2
Views: 734

Re: Strategy order to Excel, TT, ADL, LIVE?

Hello Mark, In MultiCharts 14 we've added the possibility to export orders into a CSV file. Maybe this feature will suit your need. In MultiCharts go File -> New -> STrategy Orders Monitor. Click on the Export icon in the right upper corner as shown on the screenshot. You can select the columns, str...
by Vlada MultiCharts
02 Feb 2021
Forum: MultiCharts
Topic: Feature Request
Replies: 4
Views: 961

Re: Feature Request

Hello Mark,

Thank you for your suggestion.
Our Development team will consider adding such feature in the future release versions.
by Vlada MultiCharts
02 Feb 2021
Forum: MultiCharts
Topic: IB GTC issue
Replies: 2
Views: 627

Re: IB GTC issue

Hello,

Have you installed the latest MultiCharts 14 Release 2?
If you have already upgraded, does the issue persist in the latest build?
by Vlada MultiCharts
02 Feb 2021
Forum: MultiCharts
Topic: Setstoploss do not work correct
Replies: 7
Views: 1413

Re: Setstoploss do not work correct

syswizard,

Yes, your understanding is correct.
With Intra Bar Order Generation disabled, the new parameters of the orders are applied on the bar close.
by Vlada MultiCharts
04 Jan 2021
Forum: MultiCharts
Topic: Setstoploss do not work correct
Replies: 7
Views: 1413

Re: Setstoploss do not work correct

Hello,

On our end the issue you described is not reproduced.
Please revise your signal code and temporarily comment out other exits.

Also you can try to apply this code on a new chart:

Code: Select all

buy next bar 52.62 limit; setstopcontract; setstoploss(10);
by Vlada MultiCharts
30 Dec 2020
Forum: MultiCharts
Topic: ESignal Premarket and After Hours Tick Data Bug
Replies: 1
Views: 555

Re: ESignal Premarket and After Hours Tick Data Bug

Hello,

Esignal has recently announced that they no longer support third-party applications.
Unfortunately, on our end we can no longer update Esignal plugin due to the restrictions arising from the change in Esignal company policy.
by Vlada MultiCharts
17 Dec 2020
Forum: MultiCharts .NET
Topic: Wrong price bar rendering
Replies: 1
Views: 796

Re: Wrong price bar rendering

Hello Ingo,

Please build the charts in IQFeed application and check whether the data looks the same there.
Keep in mind that minute and tick data are different data types.
by Vlada MultiCharts
10 Dec 2020
Forum: MultiCharts .NET
Topic: how to disable warning message
Replies: 1
Views: 1023

Re: how to disable warning message

Hello,

At the moment it is unfortunately not possible to disable this alert.
We are working on adding this possibility in future versions.
by Vlada MultiCharts
10 Dec 2020
Forum: MultiCharts
Topic: MultiCharts for MAC [SOLVED]
Replies: 2
Views: 3753

Re: MultiCharts for MAC [SOLVED]

Hello,

Thank you for your feedback.
At the moment we do not have plans for developing MultiCharts for MAC OS.
by Vlada MultiCharts
10 Dec 2020
Forum: MultiCharts .NET
Topic: What C# version is supported by MC.NET 14?
Replies: 4
Views: 1984

Re: What C# version is supported by MC.NET 14?

Hello,

At the moment C# 4.0 is used for MultiCharts .NET 14.
We are planning to add C# 7.0 in the nearest future.
by Vlada MultiCharts
10 Dec 2020
Forum: MultiCharts
Topic: Disable ALL ALERT BOXES
Replies: 6
Views: 1226

Re: Disable ALL ALERT BOXES

Hello Mark,

Unfortunately, at the moment it is not possible to disable these alerts.
Our team is working on implementing this possibility in future versions.
by Vlada MultiCharts
10 Dec 2020
Forum: MultiCharts
Topic: Will MC auto fix delayed IB live stream [SOLVED]
Replies: 2
Views: 692

Re: Will MC auto fix delayed IB live stream [SOLVED]

Hello John, Each time you build a chart, data is requested from IB servers and then saved to MultiCharts local database on your PC. So, if you stop receiving live data, the data you have collected will not be erased from the database and you'll be able to plot them on the chart. We do recommend to b...
by Vlada MultiCharts
10 Dec 2020
Forum: MultiCharts
Topic: the instrument with the delayed data will start updating only after the timeout for the delayed data has expired
Replies: 3
Views: 1392

Re: the instrument with the delayed data will start updating only after the timeout for the delayed data has expired

Hello, This message comes from Interactive Brokers and it means that for this symbol you have delayed data. If you do not make changes to the chart, it will start updating after a period of delay. Autotrading is not possible on delayed data, only real-time data can be used. If you'd like to have rea...
by Vlada MultiCharts
10 Dec 2020
Forum: MultiCharts .NET
Topic: Indicator Value displayed on DOM?
Replies: 1
Views: 889

Re: Indicator Value displayed on DOM?

Hello Mark, It is possible to show Daily High/Low in the DOM window. To enable this option, right-click on the blank space in the DOM window -> Show Day High/Low. You can also apply the Market Depth on Chart indicator to your chart. The code of this indicator is open, so you can change it if necessa...
by Vlada MultiCharts
10 Dec 2020
Forum: MultiCharts
Topic: Bug: Format Instrument forgets instruments. [SOLVED]
Replies: 5
Views: 1329

Re: Bug: Format Instrument forgets instruments. [SOLVED]

Hello,

You have typed the name of the instrument in the search box, that is why you see this instrument. This is not a bug, the search filter works like this by design.
If you'd like to see all the instruments, please leave the search box blank.
by Vlada MultiCharts
10 Dec 2020
Forum: MultiCharts
Topic: Login
Replies: 1
Views: 3186

Re: Login

Hello,

Please use:
Login = your registration name;
Password = your registration code.
by Vlada MultiCharts
10 Dec 2020
Forum: MultiCharts
Topic: Bug: MC is not storing received data, Charts slow to load.
Replies: 1
Views: 475

Re: Bug: MC is not storing received data, Charts slow to load.

Hello Mark,

Please specify the data vendor, instrument, and resolution that you use when the issue appears.
by Vlada MultiCharts
09 Dec 2020
Forum: MultiCharts
Topic: Upgrade MC12 to MC 14 symbol IB not working
Replies: 3
Views: 771

Re: Upgrade MC12 to MC 14 symbol IB not working

Hello,

You can check the availability of data in Quotemanager -> right-click on the symbol -> Edit Data.
Select the resolution and press Load.
by Vlada MultiCharts
24 Nov 2020
Forum: MultiCharts
Topic: Standarize symbol data
Replies: 3
Views: 787

Re: Standarize symbol data

Hello, It is not necessary to use NZD time zone and its changes from summer time to winter time. If you use Forex, you need to know its opening time (London time zone). • 21:00 NZDT corresponds to 9:00 BST • Create an Exchange • Set time zone = London (BST) • Set the sessions of this exchange. You c...
by Vlada MultiCharts
06 Nov 2020
Forum: MultiCharts QUIK
Topic: Не удается получить статус бара OPEN
Replies: 1
Views: 640

Re: Не удается получить статус бара OPEN

Добрый день.

Наша команда разработчиков исследовала ваш запрос. Мы начали работу над улучшением данного поведения, планируем выпустить фикс в следующей версии MultiCharts.
by Vlada MultiCharts
07 Oct 2020
Forum: MultiCharts QUIK
Topic: Сломался QUIK+Multicharts.
Replies: 2
Views: 871

Re: Сломался QUIK+Multicharts.

Добрый день,

Фикс вошел в новую версию плагина QUIK, подробнее в этой ветке форума.
by Vlada MultiCharts
07 Oct 2020
Forum: MultiCharts QUIK
Topic: Увеличение размерности идентификатора заявок
Replies: 2
Views: 814

Re: Увеличение размерности идентификатора заявок

zysmn,

Мы выпустили обновления плагина QUIK с поддержкой нового типа заявок.
Поддерживаемые версии: QUIK 8+, MultiCharts 12, 14.

Ссылки для скачивания доступны в этой теме форума.
by Vlada MultiCharts
07 Oct 2020
Forum: MultiCharts QUIK
Topic: Обновление плагина QUIK 8.0-8.8.4.3.
Replies: 0
Views: 952

Обновление плагина QUIK 8.0-8.8.4.3.

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

Мы закончили работу над плагином для QUIK 8.0-8.8.4.3.
В нем реализована поддержка нового типа заявок QUIK, также он полностью совместим с готовящейся к релизу MultiCharts 14.
by Vlada MultiCharts
06 Oct 2020
Forum: MultiCharts
Topic: EL / PL comparison matrix [SOLVED]
Replies: 2
Views: 852

Re: EL / PL comparison matrix [SOLVED]

Hello Rob, According to our company policy, only MultiCharts team members can make changes in the Wiki. As for the user contributed studies, it is impossible to add this section to the official documentation since we have not tested the codes posted there. This section is constantly being improved a...
by Vlada MultiCharts
06 Oct 2020
Forum: MultiCharts
Topic: Reverse position from a specified entry
Replies: 2
Views: 810

Re: Reverse position from a specified entry

Hello masber2000, It's not possible to reverse a position from entry. The reason is that there are two pyramiding entries: Entry1 for 5 contracts and Entry2 for 10 contracts long. Summing up, the position is long +15. It won't be possible to reverse from Entry2 into the short position because revers...
by Vlada MultiCharts
30 Sep 2020
Forum: MultiCharts
Topic: Bar magnification for data streams other than one.
Replies: 4
Views: 1549

Re: Bar magnification for data streams other than one.

Hello,

Due to the peculiarities of Portfolio Trader technically it is very difficult to add Intra-Bar Order Generation, since the number of the instruments in Portfolio Trader is not limited.
So, currently we do not have plans for implementing Intra-Bar Order Generation in Portfolio Trader.
by Vlada MultiCharts
25 Aug 2020
Forum: MultiCharts
Topic: Avoid Placing orders out of my trading session
Replies: 12
Views: 2620

Re: Avoid Placing orders out of my trading session

Hello Sallymeow, Could you please give more details on what you mean by "session ended, the market data is still coming"? There are several situations possible (session at the broker ended/ session ended according to MultiCharts session settings). 1) The session at the broker has ended but the data ...
by Vlada MultiCharts
25 Aug 2020
Forum: MultiCharts .NET
Topic: Scaling Out Strategy with IOrderMarket instead of IOrderPriced
Replies: 1
Views: 1395

Re: Scaling Out Strategy with IOrderMarket instead of IOrderPriced

Hello AsoStrife, During auto trading, MultiCharts sends only one market order, so it will be required to modify your script. Instead of sending several orders simultaneously, you can calculate contracts for a single market order. As a result, when you used market order, you encountered an issue with...
by Vlada MultiCharts
25 Aug 2020
Forum: MultiCharts
Topic: Risk according to percent of Equity and Stop Loss
Replies: 1
Views: 881

Re: Risk according to percent of Equity and Stop Loss

Hello Eduardo, You can use the Portfolio Money Management settings in Portfolio Trader or the Portfolio Money Management signal. Please note that the risk is calculated on one bar (tick) and the orders are executed later, so there is a possibility of exceeding the risk limits. You can also use the P...
by Vlada MultiCharts
24 Aug 2020
Forum: MultiCharts
Topic: write number trendline in the visibe chart
Replies: 2
Views: 856

Re: write number trendline in the visibe chart

Hello turbofib,

Unfortunately, there is no universal solution.
It is not possible to receive info on which part of the chart is visible using the means of PowerLanguage.

If you need to have some value always visible on the chart, you can display this value using the Plot keyword, for example.
by Vlada MultiCharts
21 Aug 2020
Forum: MultiCharts
Topic: Named Int GV value of negative 1218568896
Replies: 1
Views: 920

Re: Named Int GV value of negative 1218568896

Using Global Variables depends on the DLL and the DLL version used. We recommend you to initialize variables prior to usage, this will minimize the possibility of receiving unexpected results. The following script will print -2.00. once cleardebug; DefineDLLFunc: "GlobalVariable.dll", Int, "GV_SetNa...
by Vlada MultiCharts
21 Aug 2020
Forum: MultiCharts
Topic: Barnumber is supposed to be UNIQUE for every chart bar? Why it is so hard to obtain the same barnumber of data window?
Replies: 7
Views: 1603

Re: Barnumber is supposed to be UNIQUE for every chart bar? Why it is so hard to obtain the same barnumber of data windo

Hello David, The bars receive numbers when the series is built. This is hard-coded and we do not plan to change this logic in the nearest releases. We can suggest you build charts using From - To data range. Thus the number of bars will stay the same if you open this chart again, make sure the chart...
by Vlada MultiCharts
19 Aug 2020
Forum: MultiCharts
Topic: Positions History: A way to add Strategy Name or Workspace
Replies: 3
Views: 1060

Re: Positions History: A way to add Strategy Name or Workspace

Hello Salzburg, This feature is already available in MultiCharts 14 Open Beta and it will be present in the 14 release version. The new feature allows the users to choose the instrument name format displayed in Portfolio Performance Report -> Settings -> Display section, which is useful for instrume...
by Vlada MultiCharts
19 Aug 2020
Forum: MultiCharts .NET
Topic: change length of indicator dynamically
Replies: 3
Views: 1551

Re: change length of indicator dynamically

Hello Ernie, Above is an example for regular MultiCharts (PowerLanguage). You can also check the example for MultiCharts .NET: using System; using System.Drawing; using PowerLanguage.Function; namespace PowerLanguage.Indicator { [SameAsSymbol(true)] public class MovAVGRec: IndicatorObject { public M...
by Vlada MultiCharts
14 Aug 2020
Forum: MultiCharts
Topic: What will happen if the exchange do not support market order?
Replies: 2
Views: 864

Re: What will happen if the exchange do not support market order?

Hello Sallymeow, This depends on the broker that you use for trading. In MultiCharts, when you send a market or a Stop order to the broker, the broker decides on how to manage this order. The broker can either convert the order to Limit or reject it (in this case you will see the rejected order in O...
by Vlada MultiCharts
14 Aug 2020
Forum: MultiCharts .NET
Topic: Lmax Fractional Lots UK Brent (Spot)
Replies: 1
Views: 1145

Re: Lmax Fractional Lots UK Brent (Spot)

Hello Bentley,

At the moment it is not possible to send fractional contracts from MultiCharts.
We are working on the fix after which 1 contract in MC will be equal to 0,1 contract in LMAX platform.
by Vlada MultiCharts
14 Aug 2020
Forum: MultiCharts
Topic: SetProfitTarget_pt vs. SetProfitTarget issue
Replies: 1
Views: 847

Re: SetProfitTarget_pt vs. SetProfitTarget issue

Hello Donald, SetProfitTarget_pt generates an order with a specified tick offset from the entry price. Below is an example for ES: tick = MinMove / PriceScale = 0.25 tickValue = MinMove / PriceScale * bigpointvalue = 12.5 If you have two entries for ES, let's suppose these are two Buy orders 1 contr...
by Vlada MultiCharts
13 Aug 2020
Forum: MultiCharts
Topic: Positions History: A way to add Strategy Name or Workspace
Replies: 3
Views: 1060

Re: Positions History: A way to add Strategy Name or Workspace

Hello John, You can use the Strategy Performance Report. The info about orders is available when the auto trading is enabled. You can save the report in Excel while the auto trading is on to output the info about the orders. This is the same for Portfolio Trader and Portfolio Report. If you would li...
by Vlada MultiCharts
13 Aug 2020
Forum: MultiCharts
Topic: BugTracker & feature requests bug fix ideas
Replies: 4
Views: 1700

Re: BugTracker & feature requests bug fix ideas

Hello,

I believe we already have the option you have described.
Please try to use Tracking Time option in View -> Tracking Settings.
The Tracking Time and Price mode replicates both Time and Price lines, and the Tracking Time mode replicates only the Time line.
by Vlada MultiCharts
11 Aug 2020
Forum: MultiCharts
Topic: Avoid Placing orders out of my trading session
Replies: 12
Views: 2620

Re: Avoid Placing orders out of my trading session

Hello, You can reduce session time in your session template settings (QuoteManager -> Tools -> Session Template) so that the session ended earlier than real session in 1-2 bars of the basic resolution. Session settings are used to regulate the data series (chart). Unfortunately, at the moment there ...
by Vlada MultiCharts
11 Aug 2020
Forum: MultiCharts
Topic: Bar Magnifier Issue
Replies: 1
Views: 888

Re: Bar Magnifier Issue

Hello ascales, We believe there is nothing wrong with the code. Backtesting results may differ from live trading since in backtesting the orders are executed immediately and in live trading, they can be stored in a queue at the broker. Also, processing orders can take some time unlike in backtesting...
by Vlada MultiCharts
07 Aug 2020
Forum: MultiCharts
Topic: bar memory
Replies: 2
Views: 816

Re: bar memory

You can also use a function with Function Storage = Series. Here is an example for ADX:
by Vlada MultiCharts
06 Aug 2020
Forum: MultiCharts .NET
Topic: change length of indicator dynamically
Replies: 3
Views: 1551

Re: change length of indicator dynamically

Hello ernay, You can use the keyword recalculate . Here is an example: inputs: Price( Close ), Displace( 0 ); var: var0( 0 ); var: ReCalcPersist Length( 9 ); print(currentbar + MaxBarsBack , " ", Length); var0 = AverageFC( Price, Length ) ; condition1 = Displace >= 0 or CurrentBar > AbsValue( Displa...
by Vlada MultiCharts
06 Aug 2020
Forum: MultiCharts
Topic: Turn on/off strategies automatically based on its performance during the past period of time
Replies: 2
Views: 1012

Re: Turn on/off strategies automatically based on its performance during the past period of time

Hello soso0206, We have two suggestions for you: 1) You can use CommandLine(".at_toggle") keyword that changes the AT status - in turns it on if it has been disabled and vice versa. In this case the system will require manual confirmation each time before changing the autotrading status. 2) It is al...
by Vlada MultiCharts
06 Aug 2020
Forum: MultiCharts
Topic: bar memory
Replies: 2
Views: 816

Re: bar memory

Hello Smoky, If you'd like to call for a bar index value that has been calculated before, an array should be used. To avoid using an array, you can refer to the function value on a specific bar using if currentbar = N In this case, however, you won't be able to move to a previous bar without strateg...
by Vlada MultiCharts
06 Aug 2020
Forum: MultiCharts
Topic: Problem with Format Chart Trading
Replies: 2
Views: 598

Re: Problem with Format Chart Trading

Hello Leo, Please check the following: 1) Make sure these orders have Filled status in Order and Position Tracker -> Orders tab. 2) Do you have the bars before and after the order filling on the chart? 3) Check the Chart Trading Panel . Do you have th correct broker profile and broker account select...
by Vlada MultiCharts
06 Aug 2020
Forum: MultiCharts
Topic: Avoiding two strategies trading the same symbol at the same time [SOLVED]
Replies: 2
Views: 781

Re: Avoiding two strategies trading the same symbol at the same time [SOLVED]

Hello Eduardo, Your idea is right, you can use MarketPosition_at_Broker. It returns a numeric value that reflects the number of contracts and the type of position at the broker for a particular symbol. A positive value means long position and a negative value designates a short position. For example...

Go to advanced search