Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Simple math Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
haschade
Posted : Monday, July 15, 2013 10:46:19 AM
Registered User
Joined: 8/21/2007
Posts: 181

I'm trying to plot the following

Price * Volume

and

(8 EMA of Price * Volume) / 1.8

Any help appreciated.

Bruce_L
Posted : Monday, July 15, 2013 10:49:50 AM


Worden Trainer

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

The first RealCode Indicator is:

Plot = Price.Last * Volume.Value

The second RealCode Indicator is:

Plot = (Price.XAVGC(8) * Volume.Value) / 1.8



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
haschade
Posted : Monday, July 15, 2013 10:53:11 AM
Registered User
Joined: 8/21/2007
Posts: 181

Thanks Bruce... unfortunately, the second line doesn't plot.... any suggestions?

 

haschade
Posted : Monday, July 15, 2013 10:56:24 AM
Registered User
Joined: 8/21/2007
Posts: 181

Actually, it does plot, but is identical to the first... 

Bruce_L
Posted : Monday, July 15, 2013 10:59:36 AM


Worden Trainer

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

The plots are not identical. When you drag and drop one of the indicators onto the other indicator to put them into the same pane, make sure you overlay with the existing indicator to force them into the same scale as well. That said, even when they aren't in the same scale, the plots are not identical.

Working with Indicators



-Bruce
Personal Criteria Formulas
TC2000 Support Articles
haschade
Posted : Monday, July 15, 2013 11:03:36 AM
Registered User
Joined: 8/21/2007
Posts: 181

Thank you Bruce.  I had incorrectly stated the initial formula but have been able to resolve with what you shared.  Many thanks as always!

Bruce_L
Posted : Monday, July 15, 2013 11:08:48 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.