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: DD55
About
User Name: DD55
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Saturday, October 24, 2015
Last Visit: Tuesday, March 28, 2017 7:37:07 AM
Number of Posts: 5
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: exponential moving average with offset
Posted: Friday, June 3, 2016 1:28:30 PM

Thanks Bruce...L > C1 works

Topic: exponential moving average with offset
Posted: Friday, June 3, 2016 10:56:56 AM

Bruce,

What is the condition formula that will show when the current 5 min bar low is greater than a 1 period exponential moving average offset by 2. 

If there is not a way to show it for the current bar then what about the previous bar?

Thanks,

David

Topic: Custom Indicator
Posted: Monday, March 7, 2016 2:01:12 AM

Bruce,

I found the topic about the laguerre RSI but not clear about a couple things.  First, do you have a formula that will provide an indicator on the chart showing the correct Laguerre RSI values?

Also, if the indicator is possible can this be scanned for crossing selected values?

Even if the indicator is not possible can it still be scanned? 

I am interested in a formula witha a gamma value of .9 and obviously it would be best to have an indicator where the value can be changed.

Thanks,

David

 

 

QUOTE (Bruce_L)
The limited information I've found makes it doubtful that I am understanding these Indicators correctly, but you may wish to try the following:

A Laguerre RSI with a gamma of .5 could be created as a Custom Indicator as follows:

Select Chart Template | Add Indicator | Indicator.
- Visible: Checked
- Center Zero Line: Unchecked
- Plot using price scale: Unchecked
- Smoothing Average: 1
- Average Type: Doesn't matter (because the Smoothing Average is 1)
- Indicator Formula: (ABS(C >= XAVGC3.1) * (XAVGC3 - XAVGC3.1) + ABS(C1 >= XAVGC3.2) * (XAVGC3.1 - XAVGC3.2) + ABS(C2 >= XAVGC3.3) * (XAVGC3.2 - XAVGC3.3))/ (ABS(XAVGC3 - XAVGC3.1) + ABS(XAVGC3.1 - XAVGC3.2) + ABS(XAVGC3.2 - XAVGC3.3) + .0000001)

Adjusting the gamma would involving changing the Exponential Moving Average Period used within the Indicator Formula.

A Fisher Transform (using a Stochastic of Price for normalization instead of a Stochastic of (H + L) / 2) could be created as a Custom Indicator as follows (the Stochastic Period and Smoothing Average can both be adjusted):

Select Chart Template | Add Indicator | Indicator.
- Visible: Checked
- Center Zero Line: Unchecked
- Plot using price scale: Unchecked
- Smoothing Average: 3
- Average Type: Exponential
- Indicator Formula: LOG((ABS(STOC10 = 0) * .000001 + STOC10 / 50) / (ABS(STOC10 = 100) * .000001 + 2 - STOC10 / 50)) / 2

You may wish to review the following:

Plotting Custom Indicators with Examples
Handy PCF example formulas to help you learn the syntax of PCFs!
PCF Formula Descriptions

Topic: Camarilla formulas
Posted: Monday, November 16, 2015 2:56:35 PM

what about being able to make columns with the correct Camarilla pivot numbers for R3,R4,S3 and S4 and scanning for crosses of those values?

Topic: Camarilla formulas
Posted: Monday, November 16, 2015 10:23:39 AM

is it now possible to show camarilla pivots as straight lines on a chart as an indicator in the current version 12.6 or 16