Search results

  1. C

    Traders in Raleigh, Durham, Chapel Hill, NC area

    geringer: I've talked to Huios (Cary) last night, we might have a meeting this Sun. If that comes through, hope to see you there. If not then we'll be in touch.
  2. C

    Traders in Raleigh, Durham, Chapel Hill, NC area

    hello traders in RTP area, I am an EE in RTP, I've a trading history total of grand 2 1/2 yrs...so I am a newbie. I've been swing trading since I am a junior in college. after graduation and recent "management restructuring" in my company. I decided to give trading my undivided attention...
  3. C

    Meeting In Raleigh, NC

    Hello RTP traders, please add me to the contact list on next meetings if there is one scheduled. thanx hope this meeting is still on, I've pm/emailed couple contacts on this thread...ve received no response so far so any info appreciated
  4. C

    detailed RSI calculation

    Great! I'll get on the VB code right away... I'll compare T3Avergage & Ehler's optimized (SMA) RSI and post my findings here. Ehler's Optimized RSI method can be find on Oct issue of TA of stocks and commodities.
  5. C

    detailed RSI calculation

    googled on jurik RSI, no formula or pseudo code. could you provide the published formula if it's ok to do so. also is the adaptive average based on previous RSI delta? if not, I don't see how it can help with the lag.
  6. C

    detailed RSI calculation

    I am using wilder's simple RSI formula (Eup/Eup+Edown) where E=summation here is my simple code rsi() is an array, it's size is dependent on period, in this case is 14, it samples price every minute, not SMAed nor EMAed, not averaged. could this be a problem? Do If rsi(i - 1) -...
  7. C

    TWS crashes w/ new LAN Card

    since everyone here are TWS user, anyone here use the API provided? I like to discuss the programming side of it w/ anyone experienced. It's a great tool for signal generations and real time alerts.
  8. C

    TWS crashes w/ new LAN Card

    The old linksys driver V4.0-.1 will cause probs (freeze/crash) w/ TWS, most likely the prob NIC is sub $20 LNE100TX. Nothing wrong w/ the card but the driver is full of mem leaks. If you have 2000/XP, do a automatic update...install lne100tx v5.0, that will fix any problem w/ TWS and mem...
  9. C

    IB and VB

    To IB API experts: I am new to IB and IB API, I am a decent VB programmer although still learning (in college). I know the most of the basics of VB but not proficient in ActiveX/OLE. I want to write a simple VB app, which will utilize the "real time quotes" to generate realtime scanns and...
Back
Top