I'm new to these forums and eSignal, so please bear with me.
I want to backtest the following strategy: Using RSI as a trigger (where the RSI length and a threshold are inputs), buy five of a group of 20 or so securities based on their RSI.
So for example, if asset QQQ has a RSI(7) of 63 and my threshold is 60, it would be bought and held until the RSI went below 60. However, if there were 5 other assets from my list with an RSI above that of QQQ, those top 5 would be bought instead.
I looked at a few of the RSI formulas and tried out a few, but they don't seem to offer what I'm looking for. Can anyone help provide some guidance?
Also, my programming skills are limited to the intro class I took in college several years ago.
Any help would be appreciated!
I want to backtest the following strategy: Using RSI as a trigger (where the RSI length and a threshold are inputs), buy five of a group of 20 or so securities based on their RSI.
So for example, if asset QQQ has a RSI(7) of 63 and my threshold is 60, it would be bought and held until the RSI went below 60. However, if there were 5 other assets from my list with an RSI above that of QQQ, those top 5 would be bought instead.
I looked at a few of the RSI formulas and tried out a few, but they don't seem to offer what I'm looking for. Can anyone help provide some guidance?
Also, my programming skills are limited to the intro class I took in college several years ago.
Any help would be appreciated!
Comment