Search found 202 matches

by Polly MultiCharts
18 Apr 2024
Forum: MultiCharts .NET
Topic: CPU Threads
Replies: 3
Views: 125

Re: CPU Threads

waveslider,

Sure, please refer to this article about recommended PC configuration.
by Polly MultiCharts
17 Apr 2024
Forum: MultiCharts
Topic: Issues with Renko ATR bars
Replies: 3
Views: 131

Re: Issues with Renko ATR bars

Moe,

  1. I will forward the description of this behavior to the engineers so that they can check it on our end.
  2. If you’d like it to work as you described, please uncheck the ‘Break on Session’ box.
by Polly MultiCharts
16 Apr 2024
Forum: MultiCharts
Topic: Issues with Renko ATR bars
Replies: 3
Views: 131

Re: Issues with Renko ATR bars

Hello Moe, When you plot Renko on OHLC values, Renko bars include the lows and highs of the bar. If you plot Renko on Close, Renko will be plotted on Close values only, so this is expected behavior. Range indicator is calculated from the beginning of the data series, while ATR Renko with Break On Se...
by Polly MultiCharts
15 Apr 2024
Forum: MultiCharts
Topic: "Manual Trade" / Autotrading Issue
Replies: 1
Views: 62

Re: "Manual Trade" / Autotrading Issue

Hello user_01, If you do not cancel orders when turning off Auto trading (or MultiCharts), they remain active at the broker. The “Saved” status means that the profile (or MultiCharts) was turned off and that the order remained on the broker. After some time this order was executed and the correspond...
by Polly MultiCharts
15 Apr 2024
Forum: MultiCharts
Topic: Wrong session ending time [SOLVED]
Replies: 5
Views: 1318

Re: Wrong session ending time [SOLVED]

Hello Lupomanu32,

Please describe your issue in more detail. Do you have any data gaps? Please send screenshots demonstrating the issue.

Here is more detailed info about configuring sessions in MultiCharts.
by Polly MultiCharts
12 Apr 2024
Forum: MultiCharts
Topic: Using code, is it possible to get trend line drawn using manual Fib.
Replies: 6
Views: 1012

Re: Using code, is it possible to get trend line drawn using manual Fib.

Ctrader,

No, there is no such option, I'm afraid.
The only workaround here is to create your own Fib Retracement Price Lines using the Trend Lines.
by Polly MultiCharts
12 Apr 2024
Forum: MultiCharts .NET
Topic: Data and dom problem in 15
Replies: 4
Views: 155

Re: Data and dom problem in 15

Dear users,

Our developers are currently working on improving this situation.
In the meantime you can install all the latest fixes via our Update Patch.
by Polly MultiCharts
12 Apr 2024
Forum: MultiCharts .NET
Topic: .SendFromEntry() [SOLVED]
Replies: 6
Views: 225

Re: .SendFromEntry() [SOLVED]

Dear users, Indicators and signals for MultiCharts .NET can be written using C# and VB.NET programming languages. The following information requires that the reader has basic knowledge of any C# or VB.NET programming languages. For more detailed info you can check the following reference . The scrip...
by Polly MultiCharts
08 Apr 2024
Forum: MultiCharts .NET
Topic: Confused about MaxBarsBack
Replies: 4
Views: 138

Re: Confused about MaxBarsBack

Hello Talky_Zebra, MaxBarsBack is set for the whole strategy and it cannot change dynamically because a strategy can consist of many signals. If it worked as in indicators, conflict situations and recursive recalculation could occur when processing a given instruction in different signals of the sam...
by Polly MultiCharts
08 Apr 2024
Forum: MultiCharts .NET
Topic: CPU Threads
Replies: 3
Views: 125

Re: CPU Threads

Hello clint454,

The chart can include a variety of processes:
  • data downloading
  • auto trading
  • calculation of indicators
  • status line
  • rendering
  • optimization etc.
These processes can run in multiple threads or asynchronously.
If you need more info, please describe your issue in more detail.
by Polly MultiCharts
04 Apr 2024
Forum: MultiCharts
Topic: Multicharts on Linux
Replies: 7
Views: 8182

Re: Multicharts on Linux

Dear Users,

MultiCharts is a Windows application, there is no Linux version. MultiCharts works on Windows 10 and 11.
You can run MultiCharts on Windows and connect to it remotely using other OS (for example, via TeamViewer).
Adding Linux as a supported OS is not on our roadmap at the moment.
by Polly MultiCharts
04 Apr 2024
Forum: MultiCharts
Topic: Using code, is it possible to get trend line drawn using manual Fib.
Replies: 6
Views: 1012

Re: Using code, is it possible to get trend line drawn using manual Fib.

Hello svfutures24,

No, it is still not possible to access Fibonacci Tool values from the code.
by Polly MultiCharts
02 Apr 2024
Forum: MultiCharts
Topic: Using EL/ PL SDK / DLL functions calling
Replies: 3
Views: 223

Re: Using EL/ PL SDK / DLL functions calling

Zheka,

This is the keyword from the TSKIT.DLL library. PLKIT is not used. In PowerLanguage it is required just for compatibility of TS scripts.
So you might want to check more info about it in third party resources.
by Polly MultiCharts
27 Mar 2024
Forum: MultiCharts .NET
Topic: Commands to open the Format Study dialog?
Replies: 3
Views: 90

Re: Commands to open the Format Study dialog?

Talky_Zebra,

There are no such commands, I'm afraid.
by Polly MultiCharts
27 Mar 2024
Forum: MultiCharts .NET
Topic: Automatic daily updating for Free Quotes not happening?
Replies: 11
Views: 322

Re: Automatic daily updating for Free Quotes not happening?

Talky_Zebra,

You can refer to the list of the supported commands on this page.
by Polly MultiCharts
27 Mar 2024
Forum: MultiCharts
Topic: Using EL/ PL SDK / DLL functions calling
Replies: 3
Views: 223

Re: Using EL/ PL SDK / DLL functions calling

Hello Zheka,

It is not possible to achieve without using dll.
For more detailed info please see this guide.
by Polly MultiCharts
27 Mar 2024
Forum: MultiCharts .NET
Topic: Commands to open the Format Study dialog?
Replies: 3
Views: 90

Re: Commands to open the Format Study dialog?

Hello Talky_Zebra,

You can assign a shortcut to open Format Study in File → Keyboard Shortcuts → Charting.
Image
by Polly MultiCharts
26 Mar 2024
Forum: MultiCharts .NET
Topic: Planned Maintenance
Replies: 1
Views: 78

Re: Planned Maintenance

Dear Users,

The maintenance is finished. Our Discussion Forum is working as usual.
by Polly MultiCharts
22 Mar 2024
Forum: MultiCharts
Topic: GCC/MinGW compiler
Replies: 5
Views: 239

Re: GCC/MinGW compiler

Zheka,

As I have mentioned, this topic requires detailed investigation so there is no quick and simple way we can recommend, I’m afraid.
by Polly MultiCharts
21 Mar 2024
Forum: MultiCharts
Topic: GCC/MinGW compiler
Replies: 5
Views: 239

Re: GCC/MinGW compiler

Zheka,

If replacing doesn’t help, there is no other easy workaround, I’m afraid.
I have already forwarded your request to the devs but the investigation might take a considerable amount of time and other resources.
by Polly MultiCharts
20 Mar 2024
Forum: MultiCharts
Topic: GCC/MinGW compiler
Replies: 5
Views: 239

Re: GCC/MinGW compiler

Hello Zheka, I have forwarded your request to the devs for evaluation. In the meantime you can try doing it yourself. The modules necessary for compilation (including the compiler itself) are located here by default: C:\Program Files\TS Support\MultiCharts64\make You might try replacing the modules ...
by Polly MultiCharts
20 Mar 2024
Forum: MultiCharts
Topic: Quote Manager - Customized Data Export
Replies: 1
Views: 134

Re: Quote Manager - Customized Data Export

Hello Qantivar, You can export data from QuoteManager in different resolutions (Tick, Minute, Daily) and data types (Ask, Bid, Trade). You can export all data for a specific period of time and Time Zone but the sessions are not taken into account when exporting. You can export data directly from a c...
by Polly MultiCharts
19 Mar 2024
Forum: MultiCharts
Topic: Unknown Error on start-up [SOLVED]
Replies: 3
Views: 226

Re: Unknown Error on start-up [SOLVED]

Hello Mike,

MultiCharts 15 has been released officially, so Open Beta was discontinued. Please download the latest version on this page.
by Polly MultiCharts
19 Mar 2024
Forum: MultiCharts .NET
Topic: How to make some code to run only once at the beginning?
Replies: 2
Views: 103

Re: How to make some code to run only once at the beginning?

Hello r41866, You need to do that in StartCalc(). If StartCalc() doesn’t work as expected in your setup, please send us a simplified code, the workspace where the issue is reproduced and step-by-step instructions on how to reproduce the issue to our support email , so that we could check it on our e...
by Polly MultiCharts
19 Mar 2024
Forum: MultiCharts
Topic: Datafeed from TS stops when both MC and TS are open
Replies: 6
Views: 244

Re: Datafeed from TS stops when both MC and TS are open

Leo, Could you please also specify if the issue is resolved only when you restart TS only (without MC restart)? In the meantime we’ll try to investigate the issue on our end. The log files will speed up this process so if you or other users encounter this issue, please send us the feedback as descri...
by Polly MultiCharts
18 Mar 2024
Forum: MultiCharts
Topic: Portfolio Max Buying Power/Leverage
Replies: 1
Views: 154

Re: Portfolio Max Buying Power/Leverage

Hello user_01,

You can use the Required Capital Assumptions in Margin Trading setting in Portfolio Trader to adjust it to your needs.
For more info about these settings please see this page.
by Polly MultiCharts
18 Mar 2024
Forum: MultiCharts .NET
Topic: General question - Account Management / Position sizing / Timeframes & time zones
Replies: 2
Views: 132

Re: General question - Account Management / Position sizing / Timeframes & time zones

Hello Talky_Zebra, You can refer to the following sources: 1. Getting account balance, margin, and account equity. Initial Capital MaxLotsHeld 2. Forex spreads, bid-ask functions. You can create two separate charts with Ask and Bid data and refer to these data series prices. You might also use the S...
by Polly MultiCharts
18 Mar 2024
Forum: MultiCharts
Topic: Datafeed from TS stops when both MC and TS are open
Replies: 6
Views: 244

Re: Datafeed from TS stops when both MC and TS are open

Leo, I’m afraid the issue is not reproduced on our end, so we would like to check the logs for detailed investigations. When the issue happened, was the chart in TS still receiving real-time data? Did the restart help to resolve the issue? If it is possible to reproduce the issue in a safe environme...
by Polly MultiCharts
15 Mar 2024
Forum: MultiCharts
Topic: Datafeed from TS stops when both MC and TS are open
Replies: 6
Views: 244

Re: Datafeed from TS stops when both MC and TS are open

Hello Leo, If the data is backfilling slow or not backfilling at all then please check that TS download scheduler (TS → View tab → Launch Download Scheduler) has not queued up MC data requests. If it has then make a right click on the request → Schedule ASAP. If the issue is reproduced too often, pl...
by Polly MultiCharts
15 Mar 2024
Forum: MultiCharts .NET
Topic: Automatic daily updating for Free Quotes not happening?
Replies: 11
Views: 322

Re: Automatic daily updating for Free Quotes not happening?

Talky_Zebra,

This class is not specific to MultiCharts .NET, so if there is no description of it in MultiCharts guides, you might want to find some additional info on the Internet in third party resources.
by Polly MultiCharts
14 Mar 2024
Forum: MultiCharts .NET
Topic: Automatic daily updating for Free Quotes not happening?
Replies: 11
Views: 322

Re: Automatic daily updating for Free Quotes not happening?

Talky_Zebra,

Yes, these are PL Keywords. In MultiCharts .NET you can refer to these keywords:
  • ExecControl.RecalcLastBarAfter()
  • ChartCommands.CommandLine()
  • DateTime.Now()
by Polly MultiCharts
13 Mar 2024
Forum: MultiCharts
Topic: Simulated testing struggling after updating to 15
Replies: 4
Views: 289

Re: Simulated testing struggling after updating to 15

Dear users, If the issue is still reproduced, please send us logs via the main MultiCharts window -> Help -> Feedback, so that we could check that behavior. Please select the options: Attach a screenshot; Attach log files…; Snapshot of the current MC setup; Open workspaces…; Data for active instrume...
by Polly MultiCharts
13 Mar 2024
Forum: MultiCharts .NET
Topic: Automatic daily updating for Free Quotes not happening?
Replies: 11
Views: 322

Re: Automatic daily updating for Free Quotes not happening?

Talky_Zebra,

As a workaround you might try creating a custom study that will automatically reload your chart. You can refer to these keywords:
by Polly MultiCharts
12 Mar 2024
Forum: MultiCharts
Topic: MC NEEDS to fix the instrument point value that isnt working...
Replies: 3
Views: 284

Re: MC NEEDS to fix the instrument point value that isnt working...

BB123,

If you'd like it to work differently, please describe it in more detail and post your suggestion at our Project Management so that the devs can evaluate your request.
by Polly MultiCharts
12 Mar 2024
Forum: MultiCharts .NET
Topic: Automatic daily updating for Free Quotes not happening?
Replies: 11
Views: 322

Re: Automatic daily updating for Free Quotes not happening?

Hello Talky_Zebra,

Free Quotes is free end-of-day historical daily bars coming from Yahoo Finance. It doesn't provide real-time data so it is expected that the charts will not update automatically.
In order to request historical data anew, you need to reload the charts via View → Reload.
by Polly MultiCharts
12 Mar 2024
Forum: MultiCharts
Topic: Simulated testing struggling after updating to 15
Replies: 4
Views: 289

Re: Simulated testing struggling after updating to 15

Hello BB123, Thank you for your feedback. Please answer the following questions so that we could analyze the issue: What symbol and data vendor were you using? What mode of simulated trading did you set up? What resolution did you use? Also please send us your workspace to our support email so that ...
by Polly MultiCharts
06 Mar 2024
Forum: MultiCharts .NET
Topic: .SendFromEntry() [SOLVED]
Replies: 6
Views: 225

Re: .SendFromEntry() [SOLVED]

Hello BD., IOrderPriced.SendFromEntry Method allows the generation of Price exit from entry order with 'price' price and 'num_lots' number of contracts. For more info please see Help Content in PowerLanguage Editor → Help → PowerLanguage Editor .NET Help → PowerLanguage → IOrderPriced Interface → Me...
by Polly MultiCharts
05 Mar 2024
Forum: MultiCharts
Topic: MC NEEDS to fix the instrument point value that isnt working...
Replies: 3
Views: 284

Re: MC NEEDS to fix the instrument point value that isnt working...

Hello BB123, Yes, when MinMove is set to 0,25 it will be displayed as 25,00 in the Powerlanguage Editor. This is expected behavior. As for the Renko points and amount for TP, you could describe it in more detail and post your suggestion at our Project Management . If it is popular among our users, o...
by Polly MultiCharts
29 Feb 2024
Forum: MultiCharts
Topic: Orders cancelling/re-issuing
Replies: 1
Views: 158

Re: Orders cancelling/re-issuing

Hello waveslider, It is expected behavior as during auto trading all the entry orders are sent in OCO-group. For more info please see this page . You might try enabling the ‘Optimize order flow’ option as it optimizes the process of sending orders to the broker. For example, you are flat. Strategy g...
by Polly MultiCharts
27 Feb 2024
Forum: MultiCharts
Topic: Trade Copier
Replies: 13
Views: 870

Re: Trade Copier

Flow,

At the moment this feature is not on our roadmap but I have forwarded your suggestion to the dev team.
by Polly MultiCharts
26 Feb 2024
Forum: MultiCharts .NET
Topic: ErrorCode: 0xFFFFFFFFC000000D ( -1073741811 )
Replies: 17
Views: 6407

Re: ErrorCode: 0xFFFFFFFFC000000D ( -1073741811 )

Hello Patrick, We have been testing this issue on our end, but unfortunately it was not reproduced. Will it be possible for you to come to our live chat MON-FRI from 6:00 AM till 1:00 PM EST so that we can study this behavior remotely? Live Chat is accessible from our web site . We’ll do our best to...
by Polly MultiCharts
20 Feb 2024
Forum: MultiCharts
Topic: Backtesting and forward testing Suggestion
Replies: 1
Views: 132

Re: Backtesting and forward testing Suggestion

Hello leonng,

Thank you for your suggestion.
I have forwarded it to the dev team for evaluation.
by Polly MultiCharts
16 Feb 2024
Forum: MultiCharts
Topic: MultiCharts 15 Beta 2
Replies: 4
Views: 448

Re: MultiCharts 15 Beta 2

Hello Smoky, You can start collecting different types of data if you right-click the symbol in QuoteManager → Collect. All the data collecting processes are displayed in the Data Collecting Progress window. To monitor data collection, please click the Data Collecting Progress icon in the system tray...
by Polly MultiCharts
14 Feb 2024
Forum: MultiCharts
Topic: high low of night session [SOLVED]
Replies: 2
Views: 173

Re: high low of night session [SOLVED]

Hello chipeur_le_renard,

As far as we can see in your code ‘lowday’ always equals 0. So the condition ‘If L < lowday Then’ is never met.
You might try adding 'once lowday = Low;' in your code and check how it works.
by Polly MultiCharts
12 Feb 2024
Forum: MultiCharts
Topic: Alert for a line unworkable
Replies: 2
Views: 139

Re: Alert for a line unworkable

Hello competitor59, We have checked the issue on our end and it is not reproduced, I'm afraid. So please describe your issue in more detail. Did the alerts work before? Did you change any settings before it stopped working? Also will it be possible for you to come to our live chat MON-FRI from 6:00 ...
by Polly MultiCharts
08 Feb 2024
Forum: MultiCharts
Topic: Adjust positions manually/match trades from broker
Replies: 3
Views: 183

Re: Adjust positions manually/match trades from broker

BD., There is no option to enter a missing trade in the Order and Position Tracker manually, I'm afraid. The only workaround here is deleting all the Order and Position Tracker History. If you’d like to do that, please close all the MultiCharts components and make sure no processes are left in TaskM...
by Polly MultiCharts
07 Feb 2024
Forum: MultiCharts
Topic: setting up different swap rates
Replies: 3
Views: 155

Re: setting up different swap rates

Krzysztof,

There is no option to set a swap rate in MultiCharts, I’m afraid. But you could describe your suggestion in detail and post it on our Project Management.
If it is popular among our users, our developers will review the possibility of adding it.
by Polly MultiCharts
06 Feb 2024
Forum: MultiCharts
Topic: margin
Replies: 1
Views: 169

Re: margin

Hello BB123, Please make sure you reopened the charts and reconnected the broker profile to apply the changes. If it doesn’t help, please describe your issue in more detail. What broker are you using? What tab in the Order and Position Tracker do you see the margin $2418 at? Please attach a screensh...
by Polly MultiCharts
06 Feb 2024
Forum: MultiCharts
Topic: setting up different swap rates
Replies: 3
Views: 155

Re: setting up different swap rates

Hello krzysiaczek99,

Please describe your issue in detail. What exactly are you trying to achieve? Could you please provide any examples from other platforms? Also please send screenshots demonstrating the issue if possible.
by Polly MultiCharts
06 Feb 2024
Forum: MultiCharts
Topic: playback trading
Replies: 10
Views: 4236

Re: playback trading

Dear Users,

We’re happy to announce that Simulated Trading is available in MultiCharts 15 Open Beta. Now you can place trades on charts and in DOM using Level 1 and Level 2 data. Here is more info about this feature.
Find more in our blog and What's New section.
by Polly MultiCharts
06 Feb 2024
Forum: MultiCharts
Topic: Simtrading with live data?
Replies: 40
Views: 9496

Re: Simtrading with live data?

Dear Users,

We’re happy to announce that Simulated Trading is available in MultiCharts 15 Open Beta. Now you can place trades on charts and in DOM using Level 1 and Level 2 data. Here is more info about this feature.
Find more in our blog and What's New section.
by Polly MultiCharts
06 Feb 2024
Forum: MultiCharts
Topic: How to create a text/info box on the chart
Replies: 7
Views: 432

Re: How to create a text/info box on the chart

BB123,

You can use Text Drawings for that purpose.
Text Drawings can display any information, including variable values. The info they display depends on how you specify that in your script.
by Polly MultiCharts
05 Feb 2024
Forum: MultiCharts .NET
Topic: MC vs MC.net
Replies: 3
Views: 247

Re: MC vs MC.net

joebone,

The Optimization functionality is the same in both versions so there is not much difference in the optimization speed.
by Polly MultiCharts
02 Feb 2024
Forum: MultiCharts
Topic: Adjust positions manually/match trades from broker
Replies: 3
Views: 183

Re: Adjust positions manually/match trades from broker

Hello BD., If the disconnection was long enough so that the broker profiles indicator turned red, there is no option for MultiCharts to see what happens during disconnection. If the disconnection was short and the indicator turned yellow and got back to green, it depends on the broker and if the bro...
by Polly MultiCharts
02 Feb 2024
Forum: MultiCharts .NET
Topic: MC vs MC.net
Replies: 3
Views: 247

Re: MC vs MC.net

Hello joebone, Regular MultiCharts and MultiCharts .NET are almost identical in terms of functionality and features, but they use different programming languages. With regular MultiCharts you can create a study using EasyLanguage/PowerLanguage. With MultiCharts .NET you can create a study using C# o...
by Polly MultiCharts
26 Jan 2024
Forum: MultiCharts .NET
Topic: Free Quotes for S&P500 [SOLVED]
Replies: 16
Views: 5526

Re: Free Quotes for S&P500 [SOLVED]

Hello boup09, No, the historical bar will not appear on the chart. "BarNumber <>BarNumber[1]" will work for each bar. We’d recommend using ComputerDateTime and RecalcLastBarAfter for your purpose. You might check this sample for reference: if (currentbar = 1) then value1 = dayofweekfromdatetime(comp...
by Polly MultiCharts
25 Jan 2024
Forum: MultiCharts
Topic: How to create a text/info box on the chart
Replies: 7
Views: 432

Re: How to create a text/info box on the chart

Hello BB123,

You might use the Chart Hint (View → Show Chart Hint) or Data Window (View → Show Data Window) for that.
You might also use the text drawings to output the desired info.
by Polly MultiCharts
22 Jan 2024
Forum: MultiCharts
Topic: Compile Error, Line 0, Column 0 [SOLVED]
Replies: 6
Views: 363

Re: Compile Error, Line 0, Column 0 [SOLVED]

eegroup,

Thank you, we will try to improve our documentation about this issue.
by Polly MultiCharts
19 Jan 2024
Forum: MultiCharts
Topic: Compile Error, Line 0, Column 0 [SOLVED]
Replies: 6
Views: 363

Re: Compile Error, Line 0, Column 0 [SOLVED]

eegroup,

I believe we will need to check this issue in detail. Will it be possible for you to come to our live chat MON-FRI from 6:00 AM till 1:00 PM EST so that we can study this behavior remotely?
Live Chat is accessible from our web site.
We’ll do our best to help you.
by Polly MultiCharts
18 Jan 2024
Forum: MultiCharts
Topic: scanner link to trading view?
Replies: 1
Views: 130

Re: scanner link to trading view?

Hello joebone,

TradingView Stock Screener is given as an example of an online screener you might refer to for more info about scanners.
by Polly MultiCharts
18 Jan 2024
Forum: MultiCharts
Topic: Compile Error, Line 0, Column 0 [SOLVED]
Replies: 6
Views: 363

Re: Compile Error, Line 0, Column 0 [SOLVED]

Hello eegroup, Please check if it is possible to compile a new empty indicator or signal. If not, please try the solution described in this Wiki article . If the issue is reproduced only with your custom script, please try to change to Fast Compilation and compile again. With the Fast Execution the ...
by Polly MultiCharts
16 Jan 2024
Forum: MultiCharts
Topic: How to modify "Exit Strategy" buttons
Replies: 9
Views: 724

Re: How to modify "Exit Strategy" buttons

czaussie1029, Thank you for the info. We have checked the script on our end and it works as expected. After the synchronization, please check File → New → Order and Position Tracker → Strategy Position tab. Position Match should be true for the auto trading chart. Also please make sure you have the ...
by Polly MultiCharts
11 Jan 2024
Forum: MultiCharts
Topic: TL drawn in future?
Replies: 2
Views: 206

Re: TL drawn in future?

Hello BB123, It is possible to draw vertical line drawings ‘in the future’, i.e. not on the bars. You can check this code sample for reference: [RecoverDrawings = false] var: lastBar(1), counter(1), id(1); lastBar = Symbol_CurrentBar; for counter = 1 to 1000 begin tl_delete(counter ); end; if LastBa...
by Polly MultiCharts
11 Jan 2024
Forum: MultiCharts
Topic: Question regarding MarketPosition_at_Broker and IB TWS [SOLVED]
Replies: 2
Views: 214

Re: Question regarding MarketPosition_at_Broker and IB TWS [SOLVED]

Hello rc76, MarketPosition_at_Broker works only if auto trading is turned on, it will display 0 in backtesting and forward testing. For more info about this keyword please see this page . Also please make sure you have selected the necessary account in auto trading settings and your Symbol Mapping i...
by Polly MultiCharts
10 Jan 2024
Forum: MultiCharts
Topic: Different trades in live vs backtest
Replies: 8
Views: 577

Re: Different trades in live vs backtest

Marco75, Custom Futures data series may differ from other symbols as it may have different rollover settings. The data may change if you change the settings or reload the data via View → Reload. The data might also stop downloading if the rollover happens. All of that might influence the behavior of...
by Polly MultiCharts
27 Dec 2023
Forum: MultiCharts
Topic: How to modify "Exit Strategy" buttons
Replies: 9
Views: 724

Re: How to modify "Exit Strategy" buttons

czaussie1029,

Please make sure you have Recalculate in Broker Events: Market Position Change and Order Filled boxes enabled in Format → Strategy Properties → Auto Trading tab. After that please try reproducing the issue again. Will currentcontracts and marketposition still display 0?
by Polly MultiCharts
26 Dec 2023
Forum: MultiCharts
Topic: Different trades in live vs backtest
Replies: 8
Views: 577

Re: Different trades in live vs backtest

Marco75, The signal is calculated when the bar closes. When you have time based resolution on the chart, the bar closes when the next bar opens or by timeout. As far as we could see in your code slb[1] = true only when the first bar of the next session closes. For more info please see this page . Du...
by Polly MultiCharts
22 Dec 2023
Forum: MultiCharts
Topic: Different trades in live vs backtest
Replies: 8
Views: 577

Re: Different trades in live vs backtest

Marco75, SessionLastBar might not work on tick-based charts and it does not work if the last bar closes before the end of the session and the symbol no longer ticks. It also works with a delay of 5 minutes, but you can change this value in the registry. Please note that we do not recommend changing ...
by Polly MultiCharts
20 Dec 2023
Forum: MultiCharts
Topic: Different trades in live vs backtest
Replies: 8
Views: 577

Re: Different trades in live vs backtest

Hello Marco75 It is expected to have a certain discrepancy between test and live trading results. When you reloaded the charts, the strategy was recalculated on historical data and you saw the backtesting results. Backtesting is a great analysis tool, but it has certain limitations as any other simu...
by Polly MultiCharts
20 Dec 2023
Forum: MultiCharts
Topic: Kraken Connection not reliable
Replies: 4
Views: 367

Re: Kraken Connection not reliable

DanielFXS, If the issue is still reproduced please send us logs via the main MultiCharts window -> Help -> Feedback so that we could investigate it in detail. Please select the options: Attach a screenshot; Attach log files…; Attach minidump…; Include Backup…; Snapshot of the current MC setup; Uploa...
by Polly MultiCharts
20 Dec 2023
Forum: MultiCharts
Topic: How to modify "Exit Strategy" buttons
Replies: 9
Views: 724

Re: How to modify "Exit Strategy" buttons

czaussie1029, In MultiCharts there are two modes of trading: manual and automatic. And usually we do not recommend combining these two methods. For more info about it please see this page . The most efficient solution will be to create a strategy that will generate the entries and exist according to...
by Polly MultiCharts
08 Dec 2023
Forum: MultiCharts
Topic: MarketPosition_at_Broker_for_The_Strategy
Replies: 3
Views: 356

Re: MarketPosition_at_Broker_for_The_Strategy

Kf25, ‘Enable Automated Order Execution for Multiple Charts’ is a tool that enables the auto trading on all the charts at once, so that you don't have to enable them manually one by one. If your license doesn’t include Advanced Strategy Pack , this option will not be available. For more info about t...
by Polly MultiCharts
07 Dec 2023
Forum: MultiCharts
Topic: GetRTUnrealizedPL(Account) for a Rithmic Apex account [SOLVED]
Replies: 4
Views: 401

Re: GetRTUnrealizedPL(Account) for a Rithmic Apex account [SOLVED]

gpw797, We have checked it on our end and the issue is not reproduced, I’m afraid. We used the following code sample. You can refer to it for more info: Input: _Account(StringSimple); // Assuming that Unrealized PL (TS) is same as Open PL (MC) GetRTUnrealizedPL = 0; for value1 = 1 to tm_accounts_cou...
by Polly MultiCharts
06 Dec 2023
Forum: MultiCharts
Topic: GetRTUnrealizedPL(Account) for a Rithmic Apex account [SOLVED]
Replies: 4
Views: 401

Re: GetRTUnrealizedPL(Account) for a Rithmic Apex account [SOLVED]

Hello gpw797,

The ‘GetRTUnrealizedPL(Account)’ function uses string variables so you need to use quotes.
Please try the following code sample:

Code: Select all

if not LastBarOnChart then #return; Print(GetRTUnrealizedPL("myaccountnumber-5"));
by Polly MultiCharts
06 Dec 2023
Forum: MultiCharts
Topic: How to modify "Exit Strategy" buttons
Replies: 9
Views: 724

Re: How to modify "Exit Strategy" buttons

czaussie1029, In MultiCharts indicators cannot send orders, it is a visual technical analysis too, used to analyze market conditions and identify and forecast trends and market patterns. Orders can be sent by signals according to a set of trading rules implemented in the signal's algorithm. For more...
by Polly MultiCharts
30 Nov 2023
Forum: MultiCharts
Topic: Bug with empty workspaces [SOLVED]
Replies: 4
Views: 398

Re: Bug with empty workspaces [SOLVED]

AndyB72, If the issue is reproduced in the future, please come to our live chat MON-FRI from 6:00 AM till 1:00 PM EST so that we can study this behavior remotely (Live Chat is accessible from our web site ) or send us the report as described below. It is important to collect it at the moment when th...
by Polly MultiCharts
29 Nov 2023
Forum: MultiCharts
Topic: MarketPosition_at_Broker_for_The_Strategy
Replies: 3
Views: 356

Re: MarketPosition_at_Broker_for_The_Strategy

Hello Kf25, These keywords will work only when Auto Trading is enabled. In backtesting these keywords will return 0. You might test these keywords in trading using the pre-built Paper Trader . When auto trading these keywords will return the values from the Order and Position Tracker → Strategy Posi...
by Polly MultiCharts
29 Nov 2023
Forum: MultiCharts
Topic: How to modify "Exit Strategy" buttons
Replies: 9
Views: 724

Re: How to modify "Exit Strategy" buttons

Hello czaussie1029, PowerLanguage Editor can be used for creating and modifying strategies for auto trading. The Chart Trading panel is used for manual trading and this is a different mode. There is no option to modify the Exit strategies in PowerLanguage Editor. You can change the settings using th...
by Polly MultiCharts
28 Nov 2023
Forum: MultiCharts
Topic: Kraken Connection not reliable
Replies: 4
Views: 367

Re: Kraken Connection not reliable

Hello DanielFXS, As far as we know Kraken provides the following data via API: Cryptocurrencies: tick-by-tick 2 weeks back, minute bars approximately 2 and a half years back, daily bars 2 years back. Futures: Tick-by-tick 1 week back, minute and daily bars 3 years back. For details about the provide...
by Polly MultiCharts
28 Nov 2023
Forum: MultiCharts
Topic: Bug with empty workspaces [SOLVED]
Replies: 4
Views: 398

Re: Bug with empty workspaces [SOLVED]

Hello AndyB72,

We have checked the file and we can see that at the end of the file there is a strange quotation mark. Please open this workspace file via Notepad and delete this quotation mark.
Please see the screenshot attached for reference.
by Polly MultiCharts
17 Nov 2023
Forum: MultiCharts .NET
Topic: ZN DEC 23 CBOT , can't send my order [SOLVED]
Replies: 2
Views: 328

Re: ZN DEC 23 CBOT , can't send my order [SOLVED]

Hello eunos64, This error message might appear if the symbol parameters are not correct. Please make sure you follow this instruction: Close all charts with the problematic symbol. Re-add the instrument with which you have the issue from the data source according to this guide . Go to File -> Broker...
by Polly MultiCharts
16 Nov 2023
Forum: MultiCharts
Topic: Trade Copier
Replies: 13
Views: 870

Re: Trade Copier

Hello Wnorton, It is possible to connect the MultiCharts platform to different accounts, from different brokers. But placing an order simultaneously to all accounts is not supported for manual trading and not supported in MultiCharts PowerLanguage for auto trading. It is possible to achieve it in Mu...
by Polly MultiCharts
10 Nov 2023
Forum: MultiCharts .NET
Topic: increase the output quantity in the output window
Replies: 3
Views: 381

Re: increase the output quantity in the output window

HellGhostEvocatorX,

I’m afraid there is no option to do that within MultiCharts. But I have forwarded your request to the devs for evaluation.
by Polly MultiCharts
09 Nov 2023
Forum: MultiCharts
Topic: Portfolio fitness function using symbol metrics possible?
Replies: 1
Views: 334

Re: Portfolio fitness function using symbol metrics possible?

Hello wilkinsw, You might try using the following method: Create and compile the following signal: var: ind(0); var: maxNetprofit(0); maxNetprofit = 0; if not LastBarOnChart then #return; For ind = 0 to pmms_strategies_count - 1 Begin if getappinfo(aiOptimizing ) = 0 then begin Print(pmms_strategy_s...
by Polly MultiCharts
09 Nov 2023
Forum: MultiCharts .NET
Topic: increase the output quantity in the output window
Replies: 3
Views: 381

Re: increase the output quantity in the output window

Hello HellGhostEvocatorX,

When there is a lot of text in the Output window, it might influence the performance of MultiCharts. That is why the first rows are getting removed.
If you’d like to save all the Output info, we’d recommend using output to a file.
by Polly MultiCharts
02 Nov 2023
Forum: MultiCharts
Topic: Optimization Report and Performance Report [SOLVED]
Replies: 4
Views: 475

Re: Optimization Report and Performance Report [SOLVED]

eto,

You could post your suggestion to add this feature at our Project Management. If it is popular among our users, our developers will review the possibility of adding it.
by Polly MultiCharts
01 Nov 2023
Forum: MultiCharts
Topic: Optimization Report and Performance Report [SOLVED]
Replies: 4
Views: 475

Re: Optimization Report and Performance Report [SOLVED]

Hello eto,

There is no option to do that in the Optimization report, I’m afraid.
As a workaround you can double click the row in the Optimization spreadsheet to apply the inputs to a chart and then check the Equity Line and full performance report via View->Strategy Performance Report.
by Polly MultiCharts
30 Oct 2023
Forum: MultiCharts
Topic: Developing studies & operating on two machines [SOLVED]
Replies: 1
Views: 337

Re: Developing studies & operating on two machines [SOLVED]

Hello Jens, MultiCharts is a desktop app, it was not designed to save user data not locally. We strongly do not recommend using any cloud storage with automatic synchronization to store the files required for MultiCharts proper operation. The workarounds you’ve suggested are the only ones you can us...
by Polly MultiCharts
30 Oct 2023
Forum: MultiCharts
Topic: Forex with Interactive Brokers through MultiCharts
Replies: 1
Views: 237

Re: Forex with Interactive Brokers through MultiCharts

Hello 3Dimention, Yes, you can trade Forex in MultiCharts using your IB account. You can check all the security types supported by different vendors in this table . For details about the provided data and quotes you’ll need to contact the vendors directly. Please note Forex is under the Cash categor...
by Polly MultiCharts
20 Oct 2023
Forum: MultiCharts
Topic: IB: DOM not showing entire Level II book
Replies: 3
Views: 368

Re: IB: DOM not showing entire Level II book

Hi seneca, MultiCharts displays data as provided by the data feed, so most likely these are the values provided by IB API. If you’d like us to check, please come to our live chat MON-FRI from 6:00 AM till 1:00 PM EST so that we can study this behavior remotely. Live Chat is accessible from our web s...
by Polly MultiCharts
18 Oct 2023
Forum: MultiCharts
Topic: Bitcoin Now Available at Interactive Brokers
Replies: 10
Views: 20743

Re: Bitcoin Now Available at Interactive Brokers

Hello 3Dimention, PAXOS is not supported in MultiCharts. However, it might be possible to connect it if it works through the infrastructure of any other supported broker. Interactive Broker and OANDA are among them. Here you can see the full list of supported brokers and data feeds . Security types ...
by Polly MultiCharts
11 Oct 2023
Forum: MultiCharts .NET
Topic: Risk/Reward Ratio
Replies: 1
Views: 339

Re: Risk/Reward Ratio

Hello clint454, If you’d like to check the performance of your backtesting results on the chart you can access a report with necessary data via View->Strategy Performance Report. If you have real orders on the chart, you can check the performance in the Trading Performance Report via View->Trading P...
by Polly MultiCharts
05 Oct 2023
Forum: MultiCharts .NET
Topic: is it possible to set Y axis of the chart with specific points?
Replies: 1
Views: 291

Re: is it possible to set Y axis of the chart with specific points?

Hello gztanwei,

You can configure the price scale that way in Format->Instrument->Scaling tab->Set Labels Manually->Set Step Size->enter 50.
For more info please see this page.
by Polly MultiCharts
02 Oct 2023
Forum: MultiCharts .NET
Topic: Bar Countdown
Replies: 1
Views: 320

Re: Bar Countdown

Hello clint454,

You can enable Countdown in Format->Window->Y - Price Scale->Marker Style section->check Precise Marker and Countdown.
For more info about it please check this page.
by Polly MultiCharts
20 Sep 2023
Forum: MultiCharts .NET
Topic: Volume Profile
Replies: 1
Views: 378

Re: Volume Profile

Hello clint454, Volume might be influenced by different factors. So please specify your issue in more detail: What data vendor are you using in both cases? What resolution are you plotting on the chart? Is the Session Break enabled? Is the data range the same for both cases? If chart settings are id...
by Polly MultiCharts
13 Sep 2023
Forum: MultiCharts
Topic: QuoteManager failed to continuously download historical data from interactive broker
Replies: 1
Views: 353

Re: QuoteManager failed to continuously download historical data from interactive broker

Hello rlinvest221, Please make sure you’re using the latest version of MultiCharts (14.0 Release Build 25218) or MultiCharts .NET (14.0 Release Build 25220). Also please disable antivirus/firewall software if you have it installed on your PC. If you use the latest version of the app and no antivirus...
by Polly MultiCharts
25 Aug 2023
Forum: MultiCharts .NET
Topic: Backtesting
Replies: 1
Views: 313

Re: Backtesting

Hello clint454,

Order and Position Tracker displays only the real orders, not Backtesting results.
You can check the Backtesting orders in Strategy Orders Monitor. For more info about it please see this page.
by Polly MultiCharts
18 Aug 2023
Forum: MultiCharts
Topic: order to execute code in optimization
Replies: 2
Views: 335

Re: order to execute code in optimization

If you want to avoid parallel calculations, you can enable using only 1 thread when optimizing in the registry:
[HKEY_CURRENT_USER\Software\TS Support\Power Language\StudyRunner]
"NumberOfThreadsOnOptimization"=dword:00000001
by Polly MultiCharts
17 Aug 2023
Forum: MultiCharts
Topic: Attached exit orders cancelled on disconnect or shutdown
Replies: 1
Views: 251

Re: Attached exit orders cancelled on disconnect or shutdown

Hello seneca, Yes, this is expected behavior. At the close of MultiCharts or when the broker profile is manually disconnected, the exit orders attached to an entry are canceled because the exit orders will not be able to be sent to a broker once the entry gets executed while the app is turned off or...
by Polly MultiCharts
15 Aug 2023
Forum: MultiCharts
Topic: order to execute code in optimization
Replies: 2
Views: 335

Re: order to execute code in optimization

Hello turbofib, During optimization, several sets of inputs are calculated in parallel in different threads. Therefore, it might be possible that the end of the calculation is not in the same order as the start. If you’d like to distinguish optimization instances, you need to additionally print out ...
by Polly MultiCharts
09 Aug 2023
Forum: MultiCharts
Topic: Auto trading on Binance.
Replies: 1
Views: 346

Re: Auto trading on Binance.

Hello ihaar, The Binance API does not support order modification. Any modification (price and/or number of contracts change) of the placed order will result in cancellation of the current order and placement of a new order. You might try using special pre-built orders for that, for example: SetDolla...
by Polly MultiCharts
08 Aug 2023
Forum: MultiCharts
Topic: Sharing PowerLanguage Editor navigator layout
Replies: 1
Views: 251

Re: Sharing PowerLanguage Editor navigator layout

Hello simoneb, There is no option to share the layout of the PowerLanguage Navigator across machines at the moment. But you could post your suggestion at our Project Management . If it is popular among our users, our developers will review the possibility of adding it. Please note that for stable op...
by Polly MultiCharts
07 Aug 2023
Forum: MultiCharts
Topic: Bug with Calculation of Signals... [SOLVED]
Replies: 10
Views: 3362

Re: Bug with Calculation of Signals... [SOLVED]

Hello Tibouss, Backtesting provides you with a general idea of how your strategy can behave. This information is not to be solely relied on for making decisions. You can use the following features to bring your Backtesting results closer to the real-time strategy behavior: Precise Backtesting Intra-...
by Polly MultiCharts
04 Aug 2023
Forum: MultiCharts
Topic: Commissions
Replies: 1
Views: 263

Re: Commissions

Hello pitrader,

There is no option to do that, I’m afraid.
The values in the ‘Realized P/L’ and ‘Open P/L’ columns are provided by the broker. If your broker API takes into account the commission in the calculation of P/L, ‘Realized P/L’ and ‘Open P/L’ will show values including the commission.
by Polly MultiCharts
04 Aug 2023
Forum: MultiCharts
Topic: Bug with Calculation of Signals... [SOLVED]
Replies: 10
Views: 3362

Re: Bug with Calculation of Signals... [SOLVED]

Hello capitaldog, It's normal to see different results in backtesting and live trading. Backtesting is a great analysis tool, but it has certain limitations as any other simulation, some of the real trading factors simply cannot be replicated on historical data. Signal calculation also differs depen...
by Polly MultiCharts
28 Jul 2023
Forum: MultiCharts
Topic: Limit entry order cancelled after partial fill
Replies: 3
Views: 376

Re: Limit entry order cancelled after partial fill

waveslider, You might try enabling the Partially Filled Orders Replacement option in Format->Strategy Properties->Auto Trading tab. When these options are enabled the unfilled part of partially filled price order will be canceled and the remainder will be converted into a market order when the speci...
by Polly MultiCharts
26 Jul 2023
Forum: MultiCharts
Topic: Limit entry order cancelled after partial fill
Replies: 3
Views: 376

Re: Limit entry order cancelled after partial fill

Hello waveslider, In AA mode Limit order will be active after the bar closes if your scripts generated the same set of orders at the close of the bar as before. In MultiCharts orders are supposed to be canceled automatically if the conditions for sending an order specified in your script are not met...
by Polly MultiCharts
07 Jul 2023
Forum: MultiCharts .NET
Topic: DrwArrow color
Replies: 1
Views: 455

Re: DrwArrow color

Hello joenetic, We have checked the issue on our end in the latest version Version 14.0 Release 8 (Build 24675) and it is not reproduced, unfortunately. Please note that drawings can be created by the study on the chart only; drawings are not created in Portfolio Trader and Scanner: drawings cannot ...
by Polly MultiCharts
29 Jun 2023
Forum: MultiCharts
Topic: Issue Stop Loss order right after new position opened
Replies: 4
Views: 538

Re: Issue Stop Loss order right after new position opened

LMC1,

You can test this setup yourself to decide whether it suits your needs.
Please note that we always recommend testing your signals with our pre-built Paper Trader or with a demo broker account before going live.
by Polly MultiCharts
27 Jun 2023
Forum: MultiCharts
Topic: Handle misalignment with chart and broker position due to slippage
Replies: 4
Views: 490

Re: Handle misalignment with chart and broker position due to slippage

simoneb, Strategy can see the real execution prices only in SA mode, I’m afraid. But you might try trading from multiple charts on one instrument in SA mode, too. Please note that we always recommend testing your signals with our pre-built Paper Trader or with a demo broker account before going live.
by Polly MultiCharts
23 Jun 2023
Forum: MultiCharts
Topic: Handle misalignment with chart and broker position due to slippage
Replies: 4
Views: 490

Re: Handle misalignment with chart and broker position due to slippage

Hello simoneb, If you’re using AA mode it can be expected. Prices on the chart and at the broker can differ that can lead to such behavior. In AA mode 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. In this ...
by Polly MultiCharts
21 Jun 2023
Forum: MultiCharts
Topic: CQG, Holidays, Market Orders, and Exchange Rejection Codes
Replies: 1
Views: 264

Re: CQG, Holidays, Market Orders, and Exchange Rejection Codes

Hello emonroedau, There is no option to hold the orders on MultiCharts end. When a new tick appears, the strategy generates and sends the orders to a broker. MultiCharts doesn’t execute orders, so when the orders are sent to the broker they are managed by the broker. You can regulate the data series...
by Polly MultiCharts
20 Jun 2023
Forum: MultiCharts
Topic: Preventing orders from executing / emulating when session is closed?
Replies: 6
Views: 621

Re: Preventing orders from executing / emulating when session is closed?

Phenydor, I’m afraid the idea you’ve suggested will not work without IOG. But I have forwarded your suggestion to the dev team so that they can evaluate the possibility of adding this feature in one of the future releases. If the condition for ‘stoploss’ becomes ‘False’ by the beginning of the entry...
by Polly MultiCharts
13 Jun 2023
Forum: MultiCharts
Topic: Preventing orders from executing / emulating when session is closed?
Replies: 6
Views: 621

Re: Preventing orders from executing / emulating when session is closed?

Hi Phenydor, If the order is sent to the broker it is managed by the broker and MultiCharts cannot influence the order execution. So the only reliable solution here is not to send an order before the session closes and before it opens. There are two possible options on how to achieve that: 1) You ca...
by Polly MultiCharts
08 Jun 2023
Forum: MultiCharts
Topic: Creating custom futures
Replies: 1
Views: 262

Re: Creating custom futures

Hello Leo,

If you have historical data in a txt file you can just import it in the IB symbol using ASCII Import.
You can do it in QuoteManager->right-click the symbol->Import Data->ASCII.
For more info please see this page.
by Polly MultiCharts
07 Jun 2023
Forum: MultiCharts
Topic: Can I use MC for TS trading
Replies: 4
Views: 683

Re: Can I use MC for TS trading

Hello stahen, As far as we know MultiCharts can be used with OANDA Global accounts. OANDA restricts API trade execution from 3rd party platforms for the European residents registered under OANDA Europe Limited to conform the MIFID 2 regulations. So if you’re using OANDA Europe it's possible to use i...
by Polly MultiCharts
30 May 2023
Forum: MultiCharts
Topic: Unable to select or write the right account for auto trading [SOLVED]
Replies: 2
Views: 422

Re: Unable to select or write the right account for auto trading [SOLVED]

Hi Karax, Please specify if you restarted MultiCharts after your new account had been added. If not, please close MultiCharts and make sure no processes are left in the Task Manager. Then please run MultiCharts again and check if the issue is reproduced. Also please click Lookup, wait until it's loa...
by Polly MultiCharts
30 May 2023
Forum: MultiCharts
Topic: I can't receive real data from TS
Replies: 2
Views: 329

Re: I can't receive real data from TS

Hi Mik72, Please check that TS download scheduler (TS->View tab->Launch Download Scheduler) has not queued up MC data requests. If it has then make a right click on the request->Schedule ASAP. Also please switch the time zone of your chart to local: Format -> Instrument -> Settings tab -> select “Lo...
by Polly MultiCharts
30 May 2023
Forum: MultiCharts
Topic: Operation not executed [SOLVED]
Replies: 3
Views: 485

Re: Operation not executed [SOLVED]

simoneb, If there is no order in the Order and Position Tracker it means that it was not generated by the strategy. In that case you can add traces in your code (print, fileappend) to find out why your strategy decided to place an order, (or not to place) in a particular case. A general example is a...
by Polly MultiCharts
22 May 2023
Forum: MultiCharts
Topic: Operation not executed [SOLVED]
Replies: 3
Views: 485

Re: Operation not executed [SOLVED]

Hi simoneb, When you’re using AA mode, 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. There are 3 separate market positions when strategy is auto trading in MultiCharts: Broker position. This is the net pos...
by Polly MultiCharts
22 May 2023
Forum: MultiCharts
Topic: PT not asking data server for quotes
Replies: 1
Views: 245

Re: PT not asking data server for quotes

Hello ZaphodB, If the data is backfilling slow or not backfilling at all then check that TS download scheduler (TS->View tab->Launch Download Scheduler) has not queued up MC data requests. If it has then make a right click on the request->Schedule ASAP. We also recommend enabling the 'Save data to l...
by Polly MultiCharts
19 May 2023
Forum: MultiCharts .NET
Topic: FunctionSimple<T>
Replies: 2
Views: 517

Re: FunctionSimple<T>

Hello HellGhostEvocatorX, The same values might be displayed because there might be several calculations on the same bar as the script might refer to additional series. If you’d like us to investigate the issue in detail please send us the following files to our support email: The workspace where th...
by Polly MultiCharts
15 May 2023
Forum: MultiCharts
Topic: Typical mapping for IB equity symbols?
Replies: 2
Views: 403

Re: Typical mapping for IB equity symbols?

Hello ZaphodB, Symbol mapping can be required in one of the following cases: Your data source is not the same as your broker. For example, you plot IQFeed data and trade with Interactive Brokers broker profile. Data source symbols should be mapped to broker symbols. You trade continuous futures. Con...
by Polly MultiCharts
11 May 2023
Forum: MultiCharts .NET
Topic: Draw area in sub chart
Replies: 1
Views: 389

Re: Draw area in sub chart

Hello chschuster, Please see this page for detailed info on how to access additional data series. You might also refer to this code sample for calculating the function on data2: using System; using System.Drawing; using PowerLanguage.Function; namespace PowerLanguage.Indicator { [SameAsSymbol(true)]...
by Polly MultiCharts
10 May 2023
Forum: MultiCharts
Topic: Open Browser / Telegram API
Replies: 1
Views: 322

Re: Open Browser / Telegram API

Hello Lantama2,

At the moment there is no pre-built option to send alerts to Telegram from MultiCharts.
But this feature has been added to our roadmap, and we're planning to implement it in the next major release of MultiCharts.
by Polly MultiCharts
02 May 2023
Forum: MultiCharts .NET
Topic: change the accuracy of the mouse (crosshairs)
Replies: 1
Views: 400

Re: change the accuracy of the mouse (crosshairs)

Hello HellGhostEvocatorX,

At the moment there is no such option in MultiCharts, I’m afraid.
But I have forwarded your request to the dev team so that they review the possibility of adding it in one of the future releases.
by Polly MultiCharts
24 Apr 2023
Forum: MultiCharts
Topic: Can I use MC for TS trading
Replies: 4
Views: 683

Re: Can I use MC for TS trading

Hi gary1288, In MultiCharts there is a wide choice of supported data feeds and brokers that you can combine to your needs. Here you can see the full list of supported brokers and data feeds . After you get an account, you can connect your MultiCharts to it. Please check the connection guides here . ...
by Polly MultiCharts
24 Apr 2023
Forum: MultiCharts
Topic: mcTws issue - upgrade tws api to a minimum version 163
Replies: 1
Views: 590

Re: mcTws issue - upgrade tws api to a minimum version 163

Hi Meecc,

This message appears due to the IB API changes implemented in TWS build (10.20.1h (Jan 10)).
The latest MultiCharts 14 versions starting from Release 7 are compatible with the latest IB TWS/Gateway versions.
by Polly MultiCharts
17 Apr 2023
Forum: MultiCharts
Topic: Format Study Dialog Box -> Scaling Tab -> "Overlay Indicators Checkbox"
Replies: 2
Views: 304

Re: Format Study Dialog Box -> Scaling Tab -> "Overlay Indicators Checkbox"

Hello TraderRic, This option allows you to plot several indicators under a single scale. You can place the indicators in the same subchart and enable Overlay Indicators checkboxes in the indicators settings so that they use the same price scale. This feature was implemented in MultiCharts 14.0 Relea...
by Polly MultiCharts
14 Apr 2023
Forum: MultiCharts
Topic: Chart from FXCM connection
Replies: 10
Views: 3545

Re: Chart from FXCM connection

Hi bomberone1,

FXCM is supported as a broker only, but data feed is not available.
You can connect to an FXCM broker account via File->Broker Profiles->Manage Broker Profiles->New->FXCM.
by Polly MultiCharts
13 Apr 2023
Forum: MultiCharts .NET
Topic: Classical Bars with Up/Down Colors?
Replies: 3
Views: 589

Re: Classical Bars with Up/Down Colors?

Hello Archer,

You can also set the chart style in Format->Instrument->Style tab or use the pre-built MACD_Gradient indicator.
by Polly MultiCharts
06 Apr 2023
Forum: MultiCharts
Topic: Issue Stop Loss order right after new position opened
Replies: 4
Views: 538

Re: Issue Stop Loss order right after new position opened

LMC1, Please note that in order to send Stop Loss orders intrabar, you will need to send them without conditions. If StopLoss is under some conditions, it will be sent on the bar close. So instead of using the condition ‘if marketposition <> 0 then’ you might try sending exit orders without conditio...
by Polly MultiCharts
05 Apr 2023
Forum: MultiCharts
Topic: Issue Stop Loss order right after new position opened
Replies: 4
Views: 538

Re: Issue Stop Loss order right after new position opened

Hello LMC1, You might try using SetStopLoss for this purpose as this is a special exit order. Any price orders (including special orders) can be executed intrabar, and generated only when the conditions for their generation are met (including intrabar generation) – both in backtesting and real-time....
by Polly MultiCharts
05 Apr 2023
Forum: MultiCharts
Topic: Is there a tooltip for input parameter
Replies: 1
Views: 253

Re: Is there a tooltip for input parameter

Hello gary1288,

Unfortunately, there is no such option in MultiCharts.
by Polly MultiCharts
31 Mar 2023
Forum: MultiCharts .NET
Topic: how exactly does the optimization work (technically)
Replies: 2
Views: 545

Re: how exactly does the optimization work (technically)

Hello HellGhostEvocatorX, MultiCharts doesn’t work with disk actively, so RAM Disk technology will not help much to improve the performance. The only thing that can be affected is the logging functionality, so you might try redirecting your logs on RAM Disk. As for the optimization process, here is ...
by Polly MultiCharts
30 Mar 2023
Forum: MultiCharts
Topic: Default Order Size in Chart Trader
Replies: 8
Views: 1628

Re: Default Order Size in Chart Trader

stahen, Default order size for stocks is 100, while for all the other categories it is always 1. When you change the order size for a specific symbol, this value is saved for this symbol. For example, if you change the order size for AAPL to 101, next time you plot the chart with this specific symbo...
by Polly MultiCharts
15 Mar 2023
Forum: MultiCharts
Topic: Understanding arrays/ get Y when X condition is met
Replies: 4
Views: 500

Re: Understanding arrays/ get Y when X condition is met

ScottishSpeculator, Here are dynamic array declarations: //dynamic array declarations array: ar_Close[](0); array: ar_StdDev[](0); For more info about array declarations please refer to this page . Dynamic arrays cannot automatically increase their capacity, they need to call the function for this: ...
by Polly MultiCharts
13 Mar 2023
Forum: MultiCharts
Topic: Understanding arrays/ get Y when X condition is met
Replies: 4
Views: 500

Re: Understanding arrays/ get Y when X condition is met

Hi ScottishSpeculator, Please refer to this example of arrays usage: once cleardebug; input: lookback(10); var: StdD(0), lowest_std(0); StdD = StdDev(close, lookback); lowest_std = lowest(StdD , lookback); array: ar_Close[](0); array: ar_StdDev[](0); Array_SetMaxIndex(ar_Close, Symbol_currentbar); a...
by Polly MultiCharts
10 Mar 2023
Forum: MultiCharts
Topic: trading option spreads
Replies: 1
Views: 426

Re: trading option spreads

Hi simon007, MultiCharts is a trading platform, it works with a variety of security types: stocks, futures, forex, options etc. MultiCharts also provides a wide range of tools for technical analysis and trading strategy development. Option instruments are provided by multiple supported data provider...
by Polly MultiCharts
27 Feb 2023
Forum: MultiCharts
Topic: Bid&Ask based Backtest: Bid data is ignored
Replies: 8
Views: 699

Re: Bid&Ask based Backtest: Bid data is ignored

TraderJ,

You might try adjusting the pre-built Custom Strategies (LE, LX, SE, SX), so that they use limit orders or come to our live chat MON-FRI from 6:00 AM till 12:00 PM EST, so that we could check the issue remotely.
Live Chat is accessible from our web site.
by Polly MultiCharts
23 Feb 2023
Forum: MultiCharts
Topic: Default Order Size in Chart Trader
Replies: 8
Views: 1628

Re: Default Order Size in Chart Trader

Hi stahen,

You can specify the number of contracts in the special field on the Chart Trading Panel. Please find the screenshot attached for reference.
More info about manual trading is here.
by Polly MultiCharts
17 Feb 2023
Forum: MultiCharts
Topic: Bid&Ask based Backtest: Bid data is ignored
Replies: 8
Views: 699

Re: Bid&Ask based Backtest: Bid data is ignored

TraderJ,

Please make sure you have followed this instruction to perform Precise Backtesting.
We have used the pre-built Channel Breakout signals on the AUD/CAD data for testing.
Please check the screenshot attached for reference.
by Polly MultiCharts
16 Feb 2023
Forum: MultiCharts
Topic: Bid&Ask based Backtest: Bid data is ignored
Replies: 8
Views: 699

Re: Bid&Ask based Backtest: Bid data is ignored

TraderJ,

We have tested the issue with the pre-built signals on Forex data, and the issue has not been reproduced.
So please come to our live chat MON-FRI from 6:00 AM till 12:00 AM EST to demonstrate this behavior remotely.
Live Chat is accessible from our web site.
by Polly MultiCharts
16 Feb 2023
Forum: MultiCharts
Topic: Bid&Ask based Backtest: Bid data is ignored
Replies: 8
Views: 699

Re: Bid&Ask based Backtest: Bid data is ignored

Hello TraderJ,

The behavior is not reproduced on our end.
Could you join the live chat Monday-Friday from 6:00 AM till 12:00 AM ET to demonstrate it via remote connection?
by Polly MultiCharts
13 Feb 2023
Forum: MultiCharts
Topic: Bug in new MC update release
Replies: 1
Views: 386

Re: Bug in new MC update release

Hello Salzburg, Please send us the portfolio where the issues are reproduced to our support email. To learn how to export the portfolio workspace please refer to this page . Also please send us logs via the main MultiCharts window -> Help -> Feedback. Please select the options: Attach a screenshot; ...
by Polly MultiCharts
10 Feb 2023
Forum: MultiCharts
Topic: nice function for recording value with time period? MC staff?
Replies: 5
Views: 529

Re: nice function for recording value with time period? MC staff?

ScottishSpeculator,

You might try creating such a function yourself or contact our developer partners for their coding services.
Our users can also share their tips and experience on that matter.
by Polly MultiCharts
09 Feb 2023
Forum: MultiCharts
Topic: nice function for recording value with time period? MC staff?
Replies: 5
Views: 529

Re: nice function for recording value with time period? MC staff?

ScottishSpeculator, The possible reason might be the fact that Pre_afternoon and/or Afternoon never get the ‘False’ value. Please try adjusting your script using this sample: IF time >100 and time < 1100 then Pre_afternoon = true else Pre_afternoon = False; if time >1100 then Afternoon = true else A...
by Polly MultiCharts
09 Feb 2023
Forum: MultiCharts
Topic: nice function for recording value with time period? MC staff?
Replies: 5
Views: 529

Re: nice function for recording value with time period? MC staff?

Hello ScottishSpeculator, You might try using these functions for your purpose: DateTimeToString DateTimeToString_Ms FormatDate FormatTime Here is the example of usage: once cleardebug; if LastBarOnChart then print (datetimetostring_ms(datetime)," | ", FormatDate("yyyy-MM-dd",datetime)+" "+FormatTim...
by Polly MultiCharts
26 Jan 2023
Forum: MultiCharts
Topic: Historical data query end date/time string .... invalid /IB [SOLVED]
Replies: 4
Views: 731

Re: Historical data query end date/time string .... invalid /IB [SOLVED]

Hello Lantama2, This message appears due to the IB API changes implemented in TWS build (10.20.1h (Jan 10)). Our developers are currently looking into it on our end. In the meantime, please use TWS build (10.20.1d (Nov 29)) . After the downgrade please restart MultiCharts and reload your charts by p...
by Polly MultiCharts
25 Jan 2023
Forum: MultiCharts
Topic: No Print output for earlier dates
Replies: 3
Views: 421

Re: No Print output for earlier dates

masber2000, For signals the minimum MaxBarsBack is the largest MaxBarsBack required by all signals applied to the chart. For example, you have data1=1 min, data2=1 day. If an Average in your code references data2 with Length=10, then the required MaxBarsBack value is 10. 10 days of data will be skip...
by Polly MultiCharts
24 Jan 2023
Forum: MultiCharts
Topic: No Print output for earlier dates
Replies: 3
Views: 421

Re: No Print output for earlier dates

Hello masber2000, Please make sure the bar with this date is present on the chart. Also please check the MaxBarsBack value in Format->Study->Properties tab->Max number of bars study will reference. MaxBarsBack is the amount of bars that would be used for initial script calculation, to get the initia...
by Polly MultiCharts
20 Jan 2023
Forum: MultiCharts
Topic: Powerlanguage Methods
Replies: 1
Views: 416

Re: Powerlanguage Methods

Hello masber2000,

In MultiCharts PowerLanguage the Method keyword is not available. You need to create a function as a separate file and then you will be able to use it in your code.
by Polly MultiCharts
18 Jan 2023
Forum: MultiCharts .NET
Topic: DataLoader to load symbols not on chart
Replies: 1
Views: 592

Re: DataLoader to load symbols not on chart

Hello uprz23, If you’re referring to the TS data feed, the request should contain the full name of it. Also please note that exchanges can be different, so you need to specify that in the request as well. You can try these code samples: Request.Symbol = "IBM"; Request.Exchange = "NYSE"; Request.Data...
by Polly MultiCharts
13 Jan 2023
Forum: MultiCharts
Topic: Editor- Code Organization
Replies: 1
Views: 318

Re: Editor- Code Organization

Hello masber2000,

There is no such option in regular MultiCharts but there is such an option in MultiCharts .NET.
You might try moving some parts into functions or changing the font size in PowerLanguage Window in Tools->Editor options->General Tab.
by Polly MultiCharts
11 Jan 2023
Forum: MultiCharts .NET
Topic: variableseries or Iseries..i don't understand differences [SOLVED]
Replies: 4
Views: 3689

Re: variableseries or Iseries..i don't understand differences [SOLVED]

Hello HellGhostEvocatorX, But do I understand correctly that I (can) use ISeries exclusively in functions? You can use ISeries not only in functions but in signals and indicators as well. Basically, I only need 2 values ​​for almost everything: price data and time data (possibly volume, etc.). What ...
by Polly MultiCharts
10 Jan 2023
Forum: MultiCharts .NET
Topic: Warning Please upgrade to a minimum version 163.
Replies: 1
Views: 595

Re: Warning Please upgrade to a minimum version 163.

Hello eunos64,

IB has applied API modifications that influence their Forex/Cash symbols. Our developers are currently working on it.
We'll let you know as soon as there's any news on it.
by Polly MultiCharts
09 Jan 2023
Forum: MultiCharts .NET
Topic: Work with fundamental data
Replies: 4
Views: 1192

Re: Work with fundamental data

Hello bomberone1, Fundamental data is not supported in MultiCharts, and unfortunately, we at the moment it is not in our to-do list for the nearest versions. But you can vote for the corresponding feature requests here: https://www.multicharts.com/pm/public/multicharts/issues/MC-479 https://www.mult...
by Polly MultiCharts
30 Dec 2022
Forum: MultiCharts
Topic: Help understanding "Intra-bar Price Movement Assumptions"
Replies: 7
Views: 1261

Re: Help understanding "Intra-bar Price Movement Assumptions"

Hello Mark, There is no difference between order generation on Regular and Kase Bar chart types with regards to Backtesting and Data Playback, Real-Time order simulation, and Auto Trading. In backtesting Intra-Bar Order Generation is limited by four calculations per bar (Open, High, Low, Close). In ...
by Polly MultiCharts
28 Dec 2022
Forum: MultiCharts .NET
Topic: Extend series? Adjust time series
Replies: 2
Views: 525

Re: Extend series? Adjust time series

Hello HellGhostEvocatorX, In MultiCharts there are no pre-built options to manage the data via code. But you can edit data for a specific symbol in QuoteManager->right click the necessary symbol->Edit data. For more info about editing data please refer to this Wiki article . Also please note that yo...
by Polly MultiCharts
16 Dec 2022
Forum: MultiCharts
Topic: Multi IN/OUT setup in one Bar
Replies: 3
Views: 537

Re: Multi IN/OUT setup in one Bar

Smoky, To allow multiple same-direction entry orders you might try checking the 'Allow up to N entry orders in the same direction as the currently held position' checkbox in Format->Signal->Strategy Properties->Properties tab->Position limit section. For more info about these settings please refer t...
by Polly MultiCharts
15 Dec 2022
Forum: MultiCharts
Topic: Multi IN/OUT setup in one Bar
Replies: 3
Views: 537

Re: Multi IN/OUT setup in one Bar

Hello Smoky,

You can allow your strategy to send different amounts of orders depending on the selected IOG mode in Format->Signal->Properties tab. Please find the screenshot attached for reference.

For more info about IOG settings please refer to this page.
by Polly MultiCharts
09 Dec 2022
Forum: MultiCharts
Topic: Multi Time Frame Bar updates
Replies: 6
Views: 724

Re: Multi Time Frame Bar updates

joebone, There shouldn’t be any issues with that. But you can add traces in your code (print, fileappend) to monitor the strategy logic printed out in real-time. A general example is available in our Wiki . You can also use this code sample for reference: if LastBarOnChart_s then begin print (Symbol...
by Polly MultiCharts
08 Dec 2022
Forum: MultiCharts
Topic: Multi Time Frame Bar updates
Replies: 6
Views: 724

Re: Multi Time Frame Bar updates

joebone, On the chart the data series are enumerated as Data1, Data2, Data3 and so on. Data1 is the main data series and it cannot be deleted. Both a signal and an indicator are calculated on their base data series. Base data series for a signal is always Data1. Base data series for an indicator can...
by Polly MultiCharts
06 Dec 2022
Forum: MultiCharts
Topic: Multi Time Frame Bar updates
Replies: 6
Views: 724

Re: Multi Time Frame Bar updates

Hello joebone, If you’d like your signal to be calculated on every ask or bid change, you will need to plot two 1-tick data series for ask and bid respectively. You might also try using the InsideAsk and InsideBid keywords for this purpose, but please note that these keywords will work only with rea...
by Polly MultiCharts
30 Nov 2022
Forum: MultiCharts
Topic: Closing a position with SetPercentTrailing but at a limit price
Replies: 2
Views: 402

Re: Closing a position with SetPercentTrailing but at a limit price

Hello kinginhk, In auto trading if the specified percentage of the maximum profit is lost after the profit has reached the specified value, SetPercentTrailing generates the Stop Order depending on whether the position is Long or Short. Stop Orders might lead to slippage you’ve mentioned. Unfortunate...
by Polly MultiCharts
25 Nov 2022
Forum: MultiCharts
Topic: Feature question
Replies: 10
Views: 1332

Re: Feature question

syswizard,

That is correct, DataLoader is available only in MultiCharts .NET.
by Polly MultiCharts
22 Nov 2022
Forum: MultiCharts
Topic: ADE.GetBarInfo for day and week timeframe
Replies: 6
Views: 647

Re: ADE.GetBarInfo for day and week timeframe

Hello rc76,

I am afraid, this question is beyond our tech support, because ADE is not our product.
by Polly MultiCharts
17 Nov 2022
Forum: MultiCharts
Topic: Portfolio Trader Initial Capital [SOLVED]
Replies: 4
Views: 672

Re: Portfolio Trader Initial Capital [SOLVED]

al68, You can open the script of pre-built signals for reference in PowerLanguage Editor in File->Open->check the ‘Signals’ box->signals starting with ‘Portfolio’ (e.g. Portfolio_Rotation_MM) and modify it to your needs. As for adding more pre-built signals, you can post your request at our Project ...
by Polly MultiCharts
16 Nov 2022
Forum: MultiCharts
Topic: Portfolio Trader Initial Capital [SOLVED]
Replies: 4
Views: 672

Re: Portfolio Trader Initial Capital [SOLVED]

Hello al68, In MultiCharts Portfolio Trader Money Management settings and Initial Capital are applied to the whole portfolio. If you’d like to set different initial capitals for different strategies, you can create two separate instances of Portfolio Trader for each of the strategy and broker. If yo...
by Polly MultiCharts
16 Nov 2022
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 5
Replies: 19
Views: 2942

Re: MultiCharts 14.0 Release 5

Bad ticks issue again with this version of TWS despite correct quotemanager settings. Do you have other solutions?
thanks
Hi fibdax,

In MultiCharts data is displayed as provided by the data source. Please contact IB directly for more detailed info.
by Polly MultiCharts
14 Nov 2022
Forum: MultiCharts
Topic: Feature question
Replies: 10
Views: 1332

Re: Feature question

sgjohnson1981, If your data vendor provides Ask/Bid data, it should be available through DataLoader in MultiCharts .NET. You can check if data is available by plotting the chart with the Ask or Bid data series (Format->Instrument->Settings tab->Chart settings section). DataLoader is an indicator tha...
by Polly MultiCharts
14 Nov 2022
Forum: MultiCharts
Topic: MultiCharts 14.0 Release 5
Replies: 19
Views: 2942

Re: MultiCharts 14.0 Release 5

Hello fibdax, MultiCharts supports IB TWS version 10.18.1b and higher, so please update TWS to avoid this error message. After that please try reloading the chart by pressing Ctrl+R. If you don’t want to reload the whole chart, you can create a new chart with a Data Range corresponding to the period...
by Polly MultiCharts
07 Nov 2022
Forum: MultiCharts
Topic: Feature question
Replies: 10
Views: 1332

Re: Feature question

Hello sgjohnson1981, When you plot Cumulative or Volume Delta on a chart and choose ‘Ask Traded vs Bid Traded’ in the ‘Breakdown by’ field, three additional data series are downloaded: Ask, Bid and Trade. These series are analyzed and the Volume is defined. When you choose ‘Up Ticks vs Down Ticks’ i...
by Polly MultiCharts
04 Nov 2022
Forum: MultiCharts
Topic: Autotrade "Require Order Confirmation" setting accessible from EL?
Replies: 1
Views: 371

Re: Autotrade "Require Order Confirmation" setting accessible from EL?

Hello Luto, Unfortunately, there is no option to access the "Require Order Confirmation" setting from your code. You can check this box manually but please note that each time when one or more orders are generated, a New Order dialog box will appear in the center of the desktop that may lead to dela...
by Polly MultiCharts
03 Nov 2022
Forum: MultiCharts
Topic: Specifying account to trade for IB Advisory account
Replies: 2
Views: 456

Re: Specifying account to trade for IB Advisory account

Hello firemag, Please make sure you set Single Account Allocation for your strategy in Strategy Properties->Auto Trading tab->Broker plug-in section->click on the Gear Icon next to IB->Financial Advisor Settings tab, not only in the Manage Broker Profiles Window. If it doesn’t help, please contact I...
by Polly MultiCharts
02 Nov 2022
Forum: MultiCharts
Topic: Bulk Performance reports download
Replies: 1
Views: 344

Re: Bulk Performance reports download

Hello AndyB72, Unfortunately, there is no pre-built option to save all Performance Reports from all open charts at once. You will need to save them one by one. To learn how please see our Wiki article . If you'd like to test your strategy on a number of financial instruments simultaneously, you migh...
by Polly MultiCharts
28 Oct 2022
Forum: MultiCharts
Topic: Issue with DOM_ calls
Replies: 1
Views: 375

Re: Issue with DOM_ calls

Hello fltngpnt,

You need to add the ‘begin’ and ‘end’ to make ‘Print’ work under the condition as well.
Please see the code sample for reference:

Code: Select all

Variables: var0(0); If DOM_IsConnected then begin var0 = DOM_AskPrice(5); Print(var0); end;
by Polly MultiCharts
25 Oct 2022
Forum: MultiCharts
Topic: backtest results vs. realtime results
Replies: 5
Views: 829

Re: backtest results vs. realtime results

Hello Yohyon,

There is the ‘Realtime-history matching’ option that allows MultiCharts to synchronize the calculation of studies based on several data series.
For more info please refer to this page.
by Polly MultiCharts
18 Oct 2022
Forum: MultiCharts
Topic: Feature question
Replies: 10
Views: 1332

Re: Feature question

Hello sgjohnson1981, You can try plotting two series of data with Ask and Bid prices and applying the following indicator to them: var: VolData1(0); var: VolData2(0); VolData1 = ticks data1; VolData2 = ticks data2; Plot1(VolData1); Plot2(VolData2); After that you can use VolData1 and VolData2 in the...
by Polly MultiCharts
13 Oct 2022
Forum: MultiCharts
Topic: So where is the "Create an account" BUTTON?
Replies: 1
Views: 450

Re: So where is the "Create an account" BUTTON?

Mark,

To create an account at Project Management please contact the support team via our support email. You can find it on our website.
by Polly MultiCharts
13 Oct 2022
Forum: MultiCharts
Topic: Backfilling using TS Data delayed
Replies: 4
Views: 872

Re: Backfilling using TS Data delayed

Kel,

The option ‘Schedule ASAP’ is available only in TS and can be used when TS queues up data requests.
If you want to schedule an automated downloading of historical data from the data provider, you might want to try Historical Data Download Scheduler. For more info please refer to this page.
by Polly MultiCharts
07 Oct 2022
Forum: MultiCharts
Topic: backtest results vs. realtime results
Replies: 5
Views: 829

Re: backtest results vs. realtime results

syswizard, Correct. By default, in MultiCharts you can trade one symbol per chart only. Your trading series is always the main data series (data1). Renko is a not standard chart type. One needs to take into account the peculiarities of bar formation if it is required to trade on a non-standard chart...
by Polly MultiCharts
06 Oct 2022
Forum: MultiCharts
Topic: backtest results vs. realtime results
Replies: 5
Views: 829

Re: backtest results vs. realtime results

Hello syswizard, To make the results of backtesting closer to live trading you can use the Precise Backtesting option. To learn how please read this page . We’d also recommend using the Regular Chart type as a main data series, and other chart types as informational ones. For more info about Backtes...
by Polly MultiCharts
05 Oct 2022
Forum: MultiCharts .NET
Topic: Optimization Finds No Trades - Backtest Does
Replies: 1
Views: 603

Re: Optimization Finds No Trades - Backtest Does

Hello arickett,

Please send the workspace, symbol data in qmd format and signals to our support email, so that we can check it on our end. To learn how to export the workspace, data and signals, please refer to the corresponding pages.
by Polly MultiCharts
19 Sep 2022
Forum: MultiCharts
Topic: Optimisation Report - Change default saving folder???
Replies: 1
Views: 512

Re: Optimisation Report - Change default saving folder???

Hello Jupp25, All the Optimization Reports are saved in the Documents folder by default. You can specify another file location, when you click the ‘Save’ button. Next time you click the ‘Save’ button, the file location will be defined from a previous saving session. If you don’t specify any location...
by Polly MultiCharts
12 Sep 2022
Forum: MultiCharts .NET
Topic: IOG mode during Autotrade
Replies: 2
Views: 756

Re: IOG mode during Autotrade

Hello amberouserous,

Please send us the test strategy and your workspace to support@multicharts.com, so that we can investigate the behavior in detail.
by Polly MultiCharts
02 Sep 2022
Forum: MultiCharts
Topic: Multicharts folders on WinFsp file system
Replies: 5
Views: 803

Re: Multicharts folders on WinFsp file system

nni8568,

To create an account at Project Management, please contact the support team at support@multicharts.com.
by Polly MultiCharts
31 Aug 2022
Forum: MultiCharts
Topic: Multicharts folders on WinFsp file system
Replies: 5
Views: 803

Re: Multicharts folders on WinFsp file system

Ron, The folder ‘Databases’ cannot be stored on a network drive, only on the physical one. All the other MultiCharts folders that you can find in File->Preferences->Misk tab can be transferred to network drives. You could post your request about storing the database on a network drive at our Project...
by Polly MultiCharts
31 Aug 2022
Forum: MultiCharts
Topic: Rithmic Demo
Replies: 4
Views: 722

Re: Rithmic Demo

Happy to help! If you have any other difficulties, please do not hesitate to contact us.
Have a good day!
by Polly MultiCharts
30 Aug 2022
Forum: MultiCharts
Topic: Rithmic Demo
Replies: 4
Views: 722

Re: Rithmic Demo

Hi Ron,

You can connect Rithmic Paper Trading broker profile in File->Broker Profiles->Manage Broker Profiles->New->Rithmic Paper Trading.
For more info please refer to this page.
Rithmic Paper Trading.png
(52.68 KiB) Not downloaded yet
by Polly MultiCharts
30 Aug 2022
Forum: MultiCharts
Topic: Multicharts folders on WinFsp file system
Replies: 5
Views: 803

Re: Multicharts folders on WinFsp file system

Hello nni8568, MultiCharts uses files stored locally. The folder ‘Databases’ should be stored on a local physical drive, not on the network one. For stable operation MultiCharts should have permanent exclusive access to all its folders and files, i.e. other programs should not read, open or modify M...
by Polly MultiCharts
26 Aug 2022
Forum: MultiCharts
Topic: Very long wicks [SOLVED]
Replies: 3
Views: 831

Re: Very long wicks [SOLVED]

Happy to help!
If you have any other questions or issues, do not hesitate to contact us.
by Polly MultiCharts
23 Aug 2022
Forum: MultiCharts
Topic: Very long wicks [SOLVED]
Replies: 3
Views: 831

Re: Very long wicks [SOLVED]

Hello albevier, Please follow these steps to make sure the symbol parameters are correct: Re-add the symbol from a data source in QuoteManager: Instrument -> Add Symbol -> From Data Source Reopen the chart with the problematic symbol Reload the chart by pressing CTRL+R or via View -> Reload If unusu...
by Polly MultiCharts
19 Aug 2022
Forum: MultiCharts
Topic: Order and Positions Tracker
Replies: 3
Views: 663

Re: Order and Positions Tracker

rondawes,

You can leave a request at our Project Management, and if it gets enough votes, the dev team will take it into consideration.
To create an account at Project Management please contact the support team via support@multicharts.com.
by Polly MultiCharts
18 Aug 2022
Forum: MultiCharts
Topic: Order and Positions Tracker
Replies: 3
Views: 663

Re: Order and Positions Tracker

Hi rondawes, In Order and Position Tracker there is no such function. Could you please specify if you use manual or auto trading? If you use auto trading you can set your commission rules in Format->Signals->Properties->Properties tab->Costs/Capitalization section. For more info please read this art...
by Polly MultiCharts
11 Aug 2022
Forum: MultiCharts
Topic: Visual Studio Code for editing EL?
Replies: 1
Views: 728

Re: Visual Studio Code for editing EL?

Hi Taj, In the regular version of MultiCharts you may use Visual Studio for writing and editing a code but you will not have any hints as you do in PowerLanguage Editor and you will not be able to compile your script. To make it work in MultiCharts you need to compile it in PowerLanguage Editor. Wit...
by Polly MultiCharts
10 Aug 2022
Forum: MultiCharts
Topic: How can I syncronize MC and Binance Account
Replies: 1
Views: 509

Re: How can I syncronize MC and Binance Account

Hi strelow, Binance Spot operates with a wallet, so MultiCharts has to emulate the positions. You can press Lookup in the Binance Spot settings -> Open Positions tab to have MC form the position based on the orders sent from MultiCharts. If the position was opened/changed from outside of MultiCharts...
by Polly MultiCharts
08 Aug 2022
Forum: MultiCharts
Topic: Cannot Import into PL Editor [SOLVED]
Replies: 3
Views: 785

Re: Cannot Import into PL Editor [SOLVED]

Happy to help!
Please let us know if you have any other questions or issues.
by Polly MultiCharts
05 Aug 2022
Forum: MultiCharts
Topic: Interactive Brokers client software
Replies: 1
Views: 510

Re: Interactive Brokers client software

Hello Jimmyrakete,

Please make sure the Interactive Brokers data feed is set up according to our guide and try unchecking the "Launch Trader Workstation at Start" box in the IB data feed and broker profile settings.
Then restart MultiCharts and IB TWS and check the connection.
by Polly MultiCharts
02 Aug 2022
Forum: MultiCharts
Topic: Percentage Intraday Drawdown Stop for each trade
Replies: 2
Views: 536

Re: Percentage Intraday Drawdown Stop for each trade

Hi altoncrooks, You can use special orders SetStopLoss and SetPercentTrailing . They can close the entire position but can’t close the separate trade. Unfortunately there is no pre-built function for MAE. In the strategy performance report it is calculated as a percentage from the volume of each tra...
by Polly MultiCharts
28 Jul 2022
Forum: MultiCharts
Topic: CPU usage of PT will rise very quickly
Replies: 2
Views: 549

Re: CPU usage of PT will rise very quickly

Hi qwerasdft8, You need to install the patch for Binance as described in this post . If the same behavior is reproduced after you install the patch, please send us the following files to support@multicharts.com so that we would be able to investigate the issue: 1. The workspace where the issue is re...
by Polly MultiCharts
21 Jul 2022
Forum: MultiCharts
Topic: Cannot Import into PL Editor [SOLVED]
Replies: 3
Views: 785

Re: Cannot Import into PL Editor [SOLVED]

Hello Albevier, Unfortunately, protected ELD files cannot be imported to MultiCharts. As for the purchased scripts you need to contact your strategy developer, ask them to export the strategy in SEF format and then import it by following this guide . Concerning the scripts that you have created your...

Go to advanced search