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 |

Profile: mar955
About
User Name: mar955
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Friday, December 31, 2004
Last Visit: Monday, December 16, 2013 11:22:18 AM
Number of Posts: 18
[0.01% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: trend
Posted: Monday, December 16, 2013 11:22:04 AM

im looking toi write a scan for trending stocks or an indicator that is rising

tks in advance  marty

Topic: trying to transfer a formula
Posted: Friday, March 8, 2013 10:31:18 PM

Bruce, I mis understood your answer.  I can do a smaller period.  The 76 is where I want the ranking to start.   I can use 50 or any time frame. If 50 doesn't work. Try 40

thanks again. Marty

Topic: trying to transfer a formula
Posted: Friday, March 8, 2013 4:11:53 PM

Bruce, I asked tech support and they said i should ask a trainer

Topic: trying to transfer a formula
Posted: Friday, March 8, 2013 3:38:52 PM

i'm trying to get this to work. it can either plot as an indicator or i can rank  any ideas where my error is  tks in advance   marty

input price = close; 
input length = 76; 
input RiskFreeReturn = 4; 
 
def ROC = if price[length] != 0 then (price / price[length] - 1) * 100 
else 0; 
 
def Ri = 100*(price - Highest(price,length))/Highest(price,length); 
 
def UlcerX = sqrt(average( (Ri*Ri), length)); 
 
# plot RiskFree = RiskFreeReturn; 
 
plot UPI = round((ROC - RiskFreeReturn)/sqrt(average( (Ri*Ri), length)),1); 
Topic: Combining Indicators
Posted: Friday, March 25, 2011 3:07:10 PM
k  i'l see how it looks  tks
Topic: Combining Indicators
Posted: Friday, March 25, 2011 2:32:14 PM
ok tks, i thought it would have been more complicated   thats whaqt i get for thinking sometimes  tks again
Topic: Combining Indicators
Posted: Friday, March 25, 2011 2:04:43 PM
ok, good point about the scales

what about a stoc and rsi
Topic: Combining Indicators
Posted: Friday, March 25, 2011 1:51:08 PM
How do you want to "merge" them? Do you want to add their values together? Multiply them?[/QUOTE]

i am trying to plot the results of 2 indicators together. I want to ADD 1 result to another result
tks in advance  marty
Topic: gann box
Posted: Wednesday, March 16, 2011 2:43:48 PM
Bruce, a big THANK YOU   that is what I have been trying to say.  your tool doesn't provide a way to show  where 45 degrees is to draw or place the line.
and 2  when it is placed, the other 8 lines are out of proportion. If you look at a chart with a gann fan or box you will see wha i mean.      If you simplefy your post to me,  or plot it 1 time even in an approx manner, you will understand what i am trying to say.   From what I am seeing, your gann fan does not do what your above description says.  It is a beta, i understand, and that is why they said to ask a trainer.  Take a chart and just try 1 of the calculations.  If you want to email direct or call you have the info on file instead of taking up  forum space.  If you want to just end the chat, i understand, no offencee taken.  I am generalizing here, but from past experience, if one doesn't understand the basics of gann, they will most likely get lost trying to understand the rest. a few of us used to joke that one doesn't understand gann until they have dug a hole in their yard from walking in circles trying to figure it out. 
Topic: gann box
Posted: Wednesday, March 16, 2011 1:04:04 PM
Bruce, I am not trying to be a hard guy. I have a ton of respect for the Worden products and crew.
That is what i did and they sent me an email to ask the trainer in the forums. I am just trying to figure out  are you are trying to make it work.  other than getting it to draw a trend line, the rest doesn't make any sence