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

Profile: austincarr
About
User Name: austincarr
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Thursday, June 2, 2005
Last Visit: Friday, February 27, 2015 11:36:16 PM
Number of Posts: 11
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Realcode Price vs Moving Avg
Posted: Wednesday, November 13, 2013 4:49:15 PM

Bruce,

Sorry for the typos.  Of course I would get an error message if had those commas where periods should be, so there are no commas in the code.  Saying that if can not get a positive return If the MA.Value look back period is greater than (6)

MA.Value(6) > Price.Close(13) And MA.Value < Price.Close Then Pass

That works

MA.Value(7) > Price.Close(13) And MA.Value < Price.Close Then Pass

Does not return any positives.  

Footnote: &#39;# MA = chart.MovingAverage

 

Topic: Realcode Price vs Moving Avg
Posted: Sunday, November 10, 2013 7:22:30 PM

I want to compare Price to a Moving average intraday, but have found the Moving Average only recognizes its Value 6 bars back.  I was trying to look at its Value thirteen bars back.  The problem is in a Realcode formula If MA,Value(13) > Price.Close,value(13) and MA.Value < Price.Close then pass.  It will only return positives up to MA,Value(6).  Any ideas why I can not go back 13 Bars?

Topic: Writing a formula for VWAP
Posted: Friday, May 3, 2013 4:00:45 PM

Can you write a scan where VWAP is one of  the parameter?   Typing in VWAP gives me an error.

Topic: Graham Number
Posted: Thursday, April 5, 2012 8:21:58 AM

You could do it Stockfinder.  I know that doesn&#39;t help much since you would have to purchase a Stockfinder subscription and there is no price break for having both.

Topic: Absolute (positive) Value
Posted: Wednesday, March 21, 2012 12:38:32 PM

Thanks

Topic: Absolute (positive) Value
Posted: Wednesday, March 21, 2012 11:31:06 AM

I would like to return the absolute value for Price.NetChange, but not sure how to do this

Topic: Stockfinder Crashing after Real Code Indicator
Posted: Saturday, August 13, 2011 10:14:01 AM
Thanks ... what ever the adjustment was now lets the program start without a crash.
Topic: Stockfinder Crashing after Real Code Indicator
Posted: Friday, August 12, 2011 3:00:18 PM
There should be line breaks in this Post But since I do not know how to do this, I will add spaces so you get the idea: VVWP Close ATR Plot = (VVWP.value - Close.value) / ATR.value * 100
Topic: Stockfinder Crashing after Real Code Indicator
Posted: Friday, August 12, 2011 2:57:36 PM
Previous post did not retain Line breaksVVWPCloseATRPlot = (VVWP.value - Close.value) / ATR.value * 100
Topic: Stockfinder Crashing after Real Code Indicator
Posted: Friday, August 12, 2011 2:56:27 PM
VVWPCloseATRPlot = (VVWP.value - Close.value) / ATR.value * 100