- Joined
- 7 June 2007
- Posts
- 28
- Reactions
- 0
Hi All,
I am trying to return a list of stocks where the price has increased 500% since 2014.
So I am thinking of the below...but to be honest have no idea if I am even close to the right approach...I have an array "fivetimes" and trying to get count of bars since the price was 5 times lower...??? Any comments appreciated.
fivetimes=BarsSince(C/5)>0;
AddColumn(fivetimes,"fivetimes",1.4);
I am trying to return a list of stocks where the price has increased 500% since 2014.
So I am thinking of the below...but to be honest have no idea if I am even close to the right approach...I have an array "fivetimes" and trying to get count of bars since the price was 5 times lower...??? Any comments appreciated.
fivetimes=BarsSince(C/5)>0;
AddColumn(fivetimes,"fivetimes",1.4);