Search results

  1. D

    Which EURO banks listed on US markets

    thanks
  2. D

    Which EURO banks listed on US markets

    ?? The one with most risk to current situation, or any??
  3. D

    GLD spdr shares, float or shares on issue

    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???
  4. D

    Greece Accepts Terms of EU-Led Bailout, ‘Savage’ Cuts

    Do they expect greece to pay this back ... cause that is not going to happen.. A larger crash is postponed for the future...
  5. D

    SEC rules on advisors

    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...
  6. D

    Maths wizz only thanks

    .."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
  7. D

    Maths wizz only thanks

    cracked it.... My charting software has height from top to bottom, not bottom to top.. Thanks lads and ladies
  8. D

    Maths wizz only thanks

    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...
  9. D

    Maths wizz only thanks

    NOPE pixels, but it is on chart, I converted to pixels 100 is pixels
  10. D

    Maths wizz only thanks

    Ok its NOT working.. Tan(67) = X/100 100 * Tan(67) = X I assume I convert the 67 to redians like Angle = 67 / 180 * Math.PI
  11. D

    Maths wizz only thanks

    Writing code for a super dooper angle thingy me gig
  12. D

    Maths wizz only thanks

    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
  13. D

    Engineers Please advise

    I also have this, and its not bad.. http://emini-watch.com/products/hilbert-sine-wave
  14. D

    Engineers Please advise

    Wave, That may be more maths than I need. So what was your conclusion of sinewave studies .. cheers
  15. D

    Engineers Please advise

    Wave, Thanks, how does one use Cosine with three data sets of sinewave ???
  16. D

    Engineers Please advise

    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
  17. D

    Engineers Please advise

    Thanks..:D
  18. D

    Engineers Please advise

    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...
  19. D

    Engineers Please advise

    Are you being funny, or is that the serious answer ??
  20. D

    Engineers Please advise

    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??
Back
Top