开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date
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 ·
Datafeed TWS to Fibonacci Trader - PLEASE HELP!!!!!
I have problems with a lot of data vendors (inaccurate or no data) so I want to "grab" the data out of TWS I know it works with Excel, now I want to use it in Fibonnaci Trader . Fibonacci
By cprins1408 <cprins@...> · #391 ·
1 Month Old Today & 406 Members
We are 1 Month Old Today Oohrah Scott
By marinindextrader <marinindextrader@...> · #390 ·
Must Have Features
Below are listed some of the features that are critical to a trading interface (for me). Please add items that are important to you so we can compile a list of best features. Order
By tripack44 <no_reply@...> · #389 ·
Re: My project...
I've been using a strategy of finding stocks with the best fundamental growth indicators showing short term technical strength for many months. The only "official" test I've done is a portfolio at
By cyberbri_2000 <no_reply@...> · #388 ·
Re: My project...
Hi Brian, Very interesting ... . Have you backtested the stratagy that you described here and care to share the results? Thanks -weidong doing. stocks term stop
By zhao_weidong · #387 ·
Re: twsapi: My project...
Thanks for the description, Brian. Very interesting. } [...] } } So far it's working great with the demo system (when it's up and } running that is.. ugh!) I still have to code the section that }
By Richard Foulk <richard@...> · #386 ·
Re: New Project Uploaded for VB6: AutoConnect
Thanks for the positive feedback, and I'm glad you like it! do work solves
By tripack44 <no_reply@...> · #385 ·
My project...
I wrote my interface this weekend, and I thought I'd post a screenshot in the files section and let you all know what I'm doing. Maybe it'll help others with ideas or whatever. Here's the
By cyberbri_2000 <no_reply@...> · #384 ·
Re: automated login
This could easily be modified to respond to any dialog box, but there is no place to return the message. The code I've written was made to execute within the TWS program (it's like a benevolent
By kgeis · #383 ·
Re: automated login
The practical way with Java is not to update jts.jar but to change your command line. Given a compiled copy of AutoLoginWrapper, you just drop that in your TWS folder and then (assuming Windows)
By kgeis · #382 ·
TWS API Excel sample sheet
I downloaded the TWS API files from IB site a couple of days ago and took a look at the Excel DDE sample sheet. I followed the scant instructions and gave it a go, in "demo" mode. I couldn't
By fmoslehi · #381 ·
Re: twsapi: New Project Uploaded for VB6: AutoConnect
} } I just uploaded a new VB6 project for automatically closing the } dialog box that the TWS creates when you request data via ActiveX. } You can download the files at the following location.
By Richard Foulk <richard@...> · #380 ·