Search found 9165 matches

by Henry MultiСharts
22 Oct 2013
Forum: MultiCharts
Topic: MultiCharts registering prices that were never hit
Replies: 6
Views: 2521

Re: MultiCharts registering prices that were never hit

The user has not provided the requested information yet.
by Henry MultiСharts
22 Oct 2013
Forum: MultiCharts .NET
Topic: Can someone tell me the error in this code [SOLVED]
Replies: 1
Views: 1542

Re: Can someone tell me the error in this code [SOLVED]

Hello 35trade, Instead of Initialize in MultiCharts .Net you need to use Create(). I would recommend you to start with MultiCharts .NET Programming Guide that contains important and useful information not only for beginners but for experienced MC .Net users as well: https://www.multicharts.com/downl...
by Henry MultiСharts
22 Oct 2013
Forum: MultiCharts
Topic: How to keep a track record
Replies: 12
Views: 4756

Re: How to keep a track record

Shane, your explanation is clear. That is expected behavior for the reports. The point is that the strategy report and trading report are used for different purposes. Depending on your current goal you need to use the appropriate one. To sum up: If you have no signals applied to the chart, the Strat...
by Henry MultiСharts
18 Oct 2013
Forum: MultiCharts
Topic: Strategy Performance Report short cut? [SOLVED]
Replies: 2
Views: 1429

Re: Strategy Performance Report short cut? [SOLVED]

StefanoSF,

Please go to File->Keyboard shortcuts->Category:Charting->Strategy performance report.
by Henry MultiСharts
18 Oct 2013
Forum: MultiCharts
Topic: GDI Error 9500 objects [SOLVED]
Replies: 1
Views: 1341

Re: GDI Error 9500 objects [SOLVED]

Hello sptrader, GDI objects are all objects that form the MultiCharts window and charts in it (all toolbars, menus, buttons, bars, drawings, etc). The Windows system limitation per one process is 10,000 objects. In order to avoid hitting this limitation in the future please run multiple instances of...
by Henry MultiСharts
18 Oct 2013
Forum: MultiCharts .NET
Topic: Drawing with GDI in indicator window [SOLVED]
Replies: 2
Views: 1864

Re: Drawing with GDI in indicator window [SOLVED]

Hello Fabrice,

This feature has not been implemented yet. You may want to submit a feature request to the Project Management of our web site so other users can vote for it: https://www.multicharts.com/pm/
by Henry MultiСharts
18 Oct 2013
Forum: MultiCharts .NET
Topic: Volume Delta as histogram [SOLVED]
Replies: 12
Views: 7363

Re: Volume Delta as histogram [SOLVED]

Please find a sample code attached.
by Henry MultiСharts
18 Oct 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.8 BETA 1
Replies: 45
Views: 19597

Re: MULTICHARTS 8.8 BETA 1

This issue has been confirmed. The fix is targeted to MultiCharts 8.8 Release
Henry, What is your target for releasing MC 8.8 production version? November or December? Thanks.
We are going to have MultiСharts 8.8 Release in November.
by Henry MultiСharts
18 Oct 2013
Forum: MultiCharts
Topic: Reserved words data in Quotemanager [SOLVED]
Replies: 4
Views: 4203

Re: Reserved words data in Quotemanager [SOLVED]

evdl, we understand the difficulties you have. In order to simplify the process of exporting the data we are going to add ability to export all available data fields directly from the chart using File->Export data functionality. This improvement is targeted to MultiCharts 9.0 Implementation of the B...
by Henry MultiСharts
18 Oct 2013
Forum: MultiCharts
Topic: Price Improvement
Replies: 16
Views: 3892

Re: Price Improvement

MAtricks, the fact that Bar Magnifier was turned on does not change the backtesting results in this particular case. With the bar magnifier turned on the order can be filled on each bar of the detailed data series selected in bar magnifier. In your case the order is filled on the nearest actual pric...
by Henry MultiСharts
18 Oct 2013
Forum: MultiCharts
Topic: 2 datas series and extended backtesting [SOLVED]
Replies: 17
Views: 8089

Re: 2 datas series and extended backtesting issue [SOLVED]

philippe33, whammer, Implementation of the precise backtesting + referencing multiple data series from the code is not a trivial task and it requires significant changes in current implementation of MultiCharts components. We will consider adding this functionality in the future. However there is no...
by Henry MultiСharts
18 Oct 2013
Forum: MultiCharts .NET
Topic: Rotational Strategy Development
Replies: 2
Views: 4136

Re: Rotational Strategy Development

Hello kbeary33, New scanner capabilities introduced in MultiCharts .Net 8.8 beta 1 allow sorting instruments based on a custom criteria. At the moment in MultiCharts you can trade one symbol per chart only. If you want to link multiple charts to share information between them – you need to use Globa...
by Henry MultiСharts
18 Oct 2013
Forum: MultiCharts
Topic: Excel Class [SOLVED]
Replies: 6
Views: 3205

Re: Excel Class [SOLVED]

I have imported into PowerLanguage Editor an ELD written by TS called _Demo_ExcelClass which can be used in TS to communicate with Excel. Was hoping to do the same in MC but PE gives me "compiled with error." Hello Harvey, The ELD file you have provided will not work with MultiCharts (and MultiChar...
by Henry MultiСharts
18 Oct 2013
Forum: MultiCharts .NET
Topic: Global Variables in MC.Net ?
Replies: 9
Views: 10994

Re: Global Variables in MC.Net ?

MarketPrep,

You can have a look at C# Solution for Global Storage described here.
by Henry MultiСharts
18 Oct 2013
Forum: MultiCharts
Topic: Fundamental datas
Replies: 29
Views: 10505

Re: Fundamental datas

That is possible that Fundamental data support will be added in one of the future releases, but at the moment it is not in our to-do list for the nearest versions. You can vote for the corresponding feature requests here: https://www.multicharts.com/pm/viewissue.php?issue_no=MC-479 https://www.multi...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: How to keep a track record
Replies: 12
Views: 4756

Re: How to keep a track record

Show historical orders is correctly enabled but data are not plotted in the chart. manual or automatic there is no data at all.And "trading performance report" is gray. Are you sure that if we restart the plateform it is always possible? thank you Please open the Chart Trading Panel on your chart a...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: How to keep a track record
Replies: 12
Views: 4756

Re: How to keep a track record

I thought the trading performance was for manual trding ? I am more concerned with strategy reporting for autotrading. This is what I need to work with. Trading Performance Report can represent a combination of your historical orders plotted on the chart + current auto trading strategy results. I c...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: Possibility to plot a daily study in an intraday Study? [SOLVED]
Replies: 11
Views: 3534

Re: Possibility to plot a daily study in an intraday Study? [SOLVED]

nuno-online, do you want to see both data series (N Hours and 1 day) on your chart without indicators, or just N Hours series and indicators (1 day series hidden)? Please attach the workspace you are using.
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: Portfolio Backtester performance report keeps changing
Replies: 2
Views: 1681

Re: Portfolio Backtester performance report keeps changing

wilkinsw, Do you use Random reserved word or ComputerDateTime? Do you use "Bars Back" data request instead of "From - To"? Please try to minimize the amount of strategies and instruments you are using in backtesting and provide the following information: 1) What exact version and build number of Mul...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: Similiar jigsaw indicator for Multicharts
Replies: 8
Views: 3690

Re: Similiar jigsaw indicator for Multicharts

Hello billyfoe,

Please describe the indicator you are referring to in more details. What exactly it calculates and plots?
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: Reserved words data in Quotemanager [SOLVED]
Replies: 4
Views: 4203

Re: Reserved words data in Quotemanager [SOLVED]

Is there a way to export the data in one go, without a lot of editing work in excel. For example with reserved words for every datafield in QM and not the same reserved words with double functions. Hello evdl, Unfortunately there is no way to do that at the moment. Please describe your final goal-h...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts .NET
Topic: Playback Mode Behavior
Replies: 3
Views: 1466

Re: Playback Mode Behavior

You may want to submit a feature request to the Project Management of our web site so other users can vote for it: https://www.multicharts.com/pm/
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: MC stop order backtest vs realtime logic [SOLVED]
Replies: 12
Views: 3832

Re: MC stop order backtest vs realtime logic [SOLVED]

You're not missing anything.. MC is extremely flawed with all floating orders. Limits orders are much worse. I've posted many examples and many topics about this and no one seems to take it seriously that this fantastic platform has these fatal bugs. We need to fix on what's broken vs upgrades.. Th...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: Price Improvement
Replies: 16
Views: 3892

Re: Price Improvement

The case is not in the Backtesting assumption. It has nothing to do with this situation. It is verified that the price went through the order X amount of points and the order is filled on the nearest actual price present on the chart that satisfies the limit order execution conditions. It looks like...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: "Fill Limit Order when trade price goes beyond limit price" [SOLVED]
Replies: 67
Views: 34323

Re: "Fill Limit Order when trade price goes beyond limit pri [SOLVED]

You hit on a big issue I think that has been pointed out with backtesting limit orders (I reviewed the most recent release and I don't believe it was fixed). If I go and check "FILL LIMIT ORDER WHEN TRADE GOES BEYOND LIMIT PRICE BY 1 POINTS" (which by the way "points" really means "ticks") --->For ...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: "Fill Limit Order when trade price goes beyond limit price" [SOLVED]
Replies: 67
Views: 34323

Re: "Fill Limit Order when trade price goes beyond limit pri [SOLVED]

I guess this follows on this topic so I'll post it here.. When turning on FILL LIMIT ORDER WHEN TRADE GOES BEYOND LIMIT PRICE BY [x] POINTS, the limit orders are executed on X "points" in a back-test which is wrong. The execution price should not change, it should just be verified that the price di...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: "Fill Limit Order when trade price goes beyond limit price" [SOLVED]
Replies: 67
Views: 34323

Re: "Fill Limit Order when trade price goes beyond limit pri [SOLVED]

When the script is calculated on the bar close (IOG Off) - it takes the current bar's open value and forms the order price. The order is “sent” on the next bar open. If you want to send an order with the open price of the current bar then you need to turn on IOG, once the strategy is calculated on ...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: Incorrectly calculated value
Replies: 7
Views: 2121

Re: Incorrectly calculated value

wallstreeter, please attach a screenshot of QuoteManager->Edit Symbol->Settings for the symbol you are using.
Please also attach a screenshot of Strategy Performance Report->Settings->Display tab.
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: Discovered a bug with MC 8.7.7634 64 bit [SOLVED]
Replies: 5
Views: 4120

Re: Discovered a bug with MC 8.7.7634 64 bit [SOLVED]

Champski, what is the data resolution for Bar Magnifier?
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: IB: EURUSD / IDEALPRO Chart not updating
Replies: 25
Views: 10150

Re: IB: EURUSD / IDEALPRO Chart not updating

Next time any of the mentioned issues appear - please come to our live chat Monday-Friday 6:30 am - 4 pm EST to demonstrate it.
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: "Kill" Backfill [SOLVED]
Replies: 1
Views: 1329

Re: "Kill" Backfill [SOLVED]

Hello dwitkin,

In order to stop the data requests you can close the chart or change the data request parameters for the current chart (change the data range for example).

In order to reset the pacing violation you can restart IB TWS/Gateway.
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: Quote manager symbol list
Replies: 2
Views: 1633

Re: Quote manager symbol list

Hello dougb,

You can delete extra columns that are not required for Import Symbol list in MS Excel.
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: How set AlertEnabled
Replies: 1
Views: 992

Re: How set AlertEnabled

Hello Martin, AlertEnabled does not enable the alerts, it gets the alert option status into the code: AlertEnabled returns True if the alerts have been turned on in Format Study > Alerts. This information can make script execution more efficient by discarding redundant calculations. This function ca...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: Historical intraday data for CL WTI Crude and KC coffee
Replies: 1
Views: 1522

Re: Historical intraday data for CL WTI Crude and KC coffee

Hello wilkinsw, MultiCharts is a data feed neutral trading platform. The amount of data provided by each data provider is different, you can find this information at the following page:  https://www.multicharts.com/market-data-feeds/  Supported security types for each data provider can found here:  ...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: ADE and optimization [SOLVED]
Replies: 39
Views: 18077

Re: ADE and optimization [SOLVED]

MC please support "int64" so that we can use ELcollections2
thanks
Please vote for the corresponding feature request: Support int64 data type as in EasyLanguage, ELCollection2.dll
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: IB: EURUSD / IDEALPRO Chart not updating
Replies: 25
Views: 10150

Re: IB: EURUSD / IDEALPRO Chart not updating

I was downgrading to build 7263 which is working fine with me. Downgrading was a bit problematic as the quote database isn't downward compatible. I am not sure about the current release, but as I have no time to test it I will stick to the older beta for the time being. Have you tried MultiCharts 8...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: IB: EURUSD / IDEALPRO Chart not updating
Replies: 25
Views: 10150

Re: IB: EURUSD / IDEALPRO Chart not updating

i have the same issue today with hsi futures, cannot receive any data for that symbol but I can receive data for other instruments from the same exchange and other exchanges without problem. i am using mc build 7634 and ib gateway on a 64 bit machine. i use hsi futures as data1-3 and others instrum...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: IB: EURUSD / IDEALPRO Chart not updating
Replies: 25
Views: 10150

Re: IB: EURUSD / IDEALPRO Chart not updating

Today I noticed the issue again. The chart does build correctly but the bar countdown does not always appear. Automated order do not execute when the counter is not displayed. When the counter reappears, order are executed but the original entry signal may be far gone. I will monitor more. Very str...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts
Topic: LSE - Correct BigPointValue? [SOLVED]
Replies: 6
Views: 3467

Re: LSE - Correct BigPointValue? [SOLVED]

when importing from a symbol list, it does not obtain the correct settings. When symbols are added from the data source - the symbol settings are provided by IB API. When futures symbols are imported from a symbol list (txt file) - QuoteManager looks for the respective symbol root in the Symbol dic...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts .NET
Topic: Volume Delta as histogram [SOLVED]
Replies: 12
Views: 7363

Re: Volume Delta as histogram [SOLVED]

Hello mirek,

Have you checked all of the Volume Profiles interfaces described at this page? Please have a look at IProfile.Values
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts .NET
Topic: Possible problem with IOrderPriced.send(price, size) ? [SOLVED]
Replies: 7
Views: 3521

Re: Possible problem with IOrderPriced.send(price, size) ? [SOLVED]

is it possible to retrieve the 'allow up to x entry orders in the same position' from the code? Unfortunately there is no way to access this option from the code at the moment. You may want to submit a feature request to the Project Management of our web site to have your request evaluated: https:/...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts .NET
Topic: Playback Mode Behavior
Replies: 3
Views: 1466

Re: Playback Mode Behavior

whenever I change the “Play as” speed in the combo box, say from “Day by Day” to “Minute by Minute,” the chart does not change to reflect the new resolution. Hello Kevin, Playback Resolution list is for selecting the precision of the data playback. It does not change the chart resolution. It define...
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts .NET
Topic: Indicator order info
Replies: 2
Views: 1535

Re: Indicator order info

Hello Zoli,

There are multiple ways to achieve this goal:
1) Transfer the values with the help of Global Variables or Native C# Solution for Global Storage.
2) Receive the values you need with the help of TradeManager.
by Henry MultiСharts
17 Oct 2013
Forum: MultiCharts .NET
Topic: Multichart.NET SE. Can't open a chart [SOLVED]
Replies: 4
Views: 2354

Re: FXCM Data Trial [SOLVED]

Hi,

I am using MC(not .net version) and would like to try the FXCM data for 2 weeks. Please let me know how to do it. Thanks.
Please send an email with this inquiry to support@multicharts.com
by Henry MultiСharts
16 Oct 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.8 BETA 1
Replies: 45
Views: 19597

Re: MULTICHARTS 8.8 BETA 1

When in position (for example 6 futures) and use the "close" button of the chart trading panel. The position is sometimes only partial closed. Leaving you with a position. The "close" button will normally close the whole position at market. In the order tracker you see for example order name "close...
by Henry MultiСharts
16 Oct 2013
Forum: MultiCharts .NET
Topic: Chart Ruler
Replies: 1
Views: 1476

Re: Chart Ruler

Hello ycomp,

Unfortunately there is no such prebuilt functionality at the moment. That is possible to achieve this goal with a custom indicator.
by Henry MultiСharts
16 Oct 2013
Forum: MultiCharts QUIK
Topic: Сигналы в Portfolio Backtester
Replies: 3
Views: 1872

Re: Сигналы в Portfolio Backtester

Данные сигналы - индустриальный стандарт. Описание большинства из них доступно в интернете в свободном доступе.
by Henry MultiСharts
16 Oct 2013
Forum: MultiCharts
Topic: Automated order rejected-"TIF unspecified" error [SOLVED]
Replies: 6
Views: 3136

Re: Automated order rejected-"TIF unspecified" error [SOLVED]

In the window you have captured on Screenshot5.jpg please manually set the correct expiration date (that you have on Screenshot3.png). Then copy/paste your existing chart.
by Henry MultiСharts
16 Oct 2013
Forum: MultiCharts QUIK
Topic: как получить Data API и Order API (написать свой коннектор)?
Replies: 1
Views: 1375

Re: как получить Data API и Order API (написать свой коннект

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

Пожалуйста, свяжитесь с sbokov@multicharts.com по данному вопросу.
by Henry MultiСharts
15 Oct 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.8 BETA 1
Replies: 45
Views: 19597

Re: MULTICHARTS 8.8 BETA 1

PosTradeIsOpen doesn't seem to work anymore, it always returns false. You can check it with this simple code: once Buy this bar Close; if PosTradeIsOpen(0, 0) = True then Print(ElDateToString(Date), "; Time: ", Time); This will print nothing, although a trade is open. Regards, ABC This issue has be...
by Henry MultiСharts
15 Oct 2013
Forum: MultiCharts .NET
Topic: C#: Indicator Coding: Plot default values not appearing
Replies: 2
Views: 1629

Re: C#: Indicator Coding: Plot default values not appearing

This issue has been confirmed. The fix is targeted to MultiCharts .NET 8.8 Beta 2
by Henry MultiСharts
14 Oct 2013
Forum: MultiCharts
Topic: Possibility to plot a daily study in an intraday Study? [SOLVED]
Replies: 11
Views: 3534

Re: Possibility to plot a daily study in an intraday Study? [SOLVED]

nuno-online, you need to place both indicators over 1 day dataseries (on the same subchart). Make 1 day bars invisible if you do not need to see them. Set the scaling of both indicators to Same as Instrument.
by Henry MultiСharts
14 Oct 2013
Forum: MultiCharts
Topic: Optimization of Multicharts Perfomance
Replies: 6
Views: 2729

Re: Optimization of Multicharts Perfomance

Spark, on the screenshot you have provided the memory usage is not above normal. I do not see any problem here. Adding another instance or workspace should do no harm to your PC performance. If you have any further questions, please reply to the questions from TJ's posts. Portfolio Trading is coming...
by Henry MultiСharts
14 Oct 2013
Forum: MultiCharts
Topic: How to deal with Instruments with no data?
Replies: 3
Views: 1548

Re: How to deal with Instruments with no data?

Hello AntiMatter, There is no way to run a signal on a chart with "no data". Signals are calculated over the bars of the chart. If there are no bars - there are no signal calculations. If you have a data series with "No Data" on the chart and this data series is not going to receive any data - you c...
by Henry MultiСharts
14 Oct 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.8 BETA 1
Replies: 45
Views: 19597

Re: MULTICHARTS 8.8 BETA 1

Importing a TS eld that contains a function always gives an error.

Error occured during import. ....
Study: "(Function)"
Error code: 1
The issue has been confirmed. The fix is targeted to MultiCharts 8.8 Beta 2
by Henry MultiСharts
11 Oct 2013
Forum: MultiCharts
Topic: MultiCharts registering prices that were never hit
Replies: 6
Views: 2521

Re: MultiCharts registering prices that were never hit

Hello WTSchamp, 1) What exact version and build number of MultiCharts are you running? (in MultiCharts go to Help tab-> About) Please send me (support@multicharts.com) the following information for further investigation: 2) workspace you are using; 3) in QuoteManager select the symbol you are using,...
by Henry MultiСharts
11 Oct 2013
Forum: MultiCharts
Topic: After Mc Upgrade Daily & Intraday bars don't update
Replies: 5
Views: 1478

Re: After Mc Upgrade Daily & Intraday bars don't update

Henry, I'll send you the Instruments/no data as you request; however your SOL
on the workspaces.......

JMH
Please explain what you mean exactly by your reply and answer the questions from my previous post.
by Henry MultiСharts
11 Oct 2013
Forum: MultiCharts
Topic: Automated order rejected-"TIF unspecified" error [SOLVED]
Replies: 6
Views: 3136

Re: Automated order rejected-"TIF unspecified" error [SOLVED]

Hello ADG88, As I can see you are using a custom futures instrument. Please add the current futures contract you are going to trade from the data provider: In QuoteManager please go to Instrument tab->Add symbol->From data source-> IB. Once the symbol is added please setup the symbol mapping between...
by Henry MultiСharts
11 Oct 2013
Forum: MultiCharts
Topic: PERFORMANCE METRICS IN PERFORMANCE REPORTS
Replies: 7
Views: 2402

Re: PERFORMANCE METRICS IN PERFORMANCE REPORTS

Calmar ratio = (minimum acceptable rate of return/12) / AbsValue (Max strategy drawdown %). Minimum acceptable rate of return is user specified in Strategy performance report->Settings->Financial (please see calmar1.png). You need to get Max strategy drawdown % from Periodical analysis->Monthly retu...
by Henry MultiСharts
11 Oct 2013
Forum: MultiCharts .NET
Topic: what does barspast input parameter of Trendlines Automatic
Replies: 1
Views: 1486

Re: what does barspast input parameter of Trendlines Automat

BarsPast cuts off the trendline on the right after the specified in the input number of bars when the next new trendline is drawn (History input must be set to "No".)
by Henry MultiСharts
11 Oct 2013
Forum: MultiCharts .NET
Topic: Charting ASCII and expired contract data [SOLVED]
Replies: 1
Views: 1658

Re: Charting ASCII and expired contract data [SOLVED]

Hello dave2013,

Please go to File->New->QuoteManager-> right click on the symbol you need -> Edit data.
If you are able to load the data in edit data -> plot the same resolution, quote field and data range on the chart in MultiCharts.
by Henry MultiСharts
11 Oct 2013
Forum: MultiCharts .NET
Topic: How can I prevent alerts from switching workspaces?
Replies: 2
Views: 1603

Re: How can I prevent alerts from switching workspaces?

ycomp, This should not happen. We were unable to replicate this behavior on our end. Please specify the exact version and build number of MultiCharts you are running and attach a video demonstrating this case. You can also come to our live chat Monday-Friday 6:30 am - 4 pm EST to demonstrate it remo...
by Henry MultiСharts
11 Oct 2013
Forum: MultiCharts
Topic: Time Line
Replies: 1
Views: 1594

Re: Time Line

Hello Herbie,

That is possible to achieve this goal. Please refer to the available Trendline Drawing reserved words section: https://www.multicharts.com/trading-sof ... ne_Drawing
by Henry MultiСharts
11 Oct 2013
Forum: MultiCharts .NET
Topic: Multichart.NET SE. Can't open a chart [SOLVED]
Replies: 4
Views: 2354

Re: Multichart.NET SE. Can't open a chart [SOLVED]

You can get FXCM data only through our servers. Here is a complete list of available instruments: https://www.multicharts.com/forex-data/ We provide MultiCharts Forex Data (up to 10 years of FXCM data) for $99 per month. This subscription is separate from MC license. Please let us know if you are in...
by Henry MultiСharts
11 Oct 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.8 BETA 1
Replies: 45
Views: 19597

Re: MULTICHARTS 8.8 BETA 1

ASCII mapping of minute data seems much improved, but to me, QuoteManager is still the weakest link of the whole package. I find that when I run a portfolio backtest on symbols that are mapped using ASCII mapping that there's very little visibility about what's going on behind the scenes- you just ...
by Henry MultiСharts
10 Oct 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.8 BETA 1
Replies: 45
Views: 19597

Re: MULTICHARTS 8.8 BETA 1

Hi, I'm new to Multicharts, but I've found a little missing in the Volume profile panel. It's possible to have also a Monthly Volume profile ? The only way to have it for each month is to load N times the same data and set the Volume Profile from the beginning of the month to its end.......very inc...
by Henry MultiСharts
10 Oct 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.8 BETA 1
Replies: 45
Views: 19597

Re: MULTICHARTS 8.8 BETA 1

Since updating to the latest beta (7994), I'm experiencing an issue that the charts of some symbols are not completely loaded after starting Multicharts. There is a gap between the last bar of the time when MC was shut down the day before and the first bar of starting MC on the following day. The a...
by Henry MultiСharts
10 Oct 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.8 BETA 1
Replies: 45
Views: 19597

Re: MULTICHARTS 8.8 BETA 1

Exporting data to ascii in Quotemanager is displaying and exporting faulty volume values. For example export tick data to ascii and volume values are not the same as if you look at the same symbol via "edit data". Please look at the attached pictures. This issue has been confirmed. The fix is targe...
by Henry MultiСharts
09 Oct 2013
Forum: MultiCharts
Topic: Portfolio Backtester
Replies: 1
Views: 1156

Re: Portfolio Backtester

Hello Charles,

Please make sure that in QuoteManager->Tools->Data sources->IQFeed->Settings->the option "build minute and daily bars from tick data" is unchecked.
To make this setting come into effect you need to restart MultiCharts and all of its applications.
by Henry MultiСharts
09 Oct 2013
Forum: MultiCharts
Topic: Issue on 8.8 beta post beta1 [SOLVED]
Replies: 3
Views: 1802

Re: Issue on 8.8 beta post beta1 [SOLVED]

The issue you have reported has been resolved. Please download the Updater with the fix for MultiCharts 8.8 Beta 1 64-bit: https://www.dropbox.com/s/ddtmg7dfe8g50n8/88x64.zip Please unzip the file and follow the installation guide: https://www.multicharts.com/trading-software/index.php/How_to_Instal...
by Henry MultiСharts
09 Oct 2013
Forum: MultiCharts .NET
Topic: Data play back tool bar, where? [SOLVED]
Replies: 2
Views: 1818

Re: Data play back tool bar, where? [SOLVED]

Hello 35trader,

The Playback Speed slider is always available on the playback toolbar. Please make sure you can see the whole Playback Toolbar on your screen.
by Henry MultiСharts
09 Oct 2013
Forum: MultiCharts
Topic: customization "Format Objects"
Replies: 1
Views: 1081

Re: customization "Format Objects"

competitor59, thank you for your suggestion. All feature requests are forwarded to the management of the company and are evaluated in a timely manner. Please note that even though we value your opinion not all requests can be implemented due to the fact that some features do not fit into our current...
by Henry MultiСharts
09 Oct 2013
Forum: MultiCharts
Topic: After Mc Upgrade Daily & Intraday bars don't update
Replies: 5
Views: 1478

Re: After Mc Upgrade Daily & Intraday bars don't update

JMH, please attach the workspace you are using. In QuoteManager select the symbols you are using, make a right click on any of them ->Export data->Export instrument (without data). Send me the Qmd export file for analysis. At what exact time do you open your workspace? What is your time zone? Have y...
by Henry MultiСharts
09 Oct 2013
Forum: MultiCharts
Topic: How to keep a track record
Replies: 12
Views: 4756

Re: How to keep a track record

MultiCharts stores each order that was sent from the platform in Order and position tracker Orders tab. It can also receive orders placed from the other application to your broker account if this information is provided by your broker, MultiCharts is running and the broker profile is connected. That...
by Henry MultiСharts
09 Oct 2013
Forum: MultiCharts
Topic: LSE - Correct BigPointValue? [SOLVED]
Replies: 6
Views: 3467

Re: LSE - Correct BigPointValue? [SOLVED]

Hello AntiMatter, You do not need to select "Use Exchange & ECN's Settings" for your instrument. You just need to add the symbols from the data source. In QuoteManager please go to Instrument tab->Add symbol->From data source-> IB-> Add the symbol you need with the proper exchange. The proper instru...
by Henry MultiСharts
08 Oct 2013
Forum: MultiCharts .NET
Topic: Auto-Attaching Multiple Exit Strategies
Replies: 3
Views: 1983

Re: Auto-Attaching Multiple Exit Strategies

can I can attach multiple individual exit strategies like take profit, stop loss and break even to the same order?
Yes, that is possible to do that.
by Henry MultiСharts
08 Oct 2013
Forum: MultiCharts
Topic: Add new feed API interface [SOLVED]
Replies: 4
Views: 2124

Re: Add new feed API interface [SOLVED]

Please contact support@multicharts.com if you are interested in data and/or broker connection SDK.
by Henry MultiСharts
08 Oct 2013
Forum: MultiCharts
Topic: DIVERGENCE CACHEE
Replies: 2
Views: 1409

Re: DIVERGENCE CACHEE

BBJAP, please contact us directly if you are interested in a custom programming project.
by Henry MultiСharts
08 Oct 2013
Forum: MultiCharts
Topic: MultiCharts Portfolio Trading Strategies
Replies: 14
Views: 10090

Re: MultiCharts Portfolio Trading Strategies

Any updates on when portfolio trading will be made available?
Portfolio Trading will become available in MultiCharts 9. If you want to participate in the beta testing of this functionality - please send an email to support@multicharts.com
by Henry MultiСharts
08 Oct 2013
Forum: MultiCharts
Topic: average win/loss in optimization results ?
Replies: 1
Views: 1364

Re: average win/loss in optimization results ?

Hello ravel44,

Have you checked the columns that will appear on your Optimization Report like Avg Winning Trade and Avg Losing Trade?

Image
by Henry MultiСharts
08 Oct 2013
Forum: MultiCharts
Topic: Data1 and Data2 (SPY and VIX) don't line up
Replies: 2
Views: 1500

Re: Data1 and Data2 (SPY and VIX) don't line up

To be more precise - you need to follow this guidance.
by Henry MultiСharts
08 Oct 2013
Forum: MultiCharts
Topic: Vote for Transparent colour
Replies: 5
Views: 2151

Re: what is the RGB value of transparent colour?

Hello nuno-online,

Transparent colour is not available in MultiCharts.
by Henry MultiСharts
07 Oct 2013
Forum: MultiCharts
Topic: cc1plus.exe stops working [SOLVED]
Replies: 19
Views: 8849

Re: cc1plus.exe stops working [SOLVED]

I have just encountered this problem as well. MC is up to date. 8.7 Vista It matters not what file is being compiled. Have searched the Web and not found a solution. Suggestions? lcresswell, are you running Vista Home edition? Please make sure you have all available service packs and updates instal...
by Henry MultiСharts
07 Oct 2013
Forum: MultiCharts
Topic: Issue on 8.8 beta post beta1 [SOLVED]
Replies: 3
Views: 1802

Re: Issue on 8.8 beta post beta1 [SOLVED]

Hello Thierry, 1) Please attach the workspace you are using. Please attach screenshots or video demonstrating this behavior. 2) Please attach the workspace and the study you are using. You can also come to our live chat Monday-Friday 6:30 am - 4 pm EST to demonstrate the issue remotely and we will c...
by Henry MultiСharts
07 Oct 2013
Forum: MultiCharts
Topic: Problem DOM and T&S with Iwbank
Replies: 1
Views: 2494

Re: Problem DOM and T&S with Iwbank

Hello fibdax,

This functionality is not available for IWBank. Please contact IWBank directly if you are interested in it.
by Henry MultiСharts
07 Oct 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.8 BETA 1
Replies: 45
Views: 19597

Re: MULTICHARTS 8.8 BETA 1

Is it possible to make the High and Low a bit more pronounced? It's too small, almost invisible. Maybe extend it into the bid and ask columns also.Also, This high and low is for the 24h session (ETH + RTH). Is there a way for us to switch it to RTH only after the pit market opens? I would love to b...
by Henry MultiСharts
07 Oct 2013
Forum: MultiCharts .NET
Topic: 8.8 Beta 1 Desktop Behavior
Replies: 1
Views: 1454

Re: 8.8 Beta 1 Desktop Behavior

Hello KhaosTrader, Thank you for your suggestion. All feature requests are forwarded to the management of the company and are evaluated in a timely manner. Please note that even though we value your opinion not all requests can be implemented due to the fact that some features do not fit into our cu...
by Henry MultiСharts
07 Oct 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.8 BETA 1
Replies: 45
Views: 19597

Re: MULTICHARTS 8.8 BETA 1

With the new drawings according to the bar number is it posible to get a new lastbaronchart function too with lastbaronchart_bn to check if it is the last completed barnumber bar ? The LastBarOnChart function returns True if the study is calculated on the last charted bar. False if not. How exactly...
by Henry MultiСharts
07 Oct 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.8 BETA 1
Replies: 45
Views: 19597

Re: MULTICHARTS 8.8 BETA 1

CQG does not have historical tick data now. When I create a tick chart, the data begins right there at moment of chart creation. It used to go back several months after updating the build today, the tick data now loads for today going back to midnight. Is that how cqg will be now ? This case has no...
by Henry MultiСharts
07 Oct 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.8 BETA 1
Replies: 45
Views: 19597

Re: MULTICHARTS 8.8 BETA 1

Updated to MC 8.8. beta 1 build 7994 (64bit). Using IB latest TWS and latest java on windows 7. Running into some trouble. I have a chart with 50 ticks as data 1 and 30 minute as data2 (which is hided). The charts are not showing any bars anymore. But you can still see my moving average (see pictur...
by Henry MultiСharts
04 Oct 2013
Forum: MultiCharts
Topic: "Block Trade per Bar" Indicator, not working? [SOLVED]
Replies: 5
Views: 3114

Re: "Block Trade per Bar" Indicator, not working? [SOLVED]

Hello StefanoSF,

"TradeVolume" has been reserved for further use. It does not perform any calculations at the moment.
by Henry MultiСharts
04 Oct 2013
Forum: MultiCharts .NET
Topic: Custom chart type?
Replies: 9
Views: 6532

Re: Custom chart type?

The indicator will work on both historical and realtime data.

For LMAX data provider there is an option to build Trade data series based on Bid and Ask data (QuoteManager-Tools->Data Sources->LMAX->Settings). You need to restart all MultiCharts processes to make the option come into effect.
by Henry MultiСharts
04 Oct 2013
Forum: MultiCharts .NET
Topic: Auto-Attaching Multiple Exit Strategies
Replies: 3
Views: 1983

Re: Auto-Attaching Multiple Exit Strategies

Hello ycomp,

Master strategy cannot be combined with the other exit strategies on the same order object.
by Henry MultiСharts
03 Oct 2013
Forum: MultiCharts
Topic: File size limit of Quote Manager export file? [SOLVED]
Replies: 10
Views: 3617

Re: File size limit of Quote Manager export file? [SOLVED]

Changing the target to an external, empty 512 GB drive (NTFS) does not help; I still get an error message, as attached. Target drive may not be the issue. There can be not enough space on your system drive for a temp file. 1) Please monitor the available free space during the export process. 2) Wha...
by Henry MultiСharts
03 Oct 2013
Forum: MultiCharts
Topic: Couple of command line questions/requests
Replies: 1
Views: 1036

Re: Couple of command line questions/requests

Hello AntiMatter,

Such functionality is not available at the moment. You may want to submit a feature request to the Project Management of our web site so other users can vote for it: https://www.multicharts.com/pm/
by Henry MultiСharts
02 Oct 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.8 BETA 1
Replies: 45
Views: 19597

Re: MULTICHARTS 8.8 BETA 1

cqg does not work properly through amp. Please specify the particular issue you have. rithmic will not connect either. apparently there is a new trade route number in the rithmic api that MC support does not know. There is no universal setting for that. What is the connection error message you have...
by Henry MultiСharts
02 Oct 2013
Forum: MultiCharts .NET
Topic: Custom chart type?
Replies: 9
Views: 6532

Re: Custom chart type?

Hello Andy, That is not possible to create a custom “user coded” chart type/data series that will appear in the chart types section. In MultiCharts .Net that is possible to create an indicator that will display a “user coded” customized plot over a chart. As an example you can use the attached Gradi...
by Henry MultiСharts
02 Oct 2013
Forum: MultiCharts
Topic: Is there a way to induce a delay in an indicator [SOLVED]
Replies: 7
Views: 4118

Re: Is there a way to induce a delay in an indicator [SOLVED]

Question to MC team related to process execution Is it faster or using less memory to have a single big indicator that contain all process to be done or have a separated indicator for each operation Martin Fewer indicators use less memory. But the more code you have inside one indicator - the more ...
by Henry MultiСharts
02 Oct 2013
Forum: MultiCharts
Topic: Multi data serios behavior [SOLVED]
Replies: 6
Views: 2822

Re: Multi data bug [SOLVED]

I have 2 data streams currently. Both are Gold futures. I'd like to switch them both to the Euro futures. However, I get one of MC's silly alerts before I can accomplish the task. Ironically the alert is telling me that I need to do what I want to do yet I cannot do it because of the alert telling ...
by Henry MultiСharts
02 Oct 2013
Forum: MultiCharts .NET
Topic: Clicking a detached chart window...
Replies: 1
Views: 1338

Re: Clicking a detached chart window...

Hello ycomp,

That is possible to open your workspaces in separate instances of MultiCharts.
Double click on MultiCharts icon to start a new instance.
by Henry MultiСharts
02 Oct 2013
Forum: MultiCharts .NET
Topic: how to create custom button? [SOLVED]
Replies: 2
Views: 2598

Re: how to create custom button? [SOLVED]

Hi, I googled and searched help but I didn't seem to find anything about creating custom buttons just that it was possible... but no info how to do it. Hello ycomp, That is possible to implement that. Check out Chart ToolBar section of our Programming Guide to learn how to do that. The pre-built in...
by Henry MultiСharts
01 Oct 2013
Forum: MultiCharts .NET
Topic: Bars Since Exit [SOLVED]
Replies: 2
Views: 2492

Re: Bars Since Exit [SOLVED]

Hello clonardo, In MultiCharts .NET there is Positions object (IMarketPosition collection) where all orders (order collections), which have opened (OpenTrades) and closed (ClosedTrades) specific positions, are stored. Each set of OpenTrades and ClosedTrades has EntryOrder collection and ExitOrder co...
by Henry MultiСharts
30 Sep 2013
Forum: MultiCharts .NET
Topic: tp\sl execution problem
Replies: 3
Views: 5810

Re: tp\sl execution problem

yup i also have this problem from quit some time
jawedmaha, are you referring to [ERROR] Winros.ini is not found?
by Henry MultiСharts
30 Sep 2013
Forum: MultiCharts
Topic: Setexitonclose Inconsistent Behaviour
Replies: 8
Views: 2638

Re: Setexitonclose Inconsistent Behaviour

Umer, what is the chart time zone (Format->Instrument->Settings->Time Zone)?
Please run your strategy with the Default session template, in Local Time Zone and attach a screenshot of its performance.
by Henry MultiСharts
30 Sep 2013
Forum: MultiCharts
Topic: Option expiration date [SOLVED]
Replies: 4
Views: 3094

Re: Option expiration date [SOLVED]

Is there a way to reference historical option expiration days in a continuous contract?
Unfortunately there is no reserved word for that.
I thought I remember a TS function called "isthirdfriday" - does anyone have that to share?
Are you referring to built-in Next3rdFriday function?
by Henry MultiСharts
30 Sep 2013
Forum: MultiCharts
Topic: MultiCharts 8.7 Release New Builds 7633/7634
Replies: 67
Views: 29580

Re: MultiCharts 8.7 Release New Builds 7633/7634

Since friday i have some empty rows at the DOM of the NQZ3. The DOM of ES, YM and some others are correct. I updated to the latest IB TWS (Build 940.3a, Sep 19, 2013), but that doesnt help. The TWS Booktrader shows all values. Dom.jpg Please come to our Live Chat Monday - Friday 6.30 am - 4 pm EST ...
by Henry MultiСharts
30 Sep 2013
Forum: MultiCharts
Topic: MultiCharts 8.7 Release New Builds 7633/7634
Replies: 67
Views: 29580

Re: MultiCharts 8.7 Release New Builds 7633/7634

Any new versions in the pipeline except alpha's & beta's ? Still waiting for the fix of the trendline issues ... At least. piranhaxp, please specify the exact issue you are referring to. There will be no new builds of MultiCharts 8.7. Next version is MultiCharts 8.8 beta 1. We are going to upload i...
by Henry MultiСharts
30 Sep 2013
Forum: MultiCharts
Topic: Changing Database location procedure: Error in the step?
Replies: 1
Views: 1195

Re: Changing Database location procedure: Error in the step?

Do I change these key... No mention Hello Martin, You need to go to MultiCharts folder, then Databases folder and change the specified keys in it. HKEY_LOCAL_MACHINE\SOFTWARE\TS Support\MultiCharts Step 5 look like the same has step 9 The send to the same location That is correct. The same location...
by Henry MultiСharts
26 Sep 2013
Forum: MultiCharts
Topic: File size limit of Quote Manager export file? [SOLVED]
Replies: 10
Views: 3617

Re: File size limit of Quote Manager export file? [SOLVED]

Hello seneca, There is no file size limit for the QuoteManager QMD data export file. What is the file system on the drive you are using for export? Is it NTFS or FAT32? Please keep in mind that the maximum possible size for a file on a FAT32 volume is 4 GB minus 1 byte or 4,294,967,295 bytes. Please...
by Henry MultiСharts
26 Sep 2013
Forum: MultiCharts
Topic: Error: Reducing Database Size
Replies: 1
Views: 964

Re: Error: Reducing Database Size

Hello Martin,

Please make sure the database files are present in the databases folder before running the DataUpdater.exe
by Henry MultiСharts
26 Sep 2013
Forum: MultiCharts
Topic: Price Improvement
Replies: 16
Views: 3892

Re: Price Improvement

MAtricks, what do you mean by "price improvement"?
by Henry MultiСharts
26 Sep 2013
Forum: MultiCharts
Topic: Quickly opening a study/signal against a longlist of symbols [SOLVED]
Replies: 2
Views: 2056

Re: Quickly opening a study/signal against a longlist of sym [SOLVED]

AntiMatter, at the moment in MultiCharts you can trade one symbol per chart only. If you want to link multiple charts to share information between them – you need to use Global Variables: https://www.multicharts.com/trading-software/index.php/Global_Variables If you want to trade a certain number of...
by Henry MultiСharts
26 Sep 2013
Forum: MultiCharts
Topic: Review Trades on Charts After Backtest
Replies: 2
Views: 1810

Re: Review Trades on Charts After Backtest

jwitt98, if you are referring to Portfolio Backtester then there is no way to see the trades on a chart.
You can backtest a signal in MultiCharts to see the orders on a chart. Just add a signal to your chart to see its performance.
by Henry MultiСharts
26 Sep 2013
Forum: MultiCharts
Topic: Saving a desktop profile [SOLVED]
Replies: 1
Views: 1300

Re: Saving a desktop profile [SOLVED]

Martin, this functionality will become available in MultiCharts 8.8 beta 1 (expected next week).
by Henry MultiСharts
26 Sep 2013
Forum: MultiCharts
Topic: Data Discrepancy | Missing Data in Strategy
Replies: 3
Views: 1695

Re: Data Discrepancy | Missing Data in Strategy

In this case i have no problem with the midnight bar and i get all bars. But, at the start of each new week, the first bar was missing in MultiCharts. For example the 8/18/2013 7:00:00 PM bar is present in the data but the MC strategy doesn't run on this bar. Umer, I'm not sure I am following. Plea...
by Henry MultiСharts
26 Sep 2013
Forum: MultiCharts
Topic: Bar Magnifier Option in Portfolio
Replies: 10
Views: 4862

Re: Bar Magnifier Option in Portfolio

There are updates on the subject yet. This functionality is not yet targeted to any particular version of MultiCharts.
by Henry MultiСharts
26 Sep 2013
Forum: MultiCharts
Topic: Vote - Quick Order Entry Customizable Icons
Replies: 8
Views: 3176

Re: Vote - Quick Order Entry Customizable Icons

manualtrader, thank you for your suggestion. That is already possible to create custom trading buttons on the chart in MultiCharts .Net. You can check the prebuilt code _ChartToolBar_Trading_
Unfortunately such functionality is not available in MultiCharts with PowerLanguage.
by Henry MultiСharts
26 Sep 2013
Forum: MultiCharts
Topic: Data Feed that allows Simulated Trading
Replies: 7
Views: 3604

Re: Data Feed that allows Simulated Trading

Hello brunor, The only prebuilt simulator we have at the moment is for Zenfire / Rithmic feed. If you have Zenfire/Rithmic data then you can use Zenfire or Rithmic local sim to simulate trading. We are going to implement a prebuilt simulation mode for the other supported data providers in one of the...
by Henry MultiСharts
26 Sep 2013
Forum: MultiCharts .NET
Topic: automated signal not firing / firing ?
Replies: 6
Views: 2748

Re: automated signal not firing / firing ?

All signals added to the same chart for a single strategy. There is a different set of signals added to your charts, the signals have different input values. The data on the charts is different as well. That is expected that the strategies will behave differently in such case.
by Henry MultiСharts
26 Sep 2013
Forum: MultiCharts .NET
Topic: money management
Replies: 3
Views: 1849

Re: money management

Hello yuci,

Please specify the exact functionality you are looking for.
Are you using MultiCharts or MultiCharts .Net?
by Henry MultiСharts
26 Sep 2013
Forum: MultiCharts .NET
Topic: automated signal not firing / firing ?
Replies: 6
Views: 2748

Re: automated signal not firing / firing ?

Hello shanemcdonald, Do the charts have exactly the same setup (data range, sessions)? Is the first bar on both charts the same? Are you using the prebuilt signals or have you modified them? What are the signals added to both charts? Please attach screenshots (Format->Signals). Are the orders not ge...
by Henry MultiСharts
25 Sep 2013
Forum: MultiCharts
Topic: Is it possible to detect MouseOver data1- data2 - data3 [SOLVED]
Replies: 4
Views: 1908

Re: Is it possible to detect MouseOver data1- data2 - data3 [SOLVED]

I already use this function in an indicator. If I load 3 instruments on a workspace, I need to install 3 time this indicator. My interrogation is more like, can I install it on one instrument and have it read the other instruments Does MouseClickDataNumber not work for you? I have tested it on MC x...
by Henry MultiСharts
25 Sep 2013
Forum: MultiCharts
Topic: Gv and aiappid
Replies: 3
Views: 2102

Re: Gv and aiappid

aiappid will return a unique number for each chart. You do not need to use it in the variable name to get the GV data transfer between charts.
by Henry MultiСharts
25 Sep 2013
Forum: MultiCharts .NET
Topic: Bars.Volume[i] gives the UP VOL?!
Replies: 8
Views: 3735

Re: Bars.Volume[i] gives the UP VOL?!

Interesting question. Similarly, why does the IOGMode attribute require an enum: [IOGMode(IOGMode.Enabled)] While the other attributes require a bool: [UpdateOnEveryTick(true)] [SameAsSymbol(true)] (Just out of curiosity) IOGMode attribute declares the behavior in the code, that cannot be changed f...
by Henry MultiСharts
25 Sep 2013
Forum: MultiCharts .NET
Topic: Bars.Volume[i] gives the UP VOL?!
Replies: 8
Views: 3735

Re: Bars.Volume[i] gives the UP VOL?!

yes, that's what I'm doing... But I just don't understand the reasoning/logic for this! Bars.Volume should be the volume, no!? Volume for daily resolution and higher resolutions is total volume, for other resolutions you need to use UpVolume. TrueVolume is always total volume. It was originally des...
by Henry MultiСharts
25 Sep 2013
Forum: MultiCharts
Topic: huge deviation in buy and sell price when auto trading in mc
Replies: 3
Views: 1538

Re: huge deviation in buy and sell price when auto trading i

mcescher_lky, which quote field do you have plotted on your chart (Trade, Bid, Ask)?
Which data provider do you use for chart data?
What order types do you use (market, stop, limit, etc.)?
by Henry MultiСharts
25 Sep 2013
Forum: MultiCharts
Topic: conversion utility to convert regular EL to .net
Replies: 1
Views: 1162

Re: conversion utility to convert regular EL to .net

Hello bowlesj3,

There is no such tool at the moment.
by Henry MultiСharts
25 Sep 2013
Forum: MultiCharts
Topic: bypass warning for autotrade
Replies: 1
Views: 1183

Re: bypass warning for autotrade

Hello cffung,

There is no such setting.
by Henry MultiСharts
25 Sep 2013
Forum: MultiCharts .NET
Topic: Change Resolution Type
Replies: 1
Views: 2137

Re: Change Resolution Type

Hello FistPeso, Each bar represents a certain price change when using the Change resolution. The bar closes if a certain amount of price changes is reached. Each new bar starts with a new tick. http://www.multicharts.com/discussion/download/file.php?mode=view&id=6866&sid=0f2811a0d3e4e883488ef6e551fd...
by Henry MultiСharts
25 Sep 2013
Forum: MultiCharts .NET
Topic: Timestamps for tick data in replay always 00 seconds.
Replies: 15
Views: 5421

Re: Timestamps for tick data in replay always 00 seconds.

Bars.BarUpdateTime - provides second/millisecond timestamps on a e.g. minute chart. We need to use the Bar Magnifier and "Enable access to intra-bar time calculation in Intra-Bar Order Generation mode." However, Bars.BarUpdateTime does not provide second/millisecond timestamps in replay mode. That ...
by Henry MultiСharts
25 Sep 2013
Forum: MultiCharts
Topic: Is there a way to induce a delay in an indicator [SOLVED]
Replies: 7
Views: 4118

Re: Is there a way to induce a delay in an indicator [SOLVED]

Is every indicator in MultiCharts running on a different thread? (As this code implies)
1 chart window = 1 calculation thread for all studies on this chart.
by Henry MultiСharts
25 Sep 2013
Forum: MultiCharts .NET
Topic: How to set the MaxBarsBack in the .Net Editor
Replies: 6
Views: 4165

Re: How to set the MaxBarsBack in the .Net Editor

Unfortunately that is not technically possible to set MaxBarsBack from the code. ExecInfo.MaxBarsBack is for returning the value that has been specified for the study in the Strategy Properties windows into the code, not for assigning this value.
by Henry MultiСharts
24 Sep 2013
Forum: MultiCharts
Topic: integrate real time quote with backend textfile data
Replies: 1
Views: 1249

Re: integrate real time quote with backend textfile data

Hello rst, There are multiple ways to achieve your goal: 1) That is possible to import the historical data you have in a text file into your current front month contract. Importing data. 2) A real-time data source and a historical data source can be merged into a single chart. Real-time data will be...
by Henry MultiСharts
24 Sep 2013
Forum: MultiCharts
Topic: MultiCharts Order API ?
Replies: 17
Views: 6889

Re: MultiCharts Order API ?

Hello General, Our developers can create a custom broker connection for you. There are also developers working themselves on the custom connections. MultiCharts SDK has sufficient documentation and examples for integration. The time it takes to create a connection may vary and depends on the broker'...
by Henry MultiСharts
24 Sep 2013
Forum: MultiCharts
Topic: Renko bar with time resolution
Replies: 16
Views: 6123

Re: Renko bar with time resolution has never been fixed

We will check the provided information and I will get back to you.
by Henry MultiСharts
24 Sep 2013
Forum: MultiCharts
Topic: Stop/Limit order execution
Replies: 2
Views: 1604

Re: Stop/Limit order execution

Bugs, if you still have this behavior please send me (support@multicharts.com) the following information for further investigation: 1) What exact version and build number of MultiCharts are you running? (in MultiCharts go to Help tab-> About) 2) workspace you are using; 3) in QuoteManager select the...
by Henry MultiСharts
24 Sep 2013
Forum: MultiCharts .NET
Topic: Time and Sales
Replies: 1
Views: 3015

Re: Time and Sales

Hello Zoli,

We are going to add a setting to switch off the Time and Sales window automatic pause in MultiCharts 9.0 Beta 1
by Henry MultiСharts
23 Sep 2013
Forum: MultiCharts
Topic: Data Discrepancy | Missing Data in Strategy
Replies: 3
Views: 1695

Re: Data Discrepancy | Missing Data in Strategy

Hello master.aurora, There will be no midnight bar. According to your session settings there will be the following bars around midnight: 23.00 - 23.59 - 01.00. If you are using 1 hour resolution and your code checks for particular 00.00 bar then due to the lack of such bar timestamp there will be no...
by Henry MultiСharts
20 Sep 2013
Forum: MultiCharts
Topic: Renko bar with time resolution
Replies: 16
Views: 6123

Re: Renko bar with time resolution has never been fixed

You're right, MC needs to work on ALL unique bar types since they need updates/upgrades. Hello MAtricks and Smoky, There are no outstanding issues with Non-standart chart types at the moment. The issues you have reproted before were already fixed in MultiCharts 8.7 Beta 2. And as far as I remember ...
by Henry MultiСharts
20 Sep 2013
Forum: MultiCharts .NET
Topic: Indicator referencing more symbols
Replies: 3
Views: 1716

Re: Indicator referencing more symbols

That is also possible to reference data from a subchart (ex. current close from second data series):

Code: Select all

BarsOfData(2).Close
Example of how to make the function calculated on data2 can be found here.
by Henry MultiСharts
20 Sep 2013
Forum: MultiCharts .NET
Topic: Multi symbol strategy? [SOLVED]
Replies: 2
Views: 2866

Re: Multi symbol strategy? [SOLVED]

Hello Phonix88, In MultiCharts .Net there are two approaches for order generation: managed and umanaged orders. Managed orders are monitored by the strategy. Strategy can be trading only one instrument that is the main data series of your chart. The orders are valid at broker while they are sent by ...
by Henry MultiСharts
20 Sep 2013
Forum: MultiCharts .NET
Topic: How use the ITradeOrder interface [SOLVED]
Replies: 3
Views: 3127

Re: How use the ITradeOrder interface [SOLVED]

Please check our Wiki: Strategy Performance and the attached codes. Test_PositionInfo.pln: t.EntryOrder.Price, t.ExitOrder.Price. EntryOrder and ExitOrder are examples of ITradeOrder. Test_BackTest_OrdersInfo.pln: Positions is a collection of closed trades present on a chart. Each position can consi...
by Henry MultiСharts
20 Sep 2013
Forum: MultiCharts .NET
Topic: Bars.Volume[i] gives the UP VOL?!
Replies: 8
Views: 3735

Re: Bars.Volume[i] gives the UP VOL?!

Hello AntiMatter,

You need to use Bars.TrueVolume(), like in the prebuilt Volume indicator.
by Henry MultiСharts
19 Sep 2013
Forum: MultiCharts
Topic: Change in dayofweek code?
Replies: 2
Views: 1328

Re: Change in dayofweek code?

Hello yonobarn,

There was an issue with "Date Next Bar" construction. It has been already resolved. The fix will become available in MultiCharts 8.8 Beta 1.
by Henry MultiСharts
19 Sep 2013
Forum: MultiCharts
Topic: Limit orders chart trading
Replies: 10
Views: 2708

Re: Limit orders chart trading

greenroomhoo, have you setup the symbol mapping?
Do you have realtime data subscription for this instrument from IB?
by Henry MultiСharts
19 Sep 2013
Forum: MultiCharts
Topic: MultiCharts 8.7 Release New Builds 7633/7634
Replies: 67
Views: 29580

Re: MultiCharts 8.7 Release New Builds 7633/7634

hi First picture is reloaded and all same as in IB TWS. Second picture (next post) is realtime which is missing a lot of data! Whats going on here!!?!? aczk, IB has confirmed that different amount of tick data (volume) is provided for third party applications compared to IB TWS: "There have been en...
by Henry MultiСharts
19 Sep 2013
Forum: MultiCharts
Topic: TS missing days
Replies: 1
Views: 1501

Re: TS missing days

Hello plaforte, Please reload the problem charts in TS. Then reload the problem charts in MC. If the charts are backfilling slow then check that TS download scheduler (TS->View tab->Launch Download Scheduler) has not queued up MC data requests. If it has then make a right click on the request->Sched...
by Henry MultiСharts
19 Sep 2013
Forum: MultiCharts
Topic: Plot data in future [SOLVED]
Replies: 3
Views: 1934

Re: Plot data in future [SOLVED]

Hello -
I have a data file that shows data in the future. I am able to import it successfully, but can only plot up to the current date. How can I show the plots beyond the current date?
thanks
Hello waveslider,

There is no way to plot data with future timestamps on a chart.
by Henry MultiСharts
19 Sep 2013
Forum: MultiCharts
Topic: Multicharts 64 bit with Esignal
Replies: 1
Views: 1334

Re: Multicharts 64 bit with Esignal

Hello horton,

eSignal 11.6 32/64 bit contains Data Manager, that means it is possible to feed eSignal data into MultiCharts.
by Henry MultiСharts
19 Sep 2013
Forum: MultiCharts
Topic: Volume Delta - Profile charts
Replies: 3
Views: 3537

Re: Volume Delta - Profile charts

Hello,

I would like to suggest an addition to current Volume Delta charts options - show volume as Bid x Ask in a Profile mode. See the attached image.
b.
Hello brouq,

This feature is in our to-do list, but it has not been scheduled to any particular version yet.
I will add your vote for it.
by Henry MultiСharts
19 Sep 2013
Forum: MultiCharts
Topic: IQFeed - Unused symbols are not released
Replies: 4
Views: 3712

Re: IQFeed - Unused symbols are not released

This issue has been confirmed. The fix is targeted to one of the future versions (not MultiCharts 8.8 beta 1).
by Henry MultiСharts
18 Sep 2013
Forum: MultiCharts
Topic: IB price is updated but no reflected in the chart [SOLVED]
Replies: 2
Views: 1485

Re: IB price is updated but no reflected in the chart [SOLVED]

Hello MarketPupil, Please add the symbols from the data source. In QuoteManager please go to Instrument tab->Add symbol->From data source-> IB. If IB is the only data provider you are using for your chart then please right click on your chart -> Format Instrument-> Instrument tab->make sure "Merge d...
by Henry MultiСharts
18 Sep 2013
Forum: MultiCharts
Topic: lost one pair data [SOLVED]
Replies: 2
Views: 1815

Re: lost one pair data [SOLVED]

Hello plaforte, In Multicharts please go to File tab->Preferences->Data server mode; Make sure you are in online mode, "download missing historical data" is enabled. Please reload the problem chart in TS. Then reload the problem chart in MC. If the charts are backfilling slow then check that TS down...
by Henry MultiСharts
18 Sep 2013
Forum: MultiCharts
Topic: FXCM, MULTICHARTS, AND POSSIBLY MCFX?
Replies: 17
Views: 6554

Re: FXCM, MULTICHARTS, AND POSSIBLY MCFX?

How does multicharts handle hedge positions on FXCM (demo). Demo account on FXCM UK allow to open positions in both directions, but multicharts does not allow it. Second position in the same size eliminates the first one. Is there a hack to allow hedge orders on FXCM ? Edit: MC does not show all op...
by Henry MultiСharts
18 Sep 2013
Forum: MultiCharts
Topic: IQFeed - Unused symbols are not released
Replies: 4
Views: 3712

Re: IQFeed - Unused symbols are not released

Walter, please make sure you are not running Portfolio Backtester and Collect RT data w/o plotting is turned off for your IQFeed symbols in the QuoteManager.
by Henry MultiСharts
18 Sep 2013
Forum: MultiCharts
Topic: How to determine total number of open orders for strategy? [SOLVED]
Replies: 1
Views: 1684

Re: How to determine total number of open orders for strateg [SOLVED]

Hello Xyzzy,

There is no dedicated reserved word for getting the number of currently open orders across all charts. You can get the number of open entries for the current position with the help of CurrentEntries. Then use Global Variables to transfer the values between charts.
by Henry MultiСharts
18 Sep 2013
Forum: MultiCharts
Topic: I'm eagerly waiting to test the new DOM features :)
Replies: 1
Views: 1066

Re: I'm eagerly waiting to test the new DOM features :)

Hello arnie, Once the status changes from Implemented to Released - a new build will appear on our download page and corresponding announcement will be done in all our information systems ;-) We are going to upload MultiCharts 8.8 beta 1 by the end of this week, or early next week. So stay tuned and...
by Henry MultiСharts
18 Sep 2013
Forum: MultiCharts FAQ
Topic: Volume Charts Wrong By Factor of 10 to 100+
Replies: 3
Views: 4603

Re: Volume Charts Wrong By Factor of 10 to 100+

Hello trader39, Contract Resolution requires tick data. The bars are plotted based on the volume of each tick. The bar is closed when the volume reaches the specified resolution. MultiCharts uses summation and/or fragmentation of separate ticks volume. Summation of ticks is used when one tick volume...
by Henry MultiСharts
18 Sep 2013
Forum: MultiCharts
Topic: Trade Management web problem
Replies: 1
Views: 4267

Re: Trade Management web problem

Hello Martin,

Access to the Project Management system has been restored.
by Henry MultiСharts
17 Sep 2013
Forum: MultiCharts .NET
Topic: Session Template Timestamp
Replies: 1
Views: 1464

Re: Session Template Timestamp

Hello FistPeso, There is no bug. What you have experienced is expected behavior. The data you have stored in the database will not be changed after a session template has been applied to a chart. Only the data you have loaded on the chart will be saved to the local database. If you want all data str...
by Henry MultiСharts
17 Sep 2013
Forum: MultiCharts .NET
Topic: Wrong calculation of the optimizable steps [SOLVED]
Replies: 4
Views: 2855

Re: Wrong calculation of the optimizable steps [SOLVED]

Hello Phonix88,

Please use the comma as a delimiter in the optimization inputs window.
This window works based on the System Regional Settings parameters.
by Henry MultiСharts
17 Sep 2013
Forum: MultiCharts .NET
Topic: Quote Field: No Data for BID/ASK [SOLVED]
Replies: 2
Views: 1985

Re: Quote Field: No Data for BID/ASK [SOLVED]

Hello PriceTime,

Please specify the data provider and instrument you are using.
Also let me know your MultiCharts .Net version and build number (Help tab->About MultiCharts).
by Henry MultiСharts
17 Sep 2013
Forum: MultiCharts .NET
Topic: Simple DOM feature request
Replies: 1
Views: 1456

Re: Simple DOM feature request

Hello AlphaCat,

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/
by Henry MultiСharts
13 Sep 2013
Forum: MultiCharts .NET
Topic: Text based "indicators" - how to do it?
Replies: 8
Views: 3753

Re: Text based "indicators" - how to do it?

I have done that TextDrawing but is there a way to place the text not under a bar but always at a fixed position within the chart window. One way to achieve this would be to create a windows form which is set to transparent and placed at the desired position within the chart. Therefore the chart sc...
by Henry MultiСharts
13 Sep 2013
Forum: MultiCharts .NET
Topic: Study on study / indicator on indicator
Replies: 6
Views: 2465

Re: Study on study / indicator on indicator

This functionality will be added in MultiCharts 8.8 beta 1 that is expected later this month. Excellent news, thanks. Does this mean this feature (and the corrected version of Lin Reg Curve for inputs higher than 1024) will also be available in .NET and .NET SE, or will they confined to MC only? Mu...
by Henry MultiСharts
13 Sep 2013
Forum: MultiCharts .NET
Topic: C# - Remove Drawing from previous bar [SOLVED]
Replies: 11
Views: 11005

Re: C# - Remove Drawing from previous bar [SOLVED]

Oh yes, seems to work, but if I don't do some sanity checks myself, it throws this:
AntiMatter, you are working with a variable that has not been initialized.
by Henry MultiСharts
13 Sep 2013
Forum: MultiCharts
Topic: MultiCharts 8.7 Release New Builds 7633/7634
Replies: 67
Views: 29580

Re: MultiCharts 8.7 Release New Builds 7633/7634

For my symbol the HSI neither volume nor price are displayed correctly when compared to the IB chart. For price there is only a tick wrong here or there, but volume is simply missing large chunks! See the picture of a 3 min chart. Volume bars and footprint ar more wrong and simply can't keep up wit...
by Henry MultiСharts
13 Sep 2013
Forum: MultiCharts
Topic: MultiCharts 8.7 Release New Builds 7633/7634
Replies: 67
Views: 29580

Re: MultiCharts 8.7 Release New Builds 7633/7634

CrazyNasdaq, what is the version and build number of your MultiCharts? Have you tried to reload your chart? Last Build 7634 No changes with reload data. The problem is only on point chart with CQG Feed ( Volume, minute, seconds are correct - see the picture attached) http://img543.imageshack.us/img...
by Henry MultiСharts
12 Sep 2013
Forum: MultiCharts
Topic: MultiCharts 8.7 Release New Builds 7633/7634
Replies: 67
Views: 29580

Re: MultiCharts 8.7 Release New Builds 7633/7634

Here something that I just find out and I just can't figure why is this happening. Well, I know why, it's the inability MC always had in dealing with non time based charts. When I remove yesterday's data from the chart, it is indeed removed from minute charts but not from non time based charts. How...
by Henry MultiСharts
12 Sep 2013
Forum: MultiCharts
Topic: MultiCharts 8.7 Release New Builds 7633/7634
Replies: 67
Views: 29580

Re: MultiCharts 8.7 Release New Builds 7633/7634

Hi
Issue with getting real-time data from IB.
does that mean the volume bars problem through the IB datafeed is solved now on the volume bars can keep up!!! Thx
The fix is related to getting realtime price quotes from IB. Please describe the issue you have with the volume bars.
by Henry MultiСharts
12 Sep 2013
Forum: MultiCharts .NET
Topic: Study on study / indicator on indicator
Replies: 6
Views: 2465

Re: Study on study / indicator on indicator

This functionality will be added in MultiCharts 8.8 beta 1 that is expected later this month.
by Henry MultiСharts
12 Sep 2013
Forum: MultiCharts .NET
Topic: Volume Delta
Replies: 15
Views: 5357

Re: Volume Delta

Hello Herbie,

Each volume delta box is plotted with the symbol price step (price scale * min movement).
Please refer to our Wiki section to learn how to set it up:Setting Properties
by Henry MultiСharts
12 Sep 2013
Forum: MultiCharts .NET
Topic: C# - Remove Drawing from previous bar [SOLVED]
Replies: 11
Views: 11005

Re: C# - Remove Drawing from previous bar [SOLVED]

Noob Question, but how would I check that m_arrw has a value before deleting it, e.g. something like....

if (m_arrw.Value.Exist) m_arrw.Value.Delete();
Example code you have provided is correct. Are you unable to make it work?
by Henry MultiСharts
12 Sep 2013
Forum: MultiCharts
Topic: MultiCharts 8.7 Release New Builds 7633/7634
Replies: 67
Views: 29580

Re: MultiCharts 8.7 Release New Builds 7633/7634

1 tick cumulative delta Up/down ticks differs from point resolution with CQG datafeed with same history chart (10 days). Multicharts 64 bit (windows 7 64-bit) http://img543.imageshack.us/img543/4729/sglp.png CrazyNasdaq, what is the version and build number of your MultiCharts? Have you tried to re...
by Henry MultiСharts
12 Sep 2013
Forum: MultiCharts .NET
Topic: DOM price format for YEN futures CQG
Replies: 1
Views: 1351

Re: DOM price format for YEN futures CQG

Hello Stormy,

The fix has been implemented in all versions of MultiCharts.
Please make sure you are running the latest build of MultiCharts .Net.
by Henry MultiСharts
11 Sep 2013
Forum: MultiCharts .NET
Topic: What does "can't wait symbols loaded" mean?
Replies: 5
Views: 1693

Re: What does "can't wait symbols loaded" mean?

Before update I place a test order manually. The order does not appear in orders tracker and there is no any error log. Please make sure there are no filters applied to your Order and Position Tracker window. However, I can place order in broker's web platform. Have you placed the same EUR/USD Sell...
by Henry MultiСharts
11 Sep 2013
Forum: MultiCharts
Topic: Mb Trading FOREX: Account temporarily unavailable [SOLVED]
Replies: 71
Views: 21950

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

However it is followed by a new issue. It seems that Multicharts loses the link to open orders, so the new error message in the log says "replace rejected: no such order". What about this? Someone else experiences this behaviour? As before, this happens only after forex rollover when there were ope...
by Henry MultiСharts
10 Sep 2013
Forum: MultiCharts .NET
Topic: What does "can't wait symbols loaded" mean?
Replies: 5
Views: 1693

Re: What does "can't wait symbols loaded" mean?

LMAX API has been recently updated. Please update your MultiCharts to the latest version to utilize the latest API. After the update is done please try placing a manual order with the same parameters as it is generated by your auto trading. If the order is rejected - please let me know what is the r...
by Henry MultiСharts
10 Sep 2013
Forum: MultiCharts .NET
Topic: Please Remember Price Scale Between Sessions [SOLVED]
Replies: 8
Views: 5393

Re: Please Remember Price Scale Between Sessions [SOLVED]

This inquiry has been forwarded to our developers. It has not been scheduled to any particular version yet.
by Henry MultiСharts
10 Sep 2013
Forum: MultiCharts .NET
Topic: Store data as custom symbol? (.Net or standard MC)
Replies: 1
Views: 1670

Re: Store data as custom symbol? (.Net or standard MC)

Hello SysInv, That is possible to do that. For example export the values you need into a text file and then use ASCII mapping to plot the data from it. The other solution is to feed the data into Excel (using a dll or our RTD server) and then get the data from Excel using Universal DDE connection. I...
by Henry MultiСharts
10 Sep 2013
Forum: MultiCharts .NET
Topic: What does "can't wait symbols loaded" mean?
Replies: 5
Views: 1693

Re: What does "can't wait symbols loaded" mean?

Hello fundboy, What exact version and build number of MultiCharts are you running? (in MultiCharts go to Help tab-> About) Which broker do you use? Are you using manual trading or auto trading? Is each your stop order rejected with this message? Are you able to place the same order from the broker p...
by Henry MultiСharts
10 Sep 2013
Forum: MultiCharts .NET
Topic: how to customize “Order and Position Tracker"
Replies: 1
Views: 1203

Re: how to customize “Order and Position Tracker"

Hello zzzlondon,

There is no way to add any custom metrics into Order and position tracker window. You can only customize the layout.
If you want to perform calculations on OPT data - you can access it via TradeManager.
by Henry MultiСharts
10 Sep 2013
Forum: MultiCharts .NET
Topic: Exponential Moving Average function, is there one?
Replies: 4
Views: 4105

Re: Exponential Moving Average function, is there one?

webspiderc, C# is a case sensitive programming language. There should be no problem if you are using the proper register in your code.
by Henry MultiСharts
10 Sep 2013
Forum: MultiCharts .NET
Topic: Dataloader Question [SOLVED]
Replies: 3
Views: 3330

Re: Dataloader Question [SOLVED]

1. When establishing an InstrumentDataRequest by referencing Bars.Request, the To and From properties are not available from Bars.Request. The workaround is easy, but this is either a bug or the documentation should articulate this point. We have ensured that these properties are available in Multi...
by Henry MultiСharts
10 Sep 2013
Forum: MultiCharts .NET
Topic: BeginDataLoad Exception
Replies: 5
Views: 2458

Re: BeginDataLoad Exception

Now I've discovered another problem with the code. The code works with stock symbols. But when I'm trying to download data for $TRIN symbol it throws SymbolNotFoundException. My datafeed is eSignal. Since I use Starter Edition I DO make sure that $TRIN is one of two symbols present in QuoteManager ...
by Henry MultiСharts
10 Sep 2013
Forum: MultiCharts .NET
Topic: TS API
Replies: 2
Views: 1918

Re: TS API

Hello GTrader,

We need to know the demand for the described functionality. 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/
by Henry MultiСharts
09 Sep 2013
Forum: MultiCharts .NET
Topic: powerlanguage: getting realtime data
Replies: 1
Views: 2692

Re: powerlanguage: getting realtime data

Hello sebastiano, 1. In general - this is the right way to get realtime data. 2. The difference is that T&S shows the price and the volume of the completed trade, while in your code with the help of DOM access you are receiving the price and volume of the current orders on bid and ask. That is diffe...
by Henry MultiСharts
05 Sep 2013
Forum: MultiCharts .NET
Topic: Exponential Moving Average function, is there one?
Replies: 4
Views: 4105

Re: Exponential Moving Average function, is there one?

1) Is it always a 3 step process to simply make a function call? a) Create function object in Create() b) Set function params in StartCalc() c) Use function return values in CalcBar()? Hello ivanyu, That is correct. 2) If I need to calculate EMA of a few different series, I will need to create that...
by Henry MultiСharts
05 Sep 2013
Forum: MultiCharts .NET
Topic: Help needed on "Encapsulation Tool" [SOLVED]
Replies: 8
Views: 3708

Re: Help needed on "Encapsulation Tool" [SOLVED]

Hello magcf,

There is no such prebuilt tool in MultiCharts .NET.
It can be created with the help of IChartCustomDrawer
by Henry MultiСharts
05 Sep 2013
Forum: MultiCharts .NET
Topic: editor panels [SOLVED]
Replies: 4
Views: 2404

Re: editor panels [SOLVED]

Hello dtl-saw, Please do the following: 1) Close PLEditor window. 2) Go to Windows Start menu-Run->regedit.exe 3) Go to the following path : for 32bit MC: HKEY_CURRENT_USER\Software\TS Support\MultiCharts .Net\ for 64bit MC: HKEY_CURRENT_USER\Software\TS Support\MultiCharts .Net64\ 4) In the registr...
by Henry MultiСharts
30 Aug 2013
Forum: MultiCharts
Topic: MultiCharts Chart not updating [SOLVED]
Replies: 12
Views: 6979

Re: MultiCharts Chart not updating [SOLVED]

I have similar problems with IQFeed, can you tell me what you did to fix the problem, or at least tell me what you described to IQFeed so I can have them help me resolve my issue? Thanks KhaosTrader, please make sure you are running MultiCharts 8.7 Release Builds 7633/7634 to get this issue resolved.
by Henry MultiСharts
30 Aug 2013
Forum: MultiCharts
Topic: IB: EURUSD / IDEALPRO Chart not updating
Replies: 25
Views: 10150

Re: IB: EURUSD / IDEALPRO Chart not updating

I've installed the most recent version and am still experiencing charts not updating with live data. Restarting MC does not alway solve the problem. Reboot does.

Symbol EUR.USD
Broker IB using Gateway
MC 8.7 (7569)
StefanoSF, do you have this behavior with MultiCharts 8.7 build 7633/7634?
by Henry MultiСharts
30 Aug 2013
Forum: MultiCharts .NET
Topic: MC.NET 8.7 forgets signal inputs
Replies: 3
Views: 4141

Re: MC.NET 8.7 forgets signal inputs

mfalme, the latest builds of the MultiCharts .NET Starter Edition with the fix are available at the download page
by Henry MultiСharts
30 Aug 2013
Forum: MultiCharts
Topic: Data1 and Data2 do not line up in Chart Window [SOLVED]
Replies: 9
Views: 6019

Re: Data1 and Data2 do not line up in Chart Window [SOLVED]

Analyst, if your case looks the same way as this case - then the fix for it will be implemented in the next version of MultiCharts.
by Henry MultiСharts
30 Aug 2013
Forum: MultiCharts
Topic: MULTICHARTS 8.7 RELEASE [updated]
Replies: 101
Views: 40510

Re: MULTICHARTS 8.7 RELEASE

Ever since I upgraded to build 7569 I have noticed daily charts take forever to load. I'm using IQfeed. I have now worked out that it is using tick data to build the daily bars as a bad tick is showing up which is only in the tick data not the daily data. "Build minute and daily bars based on tick ...
by Henry MultiСharts
30 Aug 2013
Forum: MultiCharts
Topic: ZEN FIRE data feed
Replies: 3
Views: 3468

Re: ZEN FIRE data feed

Please make sure you are using the correct deployment in the broker and data provider settings. If you have a Sim account that does not mean you need to select Zenfire Sever Sim deployment. Here is how to setup Zenfire Datafeed: https://www.multicharts.com/trading-software/index.php/Zen-Fire Zen-Fir...
by Henry MultiСharts
30 Aug 2013
Forum: User Contributed Studies
Topic: Chart Toolbar?
Replies: 1
Views: 2577

Re: Chart Toolbar?

They have educational purpose as an addition to the MultiCharts .Net Programming Guide: 4.7.2 Chart ToolBar . _Chart_ToolBar_Example_ adds controls to the chart toolbar to adjust the plot color and Average Length. _ChartToolBar_Trading_ adds custom buttons for placing orders directly from the chart ...
by Henry MultiСharts
30 Aug 2013
Forum: MultiCharts .NET
Topic: Drawings on indicator panels
Replies: 3
Views: 1977

Re: Drawings on indicator panels

Yaropolk, please elaborate what exact functionality / behavior you want to have implemented.
by Henry MultiСharts
30 Aug 2013
Forum: MultiCharts
Topic: RT collecting w/o plotting [SOLVED]
Replies: 2
Views: 2056

Re: RT collecting w/o plotting [SOLVED]

Hello plaforte, Collect RT data w/o plotting collects only real time data from the moment this option is enabled (you need to keep the QuoteManager open and the option enabled in order to to collect data). It does not backfill historical data. If the option "Save data to local database" is enabled i...
by Henry MultiСharts
30 Aug 2013
Forum: MultiCharts .NET
Topic: So PL.Net still works in ASCII ?...
Replies: 7
Views: 2909

Re: So PL.Net still works in ASCII ?...

PowerLanguage .Net Editor works with Unicode encoding. Visual Studio saves the file not in Unicode and that causes this problem. Please set the Unicode encoding as the default one in your Visual Studio.
by Henry MultiСharts
30 Aug 2013
Forum: MultiCharts .NET
Topic: Toolstrip : height locked ?
Replies: 1
Views: 1472

Re: Toolstrip : height locked ?

Hello Fabrice,

When ts.Dock is not specified - the code will not work.
It should look like that:

Code: Select all

ts.AutoSize = false; ts.Height = 50; ts.Dock = DockStyle.Top;
by Henry MultiСharts
30 Aug 2013
Forum: MultiCharts .NET
Topic: takeprofit\ stoploss order execution
Replies: 9
Views: 4090

Re: takeprofit\ stoploss order execution

Please check our Wiki:Strategy Performance and the attached code.
by Henry MultiСharts
30 Aug 2013
Forum: MultiCharts .NET
Topic: Out Params for a Function
Replies: 8
Views: 3373

Re: Out Params for a Function

Can you do out params for a MultiCharts.Net function? I mean like ByRef parameters in EasyLanguage? Hello ivanyu, That is possible to do that. Our Wiki section provides detailed up-to-date information about current MultiCharts functionality. As for the .Net programming guide - MultiCharts .Net is o...
by Henry MultiСharts
30 Aug 2013
Forum: MultiCharts
Topic: VOLUME DELTA MULTICHART
Replies: 9
Views: 3686

Re: VOLUME DELTA MULTICHART

Hello turbofib,

Delta indicator from a different platform can be designed diffrently, compared to MultiCharts built in chart type.
Please compare the logic of the indicator you are using with MultiCharts Volume Delta logic description.
by Henry MultiСharts
30 Aug 2013
Forum: MultiCharts .NET
Topic: Horizontal Line Alerts
Replies: 3
Views: 1880

Re: Horizontal Line Alerts

MidKnight,

Please update your MultiCharts .Net to the latest version from this page.
by Henry MultiСharts
29 Aug 2013
Forum: MultiCharts .NET
Topic: Difficult to use MC when Windows uses dark theme
Replies: 5
Views: 3868

Re: Difficult to use MC when Windows uses dark theme

Hello Fabrice,

We would like to know how many users have a dark system theme.
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/
by Henry MultiСharts
29 Aug 2013
Forum: MultiCharts
Topic: Reload data of chart [SOLVED]
Replies: 6
Views: 3294

Re: Reload data of chart [SOLVED]

Hello evdl, I have double checked it - you need to specify the equals sign with the interval, sorry for misinformation: .rld int=5 day If equals sign is not specified - all chart data can be reloaded. The code you have posted will not reload a 60 tick chart as "res=20 tick" is specified. When your 2...
by Henry MultiСharts
29 Aug 2013
Forum: MultiCharts
Topic: MultiCharts 8.7 Release New Builds 7633/7634
Replies: 67
Views: 29580

Re: MultiCharts 8.7 Release New Builds 7633/7634

Does anyone using IQFeed (5.1.0.3) and MC build 7634 is losing connection from time to time? Almost every day now, MC charts just stop updating although the status line show the last price traded updating. Today for example, my charts stopped updating 2 hours prior the cash close while the status l...
by Henry MultiСharts
29 Aug 2013
Forum: MultiCharts .NET
Topic: 8.5 Beta 1 for Multicharts.net?
Replies: 12
Views: 6598

Re: 8.5 Beta 1 for Multicharts.net?

Is this still the case? I'm asking since I'm missing this feature, and was informed by support two months ago that the wait was on LMAX's API update and that there was no ETA. I hope that by now some more progress has been made.
This functionality will be implemented in MultiCharts .Net 8.8 Beta 1
by Henry MultiСharts
29 Aug 2013
Forum: MultiCharts .NET
Topic: Horizontal Line Alerts
Replies: 3
Views: 1880

Re: Horizontal Line Alerts

Hello MidKnight,

What version and build number of MultiCharts .Net do you use?
by Henry MultiСharts
28 Aug 2013
Forum: MultiCharts
Topic: Reload data of chart [SOLVED]
Replies: 6
Views: 3294

Re: Reload data of chart [SOLVED]

So if I reload the 43 tick chart of symbol X, then it will also reload the 233 tick chart of symbol X because the data is ofcourse in the same base resolution "tick". It will reload only the 43 tick chart. The 233 tick chart will be refreshed with the new data as well, but nor reloaded. So there wi...
by Henry MultiСharts
28 Aug 2013
Forum: MultiCharts .NET
Topic: Linear Reg Curve LIMITATION
Replies: 7
Views: 4304

Re: Linear Reg Curve LIMITATION

This issue has been confirmed. It will be resolved in the next version of MultiCharts.
by Henry MultiСharts
28 Aug 2013
Forum: MultiCharts .NET
Topic: Getting the Current Bid or Ask off the Live market
Replies: 3
Views: 2700

Re: Getting the Current Bid or Ask off the Live market

In MultiCharts .Net there are two approaches for order generation: managed and umanaged orders. Managed orders are monitored by the strategy. Strategy can be trading only one instrument that is the main data series of your chart. If you want to trade multiple instruments from the same signal - you n...
by Henry MultiСharts
28 Aug 2013
Forum: MultiCharts .NET
Topic: takeprofit\ stoploss order execution
Replies: 9
Views: 4090

Re: takeprofit\ stoploss order execution

KhaosTrader, That is possible to access open and closed positions information in backtesting via Positions[](IMarketPosition). Is it possible to get a serial number of the entry order that is filled so we can track it some way? Check out ITradeOrder Members to learn what order information is availab...
by Henry MultiСharts
28 Aug 2013
Forum: MultiCharts
Topic: Quote Manager requests tick data even when not required [SOLVED]
Replies: 11
Views: 6880

Re: Quote Manager requests tick data even when not required [SOLVED]

Seneca,
There is no issue. That is expected behavior:
The last minute bar of the chart (realtime bar) is built out of tick data as IB does not provide realtime minute bars. The length of the request is 10 mins as IB has a fixed data request length-600seconds.
by Henry MultiСharts
28 Aug 2013
Forum: MultiCharts .NET
Topic: So PL.Net still works in ASCII ?...
Replies: 7
Views: 2909

Re: So PL.Net still works in ASCII ?...

Fabrice, I was unable to replicate this situation using Import/Export of the study.
Do you add comments in French via PowerLanguage .Net editor or using any other editor?
What is your system language?
by Henry MultiСharts
28 Aug 2013
Forum: MultiCharts
Topic: Hotkey for HL Bars [SOLVED]
Replies: 5
Views: 5814

Re: Hotkey for HL Bars [SOLVED]

I downloaded last version but can not find this hotkey....where is?
File->Keyboard shortcuts->Charting->Show HL chart;
->...->...->Invisible Bars.
by Henry MultiСharts
28 Aug 2013
Forum: MultiCharts .NET
Topic: Getting the Current Bid or Ask off the Live market
Replies: 3
Views: 2700

Re: Getting the Current Bid or Ask off the Live market

Hello David,

Instead of accessing the DOM it is easier to access the status line to get the current Ask and Bid values:

Code: Select all

Bars.StatusLine.Ask
Bars.StatusLine.Bid
To reference data from a subchart (ex. current close from second data series):

Code: Select all

BarsOfData(2).Close
How to add a subchart.
by Henry MultiСharts
27 Aug 2013
Forum: MultiCharts
Topic: ALMOST perfect integration of MC with Dukascopy
Replies: 128
Views: 66104

Re: There is one solution

It seems to me quote astonishing that in more than 4 years a solution has not been identified. Ok, Multicharts does not want to pay developper's time for building the japi connector, and the reason it's quite obvious (IMHO): the availability of dukas history data in MC would mine their FXCM data of...
by Henry MultiСharts
27 Aug 2013
Forum: MultiCharts
Topic: Reload data of chart [SOLVED]
Replies: 6
Views: 3294

Re: Reload data of chart [SOLVED]

Hello evdl, All chart types and resolutions are plotted out of 3 base data types that are provided by data vendor: Tick, Minute and Daily data. All charts are getting the data from the same source and storing it in the same place - in the QuoteManager. By reloading one chart - all resolutions using ...
by Henry MultiСharts
27 Aug 2013
Forum: MultiCharts .NET
Topic: So PL.Net still works in ASCII ?...
Replies: 7
Views: 2909

Re: So PL.Net still works in ASCII ?...

Then this indicator is exported, deleted and PL.Net Editor is closed. Then PL.Net Editor is opened, and the indicator is imported.
On the same PC, without changing any system localization settings?
by Henry MultiСharts
27 Aug 2013
Forum: MultiCharts .NET
Topic: So PL.Net still works in ASCII ?...
Replies: 7
Views: 2909

Re: So PL.Net still works in ASCII ?...

Hello Fabrice,

PowerLanguage .Net editor works ok with language-specific characters. If you have a particular issue - please let us know.
by Henry MultiСharts
27 Aug 2013
Forum: MultiCharts .NET
Topic: Event for detecting scrolling
Replies: 2
Views: 1939

Re: Event for detecting scrolling

It seems there is no event generated when we scroll the chart left/right, for example by using the left or right arrows at the bottom of the chart. If this is correct, then I would like to have this event (for firing a redraw of some lines for example) because having to wait for a tick is not alway...
by Henry MultiСharts
27 Aug 2013
Forum: MultiCharts .NET
Topic: StreamInsight, LinqPad and MultiCharts
Replies: 1
Views: 2237

Re: StreamInsight, LinqPad and MultiCharts

Hello orad,

Thank you for your suggestion. It has been forwarded to our developers.
At the moment we do not plan adding support of StreamInsight into MultiCharts .Net.
by Henry MultiСharts
27 Aug 2013
Forum: MultiCharts
Topic: MC 8.7 Build 7633 add-on issue
Replies: 2
Views: 1965

Re: MC 8.7 Build 7633 add-on issue

Hello piranhaxp, Thank you for your feedback. I have forwarded your comments to our developers. We are going to improve the add-on authorization handling in one of the future versions of MultiCharts. If you do not have the password from your studies and you need to avoid the appearance of the author...
by Henry MultiСharts
27 Aug 2013
Forum: MultiCharts .NET
Topic: MC.net running on another machine?
Replies: 2
Views: 1665

Re: MC.net running on another machine?

The message "MultiCharts is running on another machine..." can appear if MultiCharts was not logged out properly at the end of the last session, for example if one of the processes was not finished properly or was forced to be finished (by PC restart for ex.).
by Henry MultiСharts
27 Aug 2013
Forum: MultiCharts .NET
Topic: Renko box duration
Replies: 1
Views: 1397

Re: Renko box duration

Hello atrader,

Countdown is not available for time based resolutions of Renko chart at the moment. You may want to submit a feature request to the Project Management of our web site so other users can vote for it: https://www.multicharts.com/pm/
by Henry MultiСharts
27 Aug 2013
Forum: MultiCharts .NET
Topic: BeginDataLoad Exception
Replies: 5
Views: 2458

Re: BeginDataLoad Exception

Hello Yaropolk,

Please use the following code:

Code: Select all

protected override void StartCalc()
{
var req = Bars.Request;
req.Range = DataRequest.CreateBarsBack(System.DateTime.Now, Bars.FullSymbolData.Count);


DataLoader.BeginLoadData(req, OnData, null);
}
by Henry MultiСharts
26 Aug 2013
Forum: MultiCharts .NET
Topic: Simple and Exponential MA with slope colour change [SOLVED]
Replies: 2
Views: 2917

Re: Simple and Exponential MA with slope colour change [SOLVED]

Hello nhen, You can check the code of the prebuilt indicators RSI and MACD gradient to learn how to change the color of the plot dynamically. At the moment there is no prebuilt tool to do a solid fill between two plots. We understand the necessity of this functionality and we are looking into adding...
by Henry MultiСharts
26 Aug 2013
Forum: MultiCharts .NET
Topic: takeprofit\ stoploss order execution
Replies: 9
Views: 4090

Re: takeprofit\ stoploss order execution

TradeManager class cannot be used in backtesting. TradeManager provides access to the Order and Position Tracker window that contains information only regarding actual trades generated and sent to the broker. PowerLanguage Backtester works differently from the broker connection. On a study calculati...
by Henry MultiСharts
26 Aug 2013
Forum: MultiCharts
Topic: Shut down an indicator via code? is it possible
Replies: 5
Views: 2423

Re: Shut down an indicator via code? is it possible

Hello Martin,

Unfortunately there is no way to turn off an indicator via the code at the moment.
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/
by Henry MultiСharts
26 Aug 2013
Forum: MultiCharts .NET
Topic: Text based "indicators" - how to do it?
Replies: 8
Views: 3753

Re: Text based "indicators" - how to do it?

Hello MidKnight,

You need to use the Text Drawing to achieve this goal.
by Henry MultiСharts
26 Aug 2013
Forum: MultiCharts QUIK
Topic: МЧ + ESignal
Replies: 2
Views: 1458

Re: МЧ + ESignal

Здравствуйте, TCust. Это ожидаемое поведение. Оно создано специально, чтобы при следующем обращении к символу не отсутствовали данные между реалтаймом и историей. На данный момент единственный выход, чтобы сбросить подписку - перезапустить MultiCharts и все его процессы. В MultiCharts 9.0 мы планиру...
by Henry MultiСharts
23 Aug 2013
Forum: MultiCharts
Topic: Quote Manager requests tick data even when not required [SOLVED]
Replies: 11
Views: 6880

Re: Quote Manager requests tick data even when not required [SOLVED]

Seneca,
Do you use a 10 minute chart to replicate this behavior?
How long do you usually wait between all MC processes are finished and you start MC again to replicate this behavior?
by Henry MultiСharts
23 Aug 2013
Forum: MultiCharts
Topic: MultiCharts 8.7 Release New Builds 7633/7634
Replies: 67
Views: 29580

Re: MultiCharts 8.7 Release New Builds 7633/7634

So what are the dll's doing or what causes the alerts ? An explanation would be nice ... Thank you. As I have stated before: piranhaxp, there are no such prebuilt indicators corresponding to the dlls you are referring to. Please contact the technical support of your antivirus provider regarding the...
by Henry MultiСharts
23 Aug 2013
Forum: MultiCharts QUIK
Topic: одновременная торговля 2 стратегий [SOLVED]
Replies: 1
Views: 1419

Re: одновременная торговля 2 стратегий [SOLVED]

Здравствуйте, t-trade. Это корреткное поведение, BarsSinceEntry ведет отсчет от первого ордера открывшего позицию. В Вашем коде Вы можете указать конкретное время выхода, так же как указано время входа: if time=1515 then sell from entry ("test2") next bar market; Либо сделать счетчик баров от второг...
by Henry MultiСharts
23 Aug 2013
Forum: MultiCharts
Topic: Mb Trading FOREX: Account temporarily unavailable [SOLVED]
Replies: 71
Views: 21950

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

It seems that Multicharts loses the link to open orders, so the new error message in the log says "replace rejected: no such order".
We will check that.
by Henry MultiСharts
23 Aug 2013
Forum: MultiCharts
Topic: Mb Trading FOREX: Account temporarily unavailable [SOLVED]
Replies: 71
Views: 21950

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

MB Trading has resolved the Account temporarily unavailable/Account not loaded issue that appeared after the market rollover.
by Henry MultiСharts
23 Aug 2013
Forum: MultiCharts .NET
Topic: MultiCharts .NET 8.7 Release New Builds 7635/7636
Replies: 7
Views: 6298

Re: MultiCharts .NET 8.7 Release New Builds 7635/7636

Hi I still have error (see Capture1.jpg attached) each time I start Visual Studio 2010 and MultiCharts .NET 8.7 Release New Builds 7635/7636 Thoses error disappear if I import 2 namespace : PowerLanguage.Indicator and PowerLanguage.Strategy, BUT I HAVE TO IMPORT EACH TIME I start Visual Studio 2010...
by Henry MultiСharts
23 Aug 2013
Forum: MultiCharts .NET
Topic: MultiCharts .NET 8.7 Release New Builds 7635/7636
Replies: 7
Views: 6298

Re: MultiCharts .NET 8.7 Release New Builds 7635/7636

Hello, There is a problem with the workspaces since the implementation of miliseconds. In a workspace with detached charts, if I save it with a chart shift of 3 bars for all the detached charts, next time I load the workspace, the shift will be random (eg 4, 5) for 2 out of the 4 charts in the work...
by Henry MultiСharts
23 Aug 2013
Forum: MultiCharts .NET
Topic: Linear Reg Curve LIMITATION
Replies: 7
Views: 4304

Re: Linear Reg Curve LIMITATION

Please provide the source code of the Linear Reg Curve study from that other platform.
by Henry MultiСharts
23 Aug 2013
Forum: MultiCharts .NET
Topic: Exit signals don't appear on InteractiveBrokers charts
Replies: 1
Views: 1710

Re: Exit signals don't appear on InteractiveBrokers charts

Hello argos_888, The signals you are using place stop orders. In backtesting Stop orders are dependent from the chart price. As the signals generate the orders with different prices - one signal or the other can get filled first. All next orders are dependent from the previous order. Please also kee...
by Henry MultiСharts
23 Aug 2013
Forum: MultiCharts
Topic: MultiCharts 8.7 Release New Builds 7633/7634
Replies: 67
Views: 29580

Re: MultiCharts 8.7 Release New Builds 7633/7634

If i plot a lower timeframe (ie 200 tick) as data1 and a higher timeframe (ie 800 tick ) i now get 4 candles at the lower timeframe and then a space of one candle. In that space the candle of the higher timefame is plotted at data2. (MultiCharts64 Version 8.7 Release (Build 7634)) This issue has be...
by Henry MultiСharts
23 Aug 2013
Forum: MultiCharts .NET
Topic: Linear Reg Curve LIMITATION
Replies: 7
Views: 4304

Re: Linear Reg Curve LIMITATION

Hello magcf,

Why do you think that Linear Reg Curve values become incorrect? Have you checked the source code of the study to learn how it works? Do you compare it with a different platform?

Go to advanced search