- May 29, 2004
- 2,428
- 0
- 0
Hey folks,
I am a day/swing trader (stock market) and use specific/custom indicators to help me with my judging of trades. I have an indicator which is used in Tradestation. I would like to
put it into another program called Quotetracker, but they don't use EasyLanguage (which is what tradestation programming language is called). I am not a programmer type, so if I could get some help, I would GREATLY appreciate it! Here is an example of how the programming is setup FOR A DIFFERENT INDICATOR within the Quotetracker.
**********Quotetracker Single Regression***************
Single Regression Line algorithm:
1. Going through the last N periods calculate:
SumX - sum of all X values
SumY - sum of all Y values
SumXY - sum of all XY
SumX2 - sum of all XX
2. B = (N*SumXY-SumX*SumY)/(N*SumX2+SumX*SumX)
A = (SumY-B*SumX)/N
3. Calculate standard deviation
Go through all N periods and for each calculate
F = Y-(X*B+A)
4. SumF = sum of all F*F from step 3
5. StD = SQRT(SumF/N)
Plot the lines:
Y=B*X+A for the central line
Y=B*X+A+W*StD for upper channel line (where W is the width of the
channel)
Y=B*X+A-W*StD for lower channel line (where W is the width of the
channel)
****************************
That is how Quotetracker programmed the indicator "Single Regression Line". However, I want them to input a new indicator which is a "Moving Linear Regression" instead of just "Single Regression Line." I do have the coding for the NEW indicator, but it is in Easylanguage. It is what tradestation users use for a Moving Linear Regression indicator.
http://www.lan-xtreme.com/easylanguage/tradestation.txt
Again, if I could get some help, even if it isn't 100% correct, I would appreciate it. If I get them something that is ~90% correct, Quotetracker would be more than willing to fix it to work with how they program it in. I am just not good enough programmer to understand the formula's and how they are "truly" setup in that tradestation.txt.
If you need more information, don't hesitate to PM or e-mail me. If you look, I would appreciate bumps! I also wouldn't mind paypaling someone for their time if they helpout enough. Thanks again!
			
			I am a day/swing trader (stock market) and use specific/custom indicators to help me with my judging of trades. I have an indicator which is used in Tradestation. I would like to
put it into another program called Quotetracker, but they don't use EasyLanguage (which is what tradestation programming language is called). I am not a programmer type, so if I could get some help, I would GREATLY appreciate it! Here is an example of how the programming is setup FOR A DIFFERENT INDICATOR within the Quotetracker.
**********Quotetracker Single Regression***************
Single Regression Line algorithm:
1. Going through the last N periods calculate:
SumX - sum of all X values
SumY - sum of all Y values
SumXY - sum of all XY
SumX2 - sum of all XX
2. B = (N*SumXY-SumX*SumY)/(N*SumX2+SumX*SumX)
A = (SumY-B*SumX)/N
3. Calculate standard deviation
Go through all N periods and for each calculate
F = Y-(X*B+A)
4. SumF = sum of all F*F from step 3
5. StD = SQRT(SumF/N)
Plot the lines:
Y=B*X+A for the central line
Y=B*X+A+W*StD for upper channel line (where W is the width of the
channel)
Y=B*X+A-W*StD for lower channel line (where W is the width of the
channel)
****************************
That is how Quotetracker programmed the indicator "Single Regression Line". However, I want them to input a new indicator which is a "Moving Linear Regression" instead of just "Single Regression Line." I do have the coding for the NEW indicator, but it is in Easylanguage. It is what tradestation users use for a Moving Linear Regression indicator.
http://www.lan-xtreme.com/easylanguage/tradestation.txt
Again, if I could get some help, even if it isn't 100% correct, I would appreciate it. If I get them something that is ~90% correct, Quotetracker would be more than willing to fix it to work with how they program it in. I am just not good enough programmer to understand the formula's and how they are "truly" setup in that tradestation.txt.
If you need more information, don't hesitate to PM or e-mail me. If you look, I would appreciate bumps! I also wouldn't mind paypaling someone for their time if they helpout enough. Thanks again!
 
				
		 
			 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		
 Facebook
Facebook Twitter
Twitter