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: mgreco19
About
User Name: mgreco19
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Sunday, November 21, 2010
Last Visit: Sunday, April 5, 2020 4:20:21 PM
Number of Posts: 3
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Can price show an indicator condition?
Posted: Tuesday, September 16, 2014 5:04:49 PM

Is there a way to have price reflect an indicator condition?

For example, lets say TSV crosses above the 0 line. Is there a way to show this crossover where price is plotted? Maybe a change in candle or line color? Really I'm just looking for a way to pull up a chart and quickly see how price reacted when the condition was true.

Topic: HEIKEN-ASHI in TC2000 V12
Posted: Tuesday, June 12, 2012 6:46:04 PM

Thanks for your help Bruce.

What I ended up doing because although sometimes the numbers may match in the view that comes when you click the mouse (may be rounded), they may not exactly match so I gave it some buffer room as seen below.

No / very small bottom wick HA: 

((XAVGO3.1 + XAVGH3.1 + XAVGL3.1 + XAVGC3.1) / 4) + .00003 >= (H + (XAVGO3.1 + XAVGH3.1 + XAVGL3.1 + XAVGC3.1) / 4 + ABS(H - (XAVGO3.1 + XAVGH3.1 + XAVGL3.1 + XAVGC3.1) / 4)) / 2

Topic: HEIKEN-ASHI in TC2000 V12
Posted: Tuesday, June 12, 2012 1:14:48 AM

I am trying to use a pcf to show whenever there is no bottom or top wick for the currecnt HA candle.  The below catches most of these cases but it doesnt catch all of them.  Is this the correct way to do this or is there a better way?

For no top wick im having the current HA open = current HA high

(XAVGO3.1 + XAVGH3.1 + XAVGL3.1 + XAVGC3.1) / 4 = (H + (XAVGO3.1 + XAVGH3.1 + XAVGL3.1 + XAVGC3.1) / 4 + ABS(H - (XAVGO3.1 + XAVGH3.1 + XAVGL3.1 + XAVGC3.1) / 4)) / 2

For no bottom wick im having current HA open = current HA Low

(XAVGO3.1 + XAVGH3.1 + XAVGL3.1 + XAVGC3.1) / 4 = (L + (XAVGO3.1 + XAVGH3.1 + XAVGL3.1 + XAVGC3.1) / 4 - ABS(L - (XAVGO3.1 + XAVGH3.1 + XAVGL3.1 + XAVGC3.1) / 4)) / 2