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 |

Scanner for one minute intraday Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
airsakuragi
Posted : Thursday, June 21, 2018 10:55:39 AM
Registered User
Joined: 4/26/2018
Posts: 84

hi,

 

how do i make a formula for 

1.  2nd candle is twice or more than the first green candle?

2.  the volume in the 2 candle is twice or more than the first candle?

3. the 2nd candle is above the 9 EMA

thanks

StockGuy
Posted : Thursday, June 21, 2018 11:04:55 AM

Administration

Joined: 9/30/2004
Posts: 9,187

You can't identify the "first" and "second" candles of the day, but you could scan for volume being twice the previous candle and the candle being above the 9 EMA.  This would identify any time this happens.

V > V1*2 and C > XAVGC9

Not sure what you mean by...

1.  2nd candle is twice or more than the first green candle?

airsakuragi
Posted : Thursday, June 21, 2018 11:15:30 AM
Registered User
Joined: 4/26/2018
Posts: 84

hi,

i mean the last tick is twice or more than the candle before 

for example the previous tick  opened  at 10 then close at 11 with 100k volume and then the 

2nd candle  opened 10.5 and closes 13 which is twice more than the previous with a volume of 200k

 

thanks

Bruce_L
Posted : Thursday, June 21, 2018 11:27:50 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

Please try the following.

H - L > 2 * (H1 - L1) AND V > 2 * V1 AND C > XAVGC9



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
airsakuragi
Posted : Thursday, June 21, 2018 11:30:28 AM
Registered User
Joined: 4/26/2018
Posts: 84

hi bruce

it worked! your awesome

 

thank you very much

 

airsakuragi
Posted : Friday, June 22, 2018 12:17:50 PM
Registered User
Joined: 4/26/2018
Posts: 84

hi bruce ,

 

how do i write if i want to scan a stock that the current open bar is over 5% than the previous bar.

 

is it 

O > 1.5*C1 

 

thanks

 

 

Bruce_L
Posted : Friday, June 22, 2018 12:20:02 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

Your formula is for the open to be 50% greater than the close of the previous bar. If you want the same calcualtions but using 5% instead of 50%, please try the following instead.

O > 1.05 * C1



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
airsakuragi
Posted : Friday, June 22, 2018 12:24:16 PM
Registered User
Joined: 4/26/2018
Posts: 84

is the O means first bar at the start of trading or the current price?

sorry im a bit confused

Bruce_L
Posted : Friday, June 22, 2018 12:31:35 PM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

The O is the opening price of the bar. If you are interested in the current price being at least 5% above the close of the previous bar, that would be written as follows.

C >= 1.05 * C1



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
airsakuragi
Posted : Friday, June 22, 2018 12:34:06 PM
Registered User
Joined: 4/26/2018
Posts: 84

got it,

 

thank you bruce

airsakuragi
Posted : Saturday, June 23, 2018 9:33:20 AM
Registered User
Joined: 4/26/2018
Posts: 84

hi bruce, how do i change the setting for the pre built  Gap Up momentum from daily to minute

I want to use it for intraday and what is the recommended Average Volume days? 9 days?

thanks

Bruce_L
Posted : Monday, June 25, 2018 9:53:30 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

You can't actually edit the built in system scans. You would need save the scan to make a copy. Then you can edit the copy by clicking on the individual conditions in the edit window.

There aren't any recommended settings we can't make those types of suggestions.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
airsakuragi
Posted : Monday, June 25, 2018 11:35:17 AM
Registered User
Joined: 4/26/2018
Posts: 84

hey Bruce,

 

How do i make a PCF for this condition

Open price  is 10% higher than the 3 previous candles?

 

thanks

Bruce_L
Posted : Monday, June 25, 2018 11:38:16 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

Higher than the open of the previous 3 candles?

O > 1.1 * MAXO3.1

Higher than the high of the previous 3 candles?

O > 1.1 * MAXH3.1

Higher than the close of the previous 3 candles?

O > 1.1 * MAXC3.1



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
airsakuragi
Posted : Monday, June 25, 2018 11:42:15 AM
Registered User
Joined: 4/26/2018
Posts: 84

thanks , ill try them  all

 

Bruce_L
Posted : Monday, June 25, 2018 11:45:30 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138

You're welcome.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.