A normal stock has a share float, which is the amount of stock that can be traded on the exchanges.
How do you determine this for ETFs like GLD..
http://www.spdrgoldshares.com/sites/us/prospectus/
Any ideas???
I am soon to release my new site, that will request payment for members to view my charts and system.
I am not a USA person, I am not advisor, I am not registered with SEC etc
On my site I stress in the disclosure that charts are for educational purposes and showing what I am doing, and if...
.."No shame in baring your lack of basic education"...
Hey I have higher school this and that, but the brown ale stuff from easter is still ooozing out of me..
NO SHAME here
This is what I getting with vb code..
Degrees
X1 and Y1 are static for testing
X2 and Y2 are calculated.
ALL X and Y are pixels
X2 = X1+100 pix
Y2 = ??
Dim Angle As Double = (Levels(k) * Math.PI) / 180
Dim y2 As Integer = CInt((100 * Math.Tan(Angle)))
This is what I get...
HI,
I have the angle in degrees ( like 22,45,67,75), I also have the length of 100 for the bottom black line.
How do I calculate the LENGTH of X (ie dotted red line)
I forgotten SIN, COS, TAN..
Please advise...thanks
I am doing a DIY of this type of sinewave anaylsis
www.cycles.cc
www.techsignal.com
This trader is very successful with this stuff: http://www.charlesnenner.com/index.php
So just add the data points up and divide by 3. Then !
As axis is 1 to -1 guess that would work..
Just wanted to check if engineers has some special wiz bang approach...
I have three sinewaves, of different periods and swings.
Hows does one synthesis these sinewaves.
Synthesis defintion : the combining of the constituent elements of separate material or abstract entities into a single or unified entity
A simple average of the three or something else??