Search found 9165 matches

by Henry MultiСharts
16 Apr 2013
Forum: MultiCharts
Topic: closing status of a bar sometimes takes too long
Replies: 38
Views: 17558

Re: closing status of a bar sometimes takes too long

Hi Henry - This solution did not work for me. I can't say why and it would take some time to decipher the reason. I am trading only the S&P emini - a very liquid market. You said that the code would recalc and issue orders on the opening tick of the following bar, with this market there is normally...
by Henry MultiСharts
16 Apr 2013
Forum: MultiCharts
Topic: Wrong candlestick???
Replies: 8
Views: 1993

Re: Wrong candlestick???

Hello aczk, Please compare MultiCharts status line OHLC values on HSIJ13 1 day chart with IB TWS OHLC values (not TWS chart but main TWS grid). http://www.multicharts.com/discussion/download/file.php?mode=view&id=6247&sid=7e33d2d7b4d232efb5b0ed9f715e5f67 On your first screenshot MC status line shows...
by Henry MultiСharts
16 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

Is this a bug?
I don't think this should be happening.
See what happens with the moving averages markers on the Y-axis. They disappear when you zoom in to a certain level.

http://www.screencast.com/t/sQoPKK6eJqK
This issue has been confirmed. It will be fixed in the next version of MultiCharts.
by Henry MultiСharts
16 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

I have noticed several times now that if I move a target within the DOM for an entry with attached exit order (multiple contracts and different targets) to the current ask (or bid) and it get's hit, the DOM gets stuck for a couple of seconds (up to 30 or so). When there is a gap of one tick it's ea...
by Henry MultiСharts
15 Apr 2013
Forum: MultiCharts
Topic: chart trading default account
Replies: 1
Views: 1310

Re: chart trading default account

Hello designer01, Select the account you need in the account selector and save the workspace. Next time you open the workspace-the proper account should be selected at once. Make sure you are running the latest build of MultiCharts 8.5 Release. Please let me know if you are using MBT broker and your...
by Henry MultiСharts
15 Apr 2013
Forum: MultiCharts
Topic: Mb Trading FOREX: Account temporarily unavailable [SOLVED]
Replies: 71
Views: 21501

Re: Mb Trading FOREX: Account temporarily unavailable [SOLVED]

I've requested an update. Will post it once I have any reply.
by Henry MultiСharts
15 Apr 2013
Forum: MultiCharts .NET
Topic: MC.NET and bid / ask.. Few questions. [SOLVED]
Replies: 2
Views: 2224

Re: MC.NET and bid / ask.. Few questions. [SOLVED]

Hello maxima, 1) That is possible to plot ask/bid/trade quote fields on your chart. Data availability and amount of historical data depends on the data provider. 2) Historical IQFeed data is provided with at bid / at ask information. Historical data for all other data providers and realtime data is ...
by Henry MultiСharts
15 Apr 2013
Forum: MultiCharts .NET
Topic: Treating indicators as data series
Replies: 9
Views: 3909

Re: Treating indicators as data series

We are looking into improving this functionality in one of the next versions of MultiCharts.
by Henry MultiСharts
15 Apr 2013
Forum: MultiCharts
Topic: Optimize on Sharpe Ratio
Replies: 18
Views: 11470

Re: Optimize on Sharpe Ratio

Hi, Using exactly the same data, when I apply the prebuilt Bollinger Band signal, the optimize_by_sharp_ratio works, but only for "Monthly" input. When I change input to "Daily", the Sharpe Ratio becomes -1.0. When I add my signal however, inputs of both Daily and Monthly give a Sharpe Ratio of 0. ...
by Henry MultiСharts
15 Apr 2013
Forum: MultiCharts .NET
Topic: Virtual Entry and Daily P&L
Replies: 1
Views: 1459

Re: Virtual Entry and Daily P&L

Hello Shane, You can find your daily profit and loss in Format->Strategy properties->Strategy performance report(automated trading)/Trading performance report (for manual trading)->Periodical analysis->Daily period analysis. The value is not updated in realtime, you need to re-open the report to upd...
by Henry MultiСharts
15 Apr 2013
Forum: MultiCharts .NET
Topic: Working with DebugView.exe [SOLVED]
Replies: 2
Views: 1829

Re: Working with DebugView.exe [SOLVED]

Hello zhiguang, To define the "TRACE" conditional compilation symbol in C# and J#, add the /d:TRACE option to the compiler command line when you compile your code or add #define TRACE to the top of your file . In Visual Basic, add the /d:TRACE=True option to the compiler command line or add #Const T...
by Henry MultiСharts
15 Apr 2013
Forum: MultiCharts .NET
Topic: Indicator Function in Signal Not Matching Chart Indicator [SOLVED]
Replies: 4
Views: 2793

Re: Indicator Function in Signal Not Matching Chart Indicato [SOLVED]

Hello Kenny, To check my data, I output the values of the XAverage function when each bar closes: Code: Bars.Status != EBarState.Close // Also tried Bars.Status != EBarState.Open != is the inequality operator. This code will not work as described. Please use the equality operator == to achieve your ...
by Henry MultiСharts
15 Apr 2013
Forum: MultiCharts .NET
Topic: Do not show graphic
Replies: 1
Views: 1355

Re: Do not show graphic

Hello Basicprofdfa,

In order to get data in MultiCharts you need to setup one of the supported data providers.
If you are using Zenfire data feed-make sure you have the correct account details specified and proper deployment selected in QuoteManager->Tools->DataSources->Zenfire ->Settings.
by Henry MultiСharts
15 Apr 2013
Forum: MultiCharts QUIK
Topic: Не планируется ли сделать free version мультичартса?
Replies: 1
Views: 1642

Re: Не планируется ли сделать free version мультичартса?

Добрый день, Vanosupr.

На данный момент таких планов нет.
by Henry MultiСharts
12 Apr 2013
Forum: MultiCharts .NET
Topic: How do I call HighestFC? And what's the C# equivalent of Max [SOLVED]
Replies: 6
Views: 4846

Re: How do I call HighestFC? And what's the C# equivalent of [SOLVED]

SSS, check out PublicFunctions Members in the PowerLanguage .Net help file.
by Henry MultiСharts
12 Apr 2013
Forum: MultiCharts
Topic: Possible to call signals from within a signal?
Replies: 3
Views: 1336

Re: Possible to call signals from within a signal?

Such thing cannot be done in MultiCharts .Net at the moment as well.
If there will be a technical possibility - we will look into adding such functionality in the future.
by Henry MultiСharts
12 Apr 2013
Forum: MultiCharts
Topic: Possible to call signals from within a signal?
Replies: 3
Views: 1336

Re: Possible to call signals from within a signal?

Hello Hilbert,

There is no such functionality at the moment.
by Henry MultiСharts
12 Apr 2013
Forum: MultiCharts
Topic: New Data Source on Quote Manager
Replies: 5
Views: 1971

Re: New Data Source on Quote Manager

Please describe the exact problems you have.
by Henry MultiСharts
12 Apr 2013
Forum: MultiCharts
Topic: Trendlines and text misbehave on tick charts
Replies: 17
Views: 3784

Re: Trendlines and text misbehave on tick charts

Sorry to be a drone on this one subject, but I now realize that there is another facet to the EOD exit issues I was experiencing on tick charts. Call me slow, but I finally realized that when using statements like: if currenttime_s >= 160000 then sell currentshares this bar; or, if time_s >= 160000...
by Henry MultiСharts
12 Apr 2013
Forum: MultiCharts
Topic: Order name on chart and Order and position tracker differ [SOLVED]
Replies: 3
Views: 1365

Re: Order name on chart and Order and position tracker diffe [SOLVED]

This issue has been confirmed. It will be fixed in the next version of MultiCharts.
by Henry MultiСharts
12 Apr 2013
Forum: MultiCharts .NET
Topic: difference between [input] and [InputAttribute]
Replies: 1
Views: 1418

Re: difference between [input] and [InputAttribute]

Hello viresearch, Quote: By convention, all attribute names end with the word "Attribute" to distinguish them from other items in the .NET Framework. However, you do not need to specify the attribute suffix when using attributes in code. For example, you can specify InputAttribute as follows: [Input...
by Henry MultiСharts
12 Apr 2013
Forum: MultiCharts .NET
Topic: Global Variable & Elecxel.dll for MC.Net
Replies: 3
Views: 2122

Re: Global Variable & Elecxel.dll for MC.Net

Using MC.net, is it possible to use dll that are available in the regular version?
Martin :)
Hello Martin,

With MultiCharts .Net you can use the dll written for regular MultiCharts. You will need to write new C#/VB .Net studies for accessing the dll functionality.
by Henry MultiСharts
12 Apr 2013
Forum: MultiCharts .NET
Topic: Position handling on non-continuous strategy execution
Replies: 1
Views: 1502

Re: Position handling on non-continuous strategy execution

Hello Felix, When auto trading is turned off - the strategy position becomes zero. If you have an open position at the broker and you want your strategy to continue trading this position - you need to specify the position manually for each strategy next time you turn on the auto trading. Please do t...
by Henry MultiСharts
12 Apr 2013
Forum: MultiCharts .NET
Topic: How do I change the data window color?
Replies: 1
Views: 1848

Re: How do I change the data window color?

Hello Azharr, On your screenshot you have highlighted the chart hint . Chart hint can be opaque or transparent (View tab->Transparent hint). Opaque hint color is controlled by Windows color and appearance setting->Item color: ToolTip (you can find it in Control Panel->Appearance and Personalization-...
by Henry MultiСharts
11 Apr 2013
Forum: MultiCharts
Topic: New Data Source on Quote Manager
Replies: 5
Views: 1971

Re: New Data Source on Quote Manager

Hello tranitroom,

You can clone Universal DDE datafeed only. If you want to add a custom data provider-please contact Stan Bokov regarding this question at sbokov@multicharts.com
by Henry MultiСharts
11 Apr 2013
Forum: MultiCharts .NET
Topic: Issue backtesting with Bar magnifier enabled
Replies: 7
Views: 2931

Re: Issue backtesting with Bar magnifier enabled

Champski, what is your version and build number of MultiCharts (Help tab->About) ? If you are using MultiCharts with PowerLanguage you can use Print statement for debugging. Please send me the following information for further investigation (support@multicharts.com): - workspace you are using - in Q...
by Henry MultiСharts
11 Apr 2013
Forum: MultiCharts
Topic: Is it normal to wait 10 minutes to exit Multicharts ?
Replies: 21
Views: 4579

Re: Is it normal to wait 10 minutes to exit Multicharts ?

StratMan, please send me the studies you are using for replicating the issue in our environment: In Power Language editor->File->Export->export with dependent functions the studies you are using the workspaces you have provided. Send me the study export file. In case you experience the crash again p...
by Henry MultiСharts
11 Apr 2013
Forum: MultiCharts
Topic: Unstable Internet connection - Reload data automatically
Replies: 60
Views: 24580

Re: Unstable Internet connection - Reload data automatically

Henry, What does this mean with regards to re-loading data? Does it mean that I have to click on each chart, thus making each chart active and then type in the specific command which will reload the data for that chart? If my understanding is correct, it means I still need to individually click on ...
by Henry MultiСharts
11 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

Back to the subject of Rectangles for a moment, could we possibly have an option box to "Extend to the right" the rectangles, so we don't have to type in future dates ? (just like the trendline option box to extend right or left).. Also, a "default" box to remember the "extend right" option... sptr...
by Henry MultiСharts
11 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

Very beautiful but... Still not able to perform an optmizitation based on Sortino ratio (or other user defined functions that need information on every bar). Not even with setcustomfitnessvalue. You can create your own code with SetCustomFitnessValue to perform optmizitation based on Sortino ratio,...
by Henry MultiСharts
11 Apr 2013
Forum: MultiCharts
Topic: Unstable Internet connection - Reload data automatically
Replies: 60
Views: 24580

Re: Unstable Internet connection - Reload data automatically

Dear users,

We have decided to expand MultiCharts by adding full access to command line functionality from the code. That includes not only reloading of data, but other command line features as well, such as changing chart symbol and resolution, etc. The feature is targeted to MultiCharts 8.7.
by Henry MultiСharts
11 Apr 2013
Forum: MultiCharts .NET
Topic: Strategy and Manual Trading
Replies: 3
Views: 1843

Re: Strategy and Manual Trading

which Synchronizer script will allow me to manually close a position that was opened by the automated strategy? You are already allowed to do that, even without the synchronizer script. The purpose of the synchronizer script is to keep your auto trading strategy aware of the manual orders you place...
by Henry MultiСharts
11 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

Trend line is still the problem has not been resolved https://www.multicharts.com/discussion/viewtopic.php?f=1&t=10457 Unfortunately there is no technical possibility for improving this behavior at the moment. Please use the provided workaround: Set Chart Shift option to "Bars" in Format->Window->X...
by Henry MultiСharts
11 Apr 2013
Forum: MultiCharts
Topic: Trendline charts problem 8.0 beta3 [SOLVED]
Replies: 7
Views: 4263

Re: Trendline charts problem 8.0 beta3 [SOLVED]

Unfortunately there is no technical possibility for improving this behavior at the moment.
Please use the provided workaround:
Set Chart Shift option to "Bars" in Format->Window->X-time scale.
by Henry MultiСharts
11 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

Rectangles don't extend to the right on contract shares the same they do on minute charts for example.
Hello ABC,

This issue has been confirmed. It will be fixed in the next version of MultiCharts.
by Henry MultiСharts
11 Apr 2013
Forum: MultiCharts .NET
Topic: Where is my internet connection status on Multicharts? [SOLVED]
Replies: 5
Views: 2789

Re: Where is my internet connection status on Multicharts? [SOLVED]

In MultiCharts data provider and broker connections are separate. You can see the status of the broker connection on the Trade Bar in MultiCharts. Order and position tracker Logs tab shows the information on the trading events and messages received from broker. As for the data connection - you can t...
by Henry MultiСharts
11 Apr 2013
Forum: MultiCharts
Topic: Application fails to start because its side-by-side configur
Replies: 3
Views: 1905

Re: Application fails to start because its side-by-side conf

I had the same problem after installing the latest 64-bit version 8.5.6851, and the above fix didn't work. Please help.
noodlesong, please additionally install the following updates and restart your PC:
vcredist_x64_2008_eng.exe
vcredist_x64_2005sp1_eng.exe
https://goo.gl/cC4e7M
by Henry MultiСharts
11 Apr 2013
Forum: MultiCharts
Topic: Drawings, Studies
Replies: 2
Views: 1070

Re: Drawings, Studies

Hello Pennino,

There is no such functionality at the moment. Please vote for the corresponding feature request.
by Henry MultiСharts
11 Apr 2013
Forum: MultiCharts .NET
Topic: Accessing Indicator from Signal [SOLVED]
Replies: 15
Views: 17343

Re: Accessing Indicator from Signal [SOLVED]

Is there an ETA on Version 9 or when we can expect to see this functionality?
MultiCharts 9 is targeted to the second half of this year (roughly). There is no exact date for it yet.
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts
Topic: ELD Floating Point Error (TS vs MC)
Replies: 9
Views: 2903

Re: ELD Floating Point Error (TS vs MC)

Hello Rick,

Please refer to the following article to resolve that issue: Floating-Point Division by Zero Error Message
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts
Topic: Unstable Internet connection - Reload data automatically
Replies: 60
Views: 24580

Re: Unstable Internet connection - Reload data automatically

HPF, hilbert, we are going to address the backfilling issues with the mentioned data providers in one of the future versions of MultiCharts. Due to complexity of the task I cannot give you any ETA at the moment, but roughly that should be ready in MC 9.0
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts
Topic: Performance issue [SOLVED]
Replies: 16
Views: 4378

Re: Performance issue [SOLVED]

This is "Performance" tab, not "Performance graph" tab.

Do you need all the drawings? Excessive amount of drawings affects performance. It is recommended to delete/replace the drawings that you do not need to keep the performance good.
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts
Topic: Is it normal to wait 10 minutes to exit Multicharts ?
Replies: 21
Views: 4579

Re: Is it normal to wait 10 minutes to exit Multicharts ?

StratMan, please send me your workspaces to support@multicharts.com for further analysis.
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts
Topic: Performance issue [SOLVED]
Replies: 16
Views: 4378

Re: Performance issue [SOLVED]

Thierry, please double click on MultiCharts.exe process in process explorer->go to Performance graph. Create a screenshot of this window and attach it.

Does performance go back to normal if you turn off all your indicators?
In your indicators do you plot new drawings without deleting the old ones?
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts
Topic: Autorestart automated strategy [SOLVED]
Replies: 13
Views: 7436

Re: Autorestart automated strategy [SOLVED]

SUPER, if you are referring to We are going to add auto fill of the values in "Assign the Initial Market Position at the Broker" window in the next version of MultiCharts. then not exactly. It will just "fill in" the assign position window on initial start of auto trading, while the synchronizer scr...
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts
Topic: Performance issue [SOLVED]
Replies: 16
Views: 4378

Re: Performance issue [SOLVED]

Then double click on MultiCharts.exe process->Performance graph. Create a screenshot of this window.
Please attach this screenshot as was requested and reply to my questions.
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts
Topic: Which version of esignals to be used with mc 8.5 64
Replies: 5
Views: 2404

Re: Which version of esignals to be used with mc 8.5 64

Hello abc999,

You need to install version 10.6 of the eSignal application. You may also install version 11 of the eSignal application, but version 10.6 should be present to ensure that MultiCharts continues to operate properly.
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts .NET
Topic: .NET SE Edition has a limitation in historical data?
Replies: 5
Views: 2906

Re: .NET SE Edition has a limitation in historical data?

Hello stocksbaron, MultiCharts .NET Starter Edition has only one limitation - you can have only 2 symbols in the database at the same time. There is no data amount limitation. The limitation you have faced is Interactive Brokers data provider limitation. By default TWS API provides access only to 1 ...
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts .NET
Topic: Bar magnifier for Data2..N ?
Replies: 5
Views: 2385

Re: Bar magnifier for Data2..N ?

Bar magnifier can be turned on for the main data series only. If you want Bar magnifier for additional data series-please submit a feature request to the Project Management of our web site so other users can vote for it: https://www.multicharts.com/pm/ You can add any resolution you are using in bar...
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts .NET
Topic: Issue backtesting with Bar magnifier enabled
Replies: 7
Views: 2931

Re: Issue backtesting with Bar magnifier enabled

I'm testing on 200 days of data - but the test only does 1 day worth of back testing! I have set the max bars ref will study at 9500 - because at 10'000 it says not enough bars. Can I not just set the max bars ref will study at 100'000 and it would do the test for whatever data is available (under ...
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts .NET
Topic: Issue backtesting with Bar magnifier enabled
Replies: 7
Views: 2931

Re: Issue backtesting with Bar magnifier enabled

Hi Henry, My max bars back setting is set to 10 and the chart goes back 2 months. Any other ideas? Champski, are you able to plot this (tick) data series on a separate chart? Is your strategy calculated ok with Bar Magnifier=Off? Are you able to get any prebuilt strategy calculated on this chart wi...
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts QUIK
Topic: Лишние свечи 1400 - 1403 ФОРТС [SOLVED]
Replies: 8
Views: 3995

Re: Лишние свечи 1400 - 1403 ФОРТС [SOLVED]

Ведутся ли работы по устранению этой ошибки ?
Да, работы ведутся. Фикс будет доступен в следующей версии Quik плагина.
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts .NET
Topic: Access P&L without using strategy performance report
Replies: 6
Views: 2534

Re: Access P&L without using strategy performance report

maisatomai, make your variables defined through inputs. Optimization will search for the best values through the value range you specify according to selected optimization criteria for the selected inputs. For more info on understanding and performing optimization please refer to our wiki section: O...
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts
Topic: Performance issue [SOLVED]
Replies: 16
Views: 4378

Re: Performance issue [SOLVED]

Hello Thierry, In process explorer please go to View->System information->CPU->enable the option "Show one graph". Create a screenshot of this window when you have MultiCharts performance issue. Then double click on MultiCharts.exe process->Performance graph. Create a screenshot of this window. Atta...
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts
Topic: Autorestart automated strategy [SOLVED]
Replies: 13
Views: 7436

Re: Autorestart automated strategy [SOLVED]

"Cancel button" and "Strategy/chart info" improvements for Assign initial market position window were added to our to-do list.
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts
Topic: Unstable Internet connection - Reload data automatically
Replies: 60
Views: 24580

Re: Unstable Internet connection - Reload data automatically

This feature request is not yet scheduled to any particular version of MultiCharts. With most data providers the data is backfilled automatically on tick based charts. See post #14 . HPF, hilbert, which data providers do you use? What is the resolution of the charts with gaps? How exactly gaps appea...
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts QUIK
Topic: Новый режим торгов на ММВБ [SOLVED]
Replies: 2
Views: 2607

Re: Новый режим торгов на ММВБ [SOLVED]

Здравствуйте, olart. МultiСharts не поддерживает одинаковое имя инструмента для одной биржи, Вам необходимо создать еще одну биржу для таких инструментов. Решение такое (чтобы продублировать по инструментам данные, которые Вы собрали): 1. Создайте (клонируйте) биржу MICEX1 (например). 2. Зайдите в н...
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts .NET
Topic: Strategy and Manual Trading
Replies: 3
Views: 1843

Re: Strategy and Manual Trading

Hello kinkeadfx, That is possible to manually close a position that was opened by automated strategy. If you want your auto trading to know about the market position change at broker you need to use a synchronizer script. For more information please refer to this post and Manual Trading and Automate...
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts
Topic: Upgraded to v8.5 "Account xxx not loaded" error [SOLVED]
Replies: 14
Views: 6664

Re: Upgraded to v8.5 "Account xxx not loaded" error [SOLVED]

Account temporarily unavailable and Account not loaded are the same issues. They are not caused by a certain MBT desktop version. The issue is on the MBT servers. All of the provided information has been forwarded to MBT Integration Department Manager and analyzed by MBT programmers. They have found...
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts
Topic: Mb Trading FOREX: Account temporarily unavailable [SOLVED]
Replies: 71
Views: 21501

Re: Mb Trading FOREX: Account temporarily unavailable [SOLVED]

Account temporarily unavailable and Account not loaded are the same issues. They are not caused by a certain MBT desktop version. The issue is on the MBT servers. All of the provided information has been forwarded to MBT Integration Department Manager and analyzed by MBT programmers. They have found...
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts .NET
Topic: Where is my internet connection status on Multicharts? [SOLVED]
Replies: 5
Views: 2789

Re: Where is my internet connection status on Multicharts? [SOLVED]

Hello Azharr,

The green icon in the bottom right corner of MultiCharts shows your authorization status.
There is no indication of Internet Connection in MultiCharts.
by Henry MultiСharts
10 Apr 2013
Forum: MultiCharts .NET
Topic: what is the different between sell and shortsell in code?
Replies: 1
Views: 1528

Re: what is the different between sell and shortsell in code

Buy and SellShort are for opening a position.
Sell and BuyToCover are for closing a position.
by Henry MultiСharts
09 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

As far as i can see it is only possible to apply a divisor to the scale and not to the delta/ bid ask values. For high volume contracts such as ES the number of bars usefully displayable is therefore limited. Please could this feature be considered. jl12, please provide a visual example with detail...
by Henry MultiСharts
09 Apr 2013
Forum: MultiCharts
Topic: Autorestart automated strategy [SOLVED]
Replies: 13
Views: 7436

Re: Autorestart automated strategy [SOLVED]

There needs to be an indication of what window the prompt is for How do you want to have this done? Same way "Do you want to enable AT for next strategies" window does that - shows Strategy name and chart info (symbol, resolution, broker)? http://www.multicharts.com/discussion/download/file.php?id=...
by Henry MultiСharts
09 Apr 2013
Forum: MultiCharts
Topic: Export System Input values to Excel [SOLVED]
Replies: 2
Views: 1709

Re: Export System Input values to Excel [SOLVED]

Hello Scuba,

You can use Once Print command to output the input value only once:

Code: Select all

once print ({your inputs here#1, #2, etc...} );
by Henry MultiСharts
09 Apr 2013
Forum: MultiCharts
Topic: Trendline charts problem 8.0 beta3 [SOLVED]
Replies: 7
Views: 4263

Re: Trendline charts problem 8.0 beta3 [SOLVED]

arnie, fibdax, there should be no such problem if Chart Shift option is set to "Bars" in Format->Window->X-time scale.
We are looking into improving the behavior with Chart Shift specified in percent.
by Henry MultiСharts
09 Apr 2013
Forum: MultiCharts
Topic: FXCM, MULTICHARTS, AND POSSIBLY MCFX?
Replies: 17
Views: 6458

Re: FXCM, MULTICHARTS, AND POSSIBLY MCFX?

Hello MAtricks,

Are you able to see the parent account in FXCM Trading Station? Please provide a screenshot of complete account list from FXCM Trading Station. Is hedging disabled for this account?
by Henry MultiСharts
09 Apr 2013
Forum: MultiCharts
Topic: Session Template Issues [SOLVED]
Replies: 2
Views: 1765

Re: Session Template Issues [SOLVED]

Hello KhaosTrader, The bars were already written to the database with the session setting specified at the moment the data was requested from the data provider. After changing the session settings all historical bars remain the same, all new bars are affected by the changes. In order to apply the ne...
by Henry MultiСharts
09 Apr 2013
Forum: MultiCharts .NET
Topic: Time & Sales EL for multicharts .net - how to convert? [SOLVED]
Replies: 2
Views: 2235

Re: Time & Sales EL for multicharts .net - how to convert? [SOLVED]

MultiCharts .Net 8.7 with Time and Sales functionality is (roughly) expected in May.
by Henry MultiСharts
09 Apr 2013
Forum: MultiCharts .NET
Topic: Issue backtesting with Bar magnifier enabled
Replies: 7
Views: 2931

Re: Issue backtesting with Bar magnifier enabled

Hello Champski, All I see at the top of the screen is the status "calculating". Most probably your MaxBarsBack value is higher than the amount of bars you have on the chart. Please go to MultiCharts->Format->Strategy properties->Properties->Maximum number of bars the study will reference to check it.
by Henry MultiСharts
09 Apr 2013
Forum: MultiCharts .NET
Topic: Access P&L without using strategy performance report
Replies: 6
Views: 2534

Re: Access P&L without using strategy performance report

Hello maisatomai, Access P&L without using strategy performance report. Are we able to do it in code? If we are talking about backtesting then there is no way to get the PnL except checking the strategy performance report. Is I am backtesting and wish to try out different parameters for my strategy,...
by Henry MultiСharts
09 Apr 2013
Forum: MultiCharts .NET
Topic: Powerlanguage namespace and classes questions
Replies: 1
Views: 1674

Re: Powerlanguage namespace and classes questions

Functions are not available in the solution as these are read only and you can't use it debug strategies real time? Hello SysInv, You can't get inside a function while debugging from VS, but that does not mean that you cannot debug in realtime at all. you have to use Output to write to the power la...
by Henry MultiСharts
09 Apr 2013
Forum: MultiCharts .NET
Topic: Volume Delta Type in Scripts
Replies: 1
Views: 1430

Re: Volume Delta Type in Scripts

Hello Mark,

Do you mean you want to get the ticks that were used for plotting a volume delta block?
You can use the IDataLoader interface to do that. Here is an example how to use it.
by Henry MultiСharts
09 Apr 2013
Forum: MultiCharts .NET
Topic: Bar magnifier for Data2..N ?
Replies: 5
Views: 2385

Re: Bar magnifier for Data2..N ?

You can add up to 99 additional dataseries to your chart and reference them from your code.
by Henry MultiСharts
09 Apr 2013
Forum: MultiCharts .NET
Topic: BarsOfData() question [SOLVED]
Replies: 2
Views: 3842

Re: BarsOfData() question [SOLVED]

I have subchart 1,2,3 and when I use BarsOfData(3).Close[0], it prompt an error and tell me subchart 4 is not set up. Hello maisatomai, This issue has been confirmed. It will be fixed in the next version of MultiCharts .Net. As a workaround when you need to reference 3 data series, add a fourth dat...
by Henry MultiСharts
08 Apr 2013
Forum: MultiCharts
Topic: DTN/IQ Connection Issues After Upgrade To 8.5 [SOLVED]
Replies: 3
Views: 2139

Re: DTN/IQ Connection Issues After Upgrade To 8.5 [SOLVED]

Hello harvester, Our developer has found a possible issue and fixed it. Please download the file corresponding to your version of MultiCharts: 32 bit: https://dl.dropbox.com/u/27918922/MC_IQ_80_Test.zip 64 bit: https://dl.dropbox.com/u/27918922/MC_IQ_80x64_Test.zip Please unzip the file and follow t...
by Henry MultiСharts
08 Apr 2013
Forum: MultiCharts
Topic: U-Turns for futures
Replies: 1
Views: 1237

Re: U-Turns for futures

Hello pschriber2,

Please refer to our Wiki to learn how Trading from Multiple Charts on One Instrument can be implemented in MultiCharts.
by Henry MultiСharts
08 Apr 2013
Forum: MultiCharts .NET
Topic: Bar magnifier for Data2..N ?
Replies: 5
Views: 2385

Re: Bar magnifier for Data2..N ?

Is it correct that the bar magnifier only works on data1, and not on additional data series?
That is correct. Check our Wiki for more details on script calculation modes: How_Signals_are_Calculated
by Henry MultiСharts
08 Apr 2013
Forum: MultiCharts
Topic: Is it normal to wait 10 minutes to exit Multicharts ?
Replies: 21
Views: 4579

Re: Is it normal to wait 10 minutes to exit Multicharts ?

5084 MB are used and there is only MultiCharts on the computer... and MultiCharts displays the warning message of the screenshot. Just after validation, MultiCharts crashed instantanly and the memory used comes back to normal (around 1 GB). I just restart MultiCharts and with one workspace, it use ...
by Henry MultiСharts
08 Apr 2013
Forum: MultiCharts
Topic: OPEN vs. First Tick(s)
Replies: 17
Views: 5756

Re: OPEN vs. First Tick(s)

The latest version of eSignal data dll with the latest improvements will be provided.
by Henry MultiСharts
08 Apr 2013
Forum: MultiCharts
Topic: Autorestart automated strategy [SOLVED]
Replies: 13
Views: 7436

Re: Autorestart automated strategy [SOLVED]

I'm currenty doing tests. And after a weekend, automated systems does not start on sunday night or monday morning. I put 9999 on Connecting settings option : Disable autotrading after x second. I can't leave it blank. May be I need to put 0. Are you referring to automated start of auto trading once...
by Henry MultiСharts
08 Apr 2013
Forum: MultiCharts
Topic: Autorestart automated strategy [SOLVED]
Replies: 13
Views: 7436

Re: Autorestart automated strategy [SOLVED]

The prompt for autotrading after a restart of the platform doesn't work well.
Please elaborate what does not work exactly.
by Henry MultiСharts
08 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

I believe this subject already was discussed on the forum and if I'm not mistaken you guys said that technically was not easy to apply... I might be wrong though... I have several studies that plots lines on the chart and I'd like to use them on a volume delta bar charts. The problem is that I cann...
by Henry MultiСharts
08 Apr 2013
Forum: MultiCharts
Topic: PROBLEMS WITH SHOW OPEN POSITION
Replies: 1
Views: 997

Re: PROBLEMS WITH SHOW OPEN POSITION

We are analyzing this case.
by Henry MultiСharts
08 Apr 2013
Forum: MultiCharts .NET
Topic: FREE MultiCharts .NET Starter Edition
Replies: 15
Views: 12778

Re: MC .NET FAQ Enabling Widespread MC .net development

I found that lack of documentation for the new language codes and tying up the trading software on main computer for development and testing a hindrance to testing buggy code while on a learning curve. Even having one of each MC version supporting the different languages is challenging when transla...
by Henry MultiСharts
08 Apr 2013
Forum: MultiCharts .NET
Topic: Keltner Channel with EMA
Replies: 1
Views: 1973

Re: Keltner Channel with EMA

Hello successlife,

You need to create EMA function and then use it in Keltner Channel code.
Check out the prebuilt Mov_Avg_Exponential indicator to learn how to do that.
by Henry MultiСharts
08 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

Volume delta bars have 3 options, total volume, bid x ask volume and delta volume. You allow a profile shape for 2 of the 3 options. Why not allow also the profile shape on bid x ask volume? Why was this option left behind? Confirmed, will be added in the next version. Also, I've been to ask you gu...
by Henry MultiСharts
08 Apr 2013
Forum: MultiCharts .NET
Topic: Can't connect to CQG with Starter Edition [SOLVED]
Replies: 5
Views: 3064

Re: Can't connect to CQG with Starter Edition [SOLVED]

Error received: Invalid/Unauthorized Private Label
Hello Adelino,

Your account should be setup in order to use it with MultiCharts. Please contact your broker regarding this error.
by Henry MultiСharts
08 Apr 2013
Forum: MultiCharts .NET
Topic: Any tuts on how to convert EL to MC .net & NT to MC .net?
Replies: 1
Views: 1551

Re: Any tuts on how to convert EL to MC .net & NT to MC .net

Hello Azharr, MultiCharts and MultiCharts .NET have the same functionality but are using different programming languages: With MultiCharts you can create a study using EasyLanguage/PowerLanguage With MultiCharts .Net you can create a study using C# or VisualBasic.Net Studies from MC .Net cannot be u...
by Henry MultiСharts
08 Apr 2013
Forum: MultiCharts .NET
Topic: Length of VariableSeries
Replies: 3
Views: 2275

Re: Length of VariableSeries

MaxBarsBack is your min and max amount of bars that are required for calculation. If you do not have enough bars specified by MaxBarsBack then your study will not be calculated.
by Henry MultiСharts
08 Apr 2013
Forum: User Contributed Studies
Topic: Market Depth on Chart [SOLVED]
Replies: 9
Views: 8531

Re: Market Depth on Chart [SOLVED]

I downloaded the SE version yesterday to give MC a trial, I really like what I see.
Is this still the case regarding market depth?
Can I only see the depth of my broker and not the market? I am currently using IQFeed.
Samuel
Yes, this behavior has not been changed.
by Henry MultiСharts
05 Apr 2013
Forum: MultiCharts
Topic: Is it normal to wait 10 minutes to exit Multicharts ?
Replies: 21
Views: 4579

Re: Is it normal to wait 10 minutes to exit Multicharts ?

It seems that MC (latest Build 6851) is a little more demanding than the previous versions ... Because this is the first time that my 6 GB of memory are not enough! MC begins the week using 2GB, which are increasing throughout the week: I don't see any abnormal amount of memory used on your screens...
by Henry MultiСharts
05 Apr 2013
Forum: MultiCharts
Topic: Can I insert 2 Trading Strategy to 1 chart?
Replies: 1
Views: 1015

Re: Can I insert 2 Trading Strategy to 1 chart?

Hello uncle_mk2, When multiple signals are combined to create a strategy, same-direction orders generated by different signals are assigned priority relative to each other based on the order that the signals appear under the Signals tab in the Format Objects window. Please refer to How Scripts Work ...
by Henry MultiСharts
05 Apr 2013
Forum: MultiCharts
Topic: Autorestart automated strategy [SOLVED]
Replies: 13
Views: 7436

Re: Autorestart automated strategy [SOLVED]

Hello SirHC, If automated order execution has been turned off on your charts - then you need to turn it on manually on each chart. Since MultiCharts 8.5 Release autotrading is automatically turned on in workspaces in which it was enabled during shutdown. The user is prompted for confirmation prior t...
by Henry MultiСharts
05 Apr 2013
Forum: MultiCharts
Topic: Is it normal to wait 10 minutes to exit Multicharts ?
Replies: 21
Views: 4579

Re: Is it normal to wait 10 minutes to exit Multicharts ?

Waiting for the requested information from StratMan for further analysis.
by Henry MultiСharts
05 Apr 2013
Forum: MultiCharts
Topic: OPEN vs. First Tick(s)
Replies: 17
Views: 5756

Re: OPEN vs. First Tick(s)

If I look at the DAX FUTURE only it seems that the minute open is the 2nd tick of the day received from esig. It was the same the day before yesterday.
We have replicated the behavior with a missing first tick when collecting rt minute data in our environment. It will be fixed by our developers.
by Henry MultiСharts
05 Apr 2013
Forum: MultiCharts
Topic: Message: Your PC is running out of memory few questions: [SOLVED]
Replies: 28
Views: 12752

Re: Message: Your PC is running out of memory few questions: [SOLVED]

As I write this, the TradingServer.exe process has grown to 2.2gb. WarEagle, TradingServer.exe resource usage will be improved in the next build of MultiCharts. I have had a few overnight crashes of MC where I will have a dozen application error boxes waiting for me in the morning. I have submitted...
by Henry MultiСharts
05 Apr 2013
Forum: MultiCharts .NET
Topic: Time zone, trading session hours, and holiday schedule
Replies: 8
Views: 5568

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

Hello HPF, 1) The information you have posted is correct. Session time is in the time zone of the main data series. 2) Unfortunately there is no access to the holiday list from the code at the moment. You may want to submit a feature request to the Project Management of our web site so other users c...
by Henry MultiСharts
05 Apr 2013
Forum: MultiCharts
Topic: the parameter "Len" of MRO()[SOLVED]
Replies: 1
Views: 1145

Re: the parameter "Len" of MRO()[SOLVED]

Hello Stone,

There is no way to do that. If you use barnumer as Len input for this function-your study will be in a constant loop, searching for a maxbasback value.
by Henry MultiСharts
05 Apr 2013
Forum: MultiCharts .NET
Topic: Length of VariableSeries
Replies: 3
Views: 2275

Re: Length of VariableSeries

Hello Mark,

You need to use MaxBarsBack to avoid going "out of bounds" (constantly increasing MaxBarsBack value). For example:

Code: Select all

for(int i = 0; i < ExecInfo.MaxBarsBack; i++)
{
double a = Bars.Close[i];
}
by Henry MultiСharts
04 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

It happened again today, as you can see on this picture. If it's any help, I am using a custom continuous future. What email address should I use for sending the workspace? http://www.multicharts.com/discussion/download/file.php?id=6124 Regards, ABC This issue has been confirmed. It will be fixed i...
by Henry MultiСharts
04 Apr 2013
Forum: MultiCharts .NET
Topic: C# questions
Replies: 3
Views: 2517

Re: C# questions

Franz, this is a general C# question, not related to MultiCharts .Net. Function, Signal and Indicator are abstract "forms" we have added for ease of use. The heart of any study in MC .Net is a class, like in regular C#.
by Henry MultiСharts
04 Apr 2013
Forum: MultiCharts
Topic: Why do different versions yield different optimizations?
Replies: 14
Views: 3327

Re: Why do different versions yield different optimizations?

If you want us to check this case please provide information that was requested in post #7
by Henry MultiСharts
04 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

Arnie, it was not originally designed for such plot type. Please describe how you would like it to be done and we will consider this improvement for implementation.
by Henry MultiСharts
04 Apr 2013
Forum: MultiCharts
Topic: Why do different versions yield different optimizations?
Replies: 14
Views: 3327

Re: Why do different versions yield different optimizations?

Mobiius, make sure you have the same columns and sorting options selected in optimization reports of both MultiCharts.
by Henry MultiСharts
04 Apr 2013
Forum: MultiCharts
Topic: Message: Your PC is running out of memory few questions: [SOLVED]
Replies: 28
Views: 12752

Re: Message: Your PC is running out of memory few questions: [SOLVED]

WarEagle, do you place any trades manually? If yes-how many?
Which exact broker profiles do you usually have connected?

Please let me know if you notice TradingServer.exe process using a lot of RAM again.
by Henry MultiСharts
04 Apr 2013
Forum: MultiCharts
Topic: OPEN vs. First Tick(s)
Replies: 17
Views: 5756

Re: OPEN vs. First Tick(s)

The problem has not been yet replicated in our environment as well.
I will keep the board posted.
by Henry MultiСharts
04 Apr 2013
Forum: MultiCharts .NET
Topic: MC 8.5 does not work with external assemblies [SOLVED]
Replies: 7
Views: 3458

Re: MC 8.5 does not work with external assemblies [SOLVED]

rjelles, the reply to this question was in my post above:
The references you have added are global and available for all studies.
by Henry MultiСharts
04 Apr 2013
Forum: MultiCharts
Topic: Order Submitted, Cancelled, Submitted, Cancelled...
Replies: 5
Views: 2092

Re: Order Submitted, Cancelled, Submitted, Cancelled...

Do you think though it could be caused by the option 'Cancel market orders as obsolete if not filled within' That is possible. You can try disabling the option to see if that is the source of this behavior. If this was the cause would this be reported under the logs tab of the order and position tr...
by Henry MultiСharts
04 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

Is there a reason why we can't select Profile on the volume delta bars when we have bid x ask volume selected?
Bid x Ask volume is two values, not one.
by Henry MultiСharts
04 Apr 2013
Forum: MultiCharts
Topic: No-gap range bars.
Replies: 12
Views: 8616

Re: No-gap range bars.

Are you aware that the original bars do not seem to stay within the designated fixed rage when plotted? FogChaser2011, that is expected behavior. As I wrote above: “Point Original” bar closes when the following condition is met: modulus |Open*PriceScale - Close*PriceScale| >= chart resolution ( a t...
by Henry MultiСharts
04 Apr 2013
Forum: MultiCharts .NET
Topic: How do I call HighestFC? And what's the C# equivalent of Max [SOLVED]
Replies: 6
Views: 4846

Re: How do I call HighestFC? And what's the C# equivalent of [SOLVED]

Hello SSS,

Functions are not in VS solution, they are built-in in PLEditor.
That means functions cannot be seen in Visual Studio.


* Added to MC .NET FAQ.
by Henry MultiСharts
04 Apr 2013
Forum: MultiCharts .NET
Topic: MC 8.5 does not work with external assemblies [SOLVED]
Replies: 7
Views: 3458

Re: MC 8.5 does not work with external assemblies [SOLVED]

in VS2010 I add a reference in my indicator to System.ServiceModel, and my indicator that uses WCF compiles correctly. However in PowerEditor, the "using System.ServiceModel" generates an error. PowerEditor appears to not allow the additional references. From MC .NET FAQ : + All references should b...
by Henry MultiСharts
04 Apr 2013
Forum: MultiCharts
Topic: "Master Strategy" exit strategy kills MC
Replies: 3
Views: 1793

Re: "Master Strategy" exit strategy kills MC

Hello bnichols,

Please come to our live chat Monday-Friday 6:30 am - 4 pm EST to demonstrate this behavior remotely and we will collect all required for analysis information.
by Henry MultiСharts
03 Apr 2013
Forum: MultiCharts
Topic: FXCM, MULTICHARTS, AND POSSIBLY MCFX?
Replies: 17
Views: 6458

Re: FXCM, MULTICHARTS, AND POSSIBLY MCFX?

FXCM data stored on our servers is provided with retail spread. Your FXCM broker account can have different spread.
by Henry MultiСharts
03 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

In the DOM or with the Chart Trading it's possible to change the PnL display between currency, tick and percentage of the account. A fourth option to hide the PnL would be very useful in my opinion. The reason for this is that in my opinion always seeing the PnL has (just speaking for myself) a neg...
by Henry MultiСharts
03 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

through the mouse right button, where we would have a list for the sessions
Thank you for the details. We have added this inquiry to our to-do list.
by Henry MultiСharts
03 Apr 2013
Forum: MultiCharts QUIK
Topic: Почиму так медленно открываются графики ! [SOLVED]
Replies: 5
Views: 2656

Re: Почиму так медленно открываются графики ! [SOLVED]

TCust, пожалуйста, пришлите Ваш старый и новый воркспейсы для сравнения(support@multicharts.com), а также архив инструментов из сканера с данными(правый клик по инструменту в QuoteManager->Export data->Export Instrument->Экспортите с данными). Мы сравним воркспейсы и попытаемся найти проблему.
by Henry MultiСharts
03 Apr 2013
Forum: MultiCharts
Topic: Order Submitted, Cancelled, Submitted, Cancelled...
Replies: 5
Views: 2092

Re: Order Submitted, Cancelled, Submitted, Cancelled...

so does that mean the order was not rejected by Multicharts or my broker and that there is something wrong with my code? Most probably yes. Please use the suggestions from my previous post to debug your code. If your code works ok and the conditions in the code are always met but the order is still...
by Henry MultiСharts
03 Apr 2013
Forum: MultiCharts
Topic: Problem with multicharts
Replies: 1
Views: 1027

Re: Problem with multicharts

Hello Victor,

Please make sure your PC time zone and time are correct.
After PC time zone/time changes please restart MultiCharts and all of its processes.
by Henry MultiСharts
03 Apr 2013
Forum: MultiCharts
Topic: FXCM, MULTICHARTS, AND POSSIBLY MCFX?
Replies: 17
Views: 6458

Re: FXCM, MULTICHARTS, AND POSSIBLY MCFX?

Hello t-rader,

Data comes from our servers.
Orders go directly to FXCM broker through FxOrder2Go app/api.
If you want to reduce the ping/latency for order execution I believe it would be better to place your server closer to FXCM order execution servers.
by Henry MultiСharts
02 Apr 2013
Forum: MultiCharts
Topic: about putting two strategies in a chart [SOLVED]
Replies: 2
Views: 1449

Re: about putting two strategies in a chart [SOLVED]

Hello Stone,

Two separate strategies applied to the same chart return the same Barsinceentry value (if PoxBack is the same). Please describe the exact difficulty you have, attach sample codes and workspace demonstrating it.
by Henry MultiСharts
02 Apr 2013
Forum: MultiCharts
Topic: OPEN vs. First Tick(s)
Replies: 17
Views: 5756

Re: OPEN vs. First Tick(s)

We will try to replicate this behavior in our environment.
by Henry MultiСharts
02 Apr 2013
Forum: MultiCharts .NET
Topic: Position History
Replies: 13
Views: 5650

Re: Position History

Hello Zoli, We have analyzed this situation. It happens due to the asynchronous way market position change and order fill status are sent be most brokers. On fast trading markets this behavior can appear more often, on slow trading markets it may not appear at all. Unfortunately there is no technica...
by Henry MultiСharts
02 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

Arnie, connecting line feature was clear. As I wrote - we have added it to our to-do list.

I have asked for more details about "a faster way to change the session template". How/ what exactly do you want to have improved?
by Henry MultiСharts
02 Apr 2013
Forum: MultiCharts
Topic: OPEN vs. First Tick(s)
Replies: 17
Views: 5756

Re: OPEN vs. First Tick(s)

At what time do you start QuoteManager/ start collecting the data?
by Henry MultiСharts
02 Apr 2013
Forum: MultiCharts
Topic: OPEN vs. First Tick(s)
Replies: 17
Views: 5756

Re: OPEN vs. First Tick(s)

lantama, please describe the exact steps to replicate this behavior.
If you are using Collect RT data w/o plotting option then create a screenshot of "Fields to collect window".
by Henry MultiСharts
02 Apr 2013
Forum: MultiCharts
Topic: Message: Your PC is running out of memory few questions: [SOLVED]
Replies: 28
Views: 12752

Re: Message: Your PC is running out of memory few questions: [SOLVED]

WarEagle, couple of questions:
1) which data provider and broker do you use ?
2) how many charts with Auto trading=On do you have?
3) are the signals running in IOG mode?
4) what is the RAM usage if you have no auto trading enabled?
5) how long does it take for MC to start using 4.5gig of RAM ?
by Henry MultiСharts
02 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

Is it possible to add an option to show/hide a dash line connecting the trades? When looking at a snapshot of the day, it becomes difficult to know which trade is which since there's no line connecting them. http://www.multicharts.com/discussion/download/file.php?id=6148 Added to our to-do list. Wi...
by Henry MultiСharts
02 Apr 2013
Forum: MultiCharts QUIK
Topic: Почиму так медленно открываются графики ! [SOLVED]
Replies: 5
Views: 2656

Re: Почиму так медленно открываются графики ! [SOLVED]

Здравствуйте, TCust. Какова резолюция и интервал запроса данных в сканере (правый клик-Format Instrument-вкладка Settings)? Какова резолюция и интервал запроса данных на чарте (правый клик-Format Instrument-вкладка Settings)? В сканере все данные загружены? В колонке Trend нет надписи Waiting for da...
by Henry MultiСharts
02 Apr 2013
Forum: MultiCharts
Topic: OPEN vs. First Tick(s)
Replies: 17
Views: 5756

Re: OPEN vs. First Tick(s)

Hello lantama, eSignal provides historical tick, minute and daily data. That means historical minute bars are not built from ticks, they are received as OHLC value provided by eSignal. Realtime minute bars plotted on the chart are built from ticks and not saved to the database. If you use Collect RT...
by Henry MultiСharts
02 Apr 2013
Forum: MultiCharts
Topic: Double Candlesticks eSignal
Replies: 3
Views: 1713

Re: Double Candlesticks eSignal

Hello Kinko, Please check the following settings: 1) PC timezone and time are set correctly; 2) symbol sessions are correct (MultiCharts->File->New->QuoteManager window->double click on the symbol you need->Sessions tab); 3) exchange sessions and timezone are correct (QuoteManager window->Tools->Exc...
by Henry MultiСharts
02 Apr 2013
Forum: MultiCharts .NET
Topic: How do I call HighestFC? And what's the C# equivalent of Max [SOLVED]
Replies: 6
Views: 4846

Re: How do I call HighestFC? And what's the C# equivalent of [SOLVED]

Hello SSS,

You can find an example how to use a function in any prebuilt study.
For example Highest function is used in Channel_Breakout_LE & Channel_Breakout_SE signals.
You can open them if you go to PowerLanguage .Net Editor->File tab->Open.

For MaxList please refer to Math Class @ MSDN.
by Henry MultiСharts
02 Apr 2013
Forum: MultiCharts
Topic: Why do different versions yield different optimizations?
Replies: 14
Views: 3327

Re: Why do different versions yield different optimizations?

As I've stated above: There should be no significant difference in the optimization results between different versions of MultiCharts from the same release cycle. Per your description: There would be a huge shift in 'results' that may have systems that have had constant negative profitability after ...
by Henry MultiСharts
02 Apr 2013
Forum: MultiCharts
Topic: FXCM, MULTICHARTS, AND POSSIBLY MCFX?
Replies: 17
Views: 6458

Re: FXCM, MULTICHARTS, AND POSSIBLY MCFX?

MAtricks, we offer 2 weeks of MCFX data for trial. Please contact me directly if you would like to test it.
by Henry MultiСharts
02 Apr 2013
Forum: MultiCharts
Topic: Optimize on Sharpe Ratio
Replies: 18
Views: 11470

Re: Optimize on Sharpe Ratio

Hello Ed,

We are analyzing this behavior.
by Henry MultiСharts
01 Apr 2013
Forum: MultiCharts .NET
Topic: share variables value between indicators?
Replies: 1
Views: 1571

Re: share variables value between indicators?

You can achieve this goal with the help of Global Variables.
by Henry MultiСharts
01 Apr 2013
Forum: MultiCharts
Topic: Why do different versions yield different optimizations?
Replies: 14
Views: 3327

Re: Why do different versions yield different optimizations?

Hello Mobiius, In order to address your inquiry and provide comprehensive analysis results we need to have more information. Please send me (support@multicharts.com) the following information for analysis: - what are the exact version and build numbers of MultiCharts you are comparing? (in MultiChar...
by Henry MultiСharts
01 Apr 2013
Forum: MultiCharts
Topic: FXCM, MULTICHARTS, AND POSSIBLY MCFX?
Replies: 17
Views: 6458

Re: FXCM, MULTICHARTS, AND POSSIBLY MCFX?

MultiCharts cannot receive data directly from FXCM. In MultiCharts FXCM data is available only through our servers. Such data source is called MCFX. More info here . You can get this data for free if you trade at least 8 standard lots or 80 mini lots each month with FXCM broker. More information can...
by Henry MultiСharts
01 Apr 2013
Forum: MultiCharts
Topic: Market order with protection
Replies: 1
Views: 1167

Re: Market order with protection

Hello evdl,

Such order types are not supported in MultiCharts.
MultiCharts supports the following order types: Market, Stop, Limit, Stop Limit orders.
by Henry MultiСharts
01 Apr 2013
Forum: MultiCharts
Topic: FXCM, MULTICHARTS, AND POSSIBLY MCFX?
Replies: 17
Views: 6458

Re: FXCM, MULTICHARTS, AND POSSIBLY MCFX?

Hello MAtricks,

FXCM broker is supported in MultiCharts. There are no known issues with this connection at the moment. I would recommend you to use MultiCharts for this connection.
Please let me know if you need to know the FXCM broker functionality peculiarities.
by Henry MultiСharts
01 Apr 2013
Forum: MultiCharts
Topic: ALMOST perfect integration of MC with Dukascopy
Replies: 128
Views: 65675

Re: ALMOST perfect integration of MC with Dukascopy

Hello Eto,

Nothing has changed since 07 Aug 2012. See my reply in post #110 above.
by Henry MultiСharts
01 Apr 2013
Forum: MultiCharts
Topic: Pending orders.
Replies: 1
Views: 1499

Re: Pending orders.

Hello youn56,

There is no such powerlanguage function at the moment.
by Henry MultiСharts
01 Apr 2013
Forum: MultiCharts
Topic: Double Candlesticks eSignal
Replies: 3
Views: 1713

Re: Double Candlesticks eSignal

Hello Kinko,

Try installing this update and let me know if the problem persists.
by Henry MultiСharts
01 Apr 2013
Forum: MultiCharts .NET
Topic: How to count bars using CalcBar() [SOLVED]
Replies: 5
Views: 4464

Re: How to count bars using CalcBar() [SOLVED]

Hello Ed,

You can also utilize IInstrument.FullSymbolData to get the closing time of the bar.
by Henry MultiСharts
01 Apr 2013
Forum: MultiCharts .NET
Topic: Portfolio Backtesting - Extended mode, Bar Magnifier and IOG
Replies: 3
Views: 3547

Re: Portfolio Backtesting - Extended mode, Bar Magnifier and

Hello Ed,

Thank you for your suggestions. We are going to add IOG when portfolio trading functionality would be added. As for Bar Magnifier and Extended Backtesting we do not have any estimated release time due to complexity of development of these features.
by Henry MultiСharts
01 Apr 2013
Forum: MultiCharts .NET
Topic: multichart cannot open more than 1 position?
Replies: 1
Views: 1612

Re: multichart cannot open more than 1 position?

Hello maisatomai,

By default MultiCharts sends one order to open a position into long or short direction. If you want to have multiple orders in the same direction please go to Format->Strategy properties->Properties tab->enable the option "Allow up to NNN entry orders in the same direction".
by Henry MultiСharts
01 Apr 2013
Forum: MultiCharts .NET
Topic: How do I know current open position?
Replies: 1
Views: 1621

Re: How do I know current open position?

Hello maisatomai, Check IStrategyPerformance Members: AvgEntryPrice - Returns average entry price. AvgEntryPriceAtBroker Read - Returns average entry price for position that was requested from the broker. AvgEntryPriceAtBrokerForTheStrategy - Returns average entry price for position requested from t...
by Henry MultiСharts
01 Apr 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

Please don't forget to fix the bug of the surrounding profile lines that continue to be visible if we move the mouse outside the chart when inside of one of the profiles. It's quite annoying seeing them when the mouse is not on that window. By the way, those lines, even when they are not visible on...
by Henry MultiСharts
29 Mar 2013
Forum: MultiCharts
Topic: Can MC pyramid out of a strategy? [SOLVED]
Replies: 2
Views: 4289

Re: Can MC pyramid out of a strategy? [SOLVED]

Hello Xyzzy, You can switch between the modes for processing exit orders using the signal attribute [SameExitFromOneEntryOnce = True/False]. It has been added in MC 8.5. [SameExitFromOneEntryOnce = true] Standard EasyLanguage Calculation (default) - any one exit order cannot be applied to one entry ...
by Henry MultiСharts
28 Mar 2013
Forum: MultiCharts
Topic: BackTesting Problem [SOLVED]
Replies: 13
Views: 4383

Re: BackTesting Problem [SOLVED]

Could this be a conflict with Office 2013? I.e., that MultiCharts exports in ".xlsx" format for Office 2007 and Office 2010, but reverts back to ".xls" for Office 2013?
There is indeed an issue with Office 2013. It will be fixed in the next version of MultiCharts.
by Henry MultiСharts
28 Mar 2013
Forum: MultiCharts
Topic: No-gap range bars.
Replies: 12
Views: 8616

Re: No-gap range bars.

1). my attempts to use it in the MC 8.5 64bit have produced multiple "errors requiring developer's attention". The new set of candles does appear on the chart but causes the above problem, occasional MC freezes and indicator errors. Hello FogChaser2011, This issue has been confirmed. It will be fix...
by Henry MultiСharts
28 Mar 2013
Forum: MultiCharts
Topic: Renko Play Back?
Replies: 6
Views: 4628

Re: Play Back mode using tick based Renko wick bars?

Hello StefanoSF,

Unfortunately there is no such functionality at the moment.
Please submit a feature request to our Project Management section so other users can vote for it: https://www.multicharts.com/pm/
by Henry MultiСharts
28 Mar 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

Please don't forget to fix the bug of the surrounding profile lines that continue to be visible if we move the mouse outside the chart when inside of one of the profiles. It's quite annoying seeing them when the mouse is not on that window. By the way, those lines, even when they are not visible on...
by Henry MultiСharts
28 Mar 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

Maybe I'm reading this in the wrong way but instead of 82.68K it should be 826.80K. That indicates the total volume traded so far in the day, right? when I look at 82.68K it's saying 82 thousand and 68 contracts but in reality we traded 862 thousand and 80 contracts. The decimal place is not correc...
by Henry MultiСharts
28 Mar 2013
Forum: MultiCharts
Topic: zenfire local sim and charttrading
Replies: 11
Views: 3870

Re: zenfire local sim and charttrading

Hello bstrader,

As we found out during live chat session - this behavior can no longer be replicated on your end.
Please let us know the exact steps of replicating it in case you experience it again.
by Henry MultiСharts
28 Mar 2013
Forum: MultiCharts
Topic: Support for any Proprietary Trading firms ?
Replies: 2
Views: 2089

Re: Support for any Proprietary Trading firms ?

Hello syswizard,

It depends on the API and the final goal you would like to achieve.
Please contact Stan at sbokov@multicharts.com to discuss any custom projects.
by Henry MultiСharts
28 Mar 2013
Forum: MultiCharts
Topic: Is it normal to wait 10 minutes to exit Multicharts ?
Replies: 21
Views: 4579

Re: Is it normal to wait 10 minutes to exit Multicharts ?

Hello faschim,

That is an interesting case and it should be studied.
Did you notice what were the exact processes during some of the slowest of the shutdown periods?
Was there a "saving data to database" window shown during this period?
by Henry MultiСharts
28 Mar 2013
Forum: MultiCharts
Topic: Is it normal to wait 10 minutes to exit Multicharts ?
Replies: 21
Views: 4579

Re: Is it normal to wait 10 minutes to exit Multicharts ?

Hello StratMan, Please update to MultiCharts 8.5 Release build 6850/6851 and let me know if you experience any crash issues. If application crash window appears please click Terminate button and send me the logs for analysis (support@multicharts.com). Here is how to collect the logs . If application...
by Henry MultiСharts
28 Mar 2013
Forum: MultiCharts
Topic: Interchanging between 32 bit and 64 bit versions? Okay? [SOLVED]
Replies: 2
Views: 1879

Re: Interchanging between 32 bit and 64 bit versions? Okay? [SOLVED]

MultiCharts 32 bit and MultiCharts 64 bit are two separate applications, each using it's own isolated application/database/study folders. Both applications can be installed on the same PC. There should be no conflict. You can use your license in both programs, but not at the same time. Additional in...
by Henry MultiСharts
28 Mar 2013
Forum: MultiCharts
Topic: How to keep alive a Limit order till filled [SOLVED]
Replies: 9
Views: 3594

Re: How to keep alive a Limit order till filled [SOLVED]

Hello maxmax68, Your understanding is correct, except one thing (step 2): - At the end of the bar MC cancels Limit order. After step 1 auto trading goes to step 3 of your description. Infact the script was calculated tick by tick and Limit order was placed on the next tick, not on next bar open ! Co...
by Henry MultiСharts
28 Mar 2013
Forum: MultiCharts
Topic: BackTesting Problem [SOLVED]
Replies: 13
Views: 4383

Re: BackTesting Problem [SOLVED]

Could this be a conflict with Office 2013? I.e., that MultiCharts exports in ".xlsx" format for Office 2007 and Office 2010, but reverts back to ".xls" for Office 2013?
We are checking it.
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts
Topic: Is it normal to wait 10 minutes to exit Multicharts ?
Replies: 21
Views: 4579

Re: Is it normal to wait 10 minutes to exit Multicharts ?

Hello StratMan,

Have you compared it to any previous version of MultiCharts? Was it saving the data faster before?
Do you still have this behavior with MultiCharts 8.5 Release build 6850/6851?
If you have not updated to this build-please update and let me know how it goes.
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts
Topic: Metastock Xenith datafeed
Replies: 3
Views: 3328

Re: Metastock Xenith datafeed

Is there any plan to support Metastock Xenith data feed? How much does it cost if I want to ask MC to develop a custom datafeed to suport Metastock Xenith? Anyone interested in chipping in for the development cost? Worldwide data available for a low cost: http://www.metastock.com/products/realtime/...
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

When entering a position with multiple contracts via MC DOM (probably the same with the chart trader) and scaling out of it, some statistics in the Manual Trading Performance Report are somewhat misleading in my opinion. For example the Run-Up and Drawdown in the list of trades is, also the the tra...
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

Maybe I'm reading this in the wrong way but instead of 82.68K it should be 826.80K. That indicates the total volume traded so far in the day, right? when I look at 82.68K it's saying 82 thousand and 68 contracts but in reality we traded 862 thousand and 80 contracts. The decimal place is not correc...
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

It happened again today, as you can see on this picture. If it's any help, I am using a custom continuous future. What email address should I use for sending the workspace? http://www.multicharts.com/discussion/download/file.php?id=6124 Regards, ABC Hello ABC, In QuoteManager make a right click on ...
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts .NET
Topic: MC 8.5 does not work with external assemblies [SOLVED]
Replies: 7
Views: 3458

Re: MC 8.5 does not work with external assemblies [SOLVED]

Oddly, I am having difficulties reproducing myself. I wonder if the application put itself in some sort of weird state at the time.
davewolfs, please let us know if this behavior will reappear.
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts
Topic: Strategy buy first day of the month [SOLVED]
Replies: 9
Views: 5183

Re: Strategy buy first day of the month [SOLVED]

thanks fury,
I tried so but skips a few months
Most probably these months fall into MaxBarsBack bars.
You can check your MaxBarsBack value in Format->Strategy properties->Properties tab.
(8) [FAQ] MaxBarsBack
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts
Topic: Suggestions, annoyances, small bugs
Replies: 119
Views: 58237

Re: Suggestions, annoyances, small bugs

This one gets me every day...!!!! Probably the most annoying of all. http://www.multicharts.com/discussion/download/file.php?mode=view&id=5594&sid=85912dd056a2f9cd86e268b4758b5326 The fix will be avaiallbe in MultiCharts 8.5 Release This is happening more regularly than "normal". Almost every start...
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts
Topic: Optimize on Sharpe Ratio
Replies: 18
Views: 11470

Re: Optimize on Sharpe Ratio

Hello Ed,

Optimize_by_sharp_ratio works as expected in MC.NET 8.5.
Are you able to replicate this behavior with prebuilt signals like Bollinger Bands or Channel Breakout?
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts .NET
Topic: Position History
Replies: 13
Views: 5650

Re: Position History

Hello Zoli,

TPR shows the value with commission included, while Position History shows the PnL value received from broker at the moment position has changed. Commission can be not included in this value.
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts
Topic: BackTesting Problem [SOLVED]
Replies: 13
Views: 4383

Re: BackTesting Problem [SOLVED]

You need to use MS office version that supports Visual Basic for applications in order to export the performance report. Report will be exported either in xls or xlsx format depending on the version of MS Office package that was installed last. If you want to change that - repair the office package ...
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts .NET
Topic: Dataloader ticks do not align with bars [SOLVED]
Replies: 19
Views: 4961

Re: Dataloader ticks do not align with bars [SOLVED]

API should handle this for you.
It already does that for you.
You can also specify the resolution for the data loader request:

Code: Select all

req.Resolution.Type = EResolution.Volume;
Please refer to EResolution Enumeration in the help file for complete list of resolutions.
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts
Topic: Why do different versions yield different optimizations?
Replies: 14
Views: 3327

Re: Why do different versions yield different optimizations?

Hello Mobiius, The versions from different release cycles can produce different results as there are constant fixes and improvements introduced in each new version. There should be no significant difference in the optimization results between different versions of MultiCharts from the same release c...
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts .NET
Topic: Currency Strength Index
Replies: 1
Views: 1737

Re: Currency Strength Index

Hello eto,

Please contact us directly if you are interested in a custom programming project.
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts .NET
Topic: IQFeed Historical and IB Realtime Data [SOLVED]
Replies: 3
Views: 3013

Re: IQFeed Historical and IB Realtime Data [SOLVED]

the symbol mapping comes out as @ES# for both the chart symbol and broker symbol. After going in to the symbol mapping and reselecting ESM3 for the broker symbol then the trading and charting works as desired. That is expected behavior. IQfeed and Interactive Brokers have different patterns for cre...
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts
Topic: Order Submitted, Cancelled, Submitted, Cancelled...
Replies: 5
Views: 2092

Re: Order Submitted, Cancelled, Submitted, Cancelled...

Hello t-rader, Are conditions for sending the order met on each calculation of the study? Please use the Print statement before and after the IF statement to debug your code. That will help you to see whether conditions were met or not. An article you may find useful: Why an Order Was or Was Not Exe...
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts
Topic: Moving databases [SOLVED]
Replies: 4
Views: 3574

Re: Moving databases [SOLVED]

Hello SirHC, Unfortunately at the moment that is not possible to access a distant database on a local network drive. We will analyze if such functionality can be added in one of the future versions of MultiCharts. More generaly, I try to share the same TSSTORAGE.GDB and TSCACHE.GDB from 2 locations ...
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts .NET
Topic: Dataloader ticks do not align with bars [SOLVED]
Replies: 19
Views: 4961

Re: Dataloader ticks do not align with bars [SOLVED]

All chart resolutions are built from the beginning of the session. Each resolution is based on its own rules. If you want to manually build a resolution you need to load all ticks for the session, then based on the applied rules build the resolution you need. For example the resolution you need is 5...
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts
Topic: zenfire local sim and charttrading
Replies: 11
Views: 3870

Re: zenfire local sim and charttrading

henry, did you see my video? I have replied to your video in post #4 : Does it work if you create a new chart? If not then please update your MultiCharts to version 8.5 Release . If this solution didn't help and you still have the issue-please come to our live chat Monday-Friday 6:30 am - 4 pm EST....
by Henry MultiСharts
27 Mar 2013
Forum: MultiCharts
Topic: zenfire local sim and charttrading
Replies: 11
Views: 3870

Re: zenfire local sim and charttrading

Hi, i have the same problems using 8.5 final. are there any news or a hotfix? regards, bs.trader
Hello bstrader,

Did you setup Zenfire datafeed?
Did you setup the symbol mapping?
by Henry MultiСharts
27 Mar 2013
Forum: User Contributed Studies
Topic: Permission regarding Stock and Commodities ...
Replies: 1
Views: 2216

Re: Permission regarding Stock and Commodities ...

Hello Emmanuel,

Your own code is your property. You are free to share it with the community the way you like to do it.
by Henry MultiСharts
26 Mar 2013
Forum: MultiCharts
Topic: Warning: ".. can no calculate position info... [SOLVED]
Replies: 8
Views: 4553

Re: Warning: ".. can no calculate position info... [SOLVED]

Hello StefanoSF,

It will be corrected automatically. Sync orders will be added to match the locally stored historical position. Such orders will have "Position matching" name in Signal column @ List of Trades.
by Henry MultiСharts
26 Mar 2013
Forum: MultiCharts .NET
Topic: IQFeed Historical and IB Realtime Data [SOLVED]
Replies: 3
Views: 3013

Re: IQFeed Historical and IB Realtime Data [SOLVED]

Hello bryanzim, A real-time data source and a historical data source can be merged into a single chart. Real-time data will be plotted from the moment you have created a chart. That it is not possible to set a certain rollover point at which historical data will stop and realtime data will start. Mi...
by Henry MultiСharts
26 Mar 2013
Forum: MultiCharts .NET
Topic: Is there "Macro for Excel" alike in multichart?
Replies: 3
Views: 1851

Re: Is there "Macro for Excel" alike in multichart?

maisatomai, there is no such functionality in MultiCharts at the moment.
by Henry MultiСharts
26 Mar 2013
Forum: MultiCharts
Topic: any way to check auto-trade positions in MC? [SOLVED]
Replies: 5
Views: 4074

Re: any way to check auto-trade positions in MC? [SOLVED]

Hi, Can MarketPosition_at_broker be used with any broker? The wiki doesn't mention any broker restrictions with this but in the PowerLanguage Editor when I select this from the Keyword Reference the description states: 'This function can only be used with Interactive Brokers, Patsystems, and Zen-Fi...
by Henry MultiСharts
26 Mar 2013
Forum: MultiCharts .NET
Topic: Stop Loss & Profit target in Exit strategies [SOLVED]
Replies: 5
Views: 3917

Re: Stop Loss & Profit target in Exit strategies [SOLVED]

Hello EdL, As our tests shown when stop and limit orders are sent to Interactive Brokers the margin for those orders is not deducted from account. With IB orders are sent either to IB TWS platform or to the exchange directly. Here is how it works exactly . The workaround you have provided for auto t...
by Henry MultiСharts
26 Mar 2013
Forum: MultiCharts
Topic: REQUEST - training material for Portfolio Strategy functions
Replies: 7
Views: 3429

Re: REQUEST - training material for Portfolio Strategy funct

Hello Andreas,

There is no dedicated reserved word to do that. You need to design your scripts logic to achieve this goal.
by Henry MultiСharts
26 Mar 2013
Forum: MultiCharts
Topic: Problems with IWBANK orders management in MC [SOLVED]
Replies: 5
Views: 2630

Re: Problems with IWBANK orders management in MC [SOLVED]

Hello danigiu,

We have created a hot fix that should resolve the issue with the orders.
Download the updater for MC 32 bit
Download the updater for MC 64 bit
Here is how to install it.
by Henry MultiСharts
26 Mar 2013
Forum: MultiCharts
Topic: eSignal data - Going Mad. Missing current day bar. Why??? [SOLVED]
Replies: 10
Views: 4018

Re: eSignal data - Going Mad. Missing current day bar. Why?? [SOLVED]

Hello Karl, Attached are the modules with the fix. Please download the file corresponding to your version of MultiCharts (32/64 bit). How to install: 1) Close MultiCharts and all of its processes 2) Make a right click on the MC shortcut –> Properties –> "Shortcut" tab –> select "open file location" ...
by Henry MultiСharts
26 Mar 2013
Forum: MultiCharts .NET
Topic: Dataloader ticks do not align with bars [SOLVED]
Replies: 19
Views: 4961

Re: Dataloader ticks do not align with bars [SOLVED]

if you can align your charts properly.
What do you mean exactly? It does not look like the initial topic question.
Please provide a screenshot of the behavior you are referring to.
by Henry MultiСharts
26 Mar 2013
Forum: MultiCharts
Topic: HighD LowD CloseD doesn't work with range bars. [SOLVED]
Replies: 3
Views: 1729

Re: HighD LowD CloseD doesn't work with range bars. [SOLVED]

There is no similar function that you can use for range bars, you need to code it yourself.
by Henry MultiСharts
26 Mar 2013
Forum: MultiCharts .NET
Topic: Saving workspace does not save instrument data range correct [SOLVED]
Replies: 2
Views: 2436

Re: Saving workspace does not save instrument data range cor [SOLVED]

Hello Ed,

Please go to Format->Instrument->Settings tab.
You need to check the little pin symbol on the right to the "To" date to lock the value.
Image
by Henry MultiСharts
25 Mar 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

When plotting profiles for each ES floor session, the Naked POC for the previous session will not be extended in case you open the chart before the session starts. Closing the chart and opening it again will correctly extend the Naked POC again, so I suppose there is an issue at the change of a ses...
by Henry MultiСharts
25 Mar 2013
Forum: MultiCharts
Topic: Suggestions, annoyances, small bugs
Replies: 119
Views: 58237

Re: Suggestions, annoyances, small bugs

Would it be possible to delay loading of the Scanner window till after the Data Server Window has popped up? That would prevent annoyances like this: http://www.multicharts.com/discussion/download/file.php?id=6104 In this case, if the user wants to switch from Online to Offline mode, he first needs...
by Henry MultiСharts
25 Mar 2013
Forum: MultiCharts
Topic: Slow Charting Tick-Chart
Replies: 8
Views: 2718

Re: Slow Charting Tick-Chart

I can do this, but can you please elaborate what Quote exactly means here. Is 1 q equal to one tick delay or what does it represent? I couldn't find any information in the forum, wiki or documentation and I am sure it's of general interest. Thank you, ABC This indication shows the amount of reatime...
by Henry MultiСharts
25 Mar 2013
Forum: MultiCharts
Topic: Own API & Multicharts: Client ID to 0 or to 1,2 ... [SOLVED]
Replies: 1
Views: 1428

Re: Own API & Multicharts: Client ID to 0 or to 1,2 ... [SOLVED]

Hello ilt000,

You can set your IB broker profile to a client ID different from 0. There should be no problem.
by Henry MultiСharts
25 Mar 2013
Forum: MultiCharts
Topic: Can't connect to IQ Feed with latest release
Replies: 3
Views: 1807

Re: Can't connect to IQ Feed with latest release

Xyzzy, please update your IQfeed client to the latest version 4.9.0.3
Make sure you have your login and password specified in QuoteManager->Tools->DataSources->IQfeed.
by Henry MultiСharts
25 Mar 2013
Forum: MultiCharts
Topic: HighD LowD CloseD doesn't work with range bars. [SOLVED]
Replies: 3
Views: 1729

Re: HighD LowD CloseD doesn't work with range bars. [SOLVED]

Hello Daniel,

CloseD/HighD/LowD/OpenD are not designed to work with range and change bars.
These functions are designed for:
Ticks (Ticks & Contracts)
Intra-Day (Seconds, Minutes, & Hours)
Days
by Henry MultiСharts
25 Mar 2013
Forum: MultiCharts .NET
Topic: MC 8.5 does not work with external assemblies [SOLVED]
Replies: 7
Views: 3458

Re: MC 8.5 does not work with external assemblies [SOLVED]

Hello davewolfs,

Do you add a reference through Visual Studio or PowerLanguage .Net editor?
by Henry MultiСharts
25 Mar 2013
Forum: MultiCharts .NET
Topic: Dataloader ticks do not align with bars [SOLVED]
Replies: 19
Views: 4961

Re: Dataloader ticks do not align with bars [SOLVED]

Right so, wouldn't it make sense for the dataloader to be capable of produce a range out of the box that aligns with the bars on the chart?
IDataLoader result should be controlled by the user as you can have different data series with different data range.
by Henry MultiСharts
25 Mar 2013
Forum: MultiCharts .NET
Topic: Is there "Macro for Excel" alike in multichart?
Replies: 3
Views: 1851

Re: Is there "Macro for Excel" alike in multichart?

Hello maisatomai,

Please describe in details what do you mean exactly. You can add screenshots to demonstrate your inquity so that we can understand it better and help you.
by Henry MultiСharts
25 Mar 2013
Forum: MultiCharts .NET
Topic: [0] vs .Value [SOLVED]
Replies: 1
Views: 1732

Re: [0] vs .Value [SOLVED]

Hello Mark,

That is correct, there is no difference between Bars.Close[0] and Bars.Close.Value.
by Henry MultiСharts
22 Mar 2013
Forum: MultiCharts
Topic: feature request - chart order tracker [SOLVED]
Replies: 2
Views: 3512

Re: feature request - chart order tracker [SOLVED]

Hello arnie,

We will add this functionality in one of the future versions of MultiCharts.
by Henry MultiСharts
22 Mar 2013
Forum: MultiCharts
Topic: Slow Charting Tick-Chart
Replies: 8
Views: 2718

Re: Slow Charting Tick-Chart

Is quote manager single threaded, and if so is it possible to run multiple instances at once to make better use of CPU resources? QuoteManager is just the GUI for the database access. That is not possible to start two QuoteManagers as there is no need to do that. Tsserver.exe is in charge of data f...
by Henry MultiСharts
22 Mar 2013
Forum: MultiCharts .NET
Topic: Forex Volume [SOLVED]
Replies: 9
Views: 7138

Re: Forex Volume [SOLVED]

We are going to add this functionality in one of the future versions of MultiCharts.
by Henry MultiСharts
22 Mar 2013
Forum: MultiCharts
Topic: Rules for IB Ideal Pro Forex trading [SOLVED]
Replies: 11
Views: 6717

Re: Rules for IB Ideal Pro Forex trading [SOLVED]

The reason of cancelling the orders is that the position for the symbol becomes zero. The position for the symbol becomes zero because a second IB broker profile with FA accounts is connected. IB does not allow working this way at the moment : Error 2101 (ID=[-1]): Unable subscribe to account as the...
by Henry MultiСharts
22 Mar 2013
Forum: MultiCharts
Topic: Equity for No-Longer-Present Strategies [SOLVED]
Replies: 8
Views: 6550

Re: Equity for No-Longer-Present Strategies [SOLVED]

Our developers have fixed this issue in MultiCharts 8.5 Release build 6850/6851.
by Henry MultiСharts
22 Mar 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.5 RELEASE
Replies: 186
Views: 78125

Re: MULTICHARTS 8.5 RELEASE

When plotting profiles for each ES floor session, the Naked POC for the previous session will not be extended in case you open the chart before the session starts. Closing the chart and opening it again will correctly extend the Naked POC again, so I suppose there is an issue at the change of a ses...
by Henry MultiСharts
22 Mar 2013
Forum: MultiCharts
Topic: Option expiration date [SOLVED]
Replies: 4
Views: 3074

Re: Option expiration date [SOLVED]

Hello chippe,

Have you tried using expirationdate reserved word?
by Henry MultiСharts
22 Mar 2013
Forum: MultiCharts
Topic: Currency display on DOM and chart trading [SOLVED]
Replies: 3
Views: 1750

Re: Currency display on DOM and chart trading [SOLVED]

Thanks Arnie, that's where it was hiding. I was looking under Broker Profiles as I need to set it differently for each broker. As this is a global setting I assume that is not possible, can anyone confirm? This is a global setting, at the moment there is no way to select preferred currency for a pa...
by Henry MultiСharts
22 Mar 2013
Forum: MultiCharts .NET
Topic: Limit up not accounted?
Replies: 3
Views: 1785

Re: Limit up not accounted?

This is something controlled by the broker order management, not MultiCharts. If your broker provides such information via API-please let us know and we will check if that can be added to MultiCharts.
by Henry MultiСharts
22 Mar 2013
Forum: MultiCharts .NET
Topic: Seasonality with multichart [SOLVED]
Replies: 3
Views: 2274

Re: Seasonality with multichart [SOLVED]

That is possible to display certain values/figures for a certain month (calculated in the code). You can manipulate with the data from the code to plot your own values on the chart, or base your calculation on this data in the code. If you need to combine different data sets into a single chart prob...
by Henry MultiСharts
22 Mar 2013
Forum: MultiCharts
Topic: Plots in Signals ? [SOLVED]
Replies: 7
Views: 3516

Re: Plots in Signals ? [SOLVED]

Hi Henry,
But is there a performance hit?
Neil.
Hello Neil,

Too much drawing objects may affect the performance. The "safe" amount of drawings is individual and depends on your PC hardware and the amount of resources you are already using.
by Henry MultiСharts
22 Mar 2013
Forum: MultiCharts .NET
Topic: Cannot display daily data using ascii mapping [SOLVED]
Replies: 1
Views: 1844

Re: Cannot display daily data using ascii mapping [SOLVED]

If the file is mapped not with a basic resolution ( basic resolutions are 1 Tick, 1 Minute, 1 Day) then you can plot only this resolution. If you map a file with 5 min resolution then you can plot only 5 min chart. If you map a file with 1 min resolution then you can plot 1min, 2min, 5min, 10min, 1d...
by Henry MultiСharts
22 Mar 2013
Forum: MultiCharts .NET
Topic: How does multichart know session end? [SOLVED]
Replies: 1
Views: 1741

Re: How does multichart know session end? [SOLVED]

Hello maisatomai, That is possible to change the session settings. Go to Format->Instrument->Settings tab->check what Session is selected for the chart. If it is set to "Default" then go to MultiCharts->File->New->QuoteManager window->double click on the symbol you need->Sessions tab->you can modify...
by Henry MultiСharts
22 Mar 2013
Forum: MultiCharts .NET
Topic: Limit up not accounted?
Replies: 3
Views: 1785

Re: Limit up not accounted?

Hello maisatomai,

What do you mean exactly?
A Limit order is executed at the specified price or better. A better price is a lower price for Buy and Buy to cover orders, and a higher price for Sell and Sell short orders.
by Henry MultiСharts
21 Mar 2013
Forum: MultiCharts
Topic: help: Drawings on Window changing Instrument
Replies: 1
Views: 1134

Re: help: Drawings on Window changing Instrument

Hello Luca,

Thank you for your suggestion. It has been forwarded to our developers.
by Henry MultiСharts
21 Mar 2013
Forum: MultiCharts
Topic: feature request - chart order tracker [SOLVED]
Replies: 2
Views: 3512

Re: feature request - chart order tracker [SOLVED]

Hello arnie,

Thank you for your suggestion. I will check with our developers if that is technically possible to add such functionality.
by Henry MultiСharts
21 Mar 2013
Forum: MultiCharts
Topic: closing status of a bar sometimes takes too long
Replies: 38
Views: 17558

Re: closing status of a bar sometimes takes too long

Hello waveslider, The closing tick of the bar is determined by the opening tick of the next bar. So there is no 100% solution to send an order exactly on the closing tick of the bar, but you can get close to it. Here is what I can suggest: Enable IOG for your signal. Start Recalculating your code tw...
by Henry MultiСharts
21 Mar 2013
Forum: MultiCharts .NET
Topic: Seasonality with multichart [SOLVED]
Replies: 3
Views: 2274

Re: Seasonality with multichart [SOLVED]

Hello maisatomai, Are you referring to MultiCharts or MultiCharts .Net? MultiCharts and MultiCharts .NET have the same functionality but are using different programming languages: With MultiCharts you can create a study using EasyLanguage/PowerLanguage With MultiCharts .Net you can create a study us...
by Henry MultiСharts
21 Mar 2013
Forum: MultiCharts .NET
Topic: Accessing higher level timeframes for indicators such as ADX [SOLVED]
Replies: 1
Views: 2087

Re: Accessing higher level timeframes for indicators such as [SOLVED]

Hello Rob,

ADX and ATR functions can be calculated on subcharts.
Here's how to base ADX and ATR calculations on data2:

Code: Select all

ADX _a = new ADX(this,2);
//
double _aa = PublicFunctions.TrueRange(this, 10, 2);
by Henry MultiСharts
21 Mar 2013
Forum: MultiCharts .NET
Topic: Dataloader ticks do not align with bars [SOLVED]
Replies: 19
Views: 4961

Re: Dataloader ticks do not align with bars [SOLVED]

That is correct, it will not work on tick or volume based bars. They are built on bar amount/volume, not time range.
by Henry MultiСharts
21 Mar 2013
Forum: MultiCharts
Topic: New Topic: SPY spikes
Replies: 14
Views: 11112

Re: New Topic: SPY spikes

bowlesj3, do you have spikes on realtime or historical data? "Generate a new tick if total volume changes" filters realtime spikes from IB feed. If a spike appears on historical data then in most cases this erroneous value is sent by IB. In order to ensure that is not MC issue we need to check the d...
by Henry MultiСharts
21 Mar 2013
Forum: MultiCharts
Topic: CQG not backfilling in latest release and API? [SOLVED]
Replies: 1
Views: 1342

Re: CQG not backfilling in latest release and API? [SOLVED]

Hello Stormy, Which version of CQG API have you installed? The recommended version is 4.05.101 Make sure you are running this build with MultiCharts 8.5 Release. In case there is still missing data on your charts: 1) Close MultiCharts and all of its processes 2) Then go to Start->Run->Regedit.exe->N...
by Henry MultiСharts
21 Mar 2013
Forum: MultiCharts .NET
Topic: MC.Net vs regular MC comparison list [SOLVED]
Replies: 32
Views: 19164

Re: MC.Net vs regular MC comparison list [SOLVED]

can I use easylanguage and power language in multichart.net? Are all functions of multichart in multichart.net? Hello maisatomai, MultiCharts and MultiCharts .NET have the same functionality but are using different programming languages: With MultiCharts you can create studies using EasyLanguage/Po...
by Henry MultiСharts
20 Mar 2013
Forum: MultiCharts .NET
Topic: Dataloader ticks do not align with bars [SOLVED]
Replies: 19
Views: 4961

Re: Dataloader ticks do not align with bars [SOLVED]

I don't see how the bars back function can be helpful in this case. Just specify the Time End -1 sec for data loader, you will have the appropriate result, instead of 02:00:00 you will have 01:59:00 right away.
by Henry MultiСharts
20 Mar 2013
Forum: MultiCharts
Topic: Mb Trading FOREX: Account temporarily unavailable [SOLVED]
Replies: 71
Views: 21501

Re: Mb Trading FOREX: Account temporarily unavailable [SOLVED]

This is happening to me on production accounts. Same problem here but I am currently on a demo account...looking forward to a resolution because I am about to go live. Yet another week has passed without the response on the issue. Any updates? I also get this issue with MB Trading. A swift fix woul...
by Henry MultiСharts
20 Mar 2013
Forum: MultiCharts
Topic: Studies not work with second bars [SOLVED]
Replies: 8
Views: 2413

Re: Studies not work with second bars [SOLVED]

Pennino, your IB chart is backfilling data. See TJs reply: It is possible you do not have enough historic tick data in your database, and MultiCharts is trying to load the data from your provider. If your provider has limited back history, or if your data is throttled (eg InteractiveBrokers), then y...
by Henry MultiСharts
20 Mar 2013
Forum: MultiCharts .NET
Topic: Please explain how in bar ticks are processed [SOLVED]
Replies: 9
Views: 4181

Re: Please explain how in bar ticks are processed [SOLVED]

One quick question what is the difference between a bars volume and truevolume?
Volume for daily resolution and higher resolutions is total volume, for other resolutions you need to use upvolume. Truevolume is always total volume.
by Henry MultiСharts
20 Mar 2013
Forum: MultiCharts .NET
Topic: Data vs broker data [SOLVED]
Replies: 1
Views: 1559

Re: Data vs broker data [SOLVED]

Hello fx1,
the strategies will folllow TS Data but the trades will be filled at Broker Data.
That is correct. MultiCharts does not manage this discrepancy.
You can manage it in your code if you compare open position profit from the strategy on the chart with OpenPL for position from the broker.
by Henry MultiСharts
20 Mar 2013
Forum: MultiCharts
Topic: Slow Charting Tick-Chart
Replies: 8
Views: 2718

Re: Slow Charting Tick-Chart

Hello Juergen,

Have you tried to compare your other trading platform using eSignal data with MultiCharts at the same time? In order to have relevant results you need to compare the same data flows.
by Henry MultiСharts
20 Mar 2013
Forum: MultiCharts
Topic: wHERE IS THE VOLUME PROFILE
Replies: 7
Views: 2156

Re: wHERE IS THE VOLUME PROFILE

Dear users, thank you for your contribution. We are considering all of the provided suggestions.
by Henry MultiСharts
20 Mar 2013
Forum: MultiCharts .NET
Topic: Multicharts side by side with Multicharts.NET [SOLVED]
Replies: 1
Views: 1840

Re: Multicharts side by side with Multicharts.NET [SOLVED]

Hello glam_100,

You can install and run Multicharts.NET side by side with Multicharts. These are two separate applications, each using it's own isolated application/database/study folders. There should be no conflict.
by Henry MultiСharts
20 Mar 2013
Forum: MultiCharts .NET
Topic: IQFeed Daily [SOLVED]
Replies: 4
Views: 2932

Re: IQFeed Daily [SOLVED]

Henry, wouldnt the dataloader check to see if the data exists in the local database or does the call always force the system to go out directly to the original data source i.e. IQFeed? IDataloader will first check the availability of data in the local database. If "download missing historical data"...
by Henry MultiСharts
20 Mar 2013
Forum: MultiCharts .NET
Topic: Dataloader ticks do not align with bars [SOLVED]
Replies: 19
Views: 4961

Re: Dataloader ticks do not align with bars [SOLVED]

You need to get the data provided by DataLoader and sum up in a cycle only the ticks(bars) that lay in the specified (by time) interval. If you are still unable to achieve your goal please provide a sample code you are using and exact description of what you are trying to achieve and what does not w...
by Henry MultiСharts
20 Mar 2013
Forum: MultiCharts .NET
Topic: Please explain how in bar ticks are processed [SOLVED]
Replies: 9
Views: 4181

Re: Please explain how in bar ticks are processed [SOLVED]

Attached is a sample code provided by our coder. This indicator shows the last tick's volume on the subchart.
Make sure you have the option "Skip identical ticks" disabled in Format->Study-> Format "Test_lastTickVolume.pln" ->Properties.
by Henry MultiСharts
20 Mar 2013
Forum: MultiCharts .NET
Topic: weird result of HighD LowD [SOLVED]
Replies: 1
Views: 2821

Re: weird result of HighD LowD [SOLVED]

Hello galeki,

This issue has been confirmed. It will be fixed in the next version of MultiCharts .Net.
by Henry MultiСharts
19 Mar 2013
Forum: MultiCharts
Topic: Studies not work with second bars [SOLVED]
Replies: 8
Views: 2413

Re: Studies [SOLVED]

Is the data on your chart fully loaded? Can you see "Backfilling" in the status line of the chart (make sure it is enabled in Format->Window->Status line)?
by Henry MultiСharts
19 Mar 2013
Forum: MultiCharts .NET
Topic: Setting Profit & Stop Targets [SOLVED]
Replies: 3
Views: 2615

Re: Setting Profit & Stop Targets [SOLVED]

Do you mean you send these exit orders only if market position is <>0 ?
This logic works in both realtime and backtesting.
by Henry MultiСharts
19 Mar 2013
Forum: MultiCharts
Topic: Elexcel, Global variable: Memory overload problem
Replies: 7
Views: 2678

Re: Elexcel, Global variable: Memory overload problem

Martin, unfortunately there is nothing we can help with without the source code of the dll.
by Henry MultiСharts
19 Mar 2013
Forum: MultiCharts
Topic: Studies not work with second bars [SOLVED]
Replies: 8
Views: 2413

Re: Studies [SOLVED]

Hello Pennino,

Please describe what do you mean exactly.
What exact study you are using?
What is your chart resolution, smbol name, data provider?
What results do you expect to have?
What results do you have?

Go to advanced search