Search found 8 matches

by rossw
11 Feb 2024
Forum: MultiCharts
Topic: IBKR Data on MC has large Gaps
Replies: 18
Views: 1374

Re: IBKR Data on MC has large Gaps

So if it was me-- id call IB-- and talk to customer service/ tech support , and just talk straight " i have IB account and im using multicharts.. Im showing one chart on my MC vs your tws (which sucks-- i agree with you(danny) ).. Id ask him how much it was to add cme data through cqg to your accou...
by rossw
15 May 2014
Forum: MultiCharts
Topic: Forcing end of day exits
Replies: 9
Views: 2863

Re: Forcing end of day exits

Just coming back on this.. I was still not happy with what I could come up with so for a modest fee I got Chris from http://www.abctradinggroup.com/ to come up with a solution for me. He wrote a signal for me specifically for end of day and I now have 2 signals running on the chart, one for my strat...
by rossw
21 Apr 2014
Forum: MultiCharts
Topic: Forcing end of day exits
Replies: 9
Views: 2863

Re: Forcing end of day exits

ok that seems like a decent solution, thanks for your quick responses. Something like the below? [intrabarordergeneration = true] if (BarStatus(1)=2) then begin ....do normal strategy end; if (currenttime_s >= TimeClosePosition) then Begin RecalcLastBarAfter(1); sell ("EOD_LX") next bar market; buyt...
by rossw
21 Apr 2014
Forum: MultiCharts
Topic: Forcing end of day exits
Replies: 9
Views: 2863

Re: Forcing end of day exits

Is it possible to turn IOG on and off within the same strategy? I don't think so but just checking.. Andrew, the code you link to makes sense to me, it forces the strategy to re-calculate and then closes all positions, but it requires IOG on. The majority of my strategy does not use IOG, so I would ...
by rossw
21 Apr 2014
Forum: MultiCharts
Topic: Forcing end of day exits
Replies: 9
Views: 2863

Re: Forcing end of day exits

Thanks for that both of you. I'll have a look into it
by rossw
21 Apr 2014
Forum: MultiCharts
Topic: Forcing end of day exits
Replies: 9
Views: 2863

Forcing end of day exits

Hi, I'm having a few troubles sometimes with positions that do not get closed at the end of the day. I try and get out at 1500, since trading goes until 1505 I want to leave a small amount of slack just in case. My current code is fairly simple as follows: //time based exits If Time >= Bfr then SELL...
by rossw
18 Feb 2014
Forum: MultiCharts
Topic: Kospi trading and data
Replies: 2
Views: 1307

Re: Kospi trading and data

Just to follow up on what I have found so far I'm getting historical data from a provider in Korea http://investware.mireene.com./eng/company.htm CQG data factory also has data but seems to consolidate it to the nearest minute, not truly tick by tick I'm getting live data from esignal (28/month + al...
by rossw
03 Feb 2014
Forum: MultiCharts
Topic: Kospi trading and data
Replies: 2
Views: 1307

Kospi trading and data

Hi, Does anyone here trade the Kospi futures? I'm just getting setup and part of that setup is choosing a data provider and chasing down some historical data. From what I can see so far its a choice between esignal and cqg (if this AMP account works out), as not a lot of data providers cover Korea. ...

Go to advanced search