Hi All
In terms of automation, let's say we have a version of 'N Min Change' so we have a real-time list of (say) the strongest 3 stocks in our list. We then get a 'Go Long' signal from whatever we are using to decide the market direction. Putting aside other issues, for now, how can we identify these top three stocks in EeasyLanguage? From my limited knowledge, we can sort the 'ATR' values into the correct order by putting them in an Array and using a 'sort'; but in doing this we lose the stock symbol because this is a string.
I guess I have explained this really badly but if anyone can work out what I am talking about then any help would be much appreciated.
Thanks
Steve
In terms of automation, let's say we have a version of 'N Min Change' so we have a real-time list of (say) the strongest 3 stocks in our list. We then get a 'Go Long' signal from whatever we are using to decide the market direction. Putting aside other issues, for now, how can we identify these top three stocks in EeasyLanguage? From my limited knowledge, we can sort the 'ATR' values into the correct order by putting them in an Array and using a 'sort'; but in doing this we lose the stock symbol because this is a string.
I guess I have explained this really badly but if anyone can work out what I am talking about then any help would be much appreciated.
Thanks
Steve