jthelen 29 posts msg #98740 - Ignore jthelen |
1/25/2011 4:01:36 PM
I’m trying to make a filter that will catch IPOs and stock relisting (after bankruptcy, etc). I’m able to get IPOs and re-listings within the last 52 weeks with the below filter:
I’m also able to get IPOs within the last 99 days with the below filter:
Any ideas on how to add these together? I was looking at the TRO logic system, but was having problems getting them both to work at the same time; below is the code that I was using (the second line is busted?!):
Can anyone help out?
JT
|
mahkoh 1,065 posts msg #98935 - Ignore mahkoh |
2/6/2011 11:28:10 AM
I do not really see anything wrong. Today your first scan gives 801 results and your second 17. Your third filter is designed to return results that are true for both filters and it does indeed return 17.
I want to thank you for this filter though, it really comes in handy when using Interactive Brokers with Ninja Trader 7. For some reason NT7 does not read IB's exchange information and one has to manually import stock symbols for the different exchanges and assign them in NT7. Your filter allows me to create a list of new symbols every once in a while and add them to the database.
|
jthelen 29 posts msg #98943 - Ignore jthelen |
2/7/2011 7:47:54 AM
mahkoh, I’m glad that these filters can help you out! In the third filter I wanted to combine both concepts into one so that it would return stocks that met both conditions (801+17) 818. If you have any ideas or suggestions, please let me know.
JT
|