Mupa |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Friday, June 23, 2006 |
Wednesday, August 22, 2007 10:04:21 AM |
30 [0.01% of all post / 0.00 posts per day] |
|
Dear Worden Support team,
I'm trying to do the following but seems unlucky to figure out.
1) I would like to change Bar Chart to Candle stick with red and green color. In addition, I look to have only one kind of red plot and green plot, no matter it is higher or lower close. I only consider Green for open > close and Red for open < close.
2) I can not find any drawing tools like trendline, parallel line, fibo retracement on Block 2.0.
|
Refer to Worden Report 4/13/07 about creating PCFs and adding those PCFs into one of Watching tab 1-10. Would you please advise how to do that?
|
Hi,
Since this topic discussed about AO and AC in Telechart. For completeness, may I ask
1) how to create Alligator green/red/blue line on Telechart. (Green - Smooth Average 5 days shift right 3, Red 8 days shift right 5, Blue 13 days shift right 8) For example, Green line - My custom indicator use smooth average 5 ( simple) with indicator C3 for shifting right 3. However, with this method, I can't see portion of line that shift to the right(beyond latest trading day). May be I did something wrong.
2) for above AO and AC custom indicator, what setting we need to plot it as histogram instead of line indicator.
Thank you very much.
|
Thank you to both of you, diceman and bustermu, for your experience sharing.
Actually, I found a little bit mistype in my first post. What i'm trying to create is a channel that draw recent PIVOT HIGH and PIVOT LOW , above and below price bar. The channel line is remain the same until a new PIVOT is found. And to make sure PivotHigh always draws above PivotLow, I add a toggle condition.
Plot custom indicator "PivotHigh" and "PivotLow" channel line above and below price bar under condition: Toggle=1 ( one time only)
1) If H2<H1 AND H1>H and toggle = -1 Then PivotHigh=H1, toggle=toggle*-1 else PivotHigh=PivotHigh.1 ( draw old pivot high until new pivot high found ) 2) If L2>L1 AND L1<L and toggle = 1 Then PivotLow=L1 , toggle=toggle*-1 else PivotLow=PivotLow.1 ( draw old pivot low until new pivot low found )
Note that the PivotLow will draw first and then everything start back and forth.
When I come to write this on TC2007, I found problems (or it may because lack of my deep understanding on TC) that worths to raise in discussion board about building custom indicator with :
i) If-then-else ii) self-reference variable or loop back (draw old value until new value be assigned) iii) sharing 1 variable across 2 indicator. (toggle)
If this can't be happen in current TC, I hope it would be considered in future version of TC.( even though Snapsheet has been released).
Does anyone know this i),ii),iii) type of indicator can be created in Snapsheet?
------ mupa
|
Dear Worden support team,
I'm currently using TC2007 and I would like to create a custom indicator such like the following.
Plot custom indicator "PivotHigh" and "PivotLow" along price bar under condition: Toggle=1 ( one time only)
1) If H2<H1 AND H1<H and toggle = -1 Then PivotHigh=H, toggle=toggle*-1 else PivotHigh=PivotHigh.1 2) If L2>L1 AND L1<L and toggle = 1 Then PivotLow=L , toggle=toggle*-1 else PivotLow=PivotLow.1
It's kind of condition if-then-else indicator and I look at sample PCF but can't not find things that give some ideas how to write it. May be you could give some advise.
|
QUOTE (Bruce_L) QUOTE (Mupa) if i would like to plot Different between XAVG5-XAVG10 as HISTOGRAM, would it be able to do that in customs indicator. I can't think of a practical way to plot this a a bar chart, but a MACD with the following settings would outline such a bar chart exactly: Select Chart Template | Add Indicator | MACD: - Short: 5 - Long: 10 - Period: 1 - Average Type: Exponential - Plot MACD as Histogram: Unchecked - Visible: Checked
Well, what I try to do is findng a way to plot a moving average line OVER a HISTOGRAM. I found that only MACD has an option of Histogram while only Volume has an options to rising/downing color. I try to customs indicators that plot histogram in rising/downing color and have a moving average line over it. Since you can have moving average only another study. The issue is remain how to plot a histogram of anything besides MACD.
If it could be done, please let me know. But if it's not, I do understand. At the end, I'm appreciate your understanding and assisting.
|
Hi Craig,
I have viewed the vdo. But still have some questions to ask.
1) if i would like to plot Different between XAVG5-XAVG10 as HISTOGRAM, would it be able to do that in customs indicator. 2) if I would like to plot different between {XAVG5 of (H-L)/2} minus {XAVG10 of (H-L)/2},how do i proceed that with customs indicator?
|
Hi,
1) I wonder how can I plot moving average with shifting. For example,I would like to plot Simple MA of 5 days but plot it shift to the right 3 day time unit.
2) I would like to plot MA X days-MA Y days as a histogram and then plot MA Y days of that different in line. Would it be able to do that? I try to play around with parameter of MACD histogram but it seems not working. Let's say I just want to plot a different between MA12 and MA26 as histogram and then I plot a MA9 average line of that histogram.
|
Hi,
Would it be possible to add other customized fibo ratio such as 78.6,361.8, 423.6 into Fibo ratio?
|
I would like to create a customized indicator and plot it in Histogram format ( instead of line) but I could not find any option in the program. Would I miss something? Please kindly advise.
|
|