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 |

Easyscan realtime reports Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
antares66
Posted : Saturday, October 27, 2018 12:50:33 PM
Registered User
Joined: 4/14/2007
Posts: 37

Hello,

i would like to run a realtime easyscan for detecting stocks, which have a 1-min change greater than 6%. I figured this out with platinum. It works. But, i would like to see the results for the past (last 10 min for example)
Will these appear in "Reports"

Thanks

Bruce_L
Posted : Saturday, October 27, 2018 12:59:48 PM


Worden Trainer

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

If you are using the closing prices from bar to bar, you can write this for one bar as follows.

100 * ABS(C / C1 - 1) > 6

If you want to check this happening within the most recent 10 bars, you could use the CountTrue() function.

CountTrue(100 * ABS(C / C1 - 1) > 6, 10) > 0

This could appear in a report, but you would need to manually add it to the report using the Add Condition feature.



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
antares66
Posted : Sunday, October 28, 2018 1:46:12 PM
Registered User
Joined: 4/14/2007
Posts: 37

Thank you Bruce

 

Bruce_L
Posted : Monday, October 29, 2018 9:57:36 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.