Search found 20 matches

by juanmon
21 Jul 2016
Forum: MultiCharts
Topic: Symbol mapping problem
Replies: 4
Views: 1499

Re: Symbol mapping problem

Yes, I have CQG IC and have traded mini Russel many times (including today and yesterday) directly with the CQG interface so realtime data is definitely enabled and is not the issue. Any other thoughts?

thx
by juanmon
21 Jul 2016
Forum: MultiCharts
Topic: Symbol mapping problem
Replies: 4
Views: 1499

Re: Symbol mapping problem

Hi Henry,

Realtime data and trading privileges are and have always been enabled for Russel 2000 with my broker so I don't think that would be the issue.
by juanmon
21 Jul 2016
Forum: MultiCharts
Topic: Symbol mapping problem
Replies: 4
Views: 1499

Symbol mapping problem

Hello, I'm running Muticharts version 9.1 build 12587 with CQG as my data provider and broker. I've set up a market scanner with about 20 futures contracts and am getting updated prices correctly on all but one contract, the mini russel 2000 futures (CQG symbol TFEU16), which is blank in market scan...
by juanmon
04 Dec 2014
Forum: MultiCharts
Topic: ascii mapped updates in scanner and portfolio trader
Replies: 2
Views: 1361

ascii mapped updates in scanner and portfolio trader

Hello, I've set up a market scanner with a few instruments that are ascii mapped to text files files that are updated once per day after the end of the trading session with the latest day's data. The files are 5 minute intraday continuous data files that hold relatively long history (+7yrs) of each ...
by juanmon
01 Dec 2014
Forum: MultiCharts
Topic: scanner column data
Replies: 8
Views: 2335

Re: scanner column data

thanks guys. will give it a go.
by juanmon
28 Nov 2014
Forum: MultiCharts
Topic: scanner column data
Replies: 8
Views: 2335

Re: scanner column data

in other words, what would be the line of code or reference word that would access these extra data points (columns).

something I would guess like value1=close, except "close" is the word that references the values I'm trying to get perhaps?
by juanmon
26 Nov 2014
Forum: MultiCharts
Topic: scanner column data
Replies: 8
Views: 2335

Re: scanner column data

Got it.

I don't see any type of sample code in the manuals that would do that. Could you give an example or just a starting point of what type of easylanguage code would accomplish this, or could you point me to a manual or somewhere that would show me how this can be coded?
by juanmon
25 Nov 2014
Forum: MultiCharts
Topic: scanner column data
Replies: 8
Views: 2335

Re: scanner column data

Hi Andrew,

that's correct; Acii mapping, and the files are updated at the end of the day, once per day.
by juanmon
24 Nov 2014
Forum: MultiCharts
Topic: scanner column data
Replies: 8
Views: 2335

scanner column data

hello, I have some continuous intraday (5 min bar) data series that have some additional data after the usual data (date, time open, high,low, close). this includes (in the next fields after close) tickvolume, and the actual contract month of the current contract in YYYYMM format. so each row in the...
by juanmon
12 Nov 2014
Forum: MultiCharts
Topic: autotrading with data2 [SOLVED]
Replies: 2
Views: 1568

Re: autotrading with data2 [SOLVED]

yes, disabling that feature fixed the problem. Thanks!
by juanmon
12 Nov 2014
Forum: MultiCharts
Topic: autotrading with data2 [SOLVED]
Replies: 2
Views: 1568

autotrading with data2 [SOLVED]

Hello, I am trying to autotrade a few markets with 5 minute bars with a system that uses a second series of data in the data2 area. The data1 series (the traded market) are simply the current month realtime futures contract from CQG, while the data2 series is the same market, also 5 minute bars but ...
by juanmon
07 Nov 2014
Forum: MultiCharts
Topic: rejected orders
Replies: 3
Views: 1341

Re: rejected orders

thanks very much, this is working now. One more thing I'm trying to do is trade a strategy on the same sort of data (ascii mapped historical 5 minute bars combined with realtime CQG data for current day's bars) on 10 different futures contracts, as opposed to just 1 I am able to do through the chart...
by juanmon
06 Nov 2014
Forum: MultiCharts
Topic: rejected orders
Replies: 3
Views: 1341

rejected orders

HI, I am trying to place orders through Multicharts via CQG to my broker (Jefferies). Connections for data and trading are set and working properly. I noticed that I am successful in doing this when creating a chart that uses only the realtime data from CQG. However, when I try to use a chart that I...
by juanmon
27 Oct 2014
Forum: MultiCharts
Topic: limit days
Replies: 2
Views: 718

Re: limit days

thanks for the reply. yes, something like that but I don't think this code would quite work because the relevant high <> low should be for the "next bar" and not the current bar. If I just use the high<>low it will use that formula on the current bar and take the trade on the next bar, even if that ...
by juanmon
27 Oct 2014
Forum: MultiCharts
Topic: limit days
Replies: 2
Views: 718

limit days

hello, Is there a way either programmatically, or within Multicharts itself to avoid a system taking a trade during a limit up or limit down day? I am testing an intraday system that, in its historical backtesting, is taking some long trades during limit up moves that wouldn't have been able to have...
by juanmon
20 Oct 2014
Forum: MultiCharts
Topic: custom session issue [SOLVED]
Replies: 8
Views: 2593

Re: custom session issue [SOLVED]

ok. thank you very much for your help!
by juanmon
19 Oct 2014
Forum: MultiCharts
Topic: custom session issue [SOLVED]
Replies: 8
Views: 2593

Re: custom session issue [SOLVED]

yes, the 9:31 timestamp is the correct first bar, and ideally I would like to see this as a 9:30 timestamp, so I can be accurate with my intraday trading systems which look at specific times throughout the day, although I'm sure I can work around it, if there is no way to show the 9:30 time as the b...
by juanmon
16 Oct 2014
Forum: MultiCharts
Topic: custom session issue [SOLVED]
Replies: 8
Views: 2593

Re: custom session issue [SOLVED]

Thanks very much Andrew. this seems to work with the exception of the fact that I get time stamps of 1 minute later than the actual time. For instance, I can see the first bar of the day now, but I get a 9:31 am time stamp for this first bar instead of a 9:30 am time stamp. (next bar is 9:36 instead...
by juanmon
16 Oct 2014
Forum: MultiCharts
Topic: custom session issue [SOLVED]
Replies: 8
Views: 2593

Re: custom session issue [SOLVED]

Hi Andrew, I'm using a 5 minute intraday bar data file. I tried mapping and importing the data into MC but found the same issue on both. I also found that I was unable to create day bars out of the 5 minute bars when mapping, I was only able to d this after importing. As a sperate issue, is there a ...
by juanmon
15 Oct 2014
Forum: MultiCharts
Topic: custom session issue [SOLVED]
Replies: 8
Views: 2593

custom session issue [SOLVED]

Hello, When I try to create a 5 minute bar chart of e mini S&P futures out of my historical intraday data file with day session only data and use custom session times of 9:30 - 16:15 local (NYT) in Quote manager, for some reason the chart starts at 9:35 am instead of 9:30am even though my data file ...

Go to advanced search