Search found 44 matches

by Grigorios
03 May 2018
Forum: MultiCharts
Topic: Interactive Brokers new tick by tick API feature [SOLVED]
Replies: 3
Views: 1657

Interactive Brokers new tick by tick API feature [SOLVED]

Starting from TWS version 969 and API v9.72+ IB has been enhancing the data precision features with a near tick by tick data feed and back fill for up to 5 US securities. I wonder if MC is planning to support this new feature . https://interactivebrokers.github.io/tws-api/tick_data.html https://fina...
by Grigorios
25 Feb 2016
Forum: MultiCharts
Topic: Equivalent / workaround for "Include Systems" feature?
Replies: 14
Views: 3415

Re: Equivalent / workaround for "Include Systems" feature?

Hi Sebastian Vermont,

have you succeed in adding a signal only once to a chart using CommandLine() ?

thanks
by Grigorios
20 Feb 2016
Forum: MultiCharts
Topic: Equivalent / workaround for "Include Systems" feature?
Replies: 14
Views: 3415

Re: Equivalent / workaround for "Include Systems" feature?

Hi JoshM, use of IntraBarPersist makes no difference....it keeps running on every bar and adds signal multiple times on chart....very strange...any suggestions ? TIA Your code is different from the example I posted; you're missing the IntrabarPersist keyword. Does it work when you use that keyword?
by Grigorios
17 Feb 2016
Forum: MultiCharts
Topic: Equivalent / workaround for "Include Systems" feature?
Replies: 14
Views: 3415

Re: Equivalent / workaround for "Include Systems" feature?

Thanks JoshM but your suggestion doesn't seem to work either.... Please post your codes. Once Begin CommandLine(".isig name1=Acme Trade Manager"); End; Var:RunOnce(false); If (RunOnce=false) then begin CommandLine(".isig name1=Acme Trade Manager"); RunOnce=True; End; I tried both from within a sign...
by Grigorios
16 Feb 2016
Forum: MultiCharts
Topic: Equivalent / workaround for "Include Systems" feature?
Replies: 14
Views: 3415

Re: Equivalent / workaround for "Include Systems" feature?

Thanks JoshM but your suggestion doesn't seem to work either....
by Grigorios
15 Feb 2016
Forum: MultiCharts
Topic: Equivalent / workaround for "Include Systems" feature?
Replies: 14
Views: 3415

Re: Equivalent / workaround for "Include Systems" feature?

Thanks JoshM , But how to prevent the CommandLine statement running on every bar and adding the signal multiple times on chart? i tried with "Once - Begin" with no luck. It's a true workaround, but CommandLine() can add signals based on various command line commands . This is not a 'code inheriting'...
by Grigorios
02 Feb 2016
Forum: MultiCharts
Topic: Chart Trendline Alerts [SOLVED]
Replies: 7
Views: 2986

Re: Chart Trendline Alerts [SOLVED]

you can always use the Scanner for this and set alerts programmatically Hello mickatrade Thanks for your reply. That solution works if you have a relatively small number of instruments to monitor, and if you keep that workspace active all the time. I monitor around 150 stocks, a dozen futures, sever...
by Grigorios
25 Jan 2016
Forum: MultiCharts
Topic: Mid-point price for FX and 5-sec True RT bars from IB [SOLVED]
Replies: 18
Views: 9273

Re: Mid-point price for FX and 5-sec True RT bars from IB [SOLVED]

Could you do the same for lmax?
i second that...
by Grigorios
29 Sep 2015
Forum: MultiCharts
Topic: time passed to complete a bar (range-ticks-volume) indi [SOLVED]
Replies: 7
Views: 2575

Re: time passed to complete a bar (range-ticks-volume) indi [SOLVED]

Hi TJ,
please take a look at this code...what you think..

Code: Select all

var: timelapsed(0);

if date <> date[1] then

timelapsed = time_s - (sessionstarttime(1,1)* 100)
else
timelapsed = (datetime - datetime[1]) * 86400;

Plot10(timelapsed);
by Grigorios
28 Sep 2015
Forum: MultiCharts
Topic: time passed to complete a bar (range-ticks-volume) indi [SOLVED]
Replies: 7
Views: 2575

Re: time passed to complete a bar (range-ticks-volume) indi [SOLVED]

now there is a big reading for the first bar of each day...
but not for all days...strange..
by Grigorios
28 Sep 2015
Forum: MultiCharts
Topic: time passed to complete a bar (range-ticks-volume) indi [SOLVED]
Replies: 7
Views: 2575

Re: time passed to complete a bar (range-ticks-volume) indi [SOLVED]

Thanks TJ,

The indicator seems to add previous bars time on every hourly change...please take a look
at the picture...
by Grigorios
27 Sep 2015
Forum: MultiCharts
Topic: time passed to complete a bar (range-ticks-volume) indi [SOLVED]
Replies: 7
Views: 2575

time passed to complete a bar (range-ticks-volume) indi [SOLVED]

Hello,

I am looking for an indicator to show me as histogram the elapsed time in seconds for a volume or range bar to complete...does anyone have this ?

thanks in advance
by Grigorios
23 Sep 2014
Forum: MultiCharts
Topic: oanda and mc
Replies: 59
Views: 15333

Re: oanda and mc

TSS could perhaps explain without revealing the secrets of their business ;-), what are the constraints that make Oanda is still not available on MC, while REST API is now available ? ...
We are working in this direction... ;-)

any news on this?
by Grigorios
13 Feb 2014
Forum: MultiCharts
Topic: IB 5 second update data
Replies: 10
Views: 4563

Re: IB 5 second update data

Dear Sirs,

Thank you for your interest and suggestions.
We will consider this feature in the future.
Hi Henry,

is there any plan in near future for adding this IB's 5 sec. real data feature into MC ?

regards
by Grigorios
08 Jul 2013
Forum: MultiCharts .NET
Topic: MC NET SE and CFD's with latest TWS [SOLVED]
Replies: 9
Views: 4628

Re: MC NET SE and CFD's with latest TWS [SOLVED]

Hi Henry,

Looks like the issue is not fixed on 8.7 version.....
by Grigorios
25 Jun 2013
Forum: MultiCharts .NET
Topic: MC NET SE and CFD's with latest TWS [SOLVED]
Replies: 9
Views: 4628

Re: MC NET SE and CFD's with latest TWS [SOLVED]

Hi Henry,

any news on this?
by Grigorios
19 Jun 2013
Forum: MultiCharts .NET
Topic: MC NET SE and CFD's with latest TWS [SOLVED]
Replies: 9
Views: 4628

Re: MC NET SE and CFD's with latest TWS [SOLVED]

Hello Grigorios,

Do you recall which version of TWS you were running before?
probably the 924 build...
by Grigorios
18 Jun 2013
Forum: MultiCharts .NET
Topic: MC NET SE and CFD's with latest TWS [SOLVED]
Replies: 9
Views: 4628

MC NET SE and CFD's with latest TWS [SOLVED]

Hi, With the latest TWS 938 build i am not able anymore to see chart of any CFD contract in MC... the chart is completly blank..no quotes coming in...the problem i believe is IB from latest TWS transmits only midpoint price on CFD contracts...and MC needs bid or ask...i tried trade field... with no ...
by Grigorios
04 Dec 2011
Forum: MultiCharts
Topic: MultiCharts 7.4 Beta
Replies: 20
Views: 7935

Re: MultiCharts 7.4 Beta

Also, the BID should be below the ASK.
+1000
by Grigorios
02 Aug 2011
Forum: MultiCharts
Topic: "New updates are available: 7.0.4510.400" [SOLVED]
Replies: 29
Views: 9829

Re: "New updates are available: 7.0.4510.400" [SOLVED]

Alrighty.

As mentioned earlier, I did download and install (did repair over remove of course), and still get the same notification. I'll try again later and report back. Thanks.

same here......
by Grigorios
01 Aug 2011
Forum: MultiCharts
Topic: MC chart price doesn`t match IB price by 1p
Replies: 9
Views: 2197

Re: MC chart price doesn`t match IB price by 1p

Hi Grigorios, I don`t actually understand what do you want to say. Do I have to change any MC settings to get last price from IB TWS and it`s by default ask price now? Thanks I say that what you see in TWS chart is the bid price....and in MC chart is ask price....the 0.5-1 pip difference is the reg...
by Grigorios
01 Aug 2011
Forum: MultiCharts
Topic: MultiCharts Version 7.0 is fantastic !!!!!
Replies: 7
Views: 2432

Re: MultiCharts Version 7.0 is fantastic !!!!!

we need performance reports-statistics for discretional trades.....after that i could say we have a complete platform....

regards
by Grigorios
30 Jul 2011
Forum: MultiCharts
Topic: "New updates are available: 7.0.4510.400" [SOLVED]
Replies: 29
Views: 9829

Re: "New updates are available: 7.0.4510.400" [SOLVED]

Sorry for the double post... The current MCDT download is from July 15th, but I downloaded anyways and was prompted to remove or repair, so I chose repair, thinking that this is not the update, as originally anticipated... And upon opening MCDT, I still get the same (attached). I'd like to get this...
by Grigorios
29 Jul 2011
Forum: MultiCharts
Topic: MC chart price doesn`t match IB price by 1p
Replies: 9
Views: 2197

Re: MC chart price doesn`t match IB price by 1p

are you aware that MC shows ask data on chart ???
by Grigorios
29 Jul 2011
Forum: MultiCharts
Topic: MC chart price doesn`t match IB price by 1p
Replies: 9
Views: 2197

Re: MC chart price doesn`t match IB price by 1p

yea just fix the price scale to 1/100000 and min. movement to 5 in idealpro exchange couse default is wrong...
by Grigorios
29 Jul 2011
Forum: MultiCharts
Topic: MULTICHARTS 7
Replies: 88
Views: 29706

Re: MULTICHARTS 7

Hi Dave,

imho QM should add automaticaly the history to the last expired symbol and therefore keep no more than one expired contract. So one expired and one the current....this way we avoid the clutter the annoying alert messages and user can add easily historical continuation data.

best regards
by Grigorios
27 Jul 2011
Forum: MultiCharts
Topic: MULTICHARTS 7
Replies: 88
Views: 29706

Re: MULTICHARTS 7

thanks Joshm and sptrader, thats the obvious solution....imho MC should check by dates if the data are already available and avoid the messages....couse you know i don't like to clutter my QM with lots of expired symbols, instead i would like to export historical continuation data and import again t...
by Grigorios
25 Jul 2011
Forum: MultiCharts
Topic: MULTICHARTS 7
Replies: 88
Views: 29706

Re: MULTICHARTS 7

hey developers, custom futures doesn't work any more on 7 release....used to work nicely on beta 5.... now they rollover to next month before expiration of current month....lol..try your self.. i am on mcdt 7.... regards ok sorry i found what coused the issue...i have added a big history (about 5 y...
by Grigorios
25 Jul 2011
Forum: MultiCharts
Topic: MULTICHARTS 7
Replies: 88
Views: 29706

Re: MULTICHARTS 7

hey developers,
custom futures doesn't work any more on 7 release....used to work nicely on beta 5....
now they rollover to next month before expiration of current month....lol..try your self..
i am on mcdt 7....

regards
by Grigorios
01 Jul 2011
Forum: MultiCharts
Topic: MULTICHARTS 7 BETA 5 RELEASE -- Questions/Issues
Replies: 76
Views: 22715

Re: MULTICHARTS 7 BETA 5 RELEASE -- Questions/Issues

and in the same set up ....when i place a stop order to go short bellow the market it gets immediately filled as market long order....lol
by Grigorios
01 Jul 2011
Forum: MultiCharts
Topic: MULTICHARTS 7 BETA 5 RELEASE -- Questions/Issues
Replies: 76
Views: 22715

Re: MULTICHARTS 7 BETA 5 RELEASE -- Questions/Issues

Hi Dave, problem solved .....i did'nt know i had to add IB's symbol in quote manager....now a new issue...right click menu does not show "place order" dialog when on chart from zenfire feed and active IB"s broker profile........ I have a chart open with a custom future (continouos) FGBL root from de...
by Grigorios
01 Jul 2011
Forum: MultiCharts
Topic: MULTICHARTS 7 BETA 5 RELEASE -- Questions/Issues
Replies: 76
Views: 22715

Re: MULTICHARTS 7 BETA 5 RELEASE -- Questions/Issues

Hi Dave, I have a chart open with a custom future (continouos) FGBL root from demo Zenfire feed open and i am trying to send order to my simulation IB account for that symbol root and current expiry month....with no luck...could you help please how to set right the format broker symbol dialog in sym...
by Grigorios
24 Jun 2011
Forum: MultiCharts
Topic: MULTICHARTS 7 BETA 4 RELEASE -- Questions/Issues
Replies: 98
Views: 29254

Re: MULTICHARTS 7 BETA 4 RELEASE -- Questions/Issues

Hi Stan,

One more issue......two months ago Interactive Brokers have introduced two new securities for trading spot gold and silver , they call them commodity-metals with symbols XAUUSD and XAGUSD. These are till now not supported from Quote Manager ...would we have them on beta 5 ?
by Grigorios
21 Jun 2011
Forum: MultiCharts
Topic: MULTICHARTS 7 BETA 4 RELEASE -- Questions/Issues
Replies: 98
Views: 29254

Re: MULTICHARTS 7 BETA 4 RELEASE -- Questions/Issues

H Stan,

in this case with IB as a broker and feed from zenfire in the chart, mapping is not working....
i press the add buton...nothing happens.....please try to reproduce ...

best regards
by Grigorios
21 Jun 2011
Forum: MultiCharts
Topic: MULTICHARTS 7 BETA 4 RELEASE -- Questions/Issues
Replies: 98
Views: 29254

Re: MULTICHARTS 7 BETA 4 RELEASE -- Questions/Issues

hi ,
Is it possible from a custom future chart with feed from zenfire to send orders to Interactive Brokers ? and if so why that brokers profile doesn't let me add nothing to the symbol mapping?
by Grigorios
22 May 2011
Forum: MultiCharts
Topic: MC 7 Beta 3 - Questions/Issues
Replies: 44
Views: 18114

Re: MC 7 Beta 3 - Questions/Issues

Hi Stan, As you probably already know there is an issue with Custom Futures building for Eurex symbols (FGBL-FESX-FDAX) with Zen-fire as data feed .The problem is connected with the fact that month for those symbols is represented as a number. MultiCharts for now doesn’t work with it. I like to ask ...
by Grigorios
04 Aug 2008
Forum: MultiCharts
Topic: moving database files to other than C drive...
Replies: 1
Views: 1786

moving database files to other than C drive...

hi,
does anybody know if this is possible and how? moving database files to E drive where i have plenty space?

thanks in advance
by Grigorios
08 Jul 2008
Forum: MultiCharts
Topic: Zen fire data feed vs esignal- opinions?
Replies: 6
Views: 4703

data for Eurex sucks....it's snapshot data.IB's data it's much better...
by Grigorios
12 May 2008
Forum: MultiCharts
Topic: TO ALL INTERACTIVE BROKERS USERS
Replies: 9
Views: 4447

TO ALL INTERACTIVE BROKERS USERS

http://www.interactivebrokers.com/en/ge ... cat_search

i have made a suggestion to IB for creating continuation symbols for
futures...if this will implemented will make our lives easier..

please vote.
by Grigorios
13 Apr 2008
Forum: MultiCharts
Topic: Adjusted Stock Split Data
Replies: 19
Views: 10745

Marina, Why you dont just say that MC is not able to perform a simple stock split? or a simple future rollover ???
by Grigorios
03 Dec 2007
Forum: MultiCharts
Topic: Why I won't change from TS 8 to MC
Replies: 17
Views: 7827

I hope so marina... i have told you about them 1 year ago....
by Grigorios
02 Dec 2007
Forum: MultiCharts
Topic: QuoteManager bulk-delete ?
Replies: 5
Views: 2468

that's a limitation of quotemanager...in TS2000i's GlobalSErver you can define for how many days back your data will be keeped...you can also backadjust furures contracts data or perform a simple stock split...those issues seem not to be mandatory for TSSupport developers...very sad....
by Grigorios
02 Dec 2007
Forum: MultiCharts
Topic: Why I won't change from TS 8 to MC
Replies: 17
Views: 7827

continuous contracts ? user defined rollover schedule? symbol substitution? ohh man you have to be a trader to understand those terms and the importance of them...and seems no one of the developers is trading futures contracts..great platforms as Ensign and Neoticker have build in continuous symbols...

Go to advanced search