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: MoreAces
About
User Name: MoreAces
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Friday, August 23, 2013
Last Visit: Monday, July 18, 2016 8:10:37 PM
Number of Posts: 245
[0.08% of all post / 0.06 posts per day]
Avatar
Last 10 Posts
Topic: position in range new
Posted: Tuesday, February 16, 2016 11:34:31 AM

so for the 8 period, the Price would be the MAXC7.1

Topic: position in range new
Posted: Monday, February 15, 2016 4:14:06 PM

OK I HAVE THIS

(100 * (C-MINC8) /( MAXC8 -MINC8) )

That said, this what i want to know if we can Calculate.  IF I have the value of the Previous Bar Can I calculate the Value of the Price (C) that would create a Current Indicator Value of 100 or 0 for the Above Indicator using 3 Period, 6 Period, and 8 Period.  The Following 3 Formulas are formulas for the Previous Bar Value:

100 * (C1-MINC3.1) /( MAXC3.1 -MINC3.1)

100 * (C1-MINC6.1) /( MAXC6.1 -MINC6.1)

100 * (C1-MINC8.1) /( MAXC8.1 -MINC8.1)

 

Thanks

 

 
Topic: position in range new
Posted: Monday, February 15, 2016 10:00:06 AM

I guess is am not getting the difference in MIN(C,8) and MINL8

Topic: position in range new
Posted: Monday, February 15, 2016 9:48:19 AM

Bruce this is unrelated but very similar, i am using the first formula and its result will sometimes reach 100 and Max out there, but trying to write the formula different and get the same results but cant quite get there.  Here are the 2 formulas, the later is 1 of my attempts to rewrite different but does not produce the same exact results

 

100 * (C-MIN(C,8)) /( MAX(C,8) -MIN(C,8))

 

100 * (C - MINL8) / (MAXH8 - MINL8)

 

Thanks

Topic: Moving Linear Regression
Posted: Saturday, February 6, 2016 11:48:22 PM

I see now thanks

Topic: Moving Linear Regression
Posted: Saturday, February 6, 2016 12:32:41 PM

OK create a pcf with my formula and your formula and see if you get the same answer if so, then I guess you and bruce are correct

MY FORMULA

((((C*V) / V) + ((C1*V1) / V1) + ((C2*V2) / V2)) / 3)

YOUR FORMULA

(AVGC3+AVGC3.1+AVGC3.2)/3

Topic: Moving Linear Regression
Posted: Saturday, February 6, 2016 8:36:00 AM

This is actually the formula, I was looking for a shorter way to say it (may not be a shorter version)

 

( ( ((((C*V) / V) + ((C1*V1) / V1) + ((C2*V2) / V2)) / 3) +

((((C1*V1) / V1) + ((C2*V2) / V2) + ((C3*V3) / V3)) / 3) +

((((C2*V2) / V2) + ((C3*V3) / V3) + ((C4*V4) / V4)) / 3) ) / 3 ) 

 

But thanks for the input

Topic: Keltner Gap Scan
Posted: Tuesday, February 2, 2016 3:14:58 PM
(((XAVGH30 + XAVGL30 + XAVGC30) / 3) + (1.5 * (XAVGH30 - XAVGL30))) so should this become the below(((XAVGH30 + XAVGL30 + XAVGC30) / 3) + (1.5 * (XAVGH30.1 - XAVGL30.1)))
Topic: Keltner Gap Scan
Posted: Monday, February 1, 2016 5:59:05 PM

Another Thing i dont quite get
 - THIS SHOULD BE THE TOP KELTNER CHANNEL FOR 30 PERIOD 1.5 ATR

(((XAVGH30 + XAVGL30 + XAVGC30) / 3) + (1.5 * (XAVGH30 - XAVGL30))) 

But i am always about .8 to .12 off of being equal with the plot on the chart

Topic: Keltner Gap Scan
Posted: Monday, February 1, 2016 4:27:54 PM

thanks it thanks