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 | Jul 15, 2018 | Functions, Strategy | 0 |
Why Do I Need to Know the Strategy Optimization Pass Number? There are two very useful purposes served by knowing the strategy optimization iteration or pass number during optimization: When Outputting Optimization Results of...
Read Moreby Mark Krisburg | Jul 15, 2018 | Functions, Strategy | 0 |
Basic Definitions and Structure In establishing a re-usable code that will be suitable for use in all strategies to issue orders, determine which orders were executed and to implement logic to control strategy behavior, it will...
Read Moreby Mark Krisburg | Jun 29, 2018 | Strategy, Trading Techniques | 0 |
The chart below illustrates user drawn trend lines controlling a semi-automated strategy to execute the desired trades: (1) a sell stop order entry (dotted red TL), (2) a profit target (solid green TL), and (3) a buy stop order...
Read More