I have a trading method that works fairly well when I test it manually. I'm just starting to learn Easylanguage and hope to be able to program it sometime soon but it's too difficult for me yet as a beginner. If anyone more capable would like to give it a try I'd appreciate it. I'm just hoping that in exchange for me sharing the method, that someone might send or post the Easylanguage program for it.
Here's the method, it's a little hard to explain in words, I've attached a picture as well:
Use 30 minute bars
Start at 9:30 EST
Use NQ emini futures
The high of a bar must be higher by at least one point than the high of any bar before or after. Call that high, the high breakout point.
When that high breakout point is exceeded in a bar at least two bars later, enter a long trade. Exit at the end of the day.
Vice versa for shorts.
When I test it manually over hundreds of days the method works out to be profitable. I'd like to use programming to test it through years of data.
Here's the method, it's a little hard to explain in words, I've attached a picture as well:
Use 30 minute bars
Start at 9:30 EST
Use NQ emini futures
The high of a bar must be higher by at least one point than the high of any bar before or after. Call that high, the high breakout point.
When that high breakout point is exceeded in a bar at least two bars later, enter a long trade. Exit at the end of the day.
Vice versa for shorts.
When I test it manually over hundreds of days the method works out to be profitable. I'd like to use programming to test it through years of data.