Re: twsapi: Automatic Trading
Please tell me how. I think I do not know it. I am new in this site.
By
Shukrainternationals <shukrainternationals@...>
·
#411
·
|
Re: twsapi: New File: VB Qcharts sample project. Includes login, and sample chart.
Here is the key event sequence in the chart code:
Private Sub TRecordSet1_DataChange(ByVal nType As Long, ByVal nParam1
As Long, ByVal nParam2 As Long)
Picture1.Refresh
End Sub
'Refresh invokes
By
marinindextrader <marinindextrader@...>
·
#410
·
|
Re: twsapi: New File: VB Qcharts sample project. Includes login, and sample chart.
Kewl Croc...
I had fun making it...and there is much to learn regarding the
Qcharts API and its data thread events...I hope if nothing else it
sparks some interest and enthusiasim about integrating
By
marinindextrader <marinindextrader@...>
·
#409
·
|
Re: twsapi: New File: VB Qcharts sample project. Includes login, and sample chart.
Scott,
thank's for your example, which will be of great help.
I had some problems to connect to Quote.com until i updated the ContinuumX.ocx file to a more recent one. I have the file attached for
By
Christian Czirnich <crocodile_1964@...>
·
#408
·
|
Re: twsapi: Automatic Trading
do you know how to look up a message by message number?
<shukrainternationals@c...> wrote:
that site.
TWS
want
and
take
By
fmoslehi
·
#407
·
|
Re: New File: VB Qcharts sample project. Includes login, and sample chart.
I also have the C++ headers for Qcharts if anyone wants them...
Private email me...
Scott
Owner
is
could
keep
out
but
By
marinindextrader <marinindextrader@...>
·
#406
·
|
New File: VB Qcharts sample project. Includes login, and sample chart.
Qcharts users wishing to integrate Qcharts data into their IB TWS
application, their is a new file in the files section. The project is
module oriented to afford portability. Much of the module work
By
marinindextrader <marinindextrader@...>
·
#405
·
|
Re: twsapi: Automatic Trading
I tried to see your system. There seems to be no message #620 in that site.
By
Shukrainternationals <shukrainternationals@...>
·
#404
·
|
Automatic Trading
I've finally managed to get a fully automated system going using TWS
API. I already posted some details on another board so I don't want
to cut and paste. If anyone is interested in reading about
By
fmoslehi
·
#403
·
|
Re: twsapi: Charting App using TWS price feed
Thanks for the input "shukrainternationals"
However can't find (any) demo software at metaserver.com
perhaps you have a demo for me.
I already own Tradestation 2000i
Thanks
Cees
By
cprins1408 <cprins@...>
·
#402
·
|
Re: VB Qcharts Data Feed Integration Module
Hello
I am a Qcharts user and will be interested to see this.
Thanks
Jerry
By
jerryse98 <jerryse98@...>
·
#401
·
|
Excel or my own VB app
I'm currently learning VBA for the purpose of the IB API. Should I
stick with Excel/DDE if I want to have my own stop order automation
or should I try to learn the full Visual Basic?
and does
By
m_c_a98 <m_c_a98@...>
·
#400
·
|
VB Qcharts Data Feed Integration Module
Qcharts Users
I am busting tail on a Qcharts data feed module right now for my
application...
Probably be on this phase for through the week...
I will make available in the files section when
By
marinindextrader <marinindextrader@...>
·
#399
·
|
Re: twsapi: General VB Question: TOS display
I agree with Migurull,
If all you want to do is control the color of text conditionally,
PictureBox is a simple solution.
However, the ListView control is a powerful weapon when designing
killer
By
marinindextrader <marinindextrader@...>
·
#398
·
|
Re: General VB Question: TOS display
Hello and Welcome,
Just to beat the dead horse again....................................
tickPrice and tickSize are not synced with one another. That is to
say they pulse in an atonamous fasion.
By
marinindextrader <marinindextrader@...>
·
#397
·
|
Re: twsapi: General VB Question: TOS display
Use a PictureBox, ScaleMode = 4 (Character), and then :
PictureBox.ForeColor = GREEN/RED
PictureBox.Print ...
You must also use a vertical scroll bar to print the apropiate ticks into
the PictureBox
By
Michel <migurull@...>
·
#396
·
|
General VB Question: TOS display
Hi all,
first thank's to all the contributors here, who allow even an ungifted programmer to try its hand on an Order Entry system. I'm used to Cybertrader, but changed to IB due to the huge cost at
By
Christian Czirnich <crocodile_1964@...>
·
#395
·
|
Re: Charting App using TWS price feed
First realize this before you proceed...
The price change event does not occur on each trade, but rather like
its namesake implies, a price change event. That is to say that it
only updates if it
By
marinindextrader <marinindextrader@...>
·
#394
·
|
Re: twsapi: Charting App using TWS price feed
You can transfer IB tick data into TradeStation Charting program by using Metaserver as interface in between. You have to have Trade Station charting software. You also have to have Metaserver
By
Shukrainternationals <shukrainternationals@...>
·
#393
·
|
Charting App using TWS price feed
I was wondering if anyone knowledgeable about VB programming could
give some input concerning how to go about developing a real time
intraday charting app to be used for charting prices received
By
mickjenks <no_reply@...>
·
#392
·
|