Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: mrfixituk
About
User Name: mrfixituk
Groups: Member
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Monday, December 10, 2018
Last Visit: Saturday, March 9, 2019 1:28:03 PM
Number of Posts: 4
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Gap Down At The End of Day Screener Code?
Posted: Thursday, December 27, 2018 6:10:12 AM

Thanks! I am getting to grips with the charting software as I was using another provider. Pity TC2000 doesn't support The London Stock Exchange.

What condition do I add to screen for gap downs between two moving averages like in the image.

It gapped down between the 20 and 50 day moving average. I am using the gap down criteria from TC2000 as standard.

 -1 * (L>H1)  + -2 *  (H<L1) 

https://photos.app.goo.gl/epQzLtj5fxwbKwk4A

Topic: Gap Down At The End of Day Screener Code?
Posted: Tuesday, December 11, 2018 2:24:30 PM
H < L1
H < C1
O < L1
O < C1
 
Error in formula
Syntax Error near <
 
Thanks
Topic: Gap Down At The End of Day Screener Code?
Posted: Tuesday, December 11, 2018 12:14:41 PM

Error in formula 

Unkown method high at position 4

 

 

??????

Topic: Gap Down At The End of Day Screener Code?
Posted: Tuesday, December 11, 2018 4:36:42 AM

What is the code to do a simple end of day scan to find stocks which have gapped down?

I will do this from a list of imported symbols/tickers

Thanks