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 |

Cumulative Up/Down ticks Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
XeL
Posted : Tuesday, July 11, 2017 12:02:18 AM
Registered User
Joined: 12/15/2013
Posts: 11

Good Day!

Is there a way to deploy a PCF for a scan condition or column monitoring in order to count cum(upticks / downticks) for each day, week, etc...?

 

Thanks! 

Bruce_L
Posted : Tuesday, July 11, 2017 9:45:23 AM


Worden Trainer

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

You can count the number of times a price went up or down for a bar in a cumulative fashion since the start of the chart, but it will not reset the count at the beginning of each day or week.

The count will use the bars on the chart as "ticks", so a daily time frame would count the number of up or down days, not ticks. You can set the time frame of the chart to Tick if you have the real time data, but it is not usually going to have enough data available for an entire day, let alone a full week.

Counting up ticks using a Custom PCF Cumulative Indicator would use the following formulas.

Up Condition: C > C1
Down Condition: C < C - 1
Value to Add/Subtract: C / C

Counting down ticks would use the following formulas.

Up Condition: C > C + 1
Down Condition: C < C1
Value to Add/Subtract: C / C

And running a cumulative total of up and down ticks would use the following formulas.

Up Condition: C > C1
Down Condition: C < C1
Value to Add/Subtract: C / C1

But again, keep in mind that this is going to use the bars on the chart as "ticks", so this would be up or down minutes on a 1-minute chart and only reflect ticks when using the Tick time frame.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
XeL
Posted : Tuesday, July 11, 2017 2:38:49 PM
Registered User
Joined: 12/15/2013
Posts: 11

I know that having tick capability on your history servers are quite co$tly, but at least you could do it In-House as a recomendation..?

If you could make this calculation from your own at server side and give it to us mortal users as an additional field like the cumulative total volume, it will make the already great screener a more robust breath analysis tool like no one does today on the market!   If you have uptick & downtick count, you could easily as well multiply it by volume for each tick and calculate MoneyFlow Turnover! (Accumulation on ups, Distribution on downs)  -- Only costly Reuters gives this kind of information and even the retail version is quite costly and with NO SCREENER capabilites.

Thanks for your advice Bruce!

 

Bruce_L
Posted : Tuesday, July 11, 2017 2:47:13 PM


Worden Trainer

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

Thank you for your suggestion.



-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.