Home     News     Software     Order     Download     Support     Publications     Research     Contacts  
   Home

   News

  •  

  • Latest News
      
  •  

  • World News
      
  •  

  • Our achievements
      
       Software

  •  

  • TradeStation Solutions
      
  •  

  • Genetic Optimizer v.2.0 (TSG2)
      
  •  

  • Trendiness
      
  •  

  • Genetic Optimizer v.1.5 (TSGO)
      
  •  

  • Portfolio Analyzer
      
  •  

  • MATLAB Link Dll
      
  •  

  • Excel Link Dll
      
  •  

  • Wavelet Transform Dll
      
  •  

  • Portfolio Software
      
  •  

  • Genetic Optimization
      
  •  

  • eSignal Solutions
      
  •  

  • Matlab & TradeStation Solutions
      
  •  

  • Excel & TradeStation Solutions
      
       Order

       Download

  •  

  • Free Download
      
  •  

  • Update
      
       Support

  •  

  • Online Help
      
  •  

  • Upgrade Policy
      
       Publications

  •  

  • Fractal dimension – numerical characteristic of trend
      
  •  

  • Volatility Models
      
  •  

  • Genetic optimization. Application in TradeStation environment.
      
  •  

  • Trading Systems Free
      
  •  

  • Money Management
      
       Research

  •  

  • TS Excel Link's using example
      
  •  

  • Strategy Optimization, Curve Fitting and Walk Forward Analysis.
      
  •  

  • Entropy Indicator in TradeStation using Matlab
      
  •  

  • TradeStaion Genetic Optimizer
      
       Contacts

    Overview: Function Description

    Description of function tslink.dll

    Function "TS_StartExcel"

    Initializes and opens Excel file

    defineDLLFunc: "tslink.dll", int, "TS_StartExcel",LPSTR, LPSTR;

    1. Sets name and location of used Excel file
    2. Sets name of Excel file.

    Function "TS_SetValue"

    Sets value from TradeStation in Excel

    defineDLLFunc: "tslink.dll", int, "TS_SetValue",float,int,int,int,int;

    1. Number of used sheet in Excel beginning from 1 (sheet1 = 1, etc.).
    2. Value that needs to be sent to Excel.
    3. Number of Row in which value from TradeStation will be sent.
    4. Number of Colum in which value from TradeStation will be sent.
    5. Delay in miliseconds after value is sent to Excel.

    Function "TS_GetValue"

    Gets value from Excel and sends it to TradeStation

    defineDLLFunc: "tslink.dll", float, "TS_GetValue",int,int,int,int;

    1. Number of used sheet in Excel beginning from 1 (sheet1 = 1, etc.).
    2. Number of Row in which the needed value is located.
    3. Number of Column in which the needed value is located.
    4. Delay in miliseconds after value is got from Excel.

    Function " TS_SetString"

    Sets the Row from TradeStation in Excel

    defineDLLFunc: "tslink.dll", int, "TS_SetString",lpstr,int,int,int,int;

    1. Value that needs to be sent to Excel.
    2. Number of Sheet used in Excel beginning from 1 (sheet1 = 1, etc.).
    3. Number of Row in which the value from TradeStation will be sent.
    4. Number of Column in which the value from TradeStation will be sent.
    5. Delay in miliseconds after value is send to Excel.

    Function " TS_GetString"

    Gets the text from Excel and sends it to TradeStation

    defineDLLFunc: "tslink.dll", int, "TS_GetString",int,int,int,int;

    1. Number of used sheet in Excel beginning from 1 (sheet1 = 1, etc.).
    2. Number of Row in which the needed value is located.
    3. Number of Column in which the neede value is located.
    4. Delay in miliseconds before value is got from Excel.

    Important !

    There are limitations to Demo version of tslink.dll, you can send and get values using the following sheets and cells:

    - Sheet № 1 in Excel

    - Cell R1C2 for sending data like String (Text) in Excel

    - Cell R2C2 for getting data like String (Text) in Excel and sending it to TradeStation.

    - Cell R3C2 for sending data like Int in Excel

    - Cell R4C2 for getting data like Int from Excel and sending it to TradeStation.

    Other parameters of Demo version don’t differ from working version and function in full.



    <<< Excel Link Functions
    TradeStation Indicator Example >>>


    Developed by: webdesign.tria.lv  

      About | Privacy Statement | Terms of use | TradeStation Disclaimer

    Copyright © 2004 TS Smart Research

    time: 0.0215 | queries: 3