mar955 |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Friday, December 31, 2004 |
Monday, December 16, 2013 11:22:18 AM |
18 [0.01% of all post / 0.00 posts per day] |
|
im looking toi write a scan for trending stocks or an indicator that is rising
tks in advance marty
|
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
|
Bruce, I asked tech support and they said i should ask a trainer
|
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);
|
k i'l see how it looks tks
|
ok tks, i thought it would have been more complicated thats whaqt i get for thinking sometimes tks again
|
ok, good point about the scales
what about a stoc and rsi
|
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
|
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.
|
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
|
|