Recent content by wizardx

  1. W

    Programs to interact w/ IB TWS API & place trades

    http://easyapi.blogspot.com/
  2. W

    eSignal RAISING FEE'S AGAIN!!?!?? WTF

    iqfeed + adapter is cheaper and ib data feed + adapter is cheaper
  3. W

    eSignal RAISING FEE'S AGAIN!!?!?? WTF

    how much does cqg data cost? what's the basic package? say you just want datafeed to feed into tradestation. nothing else, no charting software or anything.
  4. W

    eSignal RAISING FEE'S AGAIN!!?!?? WTF

    i tried messing with hyperorder before but can't stand it. there are no instructions to do anything and the support is unresponsive in the forums. i could not get it to work. does the tssupport adapter integrate really well? i do not want to have to fix this and that all the time...
  5. W

    eSignal RAISING FEE'S AGAIN!!?!?? WTF

    does anyone know how to connect iqfeed into tradestation seamlessly? the one thing about eSignal is that it has a nice plugin to do this and it works really well.
  6. W

    Easylanguage help

    I am trying to add 1 contract whenever the previous position is profitable. Subtract 1 contract if the previous position is not profitable. I have tried the following code: if positionprofit(1)>0 then cts=cts+1; if positionprofit(1)<0 then cts=cts-1; The problem with this is that this...
  7. W

    Easylanguage help/Is this possible?

    lolol! all i had to do was click "Allow for different entry signals only" in preferences. Then make a couple of minor tweaks in the code, and badabing badaboom it's working! :D no wonder all the code i tried before didn't work.
  8. W

    Easylanguage help/Is this possible?

    Say I have two entry signals, A and B. If A has a position on, no other A entries are allowed. If B has a position on, no other B entries are allowed. However, mixing A and B entires is allowed. (i.e., if A has a position on, B is allowed, and vice versa.) I need a way for Easylanguage...
  9. W

    Superior trader, a born talent or can be taught?

    hey steve, how much money were you managing and what was the performance record if you don't mind me asking? if you don't want to give specifics, how about rounded numbers?
  10. W

    Tradestation calculation bug?

    don't know why you have such bad attitude from the start. have you tried my example? every bar plots 10 minutes except the last one which plots 11 minutes. try it. if you get different results, post here. has anyone else tried plotting it?
  11. W

    Tradestation calculation bug?

    lol you know what they say. when you are hoping for something you see what you want to see. i'm not going to waste time arguing with you. do what you want. i have provided evidence of the error. it is an inconsistent plot within ts2ki, and ts8.1 will plot a different chart using the...
  12. W

    Tradestation calculation bug?

    i get it. do you? have you tried with ts2ki? plot the same data with ts 8.1 (as someone showed me) and you get different charts. the difference is that last bar.
  13. W

    Tradestation calculation bug?

    i'm not confused. the ASCII file isn't raw tick data. it's 1 minute bars. tradestation takes 1 minute bars and then converts the 1 minute bars to 10 minute bars. so every time stamp in the ascii file is exactly on the the minute. there aren't any intra minute bars. in my example, for the...
Back
Top