Tradestation codes

Discussion in 'Trading Software' started by Free Thinker, Nov 23, 2005.

  1. rickty

    rickty

    vhehn,

    I also have been using Qcharts but have been thinking to go over to Tradestation. My my main use would be for futures. Can you recommend TS over Qcharts, as a charting package?

    By the way, can one download futures data in ASCII (plain text)format from TS (like i'm now doing with Qcharts)?

    Richard
     
    #11     Dec 1, 2005
  2. Run this as a strategy it will generate an ASCII text file:

    FileAppend("c:\TSData\" + GetSymbolName + "-" + NumToStr(BarInterval,0) + ".dat",
    NumToStr(Month(Date),0) + "/" +
    NumToStr(DayOfMonth(Date), 0) + "/" +
    NumToStr(1900+Year(Date), 0) + "," +
    NumToStr(Time, 0) + "," + NumToStr(O,5) + "," + NumToStr(H,5) + "," + NumToStr(L,5) + "," + NumToStr(C,5) + "," +
    NumToStr(Volume, 0) + NewLine);

    Note there are faster ways to do it, search their forums for "FastFileAppend"

    SSB
     
    #12     Dec 1, 2005
  3. cant recommend it so far. if you are just talking charts, qcharts has much better looking charts and quote sheets and quote sheet sorting and scanners but i am still exploring ts yet.
     
    #13     Dec 1, 2005
  4. ww_nyc

    ww_nyc

    No need to use any code.
    Open any chart, and go to menu View->Data Window. Then you can click on the save button. That will let you to save whatever data in this chart to text file.
     
    #14     Dec 1, 2005
  5. patoo

    patoo

    I have used ts since its early days and these days its huge.

    Attached is a picture of a workspace I use for gaps like the monster this morning in the S&P, NAZ, etc.

    If you want more info, I will explain it further.

    But I suggest you start with the samples they provide and work from there.

    rickty....yes you can get ascii data out of Tradestation 8
     
    • snap.gif
      File size:
      18.8 KB
      Views:
      175
    #15     Dec 1, 2005
  6. giladbi

    giladbi

    nice chart
    why do you use 750 tick bar? how much is it in min.? any better results?
     
    #16     Dec 2, 2005
  7. mmillar

    mmillar

    If you do 'File', 'Open Workspace...' from the TS menu there are some example workspaces provided by TS (can't remember which one's they are).

    This forum doesn't allow the uploading of TS workspaces. You'd be better off asking on the TS forums.
     
    #17     Dec 2, 2005
  8. good stuff
     
    #18     Dec 2, 2005
  9. AFAIK Qchart have not made any major enhancement to the plateform in the last few years.

    Also Qcharts not known to have any better datafeed than TS
     
    #19     Dec 2, 2005

  10. don't know about that ...

    but Tradestation order entry is a plain hassle
     
    #20     Dec 2, 2005