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: traderjoeinvests
About
User Name: traderjoeinvests
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Wednesday, October 19, 2016
Last Visit: Thursday, July 4, 2019 12:13:52 PM
Number of Posts: 8
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Candlestick Help
Posted: Wednesday, July 25, 2018 2:06:26 AM

thank you.

i create a pcf to scan for candlestick whose:
1) body is at least 67% of range
2) close in the top 1/3 of range

came up with this:
(C-O)>=.67*(H-L)

seems to work fine, but do you see a better pcf variation?

Topic: Candlestick Help
Posted: Tuesday, July 24, 2018 4:21:08 PM

Sorry Bruce, would you kindly also provide the bearish version for both the pinbar and the icecream?

Topic: Candlestick Help
Posted: Tuesday, July 24, 2018 10:30:02 AM

Thank you Bruce! You are awesome! :)

Topic: Candlestick Help
Posted: Monday, July 23, 2018 10:39:57 PM

Hi Bruce,

If the use of ABS() is a must, then lets go ahead with that option.


i tried editing the hangman PCF >>

ABS(C >= O) * O + ABS(C < O) * C - L >= 2 * ABS(C - O) AND (C + O) / 2 - L > 2 * (H - (C + O) / 2) AND ABS(C - O) > .01

 

But i could not figure out how to have the body reside in top 1/3 of range.

Topic: Candlestick Help
Posted: Monday, July 23, 2018 10:27:48 PM

Hi Bruce,

Please advise on how to create the script for the following


Bullish Pinbar:
1) the open and close happens only in the top 1/3 of the candle range.
2) does matter if close above/below open, as long as body resides in top 1/3 of range.
3) without using ABS()

 

Bullish Icecream Bar:
1) the body is at least 50% of range
2) close must be in top 1/3 of range
3) without using ABS ()

 

Topic: Harami
Posted: Monday, April 23, 2018 12:41:46 PM

thank you!

Topic: Harami
Posted: Monday, April 23, 2018 8:52:39 AM

its ok, after some digging i found it here :

http://forums.worden.com/default.aspx?g=posts&t=66280

AVGwx.z -> Simple Moving Average of Price Component or Volume over a specified span of bars ending on the specified bar (w must be O, H, L, C or V).

Topic: Harami
Posted: Monday, April 23, 2018 2:33:35 AM

I am quite new to TC2000 v17. And I chanced upon the Harami script providedin one of the links here. It goes like this :

 

(C1-O1)>=.7*(H1-L1) AND (H1-L1)>= (AVGH10.1-AVGL10.1) AND (C<O) AND (O<C1) AND (C>O1) AND (O-C)<=.6*(C1-O1)

What does the 10.1 that comes after AVGH and AVGL means?