!QCL Solutions

Scalable Solutions for Institutional-Level Trading

Browsing Posts in Support

Matrix math functions like the  following are available in Excel: MMULT function MDETERM function TRANSPOSE function MINVERSE function With such functions, one can perform calculations from EasyLanguage (linked to Excel via XLInputs.dll) as follows: Pass values to Excel with XLO.Num functions Trigger a calculation with XLO.CalcSheet, XLO.CalcRngA1 or XLO.CalcRngRC Retrieve results with XLI.NumRep functions XLInputs is sold here: […]

Development Environment and EasyLanguage Issues: Cannot right-click to open EasyLanguage documents for functions from within protected indicators, where they are used. This right click functionality does work in unprotected indicators. Macros like “.of LastBarOnChart” no longer work in the TradeStation 8.8 platform. It is not a must, but would be nice for those who like […]

In this example XLInputs is used with TradeStation to place a Sell at Open Limit order at a specified time. It is an order that converts to a Market Order at a latter specified time. The EasyLanguage inputs and controls are based on Excel settings. Here is the complex sell order being placed at the specified time: […]

TSPlatAuto.Chart using PeriodsBack and iPeriodsBack to set data range

Adding a Setup project for a Solution using RtRinbox.dll, in Visual Studio 2008

Verifying Fib Time Ext with XLInputs

Here is the Strategy Inputs tab where you can set defaults: Here are the inputs in action on a 1-min chart:

Dynamic Link Libraries like ELExcel.dll on the TradeStation forums, and other such dlls typically communicate with the first instance of Excel only. However, one can accidentally create multiple instances of Excel by opening different Excel workbooks. A solution to this issue is to interact with multiple instances of Excel from TradeStation using the XLInputs.dll (sold […]

Confirm TradeStation Version and Build Importing the ELD and inserting the Strategy in a Chart: TradeStation 8.7 Importing of the ELD Insert the imported Strategy into a Chart, TradeStation 8.7 Trading Overview Inputs Overview Optimization Overview Automation: Getting Started Automation: TradeManager – Strategy Orders tab Advanced Automation: Automation: TradeManager – Strategy Orders tab, 9/2/2010 Advanced […]

Launch a TradeStation Chart, setup data, insert indicators, change date range and more with !QCL Solutions TSPlatAuto.Chart Class