mick-liu / tagenalgo

A genetic algorithm incorporated with technical analysis indicator to optimize parameters of a strategy.
BSD 2-Clause "Simplified" License
27 stars 5 forks source link

Example for "Relative Strength Indicator" + "Simple Moving Average". #4

Open Mouvoh opened 3 years ago

Mouvoh commented 3 years ago

Dear Mick, Thanks for your work and this beautiful implementation of genetic Algorithm applied to TA. I am looking for an example for using both RSI and SMA. May I know what am I supposed to modify in the example you provided in order to perform this task ? Thanks a lot.