Search found 1587 matches

by Andrew MultiCharts
13 May 2014
Forum: MultiCharts
Topic: Best practise: positions mismatch between strategy / broker
Replies: 16
Views: 3539

Re: Best practise: positions mismatch between strategy / bro

As I understand it: "!From Broker To Strategy MP Synchronizer!" and "ChangeMarketPosition" does not send order to the broker? Is this right? If YES, then this is no solution for my case, because my intension is to close real positions, which are wrongly opened (based on Simulated OCO) during high m...
by Andrew MultiCharts
13 May 2014
Forum: MultiCharts
Topic: Feature Request: Portfolio Backtest Report: Time axis linear
Replies: 2
Views: 1329

Re: Feature Request: Portfolio Backtest Report: Time axis li

Hello christianh,

It happens because the X-scale is based on bars, not on the equal time periods.

Please leave us such feature request to let other customers vote for it.
by Andrew MultiCharts
13 May 2014
Forum: MultiCharts
Topic: Data collection and backtest [SOLVED]
Replies: 5
Views: 1636

Re: Data collection and backtest [SOLVED]

... the backtest is not started...
Do you mean there is an error message?
by Andrew MultiCharts
13 May 2014
Forum: MultiCharts
Topic: Walk forward Optimisation with Multiple Time frames possible
Replies: 8
Views: 3059

Re: Walk forward Optimisation with Multiple Time frames poss

There is no ETA yet, but first public beta should be available within a month.
by Andrew MultiCharts
12 May 2014
Forum: MultiCharts
Topic: ASCII Data Update [SOLVED]
Replies: 4
Views: 1407

Re: ASCII Data Update [SOLVED]

Hello desire,

Few questions:
  • What is the chart resolution?
  • What is the data in the ASCII file (1 tick, 5 mins, 1 day)?
  • When you mapped the ASCII file, what resolution you specified in the settings?
by Andrew MultiCharts
12 May 2014
Forum: MultiCharts
Topic: ES Price Format
Replies: 7
Views: 1418

Re: ES Price Format

Tony, Both for this thread and in the wiki instruction: 1. IQFeed symbol has price format = X(,)XXX.XX - on ES example the price 1,825.75 2. TT (same) symbol has price format = XXX(,)XXX. - on ES example the price 182,575. 3. It means that the *0.01 multiplier should be added to the description of t...
by Andrew MultiCharts
12 May 2014
Forum: MultiCharts
Topic: ES Price Format
Replies: 7
Views: 1418

Re: ES Price Format

...I use TT and EDF for the connection / broker and they write the ES value of 1872.25 for example as 187,725.
Actually the numbers seems to be right from the article and the example described there should match your case.
by Andrew MultiCharts
12 May 2014
Forum: MultiCharts
Topic: Issues with limit entry orders (v8.8 build 8593)
Replies: 2
Views: 1208

Re: Issues with limit entry orders (v8.8 build 8593)

Hello PD Quig, When you use AA mode, you should take into account that what you see on chart may (completely) differ from what is happening at broker. This is possible for AA mode. As for trading in SA mode, the picture on chart should match the orders and positions at broker if no manual orders are...
by Andrew MultiCharts
12 May 2014
Forum: MultiCharts
Topic: ES Price Format
Replies: 7
Views: 1418

Re: ES Price Format

Tony,

without multiplier feature no matter what you do in code precision of prices can be lost for order generation. Please use the feature and avoid any price multiplication/division in code as if the prices of the security are the same on IQFeed and TT ends.
by Andrew MultiCharts
12 May 2014
Forum: MultiCharts
Topic: Change of data range in chart -- results are displayed very
Replies: 9
Views: 2022

Re: Change of data range in chart -- results are displayed v

I do understand that -- but its still funny that the reload takes forever - but when i set the system to OFF from ON and then back to ON then it loads the data much faster As i mentioned previously switching status of an indicator/signal from off to on should not affect the speed of receiving/proce...
by Andrew MultiCharts
12 May 2014
Forum: MultiCharts
Topic: Best practise: positions mismatch between strategy / broker
Replies: 16
Views: 3539

Re: Best practise: positions mismatch between strategy / bro

Hello Fredi, Please open one of the prebuilt synchronizers' codes. You will see there are 2 time inputs to control syncronization, so something similar needs to be implemented in your code: Input : TimeOutMS(250), // time spent since BrokerMarketPosition changed and we start correct position Latency...
by Andrew MultiCharts
12 May 2014
Forum: MultiCharts
Topic: ES Price Format
Replies: 7
Views: 1418

Re: ES Price Format

Hello tony, Since different data feeds vs. TT broker in MC can work with prices of different formats, the multiplier feature has been introduced to match the prices. Please read attentively how to use it and you should not apply any changes in your code, since MC will multiply/divide everything itse...
by Andrew MultiCharts
12 May 2014
Forum: MultiCharts
Topic: I can not see Chart price line
Replies: 3
Views: 1327

Re: I can not see Chart price line

Hello ctu1121, If you still have access to data on chart and everything works ok, please ignore the message. If you have any problems with data, please come to our live chat during working hours (6:30 am – 2:45 pm EST) to let our operators connect to your computer remotely and help you: http://messe...
by Andrew MultiCharts
12 May 2014
Forum: MultiCharts
Topic: CQG Order status 'PreCancelled'
Replies: 4
Views: 1688

Re: CQG Order status 'PreCancelled'

Hello, I am currently using MultiCharts64 Version 8.8 Release (Build 8593). Several stop orders lately have gone into 'PreCancelled' status when I attempt to cxl them via the DOM. I quickly check my clearing platform and find the stop still working. Why does this happen and how long does Multichart...
by Andrew MultiCharts
08 May 2014
Forum: MultiCharts
Topic: PosTradeProfit possible bug [SOLVED]
Replies: 2
Views: 1453

Re: PosTradeProfit possible bug [SOLVED]

The issue is fixed in latest MC 8.8 Release 4. Please upgrade:
by Andrew MultiCharts
08 May 2014
Forum: MultiCharts
Topic: Chart trader and individual positions and exits
Replies: 7
Views: 1990

Re: Chart trader and individual positions and exits

evdl,

I have to ask you to come to our live chat again, we will need to reproduce the issue one more time and collect more information. Thank you for understanding.
by Andrew MultiCharts
08 May 2014
Forum: MultiCharts
Topic: Change of data range in chart -- results are displayed very
Replies: 9
Views: 2022

Re: Change of data range in chart -- results are displayed v

ASCII mapping = data is not stored in MC database, it is in the ASCII files and it takes time to reload it into MC chart.

ASCII import = data is imported into and stored in MC database, it is plotted on chart much faster.
by Andrew MultiCharts
06 May 2014
Forum: MultiCharts
Topic: PosTradeProfit possible bug [SOLVED]
Replies: 2
Views: 1453

Re: PosTradeProfit possible bug [SOLVED]

Studying the case. Will let know the results as soon as we finish.
by Andrew MultiCharts
06 May 2014
Forum: MultiCharts
Topic: Trading Two Instruments Independently
Replies: 1
Views: 1173

Re: Trading Two Instruments Independently

Hello tony, I want to trade ZB and ES using one multicharts license. It is possible. The ZB system runs in one workspace with its own signal and the ES system runs in its own workspace with its own signal. So I have one machine, one MC license and two workspaces opened at the same time. It is possib...
by Andrew MultiCharts
06 May 2014
Forum: MultiCharts
Topic: how can I disable the trading log? [SOLVED]
Replies: 2
Views: 1887

Re: how can I disable the trading log? [SOLVED]

Hello Xslim, In order to disable MC logs, please follow the next instruction: Close MultiCharts and all its parts Make sure all MC processes are ended in Windows Task Manager. Here you can find the list of all MC processes: https://www.multicharts.com/trading-software/index.php/MultiCharts_Processes...
by Andrew MultiCharts
06 May 2014
Forum: MultiCharts
Topic: scrolling a chart
Replies: 1
Views: 1018

Re: scrolling a chart

...press Tab key and then press left mouse on the chart...
I guess you mean Space key.
Why? Why can't we also move it up and down with the mouse on the chart?
Arnie, i am afraid i cannot answer why exactly it is not done. Please leave us such feature request. Thanks! :-)
by Andrew MultiCharts
06 May 2014
Forum: MultiCharts
Topic: Split buy order into two buy orders [SOLVED]
Replies: 14
Views: 3195

Re: Split buy order into two buy orders [SOLVED]

Please provide me with print files demonstrating that the required number of profit for activating breakeven stop order is satisfied at a particular code calculation and then the breakeven is not executed at a bar, where it should be.
by Andrew MultiCharts
05 May 2014
Forum: MultiCharts
Topic: Split buy order into two buy orders [SOLVED]
Replies: 14
Views: 3195

Re: Split buy order into two buy orders [SOLVED]

Did not hear anything back from you after i sent you last email with prints for you code. Please let us know if you have any further questions.
by Andrew MultiCharts
05 May 2014
Forum: MultiCharts
Topic: Chart trader and individual positions and exits
Replies: 7
Views: 1990

Re: Chart trader and individual positions and exits

Studying the case. Will let know the results as soon as we finish.
by Andrew MultiCharts
05 May 2014
Forum: MultiCharts
Topic: Trailing Stop trigger not visible in DOM [SOLVED]
Replies: 5
Views: 2042

Re: Trailing Stop trigger not visible in DOM [SOLVED]

Just for anyone who could read this topic: evdl had custom futures on chart and current individual contract in DOM, though they are mapped to the same current contract on broker end, the trigger level and the order bound to that trigger level (transparent = not placed at broker yet) are not shown fo...
by Andrew MultiCharts
05 May 2014
Forum: User Contributed Studies
Topic: Ichimoku Indicator
Replies: 17
Views: 14175

Re: Ichimoku Indicator

andrei, I am not familiar with this indicator, we have Ichimoku Cloud and Ichimoku Lines indicators, but both of them have different inputs. The error message tells me that one of the inputs (either "Kijun", or "Chikou") = 26 bars forward reference, so the indicator tries to reference a value from f...
by Andrew MultiCharts
02 May 2014
Forum: User Contributed Studies
Topic: Ichimoku Indicator
Replies: 17
Views: 14175

Re: Ichimoku Indicator

Bar ref val: -26" which in a chart can be fixed by modifying the x-timescale -> chart-shift to be higher than 26.
Could you upload a screenshot of the inputs of the indicator when you apply it to scanner?
by Andrew MultiCharts
01 May 2014
Forum: MultiCharts
Topic: Chart trader and individual positions and exits
Replies: 7
Views: 1990

Re: Chart trader and individual positions and exits

Hello evdl, File -> Preferences -> Trading -> All to orders -> OK. Close MultiCharts and all its parts. please make sure all MC processes are ended in Task Manager . Restart MultiCharts and plot a chart. Configure the Bracket exit strategy for manual trading in Chart Trading Panel . Set it to auto-a...
by Andrew MultiCharts
01 May 2014
Forum: MultiCharts
Topic: Order not accepted on IB Master account
Replies: 5
Views: 4435

Re: Order not accepted on IB Master account

"Your order is not accepted because your equity with Loan Value is insufficient to cover the initial margin required of..."
This is the error message coming from IB end. Please contact them to find out why theorder is rejected with this message.
by Andrew MultiCharts
01 May 2014
Forum: MultiCharts
Topic: Trailing Stop trigger not visible in DOM [SOLVED]
Replies: 5
Views: 2042

Re: Trailing Stop trigger not visible in DOM [SOLVED]

Hello evdl, It seems to work good on my end, please see the attached screenshots: https://dl.dropboxusercontent.com/u/26340639/For%20Forum/MasterStrategyPlacedFromChart.PNG https://dl.dropboxusercontent.com/u/26340639/For%20Forum/MasterStrategyPlacedFromDOM.PNG If the issue still persists, please co...
by Andrew MultiCharts
29 Apr 2014
Forum: MultiCharts
Topic: MaxPOSITIONof simultaneous positions in PortfolioBacktester?
Replies: 4
Views: 1591

Re: MaxPOSITIONof simultaneous positions in PortfolioBacktes

I am right in thinking that the Portfolio report will have extra data or fields in the reports that will include Max_Current entries or such like ? Sorry, continue8. I missed that in your first post: ABC is right - there will be no extra column or line in the report, but you can print the calculate...
by Andrew MultiCharts
28 Apr 2014
Forum: MultiCharts
Topic: Pre-scanning does not show indicators values
Replies: 7
Views: 2039

Re: Pre-scanning does not show indicators values

Could you send us the following files to support@multicharts.com? The workspace to reproduce the situation. Export of used symbols (with data) from QuoteManager in .qmd archive: https://www.multicharts.com/trading-software/index.php/Exporting_Data The exported scripts with all dependant functions th...
by Andrew MultiCharts
28 Apr 2014
Forum: MultiCharts
Topic: Margin at Broker
Replies: 10
Views: 2529

Re: Margin at Broker

First public beta should be available within a month, this is not 100% information.
by Andrew MultiCharts
28 Apr 2014
Forum: MultiCharts
Topic: Margin at Broker
Replies: 10
Views: 2529

Re: Margin at Broker

Chart1: EURUSD (100k per trade) Chart2: GBPUSD (100k per trade) I would like that the orders generated by these 2 charts are in OR, i.e. they can't works togheter but just 1 per time. Global Variables are required. The scenario looks like a pair trading to me. Please read about possible pair tradin...
by Andrew MultiCharts
28 Apr 2014
Forum: MultiCharts
Topic: Margin at Broker
Replies: 10
Views: 2529

Re: Margin at Broker

And there is any possibility to putting chart in or ? So they can't go at market togheter but only 1 per time ?
Please elaborate.
by Andrew MultiCharts
28 Apr 2014
Forum: MultiCharts
Topic: Close position at bar end / real time
Replies: 2
Views: 1071

Re: Close position at bar end / real time

Hello LMC1,

You may need to use RecalcLastBarAfter keyword in your code (IOG must be on) to call some artificial script calculation if there is no tick and to place an order before the current bar close.
by Andrew MultiCharts
28 Apr 2014
Forum: MultiCharts
Topic: Backtest precision : bar magnifier or "bid and ask option"?
Replies: 3
Views: 1268

Re: Backtest precision : bar magnifier or "bid and ask optio

I wonder if MC apply slippage on every kind of orders, or only on marker order...
By default slippage in MC affects only market and stop orders. If you would like to include limit and stop-limit orders, please follow this link.
by Andrew MultiCharts
28 Apr 2014
Forum: MultiCharts
Topic: Important TWS Upgrade Notice (Using MC to Autotrade)
Replies: 8
Views: 2609

Re: Important TWS Upgrade Notice (Using MC to Autotrade)

Hello everyone,

The latest version of IB TWS we tested with MC is 944.3 from 2014-04-01. Seems to work fine.
by Andrew MultiCharts
28 Apr 2014
Forum: MultiCharts
Topic: Automated Trading
Replies: 5
Views: 2056

Re: Automated Trading

Hello kinkeadfx,

Some customers use Renko chart for auto-trading in MultiCharts. I strongly recommend you to read the following articles + test on demo account before going live:
by Andrew MultiCharts
28 Apr 2014
Forum: MultiCharts
Topic: Multicharts64 and Forex
Replies: 4
Views: 2253

Re: Multicharts64 and Forex

Hello earmarques,

Here you can find the list of all supported brokers in MultiCharts, and following this link you can see which of them can be used for forex trading.
by Andrew MultiCharts
28 Apr 2014
Forum: MultiCharts
Topic: Margin at Broker
Replies: 10
Views: 2529

Re: Margin at Broker

It contains the sum of all margin in all opened charts with Marketposition <> 0 like a global variable ? Or maybe, it just contains the margin value on current chart ?
Of current chart only.
Unfortunataly this workaround is not for FX :-(
:-(
Please leave us such feature request.
by Andrew MultiCharts
25 Apr 2014
Forum: MultiCharts
Topic: Split buy order into two buy orders [SOLVED]
Replies: 14
Views: 3195

Re: Split buy order into two buy orders [SOLVED]

Could you provide us with following files (please send us them to support@multicharts.com)? The workspace to reproduce the situation. Export of used symbols (with data) from QuoteManager in .qmd archive: https://www.multicharts.com/trading-software/index.php/Exporting_Data The exported scripts with ...
by Andrew MultiCharts
25 Apr 2014
Forum: MultiCharts
Topic: Split buy order into two buy orders [SOLVED]
Replies: 14
Views: 3195

Re: Split buy order into two buy orders [SOLVED]

Please add time-based conditions to do that.
by Andrew MultiCharts
25 Apr 2014
Forum: MultiCharts
Topic: Split buy order into two buy orders [SOLVED]
Replies: 14
Views: 3195

Re: Split buy order into two buy orders [SOLVED]

Please compare the generated prices for the exit orders in your code: if MP = 1 then begin print(File("C:\sell_limit_exit.txt"), "======================", NewLine, "The date is ", DateToString(DateToJulian(Date)), ",", NewLine, "time is ", TimeToString(ELTimeToDateTime(Time)), ",", NewLine, "bar # i...
by Andrew MultiCharts
25 Apr 2014
Forum: MultiCharts
Topic: how to create a special session template?
Replies: 4
Views: 1790

Re: how to create a special session template?

Hello,

Unfortunately no, it is not possible to do this in current version of MC. Please leave us such feature request.
by Andrew MultiCharts
25 Apr 2014
Forum: MultiCharts
Topic: Split buy order into two buy orders [SOLVED]
Replies: 14
Views: 3195

Re: Split buy order into two buy orders [SOLVED]

It looks better now but I am running into another issue. When a sell order for partial profits is made, it appears that no other sell orders will take place on the same bar. I have several instances on my charts where both the partial sell and the rest of the position should be sold on the same bar...
by Andrew MultiCharts
25 Apr 2014
Forum: MultiCharts
Topic: Charts don't update
Replies: 7
Views: 1868

Re: Charts don't update AGAIN!!!!

Please read this instruction attentively and follow each required step as it covers most problematic cases with receiving data in MultiCharts. If the issue still persists, please come to our live chat during working hours (6:30 am – 2:45 pm EST) to let our operators connect to your computer remotely...
by Andrew MultiCharts
25 Apr 2014
Forum: MultiCharts
Topic: Split buy order into two buy orders [SOLVED]
Replies: 14
Views: 3195

Re: Split buy order into two buy orders [SOLVED]

Hello tozwp,

Please give an example of such trade. Specifically, i am interested in the number of entry contracts.

Also i recommend you to read this article to learn in details how orders can be filled in backtesting.
by Andrew MultiCharts
25 Apr 2014
Forum: MultiCharts
Topic: Margin at Broker
Replies: 10
Views: 2529

Re: Margin at Broker

Hello , You cannot receive this value directly from your broker, but you can use the following workaround: Specify the margin in the settings of each symbol you need: QuoteManager -> make a right-click on the symbol -> Edit Symbol... -> enter correct margin value in the respective field. Use Margin ...
by Andrew MultiCharts
25 Apr 2014
Forum: MultiCharts
Topic: list of power language functions
Replies: 1
Views: 1097

Re: list of power language functions

Hello monexx,

We understand that, but at the moment our resources are allocated to urgent support inquiries and preparing MC 9.0 for first public beta. We will add descriptions of codes as soon as we have opportunity. Thank you for understanding.
by Andrew MultiCharts
25 Apr 2014
Forum: MultiCharts
Topic: Trade custom continuos contract [SOLVED]
Replies: 2
Views: 1045

Re: Trade custom continuos contract [SOLVED]

Hello palmone,

File -> New -> Order and Position Tracker -> Logs tab -> What is the reason of order rejection?
by Andrew MultiCharts
24 Apr 2014
Forum: MultiCharts
Topic: Pre-scanning does not show indicators values
Replies: 7
Views: 2039

Re: Pre-scanning does not show indicators values

I am going to send you the code to support@multicharts.com
Without the complete code we hardly can help you. As far as i know you haven't sent it yet.
by Andrew MultiCharts
23 Apr 2014
Forum: MultiCharts
Topic: Pre-scanning does not show indicators values
Replies: 7
Views: 2039

Re: Pre-scanning does not show indicators values

What is the data provider you use for scanner?
by Andrew MultiCharts
23 Apr 2014
Forum: MultiCharts
Topic: Pre-scanning does not show indicators values
Replies: 7
Views: 2039

Re: Pre-scanning does not show indicators values

Hello eberle lutz,

Would you be able to provide us with the complete code of the study?
by Andrew MultiCharts
22 Apr 2014
Forum: MultiCharts
Topic: TS Data Message
Replies: 2
Views: 1179

Re: TS Data Message

Hello, Please follow the instuction below in order to fix the issue: Step 1. Close MultiCharts. Make sure all MC processes are ended . Step 2. Close TS. Make sure all TS processes are ended. Step 3. Make a right-click on the MC icon -> Run as Administrator. Step 4. Create a chart of TS data. Log in ...
by Andrew MultiCharts
22 Apr 2014
Forum: MultiCharts
Topic: Forcing end of day exits
Replies: 9
Views: 2848

Re: Forcing end of day exits

o Does IOG increase load on the CPU? If I use the barstatus lines in my code, will that lessen the load? Yes, IOG utilizes more CPU resources. However if you use barstatus checking at very beginning of your code, the load would be less, since the whole script under barstatus-abased condition will n...
by Andrew MultiCharts
21 Apr 2014
Forum: MultiCharts
Topic: Universal DDE request rules [SOLVED]
Replies: 8
Views: 3008

Re: Universal DDE request rules [SOLVED]

Well, the more updates, the more resources are used.
by Andrew MultiCharts
21 Apr 2014
Forum: MultiCharts
Topic: Change of data range in chart -- results are displayed very
Replies: 9
Views: 2022

Re: Change of data range in chart -- results are displayed v

If the issue still persists, please come to our live chat during working hours (6:30 am – 2:45 pm EST) to let our operators connect to your computer remotely and study the case.
by Andrew MultiCharts
21 Apr 2014
Forum: MultiCharts
Topic: Universal DDE request rules [SOLVED]
Replies: 8
Views: 3008

Re: Universal DDE request rules [SOLVED]

If by "faster" you mean the frequency of updates, the advanced method should be the faster one, as it may give more updates than standard one.
by Andrew MultiCharts
21 Apr 2014
Forum: MultiCharts
Topic: Forcing end of day exits
Replies: 9
Views: 2848

Re: Forcing end of day exits

Hello rossw,

You can find a good example here.
by Andrew MultiCharts
21 Apr 2014
Forum: MultiCharts
Topic: "skip identical tick" on strategy [SOLVED]
Replies: 3
Views: 1451

Re: "skip identical tick" on strategy [SOLVED]

Hello Xslim, SP recommended a good workaround, however if you still want not to trigger any code calculation at all, please leave us a feature request. We also can discuss this feature implementation on software level in nearest time on paid basis (if you are interested, please let us know at suppor...
by Andrew MultiCharts
21 Apr 2014
Forum: MultiCharts
Topic: IOG and stop orders
Replies: 1
Views: 844

Re: IOG and stop orders

Hello tozwp, Will this order reside at the broker written like this? Interactive Brokers supports stop orders natively. It means that if your code generates a stop order and it is sent from MC, the stop orders are held on your broker end. If it does, will it issue an order on every tick? It will "ge...
by Andrew MultiCharts
21 Apr 2014
Forum: MultiCharts
Topic: tick data not yet available in Multicharts for TWS
Replies: 1
Views: 894

Re: tick data not yet available in Multicharts for TWS

Hello jese514, Tick data is not available in MultiCharts for TWS version and so all the tick-based stuff (tick-based chart resolutions, volume profile, tick bar magnifier and so on) cannot be used there. At the moment we cannot say when the tick-based features will be available. Thank you for unders...
by Andrew MultiCharts
18 Apr 2014
Forum: MultiCharts
Topic: Universal DDE request rules [SOLVED]
Replies: 8
Views: 3008

Re: Universal DDE request rules [SOLVED]

Hello AAY,

Long story short:
  • Standard: price and volume are updated simultaneously.
  • Advanced: price and volume are updated independently.
If you need more details, let me know.
by Andrew MultiCharts
16 Apr 2014
Forum: MultiCharts
Topic: Code on to cancel orders at session end before after hours
Replies: 7
Views: 3935

Re: Code on to cancel orders at session end before after hou

In MC 9.0 it should work if the code looks like:

Code: Select all

[IntrabarOrderGeneration = True]
[AllowSendOrdersAlways = true]
if (LastBarOnChart_s = True) then begin
RecalcLastBarAfter(5);
//here the conditions for the order generation are not satisfied, so the order should be cancelled
end;
by Andrew MultiCharts
16 Apr 2014
Forum: MultiCharts
Topic: Code on to cancel orders at session end before after hours
Replies: 7
Views: 3935

Re: Code on to cancel orders at session end before after hou

Hello Ming80,

What you are trying to achieve (placing and cancelling orders after session is over according to session settings) con be done only if:
  1. IntrabarOrderGeneration = True,
  2. RecalcLastBarAfter
  3. AllowSendOrdersAlways = true (will be available MultiCharts9.0)
by Andrew MultiCharts
16 Apr 2014
Forum: MultiCharts
Topic: Editing 1000s of symbols in one go in Quotemanager [SOLVED]
Replies: 1
Views: 954

Re: Editing 1000s of symbols in one go in Quotemanager [SOLVED]

Hello hilbert,

Using your mouse and CTRL or SHIFT key you can select the symbols in QuoteManager you would like to change settings for and then make a right-click on any of the selected ones -> Edit Symbols... In the opened window you can change settings for all of them at once.
by Andrew MultiCharts
16 Apr 2014
Forum: MultiCharts
Topic: IB and CME trading hours discrepency??
Replies: 1
Views: 952

Re: IB and CME trading hours discrepency??

Anyone understand why IB is showing these hours and how to get my trades to execute "Next bar Open: at 15:30 on a daily bar? Unfortunately i cannot tell you why IB showing different hours (please contact them directly in regards to this question), but if you want an order to be sent with the first ...
by Andrew MultiCharts
14 Apr 2014
Forum: MultiCharts
Topic: backtesting forex pair USDJPY
Replies: 11
Views: 3159

Re: backtesting forex pair USDJPY

But my currency is not Yen, GBP, CAD, . What if I would trade USDJPY, EURGBP, AUDCAD and my base currency was USD? So P/L should be converted to USD. Simply ignoring it is not a solution. JoshM is right, at the moment the only workaround is to change Big Point Value for a forex pair in QuoteManager...
by Andrew MultiCharts
11 Apr 2014
Forum: MultiCharts
Topic: Backtesting bug throughout Multicharts ? [SOLVED]
Replies: 16
Views: 4035

Re: Backtesting bug throughout Multicharts ? [SOLVED]

Before I go into further details can I ask anyone reading this post to carry out the following and report your findings: Open a new workspace and chart - Any timeframe any symbol (I used 30min CL from 02/06/2003 to 26/02/2014). Load a signal / strategy - Any settings (I used BM=OFF and 16k maxbarsb...
by Andrew MultiCharts
11 Apr 2014
Forum: MultiCharts
Topic: PROBLEM WITH IQFEED [SOLVED]
Replies: 15
Views: 3668

Re: PROBLEM WITH IQFEED [SOLVED]

Hello everyone, Step 1. MultiCharts: File -> New -> QuoteManager Step 2. QuoteManager -> Tools -> Data Sources -> IQFeed -> Settings -> check off the "Build minute and daily bars based on tick data" box -> Ok -> Close Step 3. Close all MultiCharts parts (MC, QM, PLE, PB, 3DO). Make sure all MC proce...
by Andrew MultiCharts
11 Apr 2014
Forum: MultiCharts
Topic: backtesting forex pair USDJPY
Replies: 11
Views: 3159

Re: backtesting forex pair USDJPY

As far as I can see it is showing $ sign which is wrong.
It always shows the $ sign, no matter what is the currency of the symbol. Simply ignore it and keep in mind the second currency of a forex pair is used in profit/loss values.
by Andrew MultiCharts
10 Apr 2014
Forum: MultiCharts
Topic: Backtesting tickdata. What hardware to get.
Replies: 2
Views: 1694

Re: Backtesting tickdata. What hardware to get.

Hello Andy,

Good choice. i7 + SSD should make it much faster (make sure all MC files are on SSD drive, including database, scripts and so on).
by Andrew MultiCharts
10 Apr 2014
Forum: MultiCharts
Topic: MaxPOSITIONof simultaneous positions in PortfolioBacktester?
Replies: 4
Views: 1591

Re: MaxPOSITIONof simultaneous positions in PortfolioBacktes

I believe you will be able to find required keywords here or here.
by Andrew MultiCharts
10 Apr 2014
Forum: MultiCharts
Topic: backtesting forex pair USDJPY
Replies: 11
Views: 3159

Re: backtesting forex pair USDJPY

If you mean you want to see lots in backtesting but still trade with IB - yes.
by Andrew MultiCharts
10 Apr 2014
Forum: MultiCharts
Topic: backtesting forex pair USDJPY
Replies: 11
Views: 3159

Re: backtesting forex pair USDJPY

Hello tozwp, Everything is calculated correctly according to your screenshots: Profit (in the second currency of the symbol) = (entry price - exit price) x number of contracts (specified by your code) x big point value (from QuoteManager settings) ¥ Profit = (104.728 - 105.023) x 355397 x 1 = -10484...
by Andrew MultiCharts
10 Apr 2014
Forum: MultiCharts
Topic: Price-based precision
Replies: 10
Views: 1745

Re: Price-based precision

I see. Sorry, but there is no other solution at the moment. Please leave us such feature request.
by Andrew MultiCharts
10 Apr 2014
Forum: MultiCharts
Topic: backtesting forex pair USDJPY
Replies: 11
Views: 3159

Re: backtesting forex pair USDJPY

Hello tozwp,

Please upload 3 screenshots:
  • The trade values from the report
  • Right-click on the chart you backtest -> Format Signals -> Properties -> Properties tab
  • Right-click on the forex pair in QuoteManager -> Edit symbol... -> Settings tab
by Andrew MultiCharts
10 Apr 2014
Forum: MultiCharts
Topic: Volume POC in signal
Replies: 8
Views: 5006

Re: Volume POC in signal

Hello monexx, If you are referring to the POC level displayed in prebuilt Volume Profile tool in MultiCharts, such script could be created only in MultiCharts .NET, regular MC with EasyLanguage/PowerLanguage cannot access the data used for Volume Profile/Volume Delta/Cumulative Delta. Unfortunately ...
by Andrew MultiCharts
10 Apr 2014
Forum: MultiCharts
Topic: Price-based precision
Replies: 10
Views: 1745

Re: Price-based precision

Riccardo, Unfortunately MC doesn't support any dynamic price scales. The only way for you to trade this symbol in all cases is to set price scale to " 1/1000 " and minimum movement to " 1 ", so the prices will be 1.997, 1.998, 1.999, 2.000, 2.001, 2.002, ... Only with such configuration you will be ...
by Andrew MultiCharts
09 Apr 2014
Forum: MultiCharts
Topic: Change of data range in chart -- results are displayed very
Replies: 9
Views: 2022

Re: Change of data range in chart -- results are displayed v

There is a backflilling .... on the chart but it takes forever. However while backfilling when i make the status OFF and ON again the backfilling etc goes much much faster. So some error there i think The status of an indicator/signal should not affect the speed of receiving/processing/displaying q...
by Andrew MultiCharts
08 Apr 2014
Forum: MultiCharts
Topic: Change of data range in chart -- results are displayed very
Replies: 9
Views: 2022

Re: Change of data range in chart -- results are displayed v

Hello amadeu1,
  • Are you sure there is no "Backfilling..." in the left top corner of the chart?
  • Do you use Bar Magnifier?
  • Do you use Extended Backtesting mode?
by Andrew MultiCharts
08 Apr 2014
Forum: MultiCharts
Topic: Sample Codes or DLL to do HTTP Post/Get
Replies: 12
Views: 4793

Re: Sample Codes or DLL to do HTTP Post/Get

Please send us a simple example of code using the file, and the .dll to support@multicharts.com
by Andrew MultiCharts
08 Apr 2014
Forum: MultiCharts
Topic: MultiCharts64 Version 8.8 Release (Build 8593)and CQG
Replies: 5
Views: 2646

Re: MultiCharts64 Version 8.8 Release (Build 8593)and CQG

Unfortunately we were not able to reproduce the issue. If the problem still persists, please make sure you have installed latest MultiCharts version and come to our live chat during working hours (6:30 am – 3:00 pm EST) to let our operators connect to your computer remotely and help you.
by Andrew MultiCharts
08 Apr 2014
Forum: MultiCharts
Topic: Price-based precision
Replies: 10
Views: 1745

Re: Price-based precision

Riccardo, could you name the data provider/broker and a specific symbol or couple of symbols?
by Andrew MultiCharts
07 Apr 2014
Forum: MultiCharts
Topic: "Fill Limit Order when trade price goes beyond limit price" [SOLVED]
Replies: 67
Views: 34029

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

Andrew, I will have to put this off. I need to find that which has been sent already.To the best of my understanding, I sent everything requested to Dave. He confirmed receipt and said the issue was being looked at. I believe his request was everything your asking for. As a suggestion. If MultiChar...
by Andrew MultiCharts
07 Apr 2014
Forum: MultiCharts
Topic: Updater
Replies: 14
Views: 3926

Re: Updater

This new update hasn't populated a message for me to try this exact scenario, but this shows the updater not working as mentioned before. http://screencast.com/t/qnalm9Rx Here is the secret logic no one should ever know... 8-) When a new release version is available (for example you have MC 8.7 Rel...
by Andrew MultiCharts
07 Apr 2014
Forum: MultiCharts
Topic: Price-based precision
Replies: 10
Views: 1745

Re: Price-based precision

Riccardo, If stock A prices can be: X.XXX0, X.XXX1, X.XXX2, X.XXX3, X.XXX4, X.XXX5, X.XXX6, X.XXX7, X.XXX8, X.XXX9; then the Price Scale should be 1/10000 and the Min. Move should 1 . If stock B prices can be: X.XXX0, X.XXX5; then the Price Scale should be 1/10000 and the Min. Move should 5 . If sto...
by Andrew MultiCharts
07 Apr 2014
Forum: MultiCharts
Topic: "Fill Limit Order when trade price goes beyond limit price" [SOLVED]
Replies: 67
Views: 34029

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

Andrew, My last attempt on this issue. It is quite frustrating to point out, that which to me is clear, but apparently I am lacking the ability to communicate it clearly. Buy Signal 104 Ask is 101 Trade is 100.50 Bid is 100 Sell Signal 95 There is no price data at the price of the signal. It was no...
by Andrew MultiCharts
07 Apr 2014
Forum: MultiCharts
Topic: Slippage - Market Orders 9 minutes late and 30 points off
Replies: 28
Views: 5835

Re: Slippage - Market Orders 9 minutes late and 30 points of

Market order is placed on open of next bar if conditions for its generation are satisfied at strategy calculation on current bar close (IOG = OFF); on next tick if conditions for its generation are satisfied at strategy calculation on current tick (IOG = ON). The "Real-Time History Matching" and ref...
by Andrew MultiCharts
07 Apr 2014
Forum: MultiCharts
Topic: "Fill Limit Order when trade price goes beyond limit price" [SOLVED]
Replies: 67
Views: 34029

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

All of this was sent to Dave weeks ago. No reply I have checked that: David responded to you on Tuesday, February 18, 2014 7:05 PM (our local time). Hello Don, I apologize for the delay in responding. The engineers have analyzed the behavior that you reported. You are using Extended Backtesting mod...
by Andrew MultiCharts
07 Apr 2014
Forum: MultiCharts
Topic: Sample Codes or DLL to do HTTP Post/Get
Replies: 12
Views: 4793

Re: Sample Codes or DLL to do HTTP Post/Get

However when I call it from my powerlanguage script, there is a connection refused error. Is there any restriction in MultiCharts to prevent HTTP call?
There is no restriction in MultiCharts to prevent HTTP call.
by Andrew MultiCharts
07 Apr 2014
Forum: MultiCharts
Topic: Price-based precision
Replies: 10
Views: 1745

Re: Price-based precision

Hello riccardo, You will have to configure Price Scale and Minimum Movement settings for each symbol in QuoteManager. Please note that in current version of MC the number of decimals for prices on chart is static and cannot be dynamically changed according to a logic. Here is the list of all availab...
by Andrew MultiCharts
07 Apr 2014
Forum: MultiCharts
Topic: Need Comment - Latest IB TWS (9443) with MC 8.8
Replies: 5
Views: 1787

Re: Need Comment - Latest IB TWS (9443) with MC 8.8

We are not aware of any problems with MC 8.8 (release 3) and latest IB TWS builds. Please let us know if you find some.
by Andrew MultiCharts
04 Apr 2014
Forum: MultiCharts
Topic: "Fill Limit Order when trade price goes beyond limit price" [SOLVED]
Replies: 67
Views: 34029

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

Example BID 100 ASK 101 SIGNAL 104 Could you provide us with following files? 1. The workspace to reproduce the situation. 2. Export of used symbols (without data) from QuoteManager in .qmd archive: https://www.multicharts.com/trading-software/index.php/Exporting_Data 3. The exported scripts with a...
by Andrew MultiCharts
04 Apr 2014
Forum: MultiCharts
Topic: "Fill Limit Order when trade price goes beyond limit price" [SOLVED]
Replies: 67
Views: 34029

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

I thought I would comment on what you presented. It is more pronounced when in extended mode. Sorry, you did not mention this before :-) Also I have discovered that on 64 rel 3, if you have a time chart, magnify the data and then turn on IOG, it crashes..everytime. Still looks good: https://dl.drop...
by Andrew MultiCharts
04 Apr 2014
Forum: MultiCharts
Topic: REQUEST FOR DELTA CUMULATIVE RENKO
Replies: 1
Views: 861

Re: REQUEST FOR DELTA CUMULATIVE RENKO

Hello shivax,

It is not scheduled for any particular version at the moment.
by Andrew MultiCharts
04 Apr 2014
Forum: MultiCharts
Topic: Indicator study with lock
Replies: 1
Views: 1009

Re: Indicator study with lock

Hello ctu1121,

If a study is shown as protected, the only way you can do this is to export it as read-only and then import it back, replacing the source code with binary file. If you know any other steps how do this, please let us know.
by Andrew MultiCharts
02 Apr 2014
Forum: MultiCharts
Topic: "Fill Limit Order when trade price goes beyond limit price" [SOLVED]
Replies: 67
Views: 34029

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

Also I have discovered that on 64 rel 3, if you have a time chart, magnify the data and then turn on IOG, it crashes..everytime. Doesn't seem to be the case on my end: https://dl.dropboxusercontent.com/u/26340639/For%20Forum/IOG%2BBM1.PNG https://dl.dropboxusercontent.com/u/26340639/For%20Forum/IOG...
by Andrew MultiCharts
01 Apr 2014
Forum: MultiCharts
Topic: "Fill Limit Order when trade price goes beyond limit price" [SOLVED]
Replies: 67
Views: 34029

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

I have been working on these types of issues for a long time. I still wait for replies to my forwarded files, workspace etc. So I continue my efforts in an attempt to develop a work-a-round. Are you referring to the Extended Backtesting issue? 1. Write a simple strategy with an input for X and Y. B...
by Andrew MultiCharts
01 Apr 2014
Forum: MultiCharts
Topic: Can multicharts trade two instrument in one strategy?
Replies: 6
Views: 2810

Re: Can multicharts trade two instrument in one strategy?

Hello brianhclo,

MultiCharts cannot trade more than 1 symbol from 1 chart at a time (it is possible only in .NET version by means of unmanaged orders). Please learn about how spread and pair trading is possible in current version of MC.
by Andrew MultiCharts
01 Apr 2014
Forum: MultiCharts
Topic: Connection issue with Rithmic [SOLVED]
Replies: 3
Views: 1533

Re: Connection issue with Rithmic [SOLVED]

The lookup button did not return anything.
Please make sure the login and password are entered correctly. If lookup button still doesn't return anything, change the deployment and try again.
by Andrew MultiCharts
01 Apr 2014
Forum: MultiCharts
Topic: backtest maximum numbers of bars study [SOLVED]
Replies: 3
Views: 1382

Re: backtest maximum numbers of bars study [SOLVED]

I don't understand why, when I set a number > to 500 bars, my backtest doesn't work...
MaxBarsBack (number of bars study will reference) = how many bars will be skipped before you get first results on your chart.
by Andrew MultiCharts
01 Apr 2014
Forum: MultiCharts
Topic: help with a trading probelm
Replies: 7
Views: 1839

Re: help with a trading probelm

It is AA with positions set to be the same as chart. In AA mode values on chart can differ from values in Order and Position Tracker window, this is the essence of AA mode. For the example, I did not get that recorded. But I just had another occurrence of the problem yesterday. The case was that it...
by Andrew MultiCharts
31 Mar 2014
Forum: MultiCharts
Topic: help with a trading probelm
Replies: 7
Views: 1839

Re: help with a trading probelm

Can anyone explain, in terms of number of contracts ordered, why there might be a difference between what is shown on the chart and what is displayed on the order tracker? What is the mode of auto trading ? As in this example, on the chart it showed 5 contracts being shorted, but the order tracker ...
by Andrew MultiCharts
31 Mar 2014
Forum: MultiCharts
Topic: Synchronize change of bars data 2,3+ with data1 tick chart
Replies: 1
Views: 856

Re: Synchronize change of bars data 2,3+ with data1 tick cha

Hello chartman200,

Please leave us such feature request to let other customers vote for it, so we can consider it for future versions of MC.
by Andrew MultiCharts
31 Mar 2014
Forum: MultiCharts
Topic: Sample Codes or DLL to do HTTP Post/Get
Replies: 12
Views: 4793

Re: Sample Codes or DLL to do HTTP Post/Get

Willing to pay for a DLL to do it. Any interested coders, do let me know. Thanks
Hello meo,

Please contact us at support@multicharts.com with details, so we can evaluate such project for you.
by Andrew MultiCharts
31 Mar 2014
Forum: MultiCharts
Topic: Expert Commentary formatting [SOLVED]
Replies: 4
Views: 1797

Re: Expert Commentary formatting [SOLVED]

Hello tozwp,

Here you can see an example:

Image
by Andrew MultiCharts
28 Mar 2014
Forum: MultiCharts
Topic: SetProfitTarget and SetStopLoss
Replies: 5
Views: 1573

Re: SetProfitTarget and SetStopLoss

If the issue still persists, please come to our live chat during working hours (6:30 am – 3:00 pm EST) to let our operators connect to your computer remotely and help you.
by Andrew MultiCharts
28 Mar 2014
Forum: MultiCharts
Topic: Snap Mode with respect to Visual Order [SOLVED]
Replies: 5
Views: 1861

Re: Snap Mode with respect to Visual Order [SOLVED]

What is the exact build number of your MC (Help -> About MutliCharts? Please try the following: File -> Preferences -> Charting -> change the "improve visual appearance of drawing tools" box (if it was checked, check it off; if it was cleared, check it) -> Ok. Close MultiCharts and all its parts Mak...
by Andrew MultiCharts
28 Mar 2014
Forum: MultiCharts
Topic: SetProfitTarget and SetStopLoss
Replies: 5
Views: 1573

Re: SetProfitTarget and SetStopLoss

When it happens, what are the values of the following columns in order and Position Tracker on the Strategy Positions tab?
  • Strategy Position
  • Broker Position
  • Position Match
by Andrew MultiCharts
28 Mar 2014
Forum: MultiCharts
Topic: Data download
Replies: 1
Views: 886

Re: Data download

Hello sunman4008, Please read this instruction attentively and follow each required step as it covers most problematic cases with receiving data in MultiCharts. If the issue still persists, please come to our live chat during working hours (6:30 am – 3:00 pm EST) to let our operators connect to your...
by Andrew MultiCharts
28 Mar 2014
Forum: MultiCharts
Topic: multiple instruments in Portfolio Backtesting [SOLVED]
Replies: 2
Views: 1597

Re: multiple instruments in Portfolio Backtesting [SOLVED]

Hello edwardho, It is better to have: Strategy Alpha, where your signal(s) are applied to instrument A; Strategy Beta, where your signal(s) are applied to instrument B; Strategy Gamma, where your signal(s) are applied to instrument C; Strategy Delta, where your signal(s) are applied to instrument D;
by Andrew MultiCharts
28 Mar 2014
Forum: MultiCharts
Topic: help with a trading probelm
Replies: 7
Views: 1839

Re: help with a trading probelm

For instance, when there is a long position of 8 contracts in the account and the strategy commands to short 13 contracts (essentially closing the long position and opening a short position of 5 contracts)... In this example your code should be: sellshort 5 contracts next bat at market; ...it actua...
by Andrew MultiCharts
28 Mar 2014
Forum: MultiCharts
Topic: Snap Mode with respect to Visual Order [SOLVED]
Replies: 5
Views: 1861

Re: Snap Mode with respect to Visual Order [SOLVED]

Hello OZ Trade, I am not sure i am following you, because session breaks are shown in the background of bars and if the series is set to back in the visual order, your drawings are based on the series, and not on an indicator's plot: https://dl.dropboxusercontent.com/u/26340639/For%20Forum/session%2...
by Andrew MultiCharts
27 Mar 2014
Forum: MultiCharts
Topic: SetProfitTarget and SetStopLoss
Replies: 5
Views: 1573

Re: SetProfitTarget and SetStopLoss

Hello Wally_AD,
by Andrew MultiCharts
27 Mar 2014
Forum: MultiCharts
Topic: How many systems?
Replies: 1
Views: 865

Re: How many systems?

Hello elon100,

I cannot tell you any specific number, but a lot, like thousands. In general the performance mostly depends on CPU, RAM and HDD. The best performance i ever saw was on i7 + SSD. Please take into account that it also depends on your data provider API capabilities.
by Andrew MultiCharts
27 Mar 2014
Forum: MultiCharts
Topic: "Fill Limit Order when trade price goes beyond limit price" [SOLVED]
Replies: 67
Views: 34029

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

Any luck with this update (or requested update)?
At the moment the feature is not scheduled for any particular MC version.
by Andrew MultiCharts
26 Mar 2014
Forum: MultiCharts
Topic: Referencing Bars in the Future
Replies: 4
Views: 1382

Re: Referencing Bars in the Future

Technically it should be possible if the data 2 had the bar plotted on chart 200 bars forward.
by Andrew MultiCharts
25 Mar 2014
Forum: MultiCharts
Topic: Pre-Scanning?
Replies: 12
Views: 1939

Re: Pre-Scanning?

TS means TS? Is TS the data vendor here? Yes. Is there any way to improve the performance of MC scanner? Sir, i have explained in my very first post in this thread what are the variables affecting scanner performance. You can see what hardware and what data vendor is used in our testing. Better har...
by Andrew MultiCharts
25 Mar 2014
Forum: MultiCharts
Topic: Short signal in MC when still long in MS [SOLVED]
Replies: 4
Views: 1608

Re: Short signal in MC when still long in MS [SOLVED]

Hello Dirk8, Altough, the SELL condition was not met, the SELL SHORT condition was met and the system goes SHORT. How can I explain that the SELL SHORT can only be done, after a SELL (exit long) condition? If conditions for exiting long (sell) are not satisfied, but the conditions for entering short...
by Andrew MultiCharts
25 Mar 2014
Forum: MultiCharts
Topic: Green ticks and red ticks
Replies: 6
Views: 1404

Re: Green ticks and red ticks

Switch and Case keywords are described now, thank you.

As for the SymbolRoot, please leave us such feature request.
by Andrew MultiCharts
25 Mar 2014
Forum: MultiCharts
Topic: Pre-Scanning?
Replies: 12
Views: 1939

Re: Pre-Scanning?

Here are the tests results: Case 1. Data is not stored in MC database. Data is not loaded in TS cache. Result: 8 minutes 58 seconds. Case 2. Data is not stored in MC database. Data is loaded in TS cache. Result: 4 minutes 20 seconds. Case 3. Data is stored in MC database. Data is loaded in TS cache....
by Andrew MultiCharts
25 Mar 2014
Forum: MultiCharts
Topic: Realtime vs backtest mismatch problem [SOLVED]
Replies: 22
Views: 9180

Re: Realtime vs backtest mismatch problem [SOLVED]

Andrew, how much would it cost if I would like to pay for this feature as custom development?
Please contact us at support@multicharts.com to know the details.
by Andrew MultiCharts
24 Mar 2014
Forum: MultiCharts
Topic: Pre-Scanning?
Replies: 12
Views: 1939

Re: Pre-Scanning?

lcy1031,

As i have mentioned before we have not performed such test (3000 symbols, 5 minute resolution, unknown data range).
by Andrew MultiCharts
24 Mar 2014
Forum: MultiCharts
Topic: Pre-Scanning?
Replies: 12
Views: 1939

Re: Pre-Scanning?

How much time does it take in your case?
by Andrew MultiCharts
24 Mar 2014
Forum: MultiCharts
Topic: Pre-Scanning?
Replies: 12
Views: 1939

Re: Pre-Scanning?

1). Because i scan the same list of 3000 symbols every day, I think the data should be on local. My PC is dual core and 8GB Memory. Could you give me a range of processing time of scanning 3000 symbols on simple MA cross? Unfortunately i cannot since we haven't tested this and it may vary according...
by Andrew MultiCharts
24 Mar 2014
Forum: MultiCharts
Topic: Adjusted price from Free Quotes (yahoo or google finance) [SOLVED]
Replies: 5
Views: 1869

Re: Adjusted price from Free Quotes (yahoo or google finance [SOLVED]

Please contact them directly first to find out if they provide such data through API for MC and if they do, what is the exact symbol name.
by Andrew MultiCharts
24 Mar 2014
Forum: MultiCharts
Topic: Price Display problem
Replies: 6
Views: 1683

Re: Price Display problem

At the moment i cannot tell you in what exact version of MC the global multiplier feature will be available, but it is in the list for implementation. I believe it will be in MC 9.1 or next after that one.
by Andrew MultiCharts
24 Mar 2014
Forum: MultiCharts
Topic: Unable to connect to some live symbols with CQG demo / AMP
Replies: 4
Views: 1199

Re: Unable to connect to some live symbols with CQG demo / A

Please double check with your broker that this market is available for your account. It seems to work fine on my PC:

Image
by Andrew MultiCharts
24 Mar 2014
Forum: MultiCharts
Topic: Percentage Charts
Replies: 3
Views: 1589

Re: Percentage Charts

I saw that Zerohedge shows percentage charts on different sectors/ETFs from the session open. Do i need to build an indicator for that or could that be done with by default?
Unfortunately you cannot plot such chart natively in MC, however it should be possible by means of a custom indicator.
by Andrew MultiCharts
24 Mar 2014
Forum: MultiCharts
Topic: Pre-Scanning?
Replies: 12
Views: 1939

Re: Pre-Scanning?

Hello lcy1031, 1). The performance of scanning 3000 symbol on 5minute interval: How long will it take for MC scanner to make one run to find simple MA cross? We have not performed such test. The result depends on several factors: Your hardware: CPU and harddrive. The length of the 5 minute data seri...
by Andrew MultiCharts
24 Mar 2014
Forum: MultiCharts
Topic: Referencing Bars in the Future
Replies: 4
Views: 1382

Re: Referencing Bars in the Future

Hello shane1800, It is possible to reference future bar if this bar is displayed on chart. In order to display a future bar on chart the bar with future data and time stamps should be present in MC database and your Windows OS date time should be also in future. Please provide more details if you ne...
by Andrew MultiCharts
24 Mar 2014
Forum: MultiCharts
Topic: Symbol Mapping between a future and a mini future
Replies: 1
Views: 742

Re: Symbol Mapping between a future and a mini future

Hello bluemulti, yes, it is possile to route orders generated by a code applied to CL chart on any other futures market at broker end by means of symbol mapping. Please note that at the same time you will not be able to trade both CL and QM futures based on CL charts. Please come to our live chat du...
by Andrew MultiCharts
24 Mar 2014
Forum: MultiCharts
Topic: Rithmic Connecting... [SOLVED]
Replies: 5
Views: 1860

Re: Rithmic Connecting... [SOLVED]

Hello Westsider, In MultiCharts: File -> Broker Profiles -> Manage Broker Profiles... -> Select "Rithmic 01" -> Edit... -> Make a screenshot of this window. In QuoteManager: Tools -> Data Sources -> Rithmic 01 -> Settings -> Make sure it is configured absolutely the same way as on the screenshot you...
by Andrew MultiCharts
21 Mar 2014
Forum: MultiCharts
Topic: MultiCharts64 Version 8.8 Release (Build 8593)and CQG
Replies: 5
Views: 2646

Re: MultiCharts64 Version 8.8 Release (Build 8593)and CQG

We will look into the issue and i'll update you as soon as we have any news.
by Andrew MultiCharts
21 Mar 2014
Forum: MultiCharts
Topic: Green ticks and red ticks
Replies: 6
Views: 1404

Re: Green ticks and red ticks

The only way to find out is to click on each word and then press F1 one by one. You will find the answer in the Help tab at bottom of PowerLanguage Editor.
by Andrew MultiCharts
21 Mar 2014
Forum: MultiCharts
Topic: Price Display problem
Replies: 6
Views: 1683

Re: Price Display problem

We will discuss it with our developers and i'll let you know. Thank you for your patience.
by Andrew MultiCharts
21 Mar 2014
Forum: MultiCharts
Topic: Intrabar Ordergeneration - question
Replies: 6
Views: 1499

Re: Intrabar Ordergeneration - question

i am not sure, if highest, lowest and average are calculated the same way. Please open their codes and analyze them to find out. I only want them to be calculated for a finished 10min bar. How can i do this? So you want the script to be calculated and orders generated, sent intrabar or you want the...
by Andrew MultiCharts
21 Mar 2014
Forum: MultiCharts
Topic: Adjusted price from Free Quotes (yahoo or google finance) [SOLVED]
Replies: 5
Views: 1869

Re: Adjusted price from Free Quotes (yahoo or google finance [SOLVED]

There is no configurations what type of data to request from Free Quotes vendors at the moment. If what you need does not come from Yahoo and Google into MC directly (using Free Quotes), then the only solution for you is to find the required data in ASCII files in internet and import them into Quote...
by Andrew MultiCharts
21 Mar 2014
Forum: MultiCharts
Topic: Price Display problem
Replies: 6
Views: 1683

Re: Price Display problem

Hello masterchanger,

Different data providers can send prices in various formats to MC for the same markets. At the moment MC does not have such feature general for all data providers / brokers. Please vote for the respective feature request.
by Andrew MultiCharts
21 Mar 2014
Forum: MultiCharts
Topic: Green ticks and red ticks
Replies: 6
Views: 1404

Re: Green ticks and red ticks

Hello hhuser,

The red tick means the indicator/signal/function has some keywords that are not implemented in MC at the moment. They are added to our PowerLanguage library so any code using them can be compiled, but they do nothing.
by Andrew MultiCharts
21 Mar 2014
Forum: MultiCharts
Topic: Unable to connect to some live symbols with CQG demo / AMP
Replies: 4
Views: 1199

Re: Unable to connect to some live symbols with CQG demo / A

Hello nestor2022,

Please enumerate the exact problematic symbol names you are charting.
by Andrew MultiCharts
21 Mar 2014
Forum: MultiCharts
Topic: Display signals when automated trading is enabled?
Replies: 3
Views: 908

Re: Display signals when automated trading is enabled?

The idea of the SA mode (that you are using for automated trading) is to show on chart only those strategy orders that were really executed at broker. That is why all backtested orders are wiped out from chart at the moment when you enable automation. You may want to use AA mode that leaves all the ...
by Andrew MultiCharts
21 Mar 2014
Forum: MultiCharts
Topic: Adjusted price from Free Quotes (yahoo or google finance) [SOLVED]
Replies: 5
Views: 1869

Re: Adjusted price from Free Quotes (yahoo or google finance [SOLVED]

Hello edwardho,

MultiCharts is a trading platform that doesn’t come with any prebuilt real-time data feed. The only feed available right after installation is Free Quotes. That is free end-of-day historical bars coming from Yahoo and Google servers in the format ASCII files. More info here.
by Andrew MultiCharts
21 Mar 2014
Forum: MultiCharts
Topic: Display signals when automated trading is enabled?
Replies: 3
Views: 908

Re: Display signals when automated trading is enabled?

Hello treker, Strategy signals are shown on chart by default, whenever a signal or set of signals is applied to a chart (both in backtesting and auto-trading). Let me guess. Are you talking about disappearance of backtested strategy orders from chart when you start auto trading? If not, please elabo...
by Andrew MultiCharts
21 Mar 2014
Forum: MultiCharts
Topic: Intrabar Ordergeneration - question
Replies: 6
Views: 1499

Re: Intrabar Ordergeneration - question

Hello wegi, Yes, if... I am not sure if you are doing the same, but if you are not and we are talking about backtesting, please use IOG + 1 tick BM . One other thing you should check is the mode of the IOG . At last you should make sure the conditions for order generation are satisfied when you expe...
by Andrew MultiCharts
20 Mar 2014
Forum: MultiCharts
Topic: symbol_close usage problem [SOLVED]
Replies: 2
Views: 955

Re: symbol_close usage problem [SOLVED]

Hello xdtrader168,

You should avoid referencing future bars, which are not plotted on a chart yet:

Code: Select all

if Symbol_CurrentBar+20 < Symbol_Length then
Plot1(symbol_close[-20]);
by Andrew MultiCharts
20 Mar 2014
Forum: MultiCharts
Topic: MB Trading connection inconsistent
Replies: 1
Views: 816

Re: MB Trading connection inconsistent

Hello shadrock55, Please read this instruction attentively and follow each required step as it covers most problematic cases with receiving data in MultiCharts. If the issue still persists, please come to our live chat during working hours (6:30 am – 3:00 pm EST) to let our operators connect to your...
by Andrew MultiCharts
20 Mar 2014
Forum: MultiCharts FAQ
Topic: Order handling in signal / multiple signals
Replies: 7
Views: 7841

Re: Multiple signals on the same instrument and broker

andy4444, Thank you for detailed and clear description. 1: When price has reached 11, and Chart A has an open long position, the “marketposition” script in CHART A will return the value “1”. At this time script B still has not yet any open position. Will the “marketposition” script in CHART B return...
by Andrew MultiCharts
20 Mar 2014
Forum: MultiCharts
Topic: WFA
Replies: 2
Views: 842

Re: WFA

Hello elon100,

The IS and OOS of WFO are static, they cannot be dynamic. Please leave us a feature request.
by Andrew MultiCharts
20 Mar 2014
Forum: MultiCharts
Topic: Connecting IB+MC
Replies: 3
Views: 833

Re: Connecting IB+MC

Hello houss75,

Please go to IB TWS configurations -> Settings -> API -> Trusted API adresses -> add 127.0.0.1 -> Ok.
by Andrew MultiCharts
19 Mar 2014
Forum: MultiCharts
Topic: Can i add to the performance charts?
Replies: 1
Views: 665

Re: Can i add to the performance charts?

Hello rkhan,

Please leave us such feature request to let other customers vote for it.
by Andrew MultiCharts
19 Mar 2014
Forum: MultiCharts
Topic: Draw a manual trendline to use as an alarm to exit position
Replies: 8
Views: 2705

Re: Draw a manual trendline to use as an alarm to exit posit

Hello maxmax68,

Yes, it is possible, but you can use only start and end values of a trendline. You will need to use some keywords reading the coordinates of a manually drawn trendline and placing orders based on those values + alerting you when a certain condition is satisfied.
by Andrew MultiCharts
19 Mar 2014
Forum: MultiCharts
Topic: Is it possible to have a line following the price cursor [SOLVED]
Replies: 1
Views: 646

Re: Is it possible to have a line following the price cursor [SOLVED]

Hello arjfca,

Please leave us such feature request. At the moment it is not scheduled any particular version of MC. A custom indicator can be used for this.
by Andrew MultiCharts
19 Mar 2014
Forum: MultiCharts
Topic: DOM generates many messages in QM
Replies: 6
Views: 2693

Re: DOM generates many messages in QM

Fabrice,

If there is no feature request in Project Management, where you describe any desired alteration of current expected behavior, we cannot guarantee it will be considered for implementation in a future version of MC.
by Andrew MultiCharts
19 Mar 2014
Forum: MultiCharts
Topic: How to obtain market opening time
Replies: 3
Views: 1186

Re: How to obtain market opening time

I don't completely understand you. I want to buy the market exactly 1hr after the market opens. And i would like to do this via easyLanguage code. So if i bring up a 1 hrly chart or EURUSD, and i apply exchange time zone on chart. Then i type sess1firstbartime. What will it return? Then i want to a...
by Andrew MultiCharts
18 Mar 2014
Forum: MultiCharts
Topic: DOM generates many messages in QM
Replies: 6
Views: 2693

Re: DOM generates many messages in QM

The log of QM is still drowned under these messages. But now I have a strong belief that it hangs MC (well in fact MC.Net). I have experienced several freezing of the main window when I let opened the DOM all day long. Please come to our live chat during working hours (6:30 am – 2:45 pm EST) to let...
by Andrew MultiCharts
18 Mar 2014
Forum: MultiCharts
Topic: The REF do not run 'if' and repeated executed.
Replies: 1
Views: 664

Re: The REF do not run 'if' and repeated executed.

Hello L.R,

It works as you expect if all three functions have Function Storage = Simple
by Andrew MultiCharts
18 Mar 2014
Forum: MultiCharts
Topic: How to obtain market opening time
Replies: 3
Views: 1186

Re: How to obtain market opening time

Hello rkhan,

You can select exchange time zone on chart and use sess1firstbartime. Unfortunately there is no way to get market opening time other then from chart.
by Andrew MultiCharts
18 Mar 2014
Forum: MultiCharts QUIK
Topic: Апдейтер для версии Quik терминала 6.10 [SOLVED]
Replies: 16
Views: 5160

Re: Не используйте версию Quik терминала 6.10 [SOLVED]

Всем пользователям, которые жалуются на ошибку с отсутствием поля "Тип лимита" нужно установить "апдейтер": Закрыть МС и все его части. Проверить отсуствие процессов МС в Windows Task Manager. Скачать "апдейтер": 32-битный или 64-битный После установки апдейтера нужно отредактировать таблицы: "Табли...
by Andrew MultiCharts
17 Mar 2014
Forum: MultiCharts QUIK
Topic: Апдейтер для версии Quik терминала 6.10 [SOLVED]
Replies: 16
Views: 5160

Re: Не используйте версию Quik терминала 6.10 [SOLVED]

Проблема присутствует и в 6.11.

Добавление в "Таблицу лимитов по бумагам" и "Клиентский портфель" параметра "Вид лимита" вроде бы проблему решает.
Спасибо, проверим и я отпишусь в этой теме.
by Andrew MultiCharts
17 Mar 2014
Forum: MultiCharts QUIK
Topic: Апдейтер для версии Quik терминала 6.10 [SOLVED]
Replies: 16
Views: 5160

Re: Не используйте версию Quik терминала 6.10 [SOLVED]

Ошибки с 6.10.2.1
Текущая версия Квик: 6.11. У Вас есть проблемы с 6.11?
by Andrew MultiCharts
17 Mar 2014
Forum: MultiCharts
Topic: no instrument list [SOLVED]
Replies: 2
Views: 1363

Re: no instrument list [SOLVED]

Hello Wally_AD, Please follow the next steps: Close MultiCharts, Portfolio Backtester and all its parts Make sure all MC processes are ended in Windows Task Manager. Here you can find the list of all MC processes: https://www.multicharts.com/trading-software/index.php/MultiCharts_Processes Please op...
by Andrew MultiCharts
17 Mar 2014
Forum: MultiCharts
Topic: Order Matching
Replies: 6
Views: 1742

Re: Order Matching

But shouldn't this also be possible in MC? When I auto trade with MC and allows for multiple entries in my strategy, each unique entry is shown on the chart and I believe (never tried it) that I can close a specific one simply by manually clicking it. It would be nice to have this feature for manua...
by Andrew MultiCharts
14 Mar 2014
Forum: MultiCharts
Topic: Help with code on alert
Replies: 2
Views: 1129

Re: Help with code on alert

Hello aczk,

Make sure the alerts are configured and enabled in indicator's settings.
by Andrew MultiCharts
14 Mar 2014
Forum: MultiCharts
Topic: Extend Trendline to a few bars under different freq
Replies: 3
Views: 1142

Re: Extend Trendline to a few bars under different freq

however, i had some trouble with using BarNumber. When I click on the charts, there is a display of OHLC and bar number information. Then I wrote a few code to print the bar number on top of each bar, and I notice that BarNumber printed is different from what is displayed if click the mouse. Any id...
by Andrew MultiCharts
14 Mar 2014
Forum: MultiCharts
Topic: CPU Xeon vs i7
Replies: 11
Views: 5803

Re: CPU Xeon vs i7

Backtesting only uses one core? This seems like quite a flaw, especially when all CPUs these days are multi core. Wouldn't I backtesting be faster if it used all cores? According to current implementation a script calculation cannot be separated for multiple threads. 1 strategy is calculated by 1 c...
by Andrew MultiCharts
14 Mar 2014
Forum: MultiCharts
Topic: Order Matching
Replies: 6
Views: 1742

Re: Order Matching

Manually. I pyramided into a position, and I want to close a specific leg. I don't want FIFO. How does your broker handle your exits? TJ is asking right question (as always). You can enter at 100, then at 150 and then at 200 from MC, but if you would like to exit, let's say the last entry (200), no...
by Andrew MultiCharts
13 Mar 2014
Forum: MultiCharts
Topic: Order Matching
Replies: 6
Views: 1742

Re: Order Matching

Hello StefanoSF,

Auto-trading or manual?
by Andrew MultiCharts
13 Mar 2014
Forum: MultiCharts FAQ
Topic: Order handling in signal / multiple signals
Replies: 7
Views: 7841

Re: Order handling in signal / multiple signals

Let me explain how auto-trading in MC works so you will understand what keyword to use. There are 3 separate positions when you auto-trade in MC: Broker position . This is net position for a traded security at your broker account that takes into consideration all trades. MC auto-trading engine posit...
by Andrew MultiCharts
12 Mar 2014
Forum: MultiCharts
Topic: Reset Variable
Replies: 1
Views: 931

Re: Reset Variable

Hello wgmh_, Let's focus on the first block of code: IF marketposition = 1 AND Condition = True THEN variable1 = 1 ELSE variable1 = 0 ; IF marketposition = -1 AND Condition = True THEN variable1 = -1 ELSE variable1 = 0 ; Let's assume marketposition = 1 and Condition = True , the the variable1 is set...
by Andrew MultiCharts
12 Mar 2014
Forum: MultiCharts FAQ
Topic: Order handling in signal / multiple signals
Replies: 7
Views: 7841

Re: Order handling in signal / multiple signals

Hello andy4444, If you have 2 or more separate signal scripts applied to the same chart , they will work as one strategy. It means that if your signal A enters, signal B can exit. If you have only 1 signal script applied to a chart, it will work as one strategy. If this signal doesn't have exiting l...
by Andrew MultiCharts
11 Mar 2014
Forum: MultiCharts
Topic: Multicharts DOM Poor Experience with IB
Replies: 3
Views: 1502

Re: Multicharts DOM Poor Experience with IB

We used to update PnL from IB API, but they update it to slow. Now in MC the IB PnL updates based on settings of IB broker profile: when IB broker profile is disconnected) please make a right-click on the IB broker profile -> Edit Profile Interactive Brokers -> Unrealized Profit Calculation Mode: i ...
by Andrew MultiCharts
11 Mar 2014
Forum: MultiCharts
Topic: Trading Performance Report
Replies: 4
Views: 1674

Re: Trading Performance Report

If you are talking about "MultiCharts cannot calculate position information" warning message, it pops up when you current open position does not match the position calculated based on historical orders on chart/order and Position Tracker. It can happen when for example you have executed an order whe...
by Andrew MultiCharts
11 Mar 2014
Forum: MultiCharts
Topic: Lose Connection to TWS
Replies: 8
Views: 1730

Re: Lose Connection to TWS

Hello tpredictor,

Please come to our live chat during working hours (6:30 am – 3:00 pm EST) to let our operators connect to your computer remotely in order to study the issue and help you when it hapens: http://messenger.providesupport.com/mes ... pport.html
by Andrew MultiCharts
11 Mar 2014
Forum: MultiCharts
Topic: Trading Performance Report
Replies: 4
Views: 1674

Re: Trading Performance Report

Hello tpredictor, The Trading Performance Report is based on trades shown as historical trades on a particular chart. Historical trades are shown on chart if... they are shown in Order and Position Tracker window symbol mapping is correctly configured for the charting symbol to match broker symbol c...
by Andrew MultiCharts
11 Mar 2014
Forum: MultiCharts
Topic: Multicharts DOM Poor Experience with IB
Replies: 3
Views: 1502

Re: Multicharts DOM Poor Experience with IB

Hello tpredictor, I connect to TWS and not the API. I think you mean you use IB TWS instead of IB Gateway. It doesn't change anything since in both cases the IB API is used by MC to connect. * MC DOM frequently fails to update the P&L properly Do you compare it with PnL in IB TWS? * At times, I clos...
by Andrew MultiCharts
10 Mar 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10699

Re: Still Glitches IntraDay

Could you start from the very beginning, lantama? Close MultiCharts and all its parts. Make sure all MC processes are ended in Windows Task Manager. Here you can find the list of all MC processes . Go to Windows Start menu -> Control Panel -> Uninstall a program -> MultiCharts -> Uninstall/Repair ->...
by Andrew MultiCharts
10 Mar 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10699

Re: Still Glitches IntraDay

Andrew, the ESignal adapter in QM has the same version number as before. Is this intented or a mistake? I would prefer to see the numbers changing in order to track the different behaviour of different versions. I'll forward your suggestion to our developers. At the moment the numbers don't change ...
by Andrew MultiCharts
05 Mar 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10699

Re: Still Glitches IntraDay

Here is the new updater including more fixes regarding the problem. Please follow the next steps: Close MultiCharts and all its parts. Make sure all MC processes are ended in Windows Task Manager. Here you can find the list of all MC processes . Download an archive from here . Unzip the archive. In ...
by Andrew MultiCharts
28 Feb 2014
Forum: MultiCharts
Topic: Machine Time Off By 3 Seconds Will It Impact Performance
Replies: 2
Views: 835

Re: Machine Time Off By 3 Seconds Will It Impact Performance

Hello tony,

Whole MC software is based on your local Windows clock. It is strongly recommended to have clock in sync with your data provider to avoid real-time data delays and form bars correctly.
by Andrew MultiCharts
27 Feb 2014
Forum: MultiCharts .NET
Topic: Reload from command line [SOLVED]
Replies: 14
Views: 4910

Re: Reload from command line [SOLVED]

* Reloading all main data series, but not the subcharts, can be helpful; * Reloading all data series in the current workspace can be helpful; * Reloading all data series from a specific data feed can also be helpful. In my opinion there's a too large gap in the current implementation with '.rld glo...
by Andrew MultiCharts
27 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10699

Re: Still Glitches IntraDay

Installed it. What means "Qualified Price for Trades"? Is this the new feature for filtering?
Yes, please check this before plotting any charts, or check and restart the software completely if you already had charts in MC.
by Andrew MultiCharts
27 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10699

Re: Still Glitches IntraDay

Hello Andrew, this means that you did not reproduce this issue by yourself? I asked you that before. The issue is obvious anyway, in case no one reproduced this on your side. What would you like to achieve? Best Andreas No. It doesn't mean this. It is the hot fix: Agree. As i said, it will be fixed...
by Andrew MultiCharts
26 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10699

Re: Still Glitches IntraDay

Please follow the next steps: Close MultiCharts and all its parts. Make sure all MC processes are ended in Windows Task Manager. Here you can find the list of all MC processes . Download an archive from here . Unzip the archive. In the opened folder please run the Updater.exe Click on the Update but...
by Andrew MultiCharts
26 Feb 2014
Forum: MultiCharts QUIK
Topic: Апдейтер для версии Quik терминала 6.10 [SOLVED]
Replies: 16
Views: 5160

Re: Не используйте версию Quik терминала 6.10 [SOLVED]

Проверили - все работает штатно, проблем не обнаружено.
by Andrew MultiCharts
21 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10699

Re: Still Glitches IntraDay

Like I said: It was working with a 8.5 beta version. Thus somebody on your side changed something (in the wrong way). That's a fact. Fact = there are price spikes coming from eSignal API into MC charts. Not fact = somebody on ourside changed something (in the wrong way). You may be right or you may...
by Andrew MultiCharts
21 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10699

Re: Still Glitches IntraDay

Usually there is a description of the API available for the technology partners like multicharts. Changes, filters, tags, whatever. Thus either the descriptions and version management of eSignal is wrong or you missed something and therefore the current QM esignal handler is wrong. We are not aware...
by Andrew MultiCharts
21 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10699

Re: Still Glitches IntraDay

eSignal sends such data through API. In fact the same spike can be observed in eSignal Time and Sales window. We will implement a filter similar to one they use in eSignal on charts to process such spikes and we will do this as soon as possible. If you would like to get rid of spikes coming from eSi...
by Andrew MultiCharts
21 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10699

Re: Still Glitches IntraDay

It will be шт one of MC 9.0 betas, but so far i cannot tell you шт which one exactly. Unfortunately there is no ETA of MC 9.0 yet, but i can tell that it will be more than 30 days for sure.
by Andrew MultiCharts
21 Feb 2014
Forum: MultiCharts QUIK
Topic: Апдейтер для версии Quik терминала 6.10 [SOLVED]
Replies: 16
Views: 5160

Re: Не используйте версию Quik терминала 6.10 [SOLVED]

Проверим и сообщим Вам в начале следующей недели.
by Andrew MultiCharts
20 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10699

Re: Still Glitches IntraDay

Should be fixed in a future version of MultiCharts.
by Andrew MultiCharts
20 Feb 2014
Forum: MultiCharts
Topic: Forex Freequote Symbols
Replies: 3
Views: 1537

Re: Forex Freequote Symbols

The data comes from Google and Yahoo servers.

With FreeQuotes you can get data only for the symbols that have the option Historical prices -> Download to Spreadsheet on their webpage.
by Andrew MultiCharts
20 Feb 2014
Forum: MultiCharts
Topic: Automated Signals
Replies: 2
Views: 1310

Re: Automated Signals

Hello kinkeadfx,

If you apply multiple signals to 1 chart, they all act as 1 strategy, i.e. market position opened by signal A can be closed by signal B.

If you are talking applying signals to multiple charts of the same security, please read this.
by Andrew MultiCharts
20 Feb 2014
Forum: MultiCharts
Topic: Still Glitches IntraDay
Replies: 31
Views: 10699

Re: Still Glitches IntraDay

Hello lantama,

We will check that, thanks. Does your eSignal account have any specific features?
by Andrew MultiCharts
20 Feb 2014
Forum: MultiCharts
Topic: Forex Freequote Symbols
Replies: 3
Views: 1537

Re: Forex Freequote Symbols

Hello siscop,

FreeQuotes data source can be used for getting stocks and couple of indices.
by Andrew MultiCharts
20 Feb 2014
Forum: MultiCharts
Topic: Portfolio WFA
Replies: 3
Views: 1414

Re: Portfolio WFA

You have to be registered and logged in to vote for it.
by Andrew MultiCharts
19 Feb 2014
Forum: MultiCharts
Topic: Portfolio WFA
Replies: 3
Views: 1414

Re: Portfolio WFA

Hello waldem,

WFO for Portfolio Backtester is not scheduled for any particular version yet. Please vote for the respective feature request.
by Andrew MultiCharts
13 Feb 2014
Forum: MultiCharts
Topic: Countdown marker gets covered up
Replies: 13
Views: 3473

Re: Countdown marker gets covered up

Will be fixed in next version.
by Andrew MultiCharts
13 Feb 2014
Forum: MultiCharts .NET
Topic: Indicator scaling when based on hidden data
Replies: 9
Views: 3456

Re: Indicator scaling when based on hidden data

Sorry, you are right, the indicator itself has the same name. Please disregard that file. Here is the correct one.
by Andrew MultiCharts
13 Feb 2014
Forum: MultiCharts
Topic: Countdown marker gets covered up
Replies: 13
Views: 3473

Re: Countdown marker gets covered up

MAtricks,

We will check this.
by Andrew MultiCharts
12 Feb 2014
Forum: MultiCharts .NET
Topic: Indicator scaling when based on hidden data
Replies: 9
Views: 3456

Re: Indicator scaling when based on hidden data

If you already have an indicator in PowerLanguage Editor with name VWAP_reset_Data2, yes it will replace it. If you don't have it, it will not replace it.
by Andrew MultiCharts
11 Feb 2014
Forum: MultiCharts
Topic: Countdown marker gets covered up
Replies: 13
Views: 3473

Re: Countdown marker gets covered up

Henry has mentioned this before. I appreciate the advice, but it doesn't work for me nor is it ideal.
What exactly it doesn't work, MAtricks? Could you elaborate?
by Andrew MultiCharts
11 Feb 2014
Forum: MultiCharts
Topic: Countdown marker gets covered up
Replies: 13
Views: 3473

Re: Countdown marker gets covered up

Not ideal, but the workaround for me is to uncheck the markers of the pivot points and other tools. It is not the most important feature to be implemented, but if you guys find the time, it would be useful and appreciated. Have you tried the following workaround (i suggested it in my previous post ...
by Andrew MultiCharts
11 Feb 2014
Forum: MultiCharts
Topic: Price Alerts
Replies: 11
Views: 2535

Re: Price Alerts

Please leave us such feature request.
by Andrew MultiCharts
11 Feb 2014
Forum: MultiCharts
Topic: Realtime vs backtest mismatch problem [SOLVED]
Replies: 22
Views: 9180

Re: Realtime vs backtest mismatch problem [SOLVED]

Hello glam_100,

At the moment the improvement feature is not scheduled for any particular version.
by Andrew MultiCharts
10 Feb 2014
Forum: MultiCharts
Topic: Countdown marker gets covered up
Replies: 13
Views: 3473

Re: Countdown marker gets covered up

My colleague (Henry) has just recommended a workaround: right-click on the chart -> Format Window... -> Y - Price Scale -> check off "Precise Marker" -> OK.
by Andrew MultiCharts
10 Feb 2014
Forum: MultiCharts
Topic: Countdown marker gets covered up
Replies: 13
Views: 3473

Re: Countdown marker gets covered up

I think that these markets need improvement. I've previously posted about the price marker being hidden by orders. I think that price should always be on top and I guess the countdown timer would be there along with it.
Thanks. At the moment the marker updated last is shown on top.
by Andrew MultiCharts
10 Feb 2014
Forum: MultiCharts
Topic: Countdown marker gets covered up
Replies: 13
Views: 3473

Re: Countdown marker gets covered up

There is already a feature request for this, but I am not sure if this is already addressed.
http://www.multicharts.com/pm/viewissue ... _no=MC-908
Thank you for leaving feature request to let other customers vote for it. It has not been addressed yet as far as i know.
by Andrew MultiCharts
07 Feb 2014
Forum: MultiCharts
Topic: Two strategy orders, one chart [SOLVED]
Replies: 4
Views: 1602

Re: Two strategy orders, one chart [SOLVED]

StefanoSF, I discussed the case with our developers in details and here is what i found out: In current version of MC with the code you have you cannot reach your goal. Theoretically it is possible to do what you want if you have different code (using regular limit and stop orders instead of the spe...
by Andrew MultiCharts
07 Feb 2014
Forum: MultiCharts .NET
Topic: Indicator scaling when based on hidden data
Replies: 9
Views: 3456

Re: Indicator scaling when based on hidden data

MidKnight, I have studied the case in details and discussed with our engineers. You were right, the solution is recommended doesn't work in this case because you show the indicator on series 1, where it is not calculated. Since indicator is based on data 2, whatever you do with the series 2 (hide, m...
by Andrew MultiCharts
06 Feb 2014
Forum: MultiCharts
Topic: Trend line on chart VS Time frame: Not well reprouce
Replies: 3
Views: 1039

Re: Bug: Trend line on chart VS Time frame: Not well reprouc

  1. What are the start and end coordinates of trendline 1 on 1 minute chart?
  2. What are the start and end coordinates of trendline 2 on 1 minute chart?
  3. What are the start and end coordinates of trendline 1 on 15 minutes chart?
  4. What are the start and end coordinates of trendline 2 on 15 minutes chart?
by Andrew MultiCharts
06 Feb 2014
Forum: MultiCharts
Topic: Price Alerts
Replies: 11
Views: 2535

Re: Price Alerts

Here is an example of code for 1 stock. The more stocks you have the more lines and inputs you will need.

Code: Select all

Inputs: PriceInput1(100), PriceInput2 (150);

If symbolname = "AAPL" then begin
If close < PriceInput1 and Close > PriceInput2 then alert("My text for AAPL");
end;
by Andrew MultiCharts
06 Feb 2014
Forum: MultiCharts
Topic: Price Alerts
Replies: 11
Views: 2535

Re: Price Alerts

iso,

As i mentioned in my previous post if you need a simple price alert, you will need a simple custom indicator that is applied to your market scanner.
by Andrew MultiCharts
06 Feb 2014
Forum: MultiCharts
Topic: Trend line on chart VS Time frame: Not well reprouce
Replies: 3
Views: 1039

Re: Bug: Trend line on chart VS Time frame: Not well reprouc

Hello arjfca, Remove all drawings (right-click on the chart -> Remove All Drawings...), Make a right-click on it -> Visual Order -> make sure the symbol series is at the bottom, Make a right-click on the price scale -> make sure the symbol series is selected, Add some new drawings and try to reprodu...
by Andrew MultiCharts
06 Feb 2014
Forum: MultiCharts
Topic: Two strategy orders, one chart [SOLVED]
Replies: 4
Views: 1602

Re: Two strategy orders, one chart [SOLVED]

Hello StefanoSF, I have a strategy which uses "Position Limits" and "Allows up to 2 entry orders in the same direction". The strategy was live with two separate contracts bought at different entry prices. Each contract has its own unique Profit Target based on entry. ... How do I get each position b...
by Andrew MultiCharts
06 Feb 2014
Forum: MultiCharts
Topic: Left over orders
Replies: 2
Views: 1118

Re: Left over orders

Hello MAtricks, More information about orders statuses can be found here . Without logs (that are deleted on restart of the software) we can only guess. As i mentioned above, without logs i cannot tell you for sure what happened and what can be done to prevent this. if you are auto-trading this symb...
by Andrew MultiCharts
05 Feb 2014
Forum: MultiCharts
Topic: Price Alerts
Replies: 11
Views: 2535

Re: Price Alerts

I have not tried the scanner, how would that work for price alerting?
Hello iso,

You can use market scanner to load multiple symbols there and apply one of the prebuilt indicators with alerts or create your own one.
by Andrew MultiCharts
31 Jan 2014
Forum: MultiCharts
Topic: problem disconnection from InteractiveBrokers TWS
Replies: 5
Views: 2113

Re: problem disconnection from InteractiveBrokers TWS

Hi, as soon as it happens again I will prepare requested files and send accordingly, yet I have an idea about what happens that is: Once IB connection is up again I see that quotemanager requests IB data and this might block the data feed leaving symbol as "ON" but with no receipt. Maybe on connect...
by Andrew MultiCharts
29 Jan 2014
Forum: MultiCharts
Topic: problem disconnection from InteractiveBrokers TWS
Replies: 5
Views: 2113

Re: problem disconnection from InteractiveBrokers TWS

Hello ferdel,

I am sorry for the inconvenience. Please follow the instruction from my previous post in order to provide us with required information for the issue investigation.
by Andrew MultiCharts
28 Jan 2014
Forum: MultiCharts
Topic: problem disconnection from InteractiveBrokers TWS
Replies: 5
Views: 2113

Re: problem disconnection from InteractiveBrokers TWS

Hello fibdax,
  1. Please make sure you have latest MC version.
  2. Please send MC logs to us next time the issue takes place.
by Andrew MultiCharts
27 Jan 2014
Forum: MultiCharts
Topic: Manual MTF trendlines
Replies: 1
Views: 902

Re: Manual MTF trendlines

Hello aczk, Unfortunately it is not possible at the moment with any prebuilt tool in MC. Please vote for the respective feature request . At the moment the only way to do this is to create a custom indicator that would be reading drawing values on chart A, pass them to custom indicator applied to ch...
by Andrew MultiCharts
24 Jan 2014
Forum: MultiCharts
Topic: iqFeed problems - others hit as well? Cure iniated by iqFee?
Replies: 2
Views: 1288

Re: iqFeed problems - others hit as well? Cure iniated by iq

Hello dahmen walter,

Did you contact IQFeed support in regards to this question?
by Andrew MultiCharts
24 Jan 2014
Forum: MultiCharts
Topic: CQG data feed posting "wrong" data on 3 min candles (EuroFX)
Replies: 10
Views: 3207

Re: CQG data feed posting "wrong" data on 3 min candles (Eur

I don't know if it's related, but I just got my live CQG (from AMP) data set up in MC today, and I have a 1hr gap in my data from this morning. Ctrl-R does not fix it, though it did fix a couple smaller gaps I had when I first pulled the chart up. I ran on a CQG demo feed for a week or so before fu...
by Andrew MultiCharts
24 Jan 2014
Forum: MultiCharts
Topic: Updater
Replies: 14
Views: 3926

Re: Updater

MAtricks, 3 questions: What exact build number you had? What exact builds numbers at the same time was on this page? Do you have a screenshot of the window that popped up when you clicked Help -> Check for updates (on version of MC from the first question)? I always update on the day of a release s...
by Andrew MultiCharts
24 Jan 2014
Forum: MultiCharts .NET
Topic: Reload from command line [SOLVED]
Replies: 14
Views: 4910

Re: Reload from command line [SOLVED]

It turned out there was misunderstanding, it is possible to reload specific resolution only for all subcharts, not for all charts of this resolution in MC.
Example: .rld res = 1 min
by Andrew MultiCharts
23 Jan 2014
Forum: MultiCharts
Topic: Updater
Replies: 14
Views: 3926

Re: Updater

Love the new pop up warning us that a new version is available. In MC, when we check for updates, we get a link for list of improvements, download new version and user forum. For some reason, the links open an IE window and not Chrome (which is my default browser). Is this a Windows "thing" or a MC...
by Andrew MultiCharts
23 Jan 2014
Forum: MultiCharts
Topic: how to cancel a workspace at open? [SOLVED]
Replies: 4
Views: 3767

Re: how to cancel a workspace at open? [SOLVED]

We will improve it in future versions.
by Andrew MultiCharts
23 Jan 2014
Forum: MultiCharts
Topic: Order Management [SOLVED]
Replies: 10
Views: 3289

Re: Order Management [SOLVED]

Yes, it possible to do this with unmanaged order in MC .NET.

I left the feature request for our developers, the will consider it for future versions of MC.
by Andrew MultiCharts
23 Jan 2014
Forum: MultiCharts
Topic: Signal does not work in IOG [SOLVED]
Replies: 5
Views: 2146

Re: Signal does not work in IOG [SOLVED]

The attribute is described now on Wiki page.
by Andrew MultiCharts
23 Jan 2014
Forum: MultiCharts
Topic: Updater
Replies: 14
Views: 3926

Re: Updater

MAtricks,

3 questions:
  • What exact build number you had?
  • What exact builds numbers at the same time was on this page?
  • Do you have a screenshot of the window that popped up when you clicked Help -> Check for updates (on version of MC from the first question)?
by Andrew MultiCharts
22 Jan 2014
Forum: MultiCharts
Topic: Order Management [SOLVED]
Replies: 10
Views: 3289

Re: Order Management [SOLVED]

MAtricks, once 1 order is filled, the other is cancelled anyway. Then new order(s) is/are sent if your code generate them. The code i have provided in the end of my last post will do what you want but if 1 of the 2 initial entry orders is filled, the other one is cancelled and there is no way to man...
by Andrew MultiCharts
22 Jan 2014
Forum: MultiCharts
Topic: how to cancel a workspace at open? [SOLVED]
Replies: 4
Views: 3767

Re: how to cancel a workspace at open? [SOLVED]

Sorry, i read it wrong previously, thought it freezes. The time you have to cancel the first workspace is very short and it depends on the workspace complexity, but i will discuss the case with our developers, maybe we can improve it.
by Andrew MultiCharts
22 Jan 2014
Forum: MultiCharts
Topic: Signal does not work in IOG [SOLVED]
Replies: 5
Views: 2146

Re: Signal does not work in IOG [SOLVED]

Please read this article attentively.
by Andrew MultiCharts
22 Jan 2014
Forum: MultiCharts
Topic: setting point value for EURUSD and performance report proble
Replies: 22
Views: 8885

Re: setting point value for EURUSD and performance report pr

MultiCharts is not optimized for forex trading, though you can reach your goal with correctly configured software.

We will work on forex in MultiCharts in one of future versions and such things as pip definition will be improved. No ETA at the moment.
by Andrew MultiCharts
22 Jan 2014
Forum: MultiCharts
Topic: Storing format of negative value
Replies: 1
Views: 910

Re: Storing format of negative value

Hello Lauren,

MultiCharts doesn't support negative volume at the moment.
by Andrew MultiCharts
22 Jan 2014
Forum: MultiCharts
Topic: Project Management status [SOLVED]
Replies: 2
Views: 1509

Re: Project Management status [SOLVED]

Project Management experienced some crashes in the past, some statuses were lost and each of the requests should reviewed one-by-one now. I am doing it, but the priority is given to bugs and requests with greater number of votes.
by Andrew MultiCharts
22 Jan 2014
Forum: MultiCharts
Topic: Updater
Replies: 14
Views: 3926

Re: Updater

Don't tell me the developer that coded that is an IE user and directed the links to open IE instead of the default browser :P
Looks like it... I'll talk to those IE fans.
by Andrew MultiCharts
22 Jan 2014
Forum: MultiCharts
Topic: how to cancel a workspace at open? [SOLVED]
Replies: 4
Views: 3767

Re: how to cancel a workspace at open? [SOLVED]

Hello arnie, Please provide us with the following files and the exact build number of you MC version: The workspace to reproduce the situation. Export of used symbol (with data) from QuoteManager in .qmd archive, The exported script with all dependent functions that applied on the workspace.
by Andrew MultiCharts
22 Jan 2014
Forum: MultiCharts
Topic: Order Management [SOLVED]
Replies: 10
Views: 3289

Re: Order Management [SOLVED]

Hello MAtricks, buy 1 contract next bar at X limit; sellshort 1 contract next bar at Y limit; IOG = OFF, no pyramiding. I am sure the following example will explain how it works in details: Close of bar 1, calculation 1: conditions are met for the orders to be sent at open of next bar; Open of bar 2...

Go to advanced search