Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Platinum Customer
Joined: 12/28/2012 Posts: 6
|
Hi,
I really like TC2000 and would like to use tc2000 with indian stock market data. I am really surprised as why you are limiting yourself only to usa and canadian stock markets.Can you please eigther provide indian stock market data on tc2000 like your competitors(esignal etc) or allow us to get that data from a third party vendor. I request you all to give it is a serious consideration.
thank you,
savinir
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Thank you for your suggestion.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Platinum Customer
Joined: 12/28/2012 Posts: 6
|
Bruce i have been asking for indian stock market data for over an year but i am not getting any positive reply other than "thanks for your suggestion". Can i please get a better answer this time.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
I do not know when or if any particular suggestion might be implemented.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 10/25/2013 Posts: 2
|
CAN WE USE THIS FOR INDIAN MARKETS
|
|
Registered User Joined: 12/11/2004 Posts: 8
|
Can you show me the scan to find stocks that finished up in 11 of the last 12 days, or 12 of the last 15 days?
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
jaiharishankar,
We do not currently provide data for the Indian markets in any of our products.
jsapitro,
A Condition Formula for stocks that finished up at least 11 of the last 12 days could be written as the following if you mean net change:
ABS(C > C1) - (C1 > C2) - (C2 > C3) - (C3 > C4) - (C4 > C5) - (C5 > C6) - (C6 > C7) - (C7 > C8) - (C8 > C9) - (C9 > C10) - (C10 > C11) - (C11 > C12) > 10.5
Or as the following if you mean the close was above the open:
ABS(C > O) - (C1 > O1) - (C2 > O2) - (C3 > O3) - (C4 > O4) - (C5 > O5) - (C6 > O6) - (C7 > O7) - (C8 > O8) - (C9 > O9) - (C10 > O10) - (C11 > O11) > 10.5
Extending this to 12 of the last 15 days just involves extending the pattern. So the net change version would be:
ABS(C > C1) - (C1 > C2) - (C2 > C3) - (C3 > C4) - (C4 > C5) - (C5 > C6) - (C6 > C7) - (C7 > C8) - (C8 > C9) - (C9 > C10) - (C10 > C11) - (C11 > C12) - (C12 > C13) - (C13 > C14) - (C14 > C15) > 11.5
And the close above the open version would be:
ABS(C > O) - (C1 > O1) - (C2 > O2) - (C3 > O3) - (C4 > O4) - (C5 > O5) - (C6 > O6) - (C7 > O7) - (C8 > O8) - (C9 > O9) - (C10 > O10) - (C11 > O11) - (C12 > O12) - (C13 > O13) - (C14 > O14) > 11.5
PCF Formula Descriptions
Writing Custom Conditions: The Basics
You can then use these Condition Formula as EasyScan Conditions to create a scan.
Building a Scan with Multiple Conditions
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Registered User Joined: 11/7/2014 Posts: 1
|
Sir,
can you provide your software to analyze End of Day Data for indian stock market. You can give one
data upload window by which we will update the data on daily basis. We receive data either in csv or
dbf format.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Thank you for your suggestion.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |