Quantitative Testing
by OptumaMay 26, 2020
Signal Testing and Back Testing are two important tools for Analysts who want to quantitatively test their ideas. In this video, we do a “quick” introduction to Optuma’s testing tools.
For additional information on the topics covered in this video, please refer to the resources below:
Quantitative Strategies Webinar
Advanced Quantitative Testing Course
Signal Testing Webinars
Knowledge Base articles – Back Tester
Knowledge Base articles – Signal and Trade Tester
You can find the scripts used in the video below:
1 2 3 |
RSI(BARS=14) CrossesBelow 30 |
1 2 3 |
RSI(BARS=14) CrossesBelow 70 |
1 2 3 4 5 6 |
o1 = OPTEX(); c1 = o1.Ratio CrossesBelow o1.25Lower; c2 = o1.Trend > 0; c1 and c2 |
0 Comments