Very basic strategy that enters on swing high/low and exits on Stochastic FullD
Plots theoretical buy/sell orders on a chart. Trade performance reports are automatically generated by TradeStation. This can be used to automate the execution of trades, both in a simulated account as well as in a live account. User assumes all risk. This code is provided for educational purposes only and and it NOT intended to generate profits. No, seriously, the code is only provided so you can learn how all the pieces work together. You are responsible to take this knowledge and perform your own analysis, and create your own strategies.
The EasyLangauge file included:
HT_STRATEGYGUIDE.ELD
- Simply download the EasyLanguage file and save to your hard drive. Go to an open chart and right-click, select 'Insert analysis technique'. Click the 'Import' button located below the list of included analysis techniques. Select 'Using Import/Export Wizard' from the Import menu. Browse to the location you saved the EasyLanguage file and select it. Click next through the rest of the process until complete.
!!!IT IS HIGHLY RECOMMENDED THAT YOU FOLLOW INSTALL METHOD #1
Source code is provided in the form of the following a text files:
Source code for the chart strategy
HT_Strategy_Guide.txt
- Create a new chart strategy named HT-StrategyGuide. Paste the contents of
HT_Strategy_Guide.txt
into this new strategy. Click the verify button from the toolbar and check for errors. If no errors then you are ready to add this strategy to your charts. - If errors prevent the code from verifying, proceed to installation method #1.
*Requires you to install the TradeStation platform
Contains theoretical trade data exported from TradeStation.
StratAnalysis.ods
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Pete Hahn - Initial work - HahnTech
See also the list of contributors who participated in this project.
This project is licensed under the GNU GPLv3 License - see the LICENSE.md file for details