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: carlson
About
User Name: carlson
Groups: Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Tuesday, May 5, 2015
Last Visit: Tuesday, October 23, 2018 10:44:54 PM
Number of Posts: 20
[0.01% of all post / 0.01 posts per day]
Avatar
Last 10 Posts
Topic: SinceTrue(b,x) customize return value for not true in period
Posted: Tuesday, October 23, 2018 12:26:18 AM

Brilliant!

Thank you.

Topic: SinceTrue(b,x) customize return value for not true in period
Posted: Sunday, October 21, 2018 7:35:34 AM
SinceTrue(b, x) -> returns -1 if Boolean Formula was not true in period, or bars since it was true, 0 being the current bar, and period-1 the max it will return
 
For not true in period, I would like to replace -1 with max return value.
 
This is the best I can think of:
 
(SinceTrue(b,x) = -1) * (x-1)
-
(SinceTrue(b,x) > -1) * SinceTrue(b,x)
 
It seems kind of long. Is there a more efficient way to accomplish the same?
 
thank you
 
Topic: Help withcustomizing stochastics indicator
Posted: Friday, June 3, 2016 6:42:25 AM

Hi Bruce:

Cancel that request. Figured it out.

STOC13.3 * (ABS(AVGC26 > AVGC65) + (AVGC26 < AVGC65))

It&#39;s not as useful for sorting a watchlist as I thought it would be. But, at least I learned something and didn&#39;t have to waste your time.

thank you

 

Topic: Help withcustomizing stochastics indicator
Posted: Thursday, June 2, 2016 10:18:15 PM

Hi,

Would like a PCF that displays:

1. the value of (STOC13.3) when XAVGC26 > XAVGC65, and

2. the value of (STOC13.3 * -1) when XAVGC26 < XAVGC65

thank you

 

Topic: PCF for 5 period Trix Indicator
Posted: Monday, April 25, 2016 3:59:49 AM

Hi,

Can I get the PCF for the 5 period Trix?

Thank You

 

 

 

Topic: PPO Histogram with Elder Impulse colors
Posted: Thursday, November 26, 2015 6:19:05 PM
Hi Bruce,
 
I&#39;d like to turn those three PCF&#39;s into an indicator. When I overlay the 3 PCF&#39;s, the dots are at different heights/values. Can you modify the formulas so that when overlayed, they produce a straight horizontal line of different colored dots?
 
thank you
 
Topic: Alert Condition: Below Price History vs Crossing Down Price History
Posted: Wednesday, November 11, 2015 4:58:30 PM
The price is currently below the 13 period moving average.
I want to set an alert for when price moves above the 13 period moving average.
I click on the moving average listed above the price chart.
 
I see options in the expanded sublist: Moving Average 13 vs Price History.
 
Question: What is the difference between the options
 
1. Below Price History, and
2. Crossing Down Price History ?
 
Does one of the options wait for the bar to complete or close above the moving average?
 
thank you
Topic: The Best Features of v16
Posted: Saturday, November 7, 2015 5:56:40 AM
What are the best features of V16?
 
Number 3 is probably ... Slide Show
 
Nnumber 2 would have to be ... Custom Sort
 
And The Number 1 spot is everyone&#39;s favorite ... BRUCE L
 
Have a great day!
 
 
Topic: Wathlist column help
Posted: Thursday, August 13, 2015 7:59:20 AM

Hi Bruce,

-- Request --

Can you help me set up a watchlist column to do the following:

Condition 1, STOC13.3 < 45 and XAVGC21 > XAVGC34 column displays -1 (or +1)

Condition 2, STOC13.3 > 65 and XAVGC21 < XAVGC34 column displays +1 (or -1)

When both Conditions are false, column displays 0.

It doesn&#39;t matter which condition is assigned the +1 (or -1) as they&#39;ll be color coded anyways.

------------------------------------

-- Question --

If above request were restated as follows,

Can a watchlist column be set up to display the value of (STOC13.3 * 2) - 100 when either condition is true

[(STOC13.3 * 2) - 100 < -30 and XAVGC21 > XAVGC34] or

[(STOC13.3 * 2) - 100 > 30 and XAVGC21 < XAVGC34]

and display 0 when both conditions are false.

I don&#39;t have a use for this, I&#39;m just curious if it can be done.

thank you,

carlson

Topic: Column for condition of Histogram 12,26,9 and a pair of moving averages
Posted: Sunday, July 26, 2015 3:05:57 PM

Hi Bruce,

Please cancel above request.

I just realized that I can take the formula you gave me earlier and just change the value of the moving averages.

Again, Thank you very much.