| mktucker |
|
Gold User, Member, Platinum User, TeleChart
|
| Registered User |
|
|
|
|
| Unsure |
|
| Saturday, August 12, 2006 |
| Sunday, August 1, 2010 2:38:45 AM |
23 [0.01% of all post / 0.00 posts per day] |
|
Can you please convert this for me? I did it in telechart but can't seem to get it right in stockfinder.
C >= 10 AND C <= 200 AND AVGV50 > 5000 AND MAXH65 - MINL65 > 10 OR (MAXH65 - MINL65) / C > 0.30 AND AVGC50 < AVGC50.1 AND AVGC50 < AVGC50.5 AND AVGC20 < AVGC50 AND MAXC3 < AVGC50 AND C > AVGC20 AND H > H1 AND MINL11 = MINL30 AND STOC8.3 >= 60
|
I am wondering if I can convert the below realcode indicator can be changed to a realcode condition:
'# Stoc8 = indicator.Library.Stochastics
'# ADX = indicator.Library.Directional Movement DI ADX
PLOT = PRICE.Close >= 10 And PRICE.Close <= 200
PLOT = VOLUME.AVG(50) > 5000
PLOT = PRICE.HIGH(65) - PRICE.LOW(65) > 10 Or (PRICE.HIGH(65) - PRICE.LOW(65)) / PRICE.Close > 0.30
PLOT = PRICE.AVG(50) > PRICE.AVG(50.1)
PLOT = PRICE.AVG(20) > PRICE.AVG(50)
PLOT = PRICE.LOW(3) > PRICE.AVG(50)
PLOT = PRICE.CLOSE < PRICE.AVG(20)
PLOT = PRICE.MaxHigh(11) = PRICE.MaxHigh(30)
PLOT = Stoc8.Value < 40
|
|
I created a condition for when the price is close to the bollinger band and now I go back to edit to make is almost and I do not have that option. Do I need to delete and create new each time I want to edit?
|
|
I have built 2 conditions based on the MACD and I want to paint the price bars but it seems to only let me to paint one condition at a time...help
|
|
this is good info and may use it but I was looking for the difference between this current MA vs prior MA
|
|
Thats ok and how would I do this same thing for an MA?
|
How do I go about finding the actual value of todays open vs yesterdays close? I know it is going to be an easy answer but I can't seem to figure it out. I haven't seen a diff function.
Thanks
|
|
I am sorry but I do not see what you are referring to. Also is there a way to write rules based on trend lines?
|
|
that helps but now can I get more then one symbol using the same chart or do I have to make like 4 copies of one chart on different tabs.
|
|
Can I have multiple charts with different symbols?
|
|