Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

felix36

Members
  • Content Count

    5
  • Joined

  • Last visited

Personal Information

  • First Name
    TradersLaboratory.com
  • Last Name
    User
  • City
    zagreb
  • Country
    Croatia
  • Gender
    Male

Trading Information

  • Vendor
    No
  1. Yes, especially analysts and the media (CNBC) or Big Money. Now I recalled big downgraeding Yahoo shares, just before the bids for the purchase by MSFT. It is interesting that some analysts downgreading and demolition Yahoo stock price. At the same time to decrease Yahoo prices, companies that are doing these same analysts have bought Yahoo shares as crazy. http://translate.google.hr/translate?hl=hr&sl=auto&tl=en&u=http%3A%2F%2Fopcije.com%2Fnode%2F102 Of course it was all accompanied by a negative media campaign on CNBC on weaknesses Yahoo shares. For several days after a well earned on long calls on Yahoo and up to 3000 to +4000% pure gain. http://translate.google.hr/translate?js=y&prev=_t&hl=hr&ie=UTF-8&layout=1&eotf=1&u=lhttp%3A%2F%2Fopcije.com%2Fnode%2F105&sl=auto&tl=en So much for the "analysts", the news and follow-up "market gurus". Only TECHNICAL ANALYSIS and monitoring the flow of capital. With such an analysis and Big Money misinformation on CNBC can be very useful.
  2. True Eric, Thanks for your help. I trading with stock options using their own algorithm (NAD) for tracking entry and exit of capital (in and out of stocks). I wrote about this topic in opcije.com, unfortunately in the Croatian language and I had quite a success in trading help of indicators used to THINKORSWIM platform. Here are some of the links, though I'm not sure how many will be understandable. Declare lower; #Thinkorswim indicator study code by Felix # NAD # Market Data Manipulation Indicator # October 14 2008 Input ma5=5; Input LEN=390; Def formula=(((close-open)/volume)/open)*100; Def SELLING=volume/(((formula*volume)/100)+2); Def BUYING=volume-SELLING; Def DIFF=BUYING-SELLING; Def suma=sum(DIFF,LEN); Def ma=Average(suma,ma5); Plot NAD = ma; NAD.AssignValueColor(if ma > ma[1] then color.dark_green else color.dark_red); NAD.SetStyle(Curve.Firm); NAD.SetLineWeight(4); Seciranje noviad indikatora 2. dio | opcije.com The Matrix, but with money: the world of high-speed trading Can Goldman Sach's Stolen Code Be Used to Manipulate the Markets?
  3. I'm sorry.I will try again here ... To get reliable results, we have to go down to the elementary level (PRICE / SALES) and elementary data perform calculations for longer time intervals. If we have two completely identical bar OHLC a period of one minute with the same volume. Rights size distribution of capital will be different for both because it depends on each individual element within that interval, which does not and usually is not the same. So we actually get for pre-encrypted data. When you see the bullish engulfing or anything like it means nothing. We can see nothing with simple technical analysis. OHLC and volume is not enough. We can not find anything with that information because it is already "under the surface" formed. Thus with high frequency trading, not only to cut the order of millions of small, but bring noise and can manipulate prices by the combination of an incredible amount of volume to bid on 3 and four decimals ...
  4. To get reliable results, we have to go down to the elementary level and the elementary data perform calculations for longer time intervals. We assume that we have two completely identical OHLC bar in duration from one minute to complete the same volume. Rights size distribution of capital will be different for both because it depends on each individual element within that interval, which does not and usually is not the same. If you performed the calculation based on data the two minute bar and the same corresponding volume, get the same result, but it would be inaccurate. So we actually get for pre-encrypted information.I when we see bullish engulfing or what so it means nothing. When analyzing candelsticks even that does not mean anything. Under each candelstick and two completely identical with the same volume in an interval, no matter whatever it was is special and unique story. Nothing can be more plain reading with technical analysis. OHLC nor any volume that belongs to him is not enough. We can not find anything with that information because it is already "under the surface" formed. It is logical. If T.A. based on price and volume, and price is manipulated, the relative volume also grinding to extremes in HIGH FREQ.TRADING. Complete T.A. what most use is also MANIPULATED not worth anything What Elliot Wave, Fibonacci? Do you think that a computer program has embedded itself in the subconscious sense of aesthetics, such as people? Sometimes there were, and still do not.
  5. Hello Soultrader, Where have you hidden codes calculation in Excel? Start a topic, and anything concrete can not explain. Why did you hide the formula in calculating excel? In which time frame you have taken the data and why you ever started this topic if you do not know or will not answer specifically, but only in general ? Would rather delete it and not bothering people.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.