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 |

weekly stochastic formula Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
retire5912
Posted : Monday, September 19, 2016 12:00:03 PM
Platinum Customer Platinum Customer

Joined: 7/3/2007
Posts: 27

How would I write weekly formulas for these daily formulas?

((STOC3.2 >= AVG(STOC3.2,2)) AND (STOC3.2.1 < AVG(STOC3.2.1,2))) OR ((STOC3.2 < AVG(STOC3.2,2) ) AND (STOC3.2.1 > AVG(STOC3.2.1,2)))

STOC3.2 - AVG(STOC3.2,2)

STOC3.2

AVG(STOC3.2,2)

STOC3.2 - AVG(STOC3.2,2)

Thanks!

StockGuy
Posted : Tuesday, September 20, 2016 9:22:50 AM

Administration

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

Try this:

((STOC15.2 >= AVG(STOC15.2,2)) AND (STOC15.2.1 < AVG(STOC15.2.1,2))) OR ((STOC15.2 < AVG(STOC15.2,2) ) AND (STOC15.2.1 > AVG(STOC15.2.1,2)))

STOC15.2 - AVG(STOC15.2,2)

STOC15.2

AVG(STOC15.2,2)

STOC15.2 - AVG(STOC15.2,2)

Note: In version 16, all you have to do is use the original formulas and set the time frame on each condition to Weekly.  Much easier.

retire5912
Posted : Tuesday, September 20, 2016 1:47:15 PM
Platinum Customer Platinum Customer

Joined: 7/3/2007
Posts: 27

Thank you so much!!!!

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.