Automatic Order Logging Using Object Oriented Programming
Add Automatic Order Logging to Any EasyLanguage Strategy. You can add automatic order logging code...
Read Moreby Mark Krisburg | Oct 21, 2021 | Code Examples, Strategy | 0 |
Add Automatic Order Logging to Any EasyLanguage Strategy. You can add automatic order logging code...
Read Moreby Mark Krisburg | Oct 15, 2021 | Functions, Strategy | 0 |
Fig. 1. Ribbon Indicator Plotted Directly From Strategy Code Plotting Directly from Within Strategies has Many Advantages. The above ribbon indicator is being plotted directly from a Tradestation EasyLanguage strategy...
Read Moreby Mark Krisburg | Oct 8, 2021 | Code Examples, Indicators | 0 |
What is the Most Efficient Coding Structure? The most efficient coding structure in Easylanguage...
Read Moreby Mark Krisburg | Oct 7, 2021 | Functions | 0 |
Print statements are commonly used as a debugging aid when code fails to work as expected. Three functions have been created to add timestamps and additional useful information to each line printed: FUNCTION _DateTimeSym...
Read Moreby Mark Krisburg | Jul 15, 2018 | Functions | 0 |
Tradestation provides built-in linear regression functions LinearReg and LinearRegFC, which both use identical calculation algorithms except for the inclusion of the ExecOffset feature in the later function. The FC suffix after...
Read More