Slashdot Mirror


Computer Glitch Causes Havoc and Losses on Nasdaq

goombah99 writes "In an illustration of how fragile the electronic stock market system is the NY Times is reporting how a tiny computer glitch rippled through the Stock Markets with buyers who bought low and sold high taking huge losses. An erroneous large sell order was entered. Many people bought at this low price, then signed options contracts to sell these at higher prices, locking in a profit. Or so they thought utill the erroneous low sell order was removed. Now to honor their options they had to buy the stock at a higher price. Since exchanges trust each other's trade prices it rippled throughout the system. There does not seem to be any way to gracefully undo such errors."

324 comments

  1. Hmm.. by Wigfield · · Score: 5, Interesting

    What if some smart but malicious programmer rigged the system for his own profit? I know this example here is a glitch, but perhaps in the future...

    1. Re:Hmm.. by Kenshin · · Score: 1

      "I told them I'd burn the place down..."

      --

      Does it make you happy you're so strange?

    2. Re:Hmm.. by macdaddy357 · · Score: 4, Funny

      After the damage was done, the ticker read,
      "YoUvE bEEn HaxOreD fuXOrS
      Suckee it down!
      wOOt!"

      --
      How ya like dat?
    3. Re:Hmm.. by surprise_audit · · Score: 1

      See "Debt of Honor" by Tom Clancy. An "Easter Egg" in a computer program effectively crashes the stock market. Our All-American hero Jack Ryan saves the day. For a book written in 1994, it has an oddly prophetic view of what happens when you crash a fucking big airplane into a building.

    4. Re:Hmm.. by Anonymous Coward · · Score: 5, Informative
      What if some smart but malicious programmer rigged the system for his own profit? I know this example here is a glitch, but perhaps in the future...

      I work for the company in question, and I assure you this is not the case. What basically happened is that the feature which would auto bail-out of a losing position which was in place for client X was discovered and used by client Y, who wasn't even supposed to know about it. Client Y added the setting to support autobail, but didn't include a lag time to send the orders.

      Thus, the order was sent thousands of times before the error was noticed.

      For it to have been malicious, the programmer would have had to have contact with the client in question, which is not the case. It was a multi-layered mistake, plain and simple.

    5. Re:Hmm.. by thynk · · Score: 1

      See "Debt of Honor" by Tom Clancy

      Excellent book! Remeber though that it was Ryan's wife that sparked the "If it's not written down, it didn't happen" that allowed them to go back before the "Egg" exploded.

      IIRC, Mr. Clancy was once asked if his books were turning into a play book for terrorist. His claim was that as everything he bases his books on is from common, open sources of information the terrorists don't need his book.

      Might have to put that one on the re-read again list once I'm done with the 5 or 6 new books I got this week.

      --

      Good judgment comes from experience, and a lot of that comes from bad judgment.
    6. Re:Hmm.. by zhenlin · · Score: 1
      You know, this is eerily reminiscent of this story, from rec.humor.funny, http://www.netfunny.com/rhf/jokes/87/3491.1.html

      Late-breaking news: Federal investigators have revealed that yesterday's record drop in the stock market was apparently triggered by two high-school students operating out of a basement somewhere in Western Pennsylvania. The names of the suspects, both minors, have not been released. Arrest warrants have allegedly been issued, but the student hackers apparently have not yet been apprehended. A spokesman for the FBI refused to comment on the rumor that the two had managed to leave the country carrying millions of dollars in cash and gold.

      Just after the close of stock trading on Monday, the Washington Post received a call from two individuals who claimed to be the stock market "hackers." The callers explained that they have been breaking into the computer systems of major brokerage houses for several months, "adjusting" the price of various stocks. This was done by telephone, using a Macintosh personal computer and, later, a Perq workstation that the pair had retrieved from a dumpster at CMU. The callers claim that they finally "cracked" security on the New York Stock Exchange's new supercomputer about two weeks ago.

      "It was ridiculously easy," said one of the hackers, who identified himself only as "Captain Weenie." "The password was `Scrooge'. What turkeys! After we bounced a few stocks, they got suspicious and changed the password, but it was too late. We had Trojan horses planted all over that system by the time they got wind of us. We were just playing around, trying to keep ahead of them, and making some pocket money on the side. We had a big pile of gold hidden in this hollow tree. We joked about buying a Cray with it, but we didn't have enough yet. You can't just buy the machine and put it in the basement, and my mother would have been pretty suspicious if we put up a big air-conditioned building in the back yard. The projection TV was bad enough--we told her we did some programming for the guy who owned the store. Anyway, today the (expletive deleted) Perq went crazy and we decided that we had better go underground in a hurry."

      The two went on to explain that the record-breaking plunge in stock prices was triggered unintentionally when faulty floating-point microcode on the Perq put the machine into an infinite loop in the middle of a routine that selected a stock at random and issued bogus "sell" orders. By the time the machine's plug was pulled, nervous investors had noticed the dramatic downward trend and had begun to sell off their own holdings. "The market was probably going to crash anyway," one of the callers claimed, "but I wish they had debugged that microcode."

      Professor Douglas Tygar of Carnegie-Mellon University, an expert on computer security, has been summoned to the White House for urgent consultation on how such break-ins can be prevented in the future. As he was boarding the private jet at Greater Pittsburgh Airport, Tygar was heard to comment that the root password for the stock exchange's main computer should have been at least eight characters long, and probably should not have been the name of a comic book character. Tygar denied rumors that he had accepted the post of Secretary of the Treasury, claiming that he would rather be director of the National Security Agency.
    7. Re:Hmm.. by PleaseDontBeTaken · · Score: 2, Insightful

      You sound like you know what you are talking about, but it still doesn't make that much sense.

      Was the client long one million shares of the stock, and they went to send 1000 orders to trade out of the stock, all at the same time, rather than 1000 orders for 1000 shares each spaced two minutes apart (would take days).

      Or was the error that the client was only long 1000 shares, and then they autobailed their 1000 shares but the execution for some reason didn't feed back to their inventory, so it keep trying to sell the "same" 1000 shares over and over (and would have until the stock hit zero).

      If it was more the former, that would fit what you explained. If it was more the latter, that wouldn't explain why the sales never flattened their inventory and thereby (mathematically) stopped the autobail process.

      --
      --
    8. Re:Hmm.. by Anonymous Coward · · Score: 0

      Dad??

    9. Re:Hmm.. by Anonymous Coward · · Score: 0

      A similar joke was made on "Bloom County" when O.W. Jones's dad scorns his son for making a similar message appear in the NYSE and thus collaspsing trade and Western Civilization.

    10. Re:Hmm.. by schon · · Score: 4, Insightful

      the feature which would auto bail-out of a losing position which was in place for client X was discovered and used by client Y, who wasn't even supposed to know about it.

      Ahh, security through obscurity.

      I hope that appropriate action is taken against whoever decided that was the best way to prevent the feature from being used by an unauthorized party.

    11. Re:Hmm.. by Anonymous Coward · · Score: 0
      You sound like you know what you are talking about, but it still doesn't make that much sense.

      Market rules are a little weird.

      It is always okay for you to enter an order which exits a position, even if you are floating other orders which, combined, would take you past your margin.

    12. Re:Hmm.. by defaultXIX · · Score: 1

      Off topic, but I find it incredibly funny that you choose to spam protect a hotmail address. :)

    13. Re:Hmm.. by Anonymous Coward · · Score: 0
      Ahh, security through obscurity. I hope that appropriate action is taken against whoever decided that was the best way to prevent the feature from being used by an unauthorized party.

      IANTOP, but a tightly controlled binary that could be used only on premises of a corporation could be fairly secure by tight physical security on premises. This is not to say that user settings and the like (as the OP described) should not also be kept secure, but, done correctly a system with easily modifiable user settings could even be used as a honeypot to catch saboteurs.

      Someone else making a mistake does not make you the great engineer prophet, here to save us from the evils of <name slashdot cause here>

  2. Poor slobs. by Highlander · · Score: 2, Insightful

    I wonder how many people got fired because of it.

    H.

    1. Re:Poor slobs. by LostCluster · · Score: 2, Interesting

      Maybe a whole company. Archipelago now has a lot of explaining to do about their regulatory practices. The stock market system depends on self-regulation by the exchanges, and this newcomer got caught making a very questionable early decloration that things were all clear, while NASDAQ took longer but got made the right call. Archipelago then got reduced to copying off of NASDAQ's homework, and leaving some of its own customers holding the bag.

  3. One Dollar by wud · · Score: 5, Funny

    I bet we can make the two of them poor, while making the two of us rich.

    --
    wud
    1. Re:One Dollar by Anonymous Coward · · Score: 0

      I don't get the reference, even though I'm not a mod. Can you explain it? I think it sounds interesting.

    2. Re:One Dollar by zcat_NZ · · Score: 1

      From the movie "Trading Places"

      --
      455fe10422ca29c4933f95052b792ab2
  4. Can you say : by ThePatrioticFuck · · Score: 0, Troll

    "Oh shit..."

  5. Virus by instanto · · Score: 3, Funny

    I wonder how a Virus Attack (Specially Crafted) on Wall STreet would play out.. Could be interesting.

    (Or,maybe they run Norton SystemWorks... )

    --
    // instant - "I for one welcome our new Decaff Coffee-Flavoured-Coffee Overlords"
    1. Re:Virus by Anonymous Coward · · Score: 2, Interesting

      They (mostly) run OpenVMS. Good luck with the virus.

      Anonymous Ex-Deccie coward

    2. Re:Virus by mr100percent · · Score: 1

      Supposedly there was a foiled terrorist attack on Wall Street about a decade ago. It involved EMP. The entire thing is sorta classified, but stuff has leaked out.

    3. Re:Virus by mvpll · · Score: 1

      Nah, that was just their insistance that if "common people" could have 1kW microwave ovens, they should install 1MW microwaves in every lunch room.

  6. Interesting approach from Clancy by Chairboy · · Score: 5, Interesting

    In a Tom Clancy book (Debt of Honor, I think), a computer programmer takes advantage of a weakness in the stock market to induce a crash. After a week of the market shut down, they recover by resetting the prices to where they were the day before the glitch and instructing stock brokers on steps to avoid re-creating the crash.

    It doesn't apply to this situation, but the specifics of how they do it is interesting for anyone who might want to check out the book.

    1. Re:Interesting approach from Clancy by KD5YPT · · Score: 3, Informative

      Yes, its the Debt of Honor. But another thing that work in their advantage is that NO record was kept due to the glitch, therfore they could reset the entire stock market and basically declare all tradings done during those days were void.

      --
      In US, you can easily buy enough major firearms to wipe out your neighbourhood but a few little fireworks are banned.
    2. Re:Interesting approach from Clancy by proctorg76 · · Score: 2, Funny

      yeah, it was Debt of Honor. The same one that ended with a disgruntled japanese airline pilot taking out the State of the Union address with his jumbo. Seeing as how the relevance of this text to our modern times can be interpreted so much more easily than the bible can, I move to have it declared the new holy document and Clancy recognized as our lord and saivor.

      --
      Something distinct that people will remember better than my name
    3. Re:Interesting approach from Clancy by Anonymous Coward · · Score: 0

      I second this opinion. Moderators, please mod parent up, and editors, please include the Gospel according to Jack in the /. FAQ. Thank you.

    4. Re:Interesting approach from Clancy by Splab · · Score: 1

      A very good book - but the problem is to do a rollback you need to have every other nation to agree with you - wont happen in real life. But a great book none the less.

    5. Re:Interesting approach from Clancy by dakryx · · Score: 1

      Why would you need all nations to agree with you? Each nation has their own stock market.

    6. Re:Interesting approach from Clancy by Phoenixhunter · · Score: 1

      And foreign nations do not invest and trade in the US stockmarket?

    7. Re:Interesting approach from Clancy by The+OPTiCIAN · · Score: 1

      Not all trading. As Clancy indicates in the book, not all exchanges have to happen through the stock exchange (eg: a deal in a pub), but the volume of such exceptions is very low.

      - C

      --


      Believe with me, my saplings.
    8. Re:Interesting approach from Clancy by macdaddy357 · · Score: 1

      What do they call the stock markets in China, North Korea, and Cuba?

      --
      How ya like dat?
    9. Re:Interesting approach from Clancy by Anonymous Coward · · Score: 0
      resetting the prices to where they were the day before the glitch

      This statement sounds stupid if you know how the market really works.

    10. Re:Interesting approach from Clancy by gilroy · · Score: 1
      Blockquoth the poster:

      But a great book none the less.

      Yeah, right up until the point that Tom Clancy gives up on democracy and decides that the only hope for America is to wipe out the duly-elected Congress and start over... sure, his good guy, Jack Ryan, comes to power, but only at an unthinkable cost. Recall that Debt of Honor was released in 1994 and thus written before the staggering 1994 win of the US House by the Republicans. For many years, many conservative thinkers felt the Congress was forever beyond their reach...

      I'll admit it, I stopped reading Clancy with this book. I couldn't get past the implicit bleakness in its view of the American democracy supposedly heralded.
    11. Re:Interesting approach from Clancy by Happy+go+Lucky · · Score: 1
      What do they call the stock markets in China, North Korea, and Cuba?

      In China, it's the Shenzhen Stock Exchange. They also have the Hang Seng, if you want to count Hong Kong as China.

      Cuba actually has one, called the Cuba Stock Exchange.

      I can't find one for NK. However, at its heart a stock exchange is just a place where people buy and sell ownership of stuff.

  7. 1987 by all+your+mwbassguy+a · · Score: 1, Interesting

    just think what would have happenned if it took any longer for that order to be removed.

  8. let's just hope... by Anonymous Coward · · Score: 4, Funny

    ... that the glitch caused SCOX to fall even more :)

    1. Re:let's just hope... by mobby_6kl · · Score: 0

      damn, I just bought 80 of them!

      ahhh, should have posted as AC

    2. Re:let's just hope... by FattMattP · · Score: 1
      let's just hope ... that the glitch caused SCOX to fall even more
      Don't worry. After Friday's court ruling it'll be doing fine on its own.
      --
      Prevent email address forgery. Publish SPF records for y
  9. Litigiousness ensues by kcornia · · Score: 1

    Definitely some big lawsuits headed someone's way if this is not rectified.

  10. its that pesky Y2.003K bug! by microcars · · Score: 3, Funny

    start stocking up on toilet paper and gold coins!

    --
    I like microcars
    1. Re:its that pesky Y2.003K bug! by Paradise+Pete · · Score: 1, Funny

      Fortunately Y2003K is a long way off.

    2. Re:its that pesky Y2.003K bug! by Adam9 · · Score: 1

      The subject line was Y2.003K.

    3. Re:its that pesky Y2.003K bug! by Paradise+Pete · · Score: 1
      The subject line was Y2.003K.

      Oh yeah, look at that. I withdraw my smart ass remark.

    4. Re:its that pesky Y2.003K bug! by the+pickle · · Score: 1

      Fortunately, your decimal arithmetic skills are absolutely useless, because 2.003 * 1000 = 2003. Just like the OP said.

      I'd waste a mod point but a) I don't have any and b) there isn't a "-1: Mathematically Incompetent" moderation.

      p

    5. Re:its that pesky Y2.003K bug! by Paradise+Pete · · Score: 1

      UNfortunately, your reading skills are lacking. This has already been covered, had you bothered to read the thread. Also, it obviously had little to do with arithmetic, and more with me not noticing the decimal point. While there is also not a "-1, Literally Incompetent", there is a -1 redundant. Perhaps you'll get one of those.

  11. Do over!!! by El+Cubano · · Score: 5, Funny

    Remeber being a kid and playing some game (like baseball or soccer)? What happened when someone really screwed up? or did something thinking they were allowed? You called "do over!!!"

    That is the solution. On Monday morning, all of the trading managers go out on the floor, and start off the day by yelling "do over!!!" Every trader's account is reset to its pre-Friday state, and everyone is happy. Duh, it's so simple.

  12. Not a Virus by Jameth · · Score: 1

    It wouldn't be a virus. It would just be straight hacking.

    Why would anyone make some fancy virus for a one-time job? It might involve using a virus, or not, but I'd think it would be more just direct work on security holes.

    1. Re:Not a Virus by UnassumingLocalGuy · · Score: 1

      "Why would anyone make some fancy virus for a one-time job?"

      On something that's this risky, it may be to the cracker's advantage to write a virus that remains malign until it hits its intended target, allowing the code and his/her actions to be laundered through many, many machines; increasing his/her anonymity.

      "But hey, how should I know, I'm only a kid!"--Legend of Zelda: Links Awakening.

      --
      "Hu, ho, ho-ah-oh-oh-oh. Hu, ho ho-ah-oh-oh-oh. Mario Paint! Whoaaa!"
  13. Open Sourced by Eberlin · · Score: 2

    Wonder if this is yet another argument to open sourcing critical projects so many more people can watch and debug it. I know, I know -- lots of vulns found on OSS lately, but I'd still rather trust systems where I can see the code if I needed to do so.

    While I'm at it, how many SCO stocks did it manage to fsck up?

    1. Re:Open Sourced by LostCluster · · Score: 2, Insightful

      Even open source software is at risk to GIGO flaws. Garbage data in, garbage data out...

  14. undo errors..... by ejaw5 · · Score: 5, Funny

    Lisa: Wow, Dad, you're surfing like a pro!
    Homer: Oh, yeah! I'm betting on Jai-alai in the Cayman Islands, I invested in
    something called "News Corp"--
    Lisa: Dad, that's Fox!
    Homer: [shrieks] Undo! Undo! [hits key, sighs]

    --

    $cat /dev/random > Sig
    1. Re:undo errors..... by darkov · · Score: 1

      I remember watching that episode after trading in an out of News Corp all day. Made me laugh. Shame you can't undo bad trades like on the Simpsons, though.

    2. Re:undo errors..... by Anonymous Coward · · Score: 0

      A pity the Simpsons has been cancelled. I'm sure Groening would insert some reference to Linux x Windows. That would be a great moment...

    3. Re:undo errors..... by Luigi30 · · Score: 2, Funny

      Phone: Welcome to the Dial-a-Stock System. Please say the name of the company you want a stock price for.
      Homer: Animotion.
      Phone: Animotion... up 3/4.
      Homer: Yahoo!
      Phone: Yahoo... up 2.
      Homer: Huh? What is this crap?
      Phone: FOX Broadcasting... down 8.

      --
      503 Sig Unavailable

      The Signature could not be accessed. Please try again later or contact the administrator
  15. Easy Fix by msheppard · · Score: 1

    Just call a do over. People learn do overs when there like 5 years old. I think I've for the FIX message ID for a do over. We call monday tuesday and everyone learns a few lessons.

    --
    Krispy Cream is people
    1. Re:Easy Fix by penguinoid · · Score: 1

      People learn do overs when there like 5 years old.

      But they forget it during business training (unless it is to their advantage)

      --
      Don't waste your vote! Vote for whoever you want, unless you live in a swing state it won't matter anyways
    2. Re:Easy Fix by JoeBuck · · Score: 1

      No, no do-over. These folks were trying to exploit a bug to buy stocks at well below the going price and sell immediately, and they got burned. Giving them a do-over would be wrong, since if it had worked for them they would have gotten free money they did not deserve.

    3. Re:Easy Fix by Gunzour · · Score: 5, Interesting

      Nobody knew it was a bug at the time. They simply saw the price dropping dramatically and decided to take a risk and bet on a price rebound. It was only after the halt and after the resume and *after* these people sold what they though they had bought that NASDAQ decided to cancel the orders.

      Daytraders often buy on dips, betting that the stock is being oversold. This is a decent strategy, since often the reaction to bad news is more extreme than the news warrants. So, the stock dips suddenly, then regains a lot of what it lost. This is risky, because sometimes it turns out that news was even worse than initially reported, and the stock goes down even more. Daytraders understand this risk and accept it.

      However, NASDAQ has introduced an entirely unprecedented risk -- that your buy order may be cancelled with no notice after you have already sold it forcing you into a short position that you did not intend.

      Take this scenario:

      10:55 AM - Investor sees huge dip in stock, enters BUY order for 1000 shares

      10:56 AM - Investor gets confirmation from broker that he bought 1000 shares at $40, total price $40,000 (plus fees)

      10:58 AM - Stock is halted

      11:19 AM - Stock resumes trading, price starts going back up

      11:55 AM - Investor puts in SELL order for 1000 shares

      11:56 AM - Investor gets confirmation from broker that he sold his 1000 shares at $50, paying $50,000 (minus fees). That's a profit of $10,000.

      12:28 PM - NASDAQ announces cancellation of all trades between 10:46 and 10:58 AM.

      12:30 PM - Broker adjusts Investor's account to remove cancelled BUY order from 10:55 AM. But the SELL order was not in the cancelled time frame. Investor now has -1000 shares of stock and must buy to cover the debt.

      12:35 PM - Investor enters BUY order to cover the 11:30 SELL.

      12:36 PM - Investor gets confirmation from broker of BUY at $55 per share, total cost $55,000. Since the shares were sold at $50/share, that's a loss of $5000, due to NASDAQ's cancelling after the fact.

      If NASDAQ had announced it was cancelling transactions before resuming the stock, the investor would not have entered the SELL order in the first place, and the whole thing would have been a wash. That would be the fair way to handle it.

    4. Re:Easy Fix by WNight · · Score: 1

      Did the buy price pop up and indicate that it was because of a bug, or did it look like if someone had decided to bail on a stock because they had decided it was a bad deal.

      The stock market is all about arbitrary prices of stocks that rarely have anything to do with the value of the companies they supposedly represent.

      Besides, if they haven't tossed Ken Lay in jail for the rest of his life and taken away every single possession and auctioned it, what sort of message are they sending? That the best way to get rich is through outright fraud?

    5. Re:Easy Fix by LostCluster · · Score: 2, Interesting

      Here's the problem with your timeline. At 11:19 AM, trading didn't restart at NASDAQ. It restarted at Archipelago. When trading re-started as NASDAQ, there was a simultanious warning that it was likely the pre-stoppage trades would be reversed.

      Sure, there was out of line behavior, but it happened at Archipelago... who is a completely different operation. The moral of the story is to trust NASDAQ for a fairly played market, and beware of Archipelago opening trading too soon on stocks that should remain halted.

  16. Nasdaq SNAFU by bronaugh · · Score: 1

    Oh my. Not confidence inspiring. I wonder how many other networks like this aren't built to withstand problems from, er, without... considering the error originated on an external system.

    I do wonder whatever made NASDAQ think that all networks connected to it should be trusted. That's just foolishness. And to let it affect the system so dramatically... well, it's interesting.

    Plenty of meat for the conspiracy theorists. I'll leave the rest for them.

  17. Trading has its risks by stomv · · Score: 5, Insightful

    and while the SEC and others do their best to proteect traders, mistakes do happen. This is part of the random process of the markets, and must be accounted for when making a trade, even on options markets.

    If you lost money, sorry. Unless the SEC/others can prove that somebody is liable for the initial mistaken order, you lose. Tough. Trading is risky, and sometimes the risks are completely unforseen.

    1. Re:Trading has its risks by wizrd_nml · · Score: 5, Insightful
      That's pure nonsense.

      The markets are meant for people to invest their money in businesses they feel will make a decent return for them. Investment risk consists of inherent risk of the industry, currency risk, political risk, etc. Nowhere in that equation is there EVER risk of a glitch in the computing system factored in.

      Mistakes happen because people are unethical, criminal, or just dumb managers. But mistakes should never ever happen because the system that you gave an order to buy or sell for you decided to have a glitch.

      Someone IS liable. NASDAQ is liable! NASDAQ is a company and it will be sued for the losses that it caused other people. It's as simple as that.

    2. Re:Trading has its risks by fred911 · · Score: 1

      What, you're suposed to account for a risk that the best bid and best ask aren't possibly the best bid/ask? No way. Instinet and Archipelago fucked up here and filled orders in an unorderly manner (which is one of their only mandates). The marketmakers are as responsable as NASDAQ is. My bet is the traders are made whole, or there's a buch of litigation to follow.

      You realy think a trader is going to take "well you did nothing wrong.. neither did we.. you pay".

      Never

      --
      09 F9 11 02 9D 74 E3 5B - D8 41 56 C5 63 56 88 C0 45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    3. Re:Trading has its risks by mindstrm · · Score: 1

      I believe nasdaq has a set of rules for those who trade on it, and one of those rules I'm sure has to do with obvious mistakes. It would be suicide for them not to have such a rule.

      When you as an individual do trades, you do them with a brokerage, not with nasdaq, no matter how transparent it looks, and liability in that case depends on your contract with your broker.

    4. Re:Trading has its risks by wizrd_nml · · Score: 2, Insightful
      Nasdaq can make all the rules it wants. But not all rules/disclaimers are legally binding. For example, you can't as a company say I'm going to sell you a car but I'm not liable if it doesn't run. Even if that rule was in the contract, a court wouldn't allow it.

      It would be interesting to see what happens next.

    5. Re:Trading has its risks by Prof.Phreak · · Score: 0, Flamebait

      Nowhere in that equation is there EVER risk of a glitch in the computing system factored in.

      And how would that be different from say... investing in Microsoft, and having their stock do a nose dive because of some internet worm?

      (or worse, investing in something like toilet paper and having the company go belly up (or loose lots of profits) because their computer system screwed something up?)

      What if after an investigation they determine that the glitch was caused by lightning hitting something just in the right place in the right time, and flipped a few bits in just the right way. Who do you blame then?

      Besides, people who lost money on this are not value investors - day traders are gamblers - a value investor wouldn't invest in something that `just came up'.

      --

      "If anything can go wrong, it will." - Murphy

    6. Re:Trading has its risks by kayen_telva · · Score: 2, Informative

      poppycock to your nonsense !

      you think they didnt think of this ??

      Disclaimer
      Because of the possibility of human and mechanical error as well as other factors, NASD and its affiliates are not responsible for any errors in or omissions from the information contained in or accessed through this Site. All such information is provided "as is" without warranty of any kind. NASD and its affiliates make no representations and disclaim all express, implied and statutory warranties of any kind to the user and/or any third party, including any warranties of accuracy, timeliness, completeness, merchantability and fitness for any particular purpose. Unless due to willful tortious misconduct or gross negligence, NASD and its affiliates shall have no tort, contract or any other liability to user and/or any third party. NASD and its affiliates shall under no circumstance be liable to user and/or any third party for any lost profits or lost opportunity, indirect, special, consequential, incidental or punitive damages whatsoever, even if NASD has been advised of the possibility of such damages. Some U.S. states and foreign countries provide rights in addition to those above or do not allow the exclusion or limitation of implied warranties or liability for incidental or consequential damages. Therefore, the above limitations may not apply to you, or there may be state provisions which supersede the above. Any clause of this Disclaimer declared invalid by the appropriate authority shall be deemed severable and shall not affect the validity or enforceability of the remainder. The terms of this Disclaimer are governed by the laws of the State of New York and may only be amended in a writing signed by NASD.

    7. Re:Trading has its risks by LostCluster · · Score: 4, Interesting

      Actually, Archipelago's the one to blame if you're gonna blame an exchange. Archipelago released the hold on the stock first, so most of the people who thought they were making an instant-profit by buying when it was low and selling minutes later turned out to be the instant losers. Archipelago's actions seemed to indicate the morning trades were going to stick. When the NASDAQ released their hold, they did so with a warning that anybody who had bought low in the morning should stand by because it was likely their trades were gonna be undone, and within the hour the NASDAQ followed through with the cancelations.

      So, sorry money hungry lawyers... you'll just have to settle for suing a .com-like stock market out of existance, NASDAQ's hands are clean...

    8. Re:Trading has its risks by darkov · · Score: 1

      How are you supposed to prepare for the risk that one side of a completed trade will be withdrawn? That's pretty impossible. Think about it: if you're trading in and out of a stock and one purchase or sale is removed, all your attempts to maximise your profits are turned into attempts to minimise your profits.

      It's like saying you just have to accept the risk of someone arbitrarily deciding to put a negative sign in front of your profit figure.

    9. Re:Trading has its risks by fermion · · Score: 4, Insightful
      The markets are meant for people to invest their money in businesses they feel will make a decent return for them. Investment risk consists of inherent risk of the industry, currency risk, political risk, etc. Nowhere in that equation is there EVER risk of a glitch in the computing system factored in.

      The investor chooses the risk and the reaction to short term changes. The low risk, long term investor would not likely be affected by this mistake. Such investors seldom keep track of minute to minute prices. Such an investor might notice something funny happened the previous day, and check on the details, but when nothing was found go on with life.

      It the high risk trader that is going to be burned by this scenario. This trader has chosen the high risk levels, and should know the consequences. And, your fantasy world notwithstanding, information is sometimes wrong. (In fact this case is not about computers but information dispersal) Sometimes you lose money. Sometimes you can sue for damages. But these traders are big boys and girl. The smart ones double check information if it seems out of the ordinary (and wrong quotes come by more than you might believe, often direcly from the exchange). They do not run home to mommy and daddy complaining that a 5th grader sold his pubes for $10, and you now want your money back.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    10. Re:Trading has its risks by Tony-A · · Score: 1

      For example, you can't as a company say I'm going to sell you a car but I'm not liable if it doesn't run.
      Seems like junk yards do it with no problems.

    11. Re:Trading has its risks by cubicledrone · · Score: 1, Troll

      Two words: good faith.

      --
      Business isn't willing to pay for products, innovation and careers, so we get brands, mortgage commercials and layoffs.
    12. Re:Trading has its risks by treat · · Score: 4, Informative
      I believe nasdaq has a set of rules for those who trade on it, and one of those rules I'm sure has to do with obvious mistakes.

      This is NASDAQ's "clearly erroneous" rule. I'm sure a Google search will turn up plenty. All serious players are aware of this rule.

      When you as an individual do trades, you do them with a brokerage, not with nasdaq, no matter how transparent it looks, and liability in that case depends on your contract with your broker.

      It's not their fault, and the contract should cover this.

    13. Re:Trading has its risks by Quixote · · Score: 1
      This is pure nonsense.

      The facts are simple. The market lists the price of a security. I look at the price. And I buy it if it looks good.

      If the primary purpose of the market (NASDAQ) is to facilitate trading, then they better be sure that mistakes do not happen.

      When a doctor screws up and leaves a scalpel inside a patient's stomach, the patient doesn't pull a Gandhi and say "oops, mistakes happen". He sues the doctor.

      When you are driving along merrily on the highway, and lose your concentration and rear-end somebody, you are not automatically let off without consequences ; you pay (higher insurance, suspended license, whatever).

      There must be consquences to NASDAQ screwing things up. If the people who "bought low and sold high" (as the story calls them) end up losing money, it is the NASDAQ's fault. They can't just cancel some trades, and leave the others hanging.

    14. Re:Trading has its risks by bagsc · · Score: 5, Insightful

      You're at least half right. But this isn't a question of information about prices - if it were, NASDAQ and the ECN would be off the hook. This is a question of whether the ECN executed orders that should not have been executed and NASDAQ didn't cancel them all. That's when risk minimizers are hit.

      If I market buy because the ticker says a $50 stock is selling at $40, it goes through between 10:46 and 10:58, then NASDAQ is right to cancel at 12:30: no problem. If my option straddle executes on the volatility on both sides, one before and one after 10:58, but NASDAQ cancels the options in-the-money (on Instinet) but not the options out-the-money (on another ECN), then its a problem. If I'm an idiot, and leave those options open unchecked through a halt, then its my fault for engaging in a risky behavior and getting slammed in the ensuing short-squeeze.

      Other stocks in the sector were off by 10%, so it was not stupidity to think that a 20% move was legitimate. NASDAQ halted Instinet, but not other ECNs. Archipeligo already announced intentions to file suit with the SEC on the matter. And that won't be the last suit filed on it.

      --
      http://www.accountkiller.com/removal-requested
    15. Re:Trading has its risks by mkldev · · Score: 1
      All new products must be sold with warranty. The minimum warranty requirements vary from state to state. Only products being resold may be sold without warranty.

      However, this isn't about sales at all. The product didn't turn out to be bad, the sale itself was rescinded after the product was resold. That's completely different, and falls under contract law, not consumer protection law.

      The question then becomes whether the body of contract law in the state where the sale legally occurred (which may or may not be where the computer itself is located) contains compulsory buy-back provisions. There may also be a compulsory buy-back clause in the NASDAQ contract, in which case if the day traders sold before the end of that compulsory buy-back window, they really are screwed, and they explicitly took on that risk.

      That having been said, both such provisions are unlikely (and are more likely to have been explicitly waived in a NASDAQ contract rather than being created by one to prevent people from being able to do stuff like this maliciously), and thus it seems likely that NASDAQ can and should be held liable for damages resulting out of this situation.

      --
      120 character sigs suck. Make it 250.
    16. Re:Trading has its risks by mkldev · · Score: 3, Interesting
      Rescinding sales after the fact may qualify as willful tortious misconduct. The requirement is that it must have been a direct action taken by NASDAQ (rescinding the stocks, in this case) with intent to harm a business (the day traders) rather than to promote its own purposes.

      If it can be shown that NASDAQ's systems caused this, rather than a glitch in someone else's systems, then their action was taken as an act of self-preservation, and would not be tortious. If it was caused by a problem on someone else's system, though, it probably would be.

      If, however, the failure was caused by NASDAQ's systems, the fact that safeguards were not put in place to detect such a runaway sell order qualifies as gross negligence on their part.

      Either way, if that were the contractual agreement between the day traders and NASDAQ, it seems likely that NASDAQ is screwed. However, the text you quote above is clearly web site boilerplate information, and has nothing to do with the contractual obligations NASDAQ has regarding an actual sale of stock. Without those contracts and a solid knowledge of contract law in the state of New York, we're all basically guessing here.

      That having been said, the odds do seem to lean in favor of NASDAQ being found to be negligent, and thus at fault, IMHO.

      --
      120 character sigs suck. Make it 250.
    17. Re:Trading has its risks by Anonymous Coward · · Score: 0
      not to reply to myself....

      The word information is very inclusive. Prices is the example I used, which sometimes have to be corrected as the day progresses due to errors. Other examples include the ability to trade, the methods to trade, and even the tax implications of a trade.

      One of the risks a trader assume is that thier agent is competant and will play fairly. There are laws to help us make sure this is the case. If a situations occurs where the vendor does not execute trades properly, or gives certain customers unfair advantages, the trader or government sues.

      But the original point still stands. These types of error generally hits the type of people that choose high risk tactics in hope for high returns. The incessant complaining that the trader did nothing wrong and should not have to accept the risk he or she knowingly assumed is kind of pointless. I know is popular to want something for nothing, but it is not reasonable. We seem to know who is to blame. Sue them.

    18. Re:Trading has its risks by Gorobei · · Score: 2, Interesting
      How the hell can Archipelago be to blame? People wanted to buy and sell at specific prices - Archipelago enabled them to do it. If traders ignored the risk of exchange actions, that's their problem.


      Exchange/clearing interventions of various types have occured many times in the past (for example, the redefinition of futures contracts during the Hunt brother's Silver corner, the post-WWI coffee futures reset, the post-9/11 T+5 swap settlement change.)


      NASDAQ was the party making the exceptional change, not Archipelago.

    19. Re:Trading has its risks by avsed · · Score: 1

      How the hell did this get modded up +4? It's total rubbish.

      Rather than moderate, I'll attempt to explain why it's wrong: Investment risk consists of many things, of which you missed out: Credit risk and operational risk (there's also market risk, which you kind of covered).

      The risk of a glitch in a computing system is indeed "factored in" the "equation" - it's part of operational risk, which all sophisticated investors are aware of and most make some effort to measure (this also covers things like user error, legal risk, etc.). The financial system is a system, and anyone using the system should be aware of the things that can go wrong. Contrary to your assertion, all sophisticated investors are aware that system glitches can happen - if you don't appreciate this, then you shouldn't be playing the game. Also, NASDAQ is very unlikely to be liable - if you ever read the conditions on market participation, you'll note that "buyer beware" is the first rule of business...

      Dan

    20. Re:Trading has its risks by Gorobei · · Score: 2, Interesting
      You should prepare for that risk the day you open your brokerage account, buy a seat on the exchange, etc. You have no more reason to expect a trade to be immediately good than you have a right to mow down slow pedestrians if you have a green light: a big set of (fairly common-sense) rules apply.


      Wall Street rewards non-diversifiable risk taking, and one of those risks is that trades will be disputed. Your average investor has many ways to mitigate that risk (dollar cost averaging, investing in mutual funds, using a broker.) Don't cry for them that took some damage in this case: it's a risk they knew (or should have known) they were running. You don't see them volunteering to return previous profits on arbitrage trades that went off well, do you?

    21. Re:Trading has its risks by LostCluster · · Score: 1

      Acrhipelago reversed all of its pre-stopage trades of the stock in question too. RTFA.

    22. Re:Trading has its risks by Qrlx · · Score: 1

      It sounds like you have knowledge of the stock market far beyond what Investing For Dummies covers. Are there any books you'd recommend to a neophyte or is this just stuff you learned along the way?

    23. Re:Trading has its risks by BattleTroll · · Score: 1

      The only way to get bitten by this is if one is speculating, not investing. Speculators should expect an elevated level of risk, even to the point of losing lots of cash. Sure, this situation was a computer glitch. But prices fluctuate every day for much more mundane reasons. Speculators need to suck up these loses and move on.

  18. Bound to happen. by dolo666 · · Score: 4, Insightful

    This reminds me of a nugget.

    The stock market is frail, and a fool's playpen. I remember hearing a story about a huge media barron, before the stock market crash that led to the great depression. The mogul was standing in this elevator and overheard busboys talking about how they were going to start playing the stocks. The millionaire immediately sold everything when he got to the office. His reasoning was that if two people who had no money were playing stocks, that they were a sign that the whole system was at fault and doomed. I forget who this person was, so if anyone remembers... hehe feel free to say.

    The guy's logic is correct even to this day, imho. The big companies that go public hope that an infusion of cash will make them more profitable, but it usually ends up that they get to take a break on stockholder's money for a while until it's deadline time again and they have to scramble to make product/service X work.

    The whole system is wrong.

    Look at all the ads for investing these days. They all suggest that you trust them to make you money, and they have as selling points, how easy it is to make money. The easier it is, the more moot it is, imho.

    There is no easier way than hard work.

    Glitches are bound to happen. Remember when the grid went down this past summer? I would have suspected major losses then, but somehow it wasn't that bad?

    1. Re:Bound to happen. by wizrd_nml · · Score: 1

      I believe the mogul was Warren Buffett. And the story goes that he overheard a couple of people on the street commenting on a specific stock which he then sold and which then lost a lot of its value.

    2. Re:Bound to happen. by Preston+Pfarner · · Score: 2, Informative

      >> before the stock market crash that led to the great depression
      > I believe the mogul was Warren Buffett.

      Wow, I knew Warren Buffet was getting on in years, but it's quite surprising to learn that he was already a mogul 74 years ago!

      (actually, he was born in 1930, the year after the crash)

    3. Re:Bound to happen. by darkov · · Score: 4, Insightful

      There is no easier way than hard work.

      I wonder how old you are, because you sound like my father.

      The fact is that there is no harder work than taking a risk. Things like the stock market allow people to take measured risks in return for a greater reward. It also provides cheap capital for businesses and liquidity in trading businesses. Without it the economy would be less efficient and your "hard work" would buy you a whole lot less.

    4. Re:Bound to happen. by Anonymous Coward · · Score: 0

      "Things like the stock market allow people to take measured risks in return for a greater reward."

      I can think of another thing that is similar to the stock market; it's called Gambling, and the last time I checked it was a disease profited on by mobsters.

      What difference does it make if your measured risk bankrupts an old lady, or turns the life savings of a nice couple into a box of KD?

      Just because there are meausred risks doesn't mean it's safe. There is no science to stocks, or everyone would be rich.

      The point is; not everyone can be rich. Only a small few.

    5. Re:Bound to happen. by Galvatron · · Score: 4, Interesting
      As someone else pointed out, this may be an urban legend; the version I'd heard of this involved shoeshine boys. The lesson to take away, however, is not "the whole system is wrong." The lesson is that all available sources of cash had been exhausted. The stock market will only rise so long as there are more buyers than sellers. The only way that happens is if there are people with cash that has not yet been invested in the market. During runaway bull markets, everyone wants in, so people sell bonds, cash out their savings accounts, etc. and dump it all in the stock market. Eventually, these sources of cash run dry, and the market crashes. The point of the original story is that if busboys are putting money in the market, then we're near the limit, there are no more new sources of cash for the market, and it's time for a crash.

      The same thing happened in the 90's. I read an article about how states which, during the great depression, had passed laws forbidding governmental organizations from putting money in the market were now repealing those prohibitions. Well, if Depression-era legal prohibitions were being repealed, then the market was due for a crash. Unfortuately, my prediction was a good two years eary, but oh well.

      --
      "The question of whether a computer can think is no more interesting than that of whether a submarine can swim" -EWD
    6. Re:Bound to happen. by Anonymous Coward · · Score: 0

      It was Joe Kennedy father of John F. Kennady (35th Prez) that made the Kennady fortune by getting out at the correct time.

    7. Re:Bound to happen. by darnok · · Score: 1

      The guy was supposedly Joe(?) Kennedy - patriarch of the Kennedy family in the US. Not sure if "Joe" is the right name or not; "history of Kennedy" is a subject I skipped at school...

    8. Re:Bound to happen. by Arun · · Score: 1

      There's a very similar story in Charlie Chaplin's autobiography. It definitely involved shoe shine boys, but I also seem to remember Irving Berlin (?) was mentioned as someone who lost a lot of money.

    9. Re:Bound to happen. by darkov · · Score: 1

      Just because there are meausred risks doesn't mean it's safe.

      There is nothing that is absolutely safe. All things have risks whether you realise it or not. You gamble with your life every day and you don't realise it. But some are risker than others, the question is are the risks worth the rewards? That's what the sharemarket is about, the "gambling" part of it is neither here nor there.

    10. Re:Bound to happen. by the+eric+conspiracy · · Score: 3, Insightful

      The stock market is frail, and a fool's playpen.

      Actually the stock market has been the best place to invest one's money over the last 70 years. No other investment actually outpaces inflation.

      Remember when the grid went down this past summer? I would have suspected major losses then, but somehow it wasn't that bad?

      When your predictions don't come true, it's time to re-evaluate your assumptions.

      Glitches are bound to happen.

      Yup. The question is what happens afterwards - do they get corrected and people move on, or do not get corrected and people lose confidence?

      The former seems to have happened here showing that the system has a degree of failure tolerance.

      Look at all the ads for investing these days. They all suggest that you trust them to make you money, and they have as selling points, how easy it is to make money. The easier it is, the more moot it is, imho.

      As you well know, advertisements and reality are two different things. Making money by investing it is hard work, requires intelligence, wisdom and perserverence. If you let yourself be driven by fads and ads, well you are one of the people PT Barnum was talking about.

    11. Re:Bound to happen. by demachina · · Score: 2, Offtopic
      Here is an interesting, though left wing interview with Standard Schaefer on the ulterior motivies of the imminent plan by the Republicans to privatize social security and to use it to pump money in to Wall Street. It should be taken with a grain of salt but raises a lot of thought provoking questions about how the markets really work.

      Assuming the Republican's retain control of power next year its a near certainty they are going to make a first attempt at privitizing Social Security. The case for this was very strong during the bubble, they just had to point to how much money people were making in the stock market versus the miniscule return on the money in social security.

      This movement suffered a major setback when the bubble burst and large numbers of small investors had their retirements wiped out and ended up working at Walmart. Of course they could have stayed the course, assuming they hadn't put all their money in complete turkeys Wall Street told them were sure things, and would have come out OK but a lot of people saw their life savings disappearing at an alarming rate and managed to get out just in time for the bottom of the market.

      So Wall Street and the Republicans are pretty keen on the current bull run to continue, and are doing everything they can to fuel it, as in extremely low interest rates to fuel margin buys and cutting taxes on dividends, so they can resume the plan to move Social Security money that is mostly going towards covering the deficit in to the stock market. The influx of this new money should further fuel a boom market that will rival the last bubble. Unfortunately there is a pretty good chance it will be followed by another huge correction, another one those in the know will correctly time, and get out on top, while the most basic retirement security of a lot of average people will be wiped out again.

      From the article above:

      "The financial sector is looking at these funds like a shark that sees nice juicy prey swimming in the water. They would love to get their hands on Social Security and Medicare funds to manage, at a 2% fee. Even just 1% this would amount to tens of billions of dollars annually, not including the speculative gains that could be made on the turbulent market run-up."

      --
      @de_machina
    12. Re:Bound to happen. by cubicledrone · · Score: 4, Interesting

      There is a science to investment. You just have to know how to read numbers, know how a corporation works, understand how trading works and understand what you are buying.

      Stocks were never meant to be traded as speculation on the share price. Purchasing stock is purchasing a share of a company's future earnings in the form of dividends. This is why people who invest long term make more than people who buy expecting to sell with a profit in the same week.

      There are several stocks paying 5-10% real returns as dividends right now. Try getting that rate at the bank. The best CD right now might pay 2%, if that.

      --
      Business isn't willing to pay for products, innovation and careers, so we get brands, mortgage commercials and layoffs.
    13. Re:Bound to happen. by bagsc · · Score: 4, Informative

      The big companies that go public hope that an infusion of cash will make them more profitable, but it usually ends up that they get to take a break on stockholder's money for a while until it's deadline time again and they have to scramble to make product/service X work.

      I've seen many types of correct critiques of the system, but this is just wrong. When a company receives money by issuing equity, they give up (through dilution of voting rights) partial control of the company. Management only authorizes stock issues when they expect to make money faster with the increased capital than their original equity could.
      An IPO or follow-on offering brings in money, but it doesn't make the issuer "rich." If those accelerated earnings don't materialize, the company will be worth just as much as it was worth before, only now the original owners have a smaller stake.

      Look at all the ads for investing these days. They all suggest that you trust them to make you money, and they have as selling points, how easy it is to make money.

      I challenge you to produce evidence of this. This is strictly illegal. Read up on securities law my friend, and you will notice that the regulations on investment advertising is pretty severe. If you promise someone to make them money and can't deliver, you are in violation of the law.
      The Securities Exchange Act of 1934 set out the general provisions, and the National Association of Securities Dealers (NASD) Advertising Rules have strict guidlines on what constitutes violations regarding investment advertising.

      And even if somehow this ad got past the NASD, it wouldn't get past the SEC. If you learn anything about investing, learn that SEC Rule 10b-5 is your friend.

      --
      http://www.accountkiller.com/removal-requested
    14. Re:Bound to happen. by Anonymous Coward · · Score: 0

      >> No other investment actually outpaces inflation.

      Wrong! Bonds have historically outperformed inflation. So has real estate.

      See any decent reference, like Dimson, Marsh, & Staunton. Or popup some graphs on your bloomberg.

    15. Re:Bound to happen. by IM6100 · · Score: 1

      The financial sector is looking at these funds like a shark that sees nice juicy prey swimming in the water.

      Of course, the inverse is that currently, the political sector sees these funds as a giant slush fund to fiddle around with.

      I can see why a lot of polticians in Washington would oppose privatizing Social Security. It takes away a lot of their power.

      --
      A Good Intro to NetBS
    16. Re:Bound to happen. by treat · · Score: 1
      Glitches are bound to happen. Remember when the grid went down this past summer? I would have suspected major losses then, but somehow it wasn't that bad?

      1) The power outage happened after the market close.

      2) All major players have UPSes and generators.

      The "power grid" is great. I rely on it to keep my ice cream icy and my milk fresh. Anyone who relies on it to run a trading system is so minor that their activity on the marketplace (or absence from the marketplace) will never be noticed.

    17. Re:Bound to happen. by system_trader · · Score: 2, Interesting

      Stocks were never meant to be traded as speculation on the share price.

      This is completely false. Investors would never purchase stock without the ability to sell it.

      Purchasing stock is purchasing a share of a company's future earnings in the form of dividends.

      Future earnings and dividends always have some uncertainty. Traders and investors trade or hold stock positions based on speculation on the future of earnings/dividends.

      This is why people who invest long term make more than people who buy expecting to sell with a profit in the same week.

      This is completely false. It is possible to be successful with both long term (investing style) and short term (trading style) speculation.

      The key to low risk returns is to have a reliable, statistically valid method for speculation. Some find success with a long term fundamentals-based approach, others with exotic neural networks, or other higher frequency analysis. Some can achieve profitability with hundreds of trades per day. It is wrong to assume that any one time frame or bias (eg. long positions only) is inherently more successful.

      There are several stocks paying 5-10% real returns as dividends right now.

      That's because the stock price has dropped relative to the dividend, while the dividend has remained constant. What most don't realize is that these stock prices AND their dividends are at more risk than 5 to 10%. What good is a 10% annual dividend if the stock drops 25% in the first year?

      Try getting that rate at the bank.

      Banks offer a very low risk return.

      In general:

      higher returns == higher risk
      lower returns == lower risk

    18. Re:Bound to happen. by Anonymous Coward · · Score: 0

      "The stock market will only rise so long as there are more buyers than sellers."

      So you admit it's a scam with very little potential, then! :)

      Anything that is dependant on the prevention of a likelihood, is doomed.

    19. Re:Bound to happen. by Galvatron · · Score: 1

      Nope. The economy consistently grows, so incomes consistently rise, so more and more money is constantly pouring into the market. However, over the long run, the market cannot grow faster than the rate of economic growth + the rate of inflation.

      --
      "The question of whether a computer can think is no more interesting than that of whether a submarine can swim" -EWD
    20. Re:Bound to happen. by the+eric+conspiracy · · Score: 2, Interesting

      From http://www.axaonline.com/rs/3p/sp/5015.html:

      The stock portfolio did not suffer a loss in any of the 685 separate 20-year holding periods. In every period, the annual rate of return for the stock portfolio was greater than the inflation rate. At the same time, the bond portfolio outpaced inflation in only 317 of the 685 20-year holding periods -- by a much lower margin."

      So in other words, you are wrong - in more than 1/2 of the baseline 20 year periods bonds DID NOT outpace inflation.

      Real Estate is even worse - it is illiquid to the extreme and subject to severe price fluctuations as a result of interest rate variations. The real estate bubble of the 90's pretty much put an end to the concept of real estate as a reasonable approach for personal investing. The upcoming retirement of the baby boomers along with sales of homes implicit in this will place a severe secular downward pressure on real estate.

    21. Re:Bound to happen. by happystink · · Score: 1

      "It is wrong to assume that any one time frame or bias (eg. long positions only) is inherently more successful."

      You make some good points, but study after study after study have shown that long term investors make significantly more than short-term. It doesn't mean someone CAN'T make a ton of money doing short-term trades, but it IS fair to assume that one time frame is inherently more successful, because it has been proven to be so!

      --

      sig:
      See the "..for smart people" banners Wired runs here? Look elsewhere guys.

    22. Re:Bound to happen. by Mozai · · Score: 1

      Unfortunately dividends have been legislated out of usefulness, at least in Canada. You get taxed once for capital gains, and you get taxed again for income, so that 5% dividend payment gets reduced by 15%, and (assuming the government thinks you're weatlhy) the remainder by another 35%. Your 5% becomes 2.8%. I believe the company can't completely write of a divedend payout either, so that's money lost by the corporation too.

      However, if you sell your shares instead, you only get taxed once: 5% becomes 3.8%, and the corporation isn't part of money changing hands so they don't have to report it to the taxman at all.

      So: most investors and corporations recognize that taxes on dividends makes paying out dividends a mug's game; so to their shareholder's delight, they don't do it.

    23. Re:Bound to happen. by system_trader · · Score: 1

      You make some good points, but study after study after study have shown that long term investors make significantly more than short-term. It doesn't mean someone CAN'T make a ton of money doing short-term trades, but it IS fair to assume that one time frame is inherently more successful, because it has been proven to be so!


      Most of the studies you refer to are based on the US market, not foreign markets. Indeed the US market has had a positive bias over the last 70 years. The average long term participant would have participated in this trend. However, many foreign stock markets (eg Japan) do not show long term upwards bias.

      If it were not for a long-term upward bias in the US market, perhaps fewer investors would have bought into the market, further increasing stagnation. It's a self fulfilling prophecy. Furthermore, economic growth must keep pace with stock prices, otherwise valuations get out of control leading to a crash.

      One can then argue that the last 70 years has provided unprecedented economic growth that may be hard to match over the next 70 years. Many sources of revenue and efficiency were taped. World economies changed from mostly agrarian to now encompass everything imaginable. Countless technologies were invented. The pace was quickened by WWII, the arms race and space race. Commodities, (and now jobs) move fluidly according to supply and demand. Countless jobs are being replaced by technology.

      It's not clear that any of this will lead to economic (revenue) growth to allow stock prices to continue to trend higher. Look at the history of Japan's economy. We seem to be following them more or less. Unless we colonize the moon or mars, the future may more likely be economic stagnation.

  19. The cancel probably shouldn't have happened by 31415926535897 · · Score: 5, Interesting

    I work for a firm that writes software for options traders and clearing firms. Sometimes system glitches do happen (or more often than not, a user error, like entering in the wrong price). However, when this happens and a trade occurs, it sticks unless both parties agree to bust the trade.

    The fact that the trades were cancelled without permission from everybody involved in the trades is quite disturbing (because then it can set up precedence that any of your trades could be cancelled without you knowing about it, and that can really screw up your position).

    Some people lose money because of mistakes, and some people make money because of mistakes...that's part of how the market works, and you should be willing to accept that risk if you're going to trade.

    If it really was that bad (and a $20 difference is huge), and archipellago did screw up, they should take responsiblity and take the losses. If someone just entered in the wrong ask price, then that firm should take the responsibility. I know if our systems screw up our traders, then we mitigate those losses.

    I have a feeling there might be some lawsuits in the near future if there were a lot of shares traded.

    1. Re:The cancel probably shouldn't have happened by treat · · Score: 4, Informative
      The fact that the trades were cancelled without permission from everybody involved in the trades is quite disturbing (because then it can set up precedence that any of your trades could be cancelled without you knowing about it, and that can really screw up your position).

      That precedent is already there, for example NASDAQ's "clearly erroneous" rule.

      Really this happens all the time and I don't know why this particular incident made /.

    2. Re:The cancel probably shouldn't have happened by Gunzour · · Score: 4, Interesting

      It does not happen all the time. I believe this is the first time NASDAQ has ever cancelled trades *after* allowing a stock to resume trading. It is fundamentally unfair to allow a stock to be trading and then after the fact announce that some of those trades will be cancelled. That is why NASDAQ has the ability to halt a stock, and it should not have been resumed until after all decisions about cancelling trades were made and published.

    3. Re:The cancel probably shouldn't have happened by LostCluster · · Score: 5, Insightful

      However, Archipelago was the first to make the decision to resume trading, so most of the people who got burned did so there. NASDAQ then was caught in a no-mans-land of decision making... their investigation hadn't yet returned an explanation, but Archipelago's actions indicated that they had already made a decision that the trades were going to stick. For a trading halt to be effective, there has to be a trading halt everywhere. The markets should have seperate regulatory divisions, but they all should be coming to the same decisons at about the same time. Archipelago clearly didn't do a good investigation here... that's the question that needs further investigation.

    4. Re:The cancel probably shouldn't have happened by treat · · Score: 1
      It does not happen all the time. I believe this is the first time NASDAQ has ever cancelled trades *after* allowing a stock to resume trading.

      If that's really what happened, something is seriously wrong here.

      That is, if the sequence of events was - clearly erroneous trades, then trading halts, then trading restarts, then new trades made, then clearly erroneous trades busted, then to my knowledge this is unprecedented, and it is an outrage that this could happen. If there is evidence that this is indeed the sequence of events I would love to see it.

    5. Re:The cancel probably shouldn't have happened by Anonymous Coward · · Score: 1, Informative

      i'm a futures broker and this scenerio is common. traders sign their life away to trade electronicly.

      if you specificly try to speculate on an eroneous price, then you get what you ask for. if your buy gets busted after you've liquidated and now your short ... you learn quickly.

      the real risk and problem is this scenerio:

      You are long a market with a STOP order below the market. An bad tick triggers your stop executing your electronic stop order. Later, as they should, they come back and bust all the fills triggered by the bad tick. The trouble is your electronic trading platform does not replace the stop order. You will only find out that your order is not working when you figure it out by reading your orders page or your broker calls you.

      So your screwed if you aren't glued to your screen or if you miss your brokers call.

    6. Re:The cancel probably shouldn't have happened by Anonymous Coward · · Score: 0

      no, really it does happen all the time, though not on this scale. Clearly eroneous trade breaking happens every day.

    7. Re:The cancel probably shouldn't have happened by Gunzour · · Score: 3, Informative

      NASDAQ's own press release gives exact times for everything, except for what time they decided to cancel the erroneous trades. There are reports in the Yahoo message board for COCO of people who bought shares during the time period in question unable to get an answer from their brokers as to whether or not there buy was valid, even after trading resumed.

      To me, Archipelago seems to be the big problem here. They willfully resumed trading of the security even while NASDAQ continued the halt, and complained that Nasdaq "used this authority to attempt to impose on its competitors a trading halt in a situation that was unique to it."

      It would seem to me that if a stock is halted on one market, it should be halted on all markets, and I think it was irresponsible for Arch to resume trading. Clearly there was enormous confusion over this stock during the time frame in question, and the purpose of a halt, in my opinion at least, is to allow information to get out to eliminate the confusion in order to ensure a fair market. Arch's action of unilaterally resuming trading resulted in increased confusion and an unfair market situation.

  20. Hmmm by Anonymous Coward · · Score: 0

    An erroneous large sell order was entered. Many people bought at this low price, then signed options contracts to sell these at higher prices, locking in a profit.

    A large sell order? At fire sale prices you say? Suddenly revoked?
    Someone at SCO must have forgot to issue the press release *before* issuing the stocks...

    1. Re:Hmmm by advocate_one · · Score: 0
      The whole "Options" thing is crazy... these people are buying and selling intangibles they don't own, using other people's stock borrowed for a couple of minutes???

      They can't all be making money... someone somewhere is always on the losing end of these transactions... funnily, this time it was the ones who thought they'd take advantage of an unbelievably low price... payback time... in spades.

      --
      Donald 'Duck' Dunn: We had a band powerful enough to turn goat piss into gasoline.
    2. Re:Hmmm by Anonymous Coward · · Score: 0

      It is not a zero-sum game.

      People who buy and sell might both be making profits...the first seller simply didn't make as much as if they had held the stock longer. But maybe the first seller needed the money or did something better with it. If the company eventually buys the stock back with wealth which it created, there might be no losses anywhere.

  21. Too good to be true by penguinoid · · Score: 2, Funny

    From the FA:
    Some exchange officials, speaking on condition of anonymity, said they had little sympathy for traders who bought stock at the low prices, and then lost money when they sold the stock before learning that the earlier trade was being canceled. "They should have known that was too good to be true," one said.

    Damn! Gotta check my Linux box for back doors, addware, or some other bug. I should have known it was too good to be true!

    --
    Don't waste your vote! Vote for whoever you want, unless you live in a swing state it won't matter anyways
  22. Fools! by Anonymous Coward · · Score: 1, Funny

    Didn't they have a saved game?

    1. Re:Fools! by Anonymous Coward · · Score: 0

      Even if they did, you wouldn't notice it, as you're in it.

  23. Hyper-transactional databases? by mcrbids · · Score: 5, Insightful

    My first thought when reading the summary above was that this would be an easy problem if managed by a central, relational database system.

    Simply "roll back" the transaction that failed, and the dependencies would cancel themselves out. But, then I realized that the current RDBMS model only allows for a single transaction - you can't nest them.

    Also, transactions are private only - you cannot transact with data in the middle of another transaction.

    Thus, you might have ACID compliance, but only with one level of "undo".

    How hard would it be to create an RDBMS that supports infinite levels of "undo" or transaction/rollback.

    Such that you commit transaction A, which affects rows 1,2,3, and 11. Then, another transaction B which affects (further) rows 2, 3, and 12.

    Then, if you roll back transaction A, transaction B would be similarly affected. I dunno - the depencies may get rediculous - but it seems that this could and should be done at some point.

    Bright idea? Or another noise from an unpleasant orifice?

    Let me know what you think!

    --
    I have no problem with your religion until you decide it's reason to deprive others of the truth.
    1. Re:Hyper-transactional databases? by solman · · Score: 2, Informative

      The problem is that there are many trading systems.

      You can't use two phase commit because it doesn't scale in the real world.

      This means that all trades would have to be conducted on a single system.

    2. Re:Hyper-transactional databases? by Anonymous Coward · · Score: 0

      Unfortunately - the markets' exchange engines and the trading firms' systems are not linked in such a cohesive way. If you really were to see how things are run in the financial IT world, you'd piss yourself laughing.

    3. Re:Hyper-transactional databases? by cduffy · · Score: 2, Interesting

      Even that is excessive. Tag each table entry with a timestamp, and never issue deletes or updates -- just a new insert which either declares an old value to be considered deleted or changed. Want to roll back to $GIVEN_DATE? Just delete everything added since that time.

      That said, this wouldn't be practical in this case, just because the amount of rearchitecting that would be needed to implement it.

    4. Re:Hyper-transactional databases? by Fnkmaster · · Score: 1
      Depending on the type of product and market, they may be conducted on a single system, or rather, an exchange may handle all matching and transaction through a single system. Certainly futures exchanges do this, because they sometimes need to handle interproduct dependencies - dependent products like spread contracts that are actually tradable instruments in their own markets.


      But you're generally correct, in a distributed financial marketplace where trades happen in many places and there is no central orderbook or matching system, it's impossible to coordinate large scale transactions via 2PC or any other distributed transaction model.

    5. Re:Hyper-transactional databases? by Fnkmaster · · Score: 4, Informative
      Well, the first problem is that all trades are pretty much temporally dependent for a given instrument. So you basically have to back out all the bad trades made after a point in time. Which is essentially what was done in this case - the trades *were* all cancelled. Keeping a real transaction open would be prohibitive and silly, since you want to design a system where these kinds of fuckups are very rare and manual.


      Unfortunately, people don't seem to understand the real problem here. The problem is that people make offsetting trades in other markets, that are built on other systems, to lock in profits in the primary market. This story was about traders who sold options contracts to lock in profits on the stock itself. The trades on the stocks were busted by NASDAQ, but the options trades can't be backed out of, they are in a separate market. Thus the trader gets fucked. Having a transactional rollback capability on the NASDAQ wouldn't help here, it would have to encompass all the other markets people might trade in.


      Mind you, I would think there would be legal recourse here based on contract law. The buyer entered into an option sale contract with reasonable reliance on the NASDAQ's "promise" that they bought the stock at a low price. Promissory estoppel against the NASDAQ, or against Archipelago? I don't know, sounds to me like an interexchange issue that needs legal or regulatory collaboration more than it needs a technical solution.

    6. Re:Hyper-transactional databases? by Splab · · Score: 1

      As someone else noted - You take risks on the stock marked - live with it. Also, doing infinite number of undos isn't a good idea - what if the guy doing something on row 2 only wanted to that because of the data in row 11? should you undo his transaction or let it stay with new data? would get pretty damn messy real quick

    7. Re:Hyper-transactional databases? by perlchild · · Score: 1

      with the growing number of faster and faster transactions, timestamps get less and less trustable as the clock error on each computer becomes faulty (clock drift of 1 microsecond or less CAN make a difference between cancelling or not cancelling a transaction with the number of transactions and such)

    8. Re:Hyper-transactional databases? by willis · · Score: 1
      The problem is that people make offsetting trades in other markets, that are built on other systems, to lock in profits in the primary market.
      This is exactly the problem, but it's even more complex if you look at it in a portfolio context... I might be hedging a ford position w/ gm, and if I see ford freak out, I might start trading gm and ford together. If ford trades get busted, but my gm trades hold, I'll be in an awkard position...
      --

      there is no thing
      what else could you want?
    9. Re:Hyper-transactional databases? by paronomasia5 · · Score: 1

      I interned at morgan stanley and they have something like this already implemented. I forget what they called it, some database scheme where the *only* thing you can do is add rows to the database. Each row is tagged with a time stamp. So to pull out the price on a ticket, you pull out the entire history for the ticket and pop the latest one off the stack if you want the current one. So you have the ability to instantly snapshot to any point in the past. Also, you if someone tries to put a bug in the system, evidence is bound to be around since the database does not accept change or delete commands.

    10. Re:Hyper-transactional databases? by HidingMyName · · Score: 1
      I'm not an expert in DBMS systems, however, I can tell you that distributed rollback is a hard problem (meaning still open) which has been extensively researched in the area of parallel and distributed discrete event simulations (PDES). In PDES they categorize the protocols as either conservative (make sure your right and then apply the transaction) or optimistic (which speculatively executes the transaction and then either rolls back or applies an inverse transaction to undo the update in the event of an incorrect transaction application).

      In practice speculatively executing the updates in a PDES system tends to result in a lot of state saving (so you use lots of memory) and if the rollback is not carefully avoided, the system may have serious performance issues due to cascading rollbacks. Last I heard the issue was still open.

    11. Re:Hyper-transactional databases? by dassdraugen · · Score: 1

      Yeah, what you need then is a temporal SQL. It's going into SQL3. Take a look at: http://www.dbpd.com/vault/9810snod.html

    12. Re:Hyper-transactional databases? by Unordained · · Score: 2, Interesting

      a) rdbms theory does not preclude nested transactions. in fact, CJ Date & H Darwen seem to rather think it should be part of the the requirement for a rdbms. current products don't all support nested transactions, but some do.

      b) you don't want this anyway. a trade is a contract, and like contracts usually are, undoable only if both parties agree to do so. in the case of trades like these, with a domino effect, the top-level traders who want to undo their trade (or at least one side does) need to ask the permission of everyone affected. that could be thousands, millions of people only a few minutes later. (especially in a case like this, where people pounce on a good deal.)

      not all decisions made based on the stock market stay in the stock market. while you would possibly undo all trades 'based' on the bad trade, you'd miss all the indirect dependencies within the stock market, as well as the business decisions made outside the stock market: deciding you can afford to buy something you wouldn't have otherwise, etc.

      i would personally ask for absolutely -no- ability to undo transactions of this sort automatically. no trades should be undone, regardless of how 'wrong' they seem, unless everyone involved agrees. if you sold lower than you meant to, and someone buys ... they're not likely to agree. and that's just too bad.

      if a computer glitch resulted in an incorrectly posted price, then the computer systems and their maintainers should be responsible, but the trades should continue without interruption. they provide a service, they failed to provide it correctly, and no remedy would be complete enough if done strictly by modification of the stock market. it's a case where they can't remedy their mistake by undoing it -- only by reimbursing the harmed parties.

      however, the -value- of the mistake is complicated. it's a time-based systems, with humans making decisions. can they prove what the price should have been, or how many people would have traded at that price? it's difficult to prove how much loss was incurred. that's a very judge/court-oriented thing to decide.

    13. Re:Hyper-transactional databases? by Slashamatic · · Score: 1

      In reality, you place as little as possible in recovery units because they are slow. Generally the only thing that will be transaction protected are the orders and the trades. A trade once committed on a database level can not be undone, it can only be reversed.

    14. Re:Hyper-transactional databases? by mabhatter654 · · Score: 2, Interesting
      The only other issue is the "second-order" effects... i.e. I saw this "deal" so I sold another stock at an sub-optimal position to get in on the "deal" now that stock has changed positon and I want it back...

      Frankly, they should heavily penilize the errant broker...perhaps 1 month inelligibility to trade...and make the "day traders" live with their choices. Day Trading is a questionable, but legal practice anyway...like french fries & soda pop, too much will wreck the market...perhaps a few incidents like this will self-curb the trend or kick out a few sloppy brokers!

    15. Re:Hyper-transactional databases? by cduffy · · Score: 1

      Well, of course, when I say "timestamp" I mean something reliable. Modern databases have more than solved this problem; a (sequence/timestamp) pair, for instance, would resolve any issues you might have.

    16. Re:Hyper-transactional databases? by GoofyBoy · · Score: 1


      You can do that just by giving permission to only SELECT and INSERT an object to a user. They will be denied any DELETE or UPDATE commands.

      And then timestamp everything on a secondardy table not viewable by the end-user for every DML command performed.

      --
      The surprise isn't how often we make bad choices; the surprise is how seldom they defeat us.
    17. Re:Hyper-transactional databases? by Anonymous Coward · · Score: 0

      My first thought was a lot simpler. Simple transactions could have prevented this whole problem. Simply keep the "buy low" and the "sell high" actions inside a single transaction. If it's not possible to buy low, then don't sell high.

      It amazes me that a company can actually say "oops, sorry, we didn't mean to sell that to you, give it back" and have it happen. In any other industry, it would be completely illegal.

    18. Re:Hyper-transactional databases? by iang_grigg · · Score: 1

      Rolling back the trades might appear to be a good way to solve this, and it is certainly an interesting database exercise to apply it to the trading markets. But it encourages the core flaw in the system, which is that the trades are promises, not real trades.

      As the system is based on layers of credit - promises to settle trades as good at some later time - these sort of events will continue to happen.

      The solution that will be applied is the superficial one - more and more patches on the existing patchwork. E.g., the NASDAQ clause that allows them to reverse bad orders will be revisited, and additional clauses added to it.

      The "real" solution is just that: make all trades real. This is called real trade gross settlement, or RTGS. In such a system, a real trade would have stopped the problem cold when the program ran out of shares to sell at the wrong price. This would have hurt the trader, but nobody else.

      This is all based on the techniques of financial cryptography. Recall the old Chaumian digital cash? think shares trading done with real time digital cash, more or less.

  24. Not always possible by Pac · · Score: 2, Insightful

    Think about it: people who bought and sold the erroneously priced stock can undo their sells and buys. Now the people who bought from those first generation buyers must be allowed to undo also. In the second generation a new problem arrises: these people have no reason to undo nor do they have done anything wrong - you bought a car, paid $1000 instead of $10000 because the clerk at the store made a mistake and sold me the car for $5000: why should be forced to give you the car back when the store come to collect the rest of its money?. Now interact a little more - the future market works at a very fast pace, hundreds, thousands of trades may happen in a minute. Somewhere down the line things may get really messy, bith logistically and legally.

    1. Re:Not always possible by Anonymous Coward · · Score: 0

      Psst..

      I think he was joking.

    2. Re:Not always possible by gertsenl · · Score: 5, Insightful

      I say there's a real simple way to solve this, no logistic or legal mess. Make them make good on the original sell order. They, in turn, want to sue the software developer? Let them handle that on their own time and out of THEIR pockets.

      --
      --Leo
    3. Re:Not always possible by zeno_2 · · Score: 2, Interesting

      One of my old friends I used to work with went into staples, they had a coupon or somethin where one of the Sony Digital Mavica camera's was like 250 bucks. The coupon said "limit 2", but for some reason the clerk thought this meant, you get 2 for 250 bucks. My friend had paid with a credit card, and walked out with 2 cameras for 250 bucks. A day or so later he got a call from the Staples manager, the manager wanted him to come in and take one of the camera's back. Of course my friend didn't do it, but it was somewhat humerous that the manager called him up and asked him to bring one back..

    4. Re:Not always possible by Anonymous Coward · · Score: 0

      Impossible.

      Someone has their cash in their wallet.
      How you going to make them put it back in a stock?

    5. Re:Not always possible by Sancho · · Score: 2, Insightful

      If you're going to scam a store, it's best to do it with cash. Then they can't even call you, and they certainly can't try to charge you for the device after-the-fact. I'm surprised that didn't happen in this case.

    6. Re:Not always possible by treat · · Score: 1

      He's not scamming a store. The trade was 100% legit.

    7. Re:Not always possible by Adam9 · · Score: 1

      I don't usually carry $250 in cash with me ;)

    8. Re:Not always possible by gilroy · · Score: 3, Insightful
      Blockquoth the poster:

      Of course my friend didn't do it

      It disturbs me that no one seems to question this "of course". Your friend was wrong. He made an unjustifiable profit on a mistake made in good faith by the clerk -- a mistake he clearly recognized as such. What he did might have been legal but it was wrong. And yes, I'm the kind of guy who goes back to a store if I discover I've received too much change.
    9. Re:Not always possible by anthony_dipierro · · Score: 1

      He did scam the store. The second camera is stolen property.

    10. Re:Not always possible by anthony_dipierro · · Score: 1

      why should be forced to give you the car back when the store come to collect the rest of its money?

      It all depends. If the car is new, then the title wouldn't have been received right away. If the car is used, then the price is listed on the back of the title. If there was fraud involved, then the car is stolen property, and never belonged to the final recipient in the first place. Hopefully the $5000 can still be recovered, because otherwise you paid $5000 for nothing. This is why people sell title insurance on large cost items like cars and (more commonly) houses.

      In the case of the stock, the analogous situation to the title is the settlement. Once the settlement date arrives, the stock is actually transferred. Before then you only have an agreement to transfer stock, and if you sell without waiting 3 days for settlement, you are actually making a short sale.

    11. Re:Not always possible by LostCluster · · Score: 1

      But if you do that, the software developer then declares bankruptcy... now who's holding the bag?

    12. Re:Not always possible by ameoba · · Score: 4, Insightful

      You ever try going back to a store and telling them you got too little change?

      --
      my sig's at the bottom of the page.
    13. Re:Not always possible by gilroy · · Score: 1
      Blockquoth the poster:

      You ever try going back to a store and telling them you got too little change?

      No. The amount, on the rare times that I'm certain I've received too little, has never been enough to justify the trip. When I get too much, I can't make that call -- it's their money.

      I fully understand that the import of the question is, Do you really think the store's going to give you the extra? And of course I expect they would not. So what? My morality isn't contingent on theirs.
    14. Re:Not always possible by GSloop · · Score: 1

      Funny enough, I once got too much change, and I tried arguing with them that I got too much. They wouldn't take it back.

      So I kept it. Boy was that a funny (odd) feeling.

      Cheers,
      Greg

    15. Re:Not always possible by Anonymous Coward · · Score: 0

      It isn't that simple. Don't forget that your time and effort are also worth money, and may actually cost you money. Are you going to correct somebody else's mistake at your own expense whatever that expense may be?

      What if the amount you've received extra is smaller than the cost for you to return to the store (just in terms of transportation)?

      I'll go to reasonable lengths to correct things, but often by the time mistakes are noticed, it isn't worth the trouble (to either party) to correct it. In fact, in one place I worked we received nearly $20k more valuable equipment than we had ordered, and were told to keep it when we notified the vendor.

    16. Re:Not always possible by TomV · · Score: 1

      To the extent that it's 'stolen property', it was stolen by the salesman from the store, not from the store by the purchaser. The purchaser was offered a deal by the salesman and took it. The salesman should not have offered the deal to the purchaser in the first place.

    17. Re:Not always possible by anthony_dipierro · · Score: 1

      To the extent that it's 'stolen property', it was stolen by the salesman from the store, not from the store by the purchaser.

      Doesn't matter. Possession of stolen property is still illegal, regardless of whether or not you're the one who stole it. The salesman had no right to offer the deal.

  25. Why undo such errors? by A+non+moose+cow · · Score: 4, Insightful

    "There does not seem to be any way to gracefully undo such errors"

    They wouldn't have to be gracefully undone, if there was a simple check to gracefully prevent them from being made.

    1. Re:Why undo such errors? by wizrd_nml · · Score: 1

      The problem is not only undoing the technical errors and transactions themselves, but undoing the thousands of decisions that investors around the world took as a result of these errors.

    2. Re:Why undo such errors? by LostCluster · · Score: 1

      There's no way to tell that the first errant transaction is in fact errant. The market computer systems don't comprehend business news... a stock deserves to crash if bad news about that company's future has just come out. If that was in fact the case, those trades would have been perfectly valid.

      Computers can't understand business news, so it's always going to take human spotters to notice a stock that is moving despite the lack of apparent news. Those humans need time to act, and that's why they buy time by freezing the affected stock and reserving the right to undo the trades just before the freeze.

    3. Re:Why undo such errors? by Anonymous Coward · · Score: 0

      But how was the error made? just an accident? there was no confirmation before the order was placed? the offer was not impossible? I would think that if this is the case that the order should be forced to stand.

      Why should the first offer be allowed to be repealed, while all subsequent ones aren't? If there is no inherent error in the possibility of the execution, it should be forced to stand, if there is, it should not be possible to place such an order.

      Capice?

    4. Re:Why undo such errors? by lildogie · · Score: 1

      > > "There does not seem to be any way to gracefully undo such errors"

      > They wouldn't have to be gracefully undone,
      > if there was a simple check to gracefully prevent them from being made.

      Or they could be ungracefully undone.

      It's a graceless situation.

    5. Re:Why undo such errors? by dr.badass · · Score: 1

      They wouldn't have to be gracefully undone, if there was a simple check to gracefully prevent them from being made.

      Nevertheless, this, like any system, should be designed to fail gracefully.

      --
      Don't become a regular here -- you will become retarded.
  26. power of perception by segment · · Score: 1
    A computer system gone amok combined with intensely competitive stock markets and indecision by Nasdaq officials to create wild trading in a single stock yesterday. As a result, some traders were left with big losses even though they had bought low and sold high.

    Wow sounds intense. The corrections will be made eventually, but the way the heading sounded, I didn't know whether I should be ducking for cover in a nuclear fallout shelter or something.

  27. Anybody know what platform Nasdaq uses? by jaunx · · Score: 0, Flamebait

    I'm betting it is related to the biggest monopoly -- I mean company on their index. What is to stop Microsoft from ditching the Nasdaq stock market for the NYSE if Nasdaq weren't to use M$ software?

    I wonder if the bug was related to the Microsoft platform or developers for the Microsoft platform.

    1. Re:Anybody know what platform Nasdaq uses? by Anonymous Coward · · Score: 0

      or developers for the Microsoft platform.

      Can you explain what your point is in this part of your sentence?

  28. The initial cause was ... by RealProgrammer · · Score: 3, Funny
    The problem appears to have begun with an order to sell that was entered into a system that Gr8Trade, a subsidiary of Instinet Group, leases to brokerage firms. The system allows a firm's customers to enter their orders directly into the system, and sends them to markets for execution.

    W3 R Gr8Trades. All U base R belong to us. Nyaaaaa.

    (Anyone entrusting a company named "Gr8Trades" to buy 5000 shares at $40/share should be spanked. $200,000 was theirs, now it's not.)

    --
    sigs, as if you care.
    1. Re:The initial cause was ... by Anonymous Coward · · Score: 0

      LOL! THinking the same thing here, bud.

      OMFG we are teh 0wn all y3r tr8ds

    2. Re:The initial cause was ... by VampireByte · · Score: 1

      You said it, I thought it was bad enough to put 'X' in a company name (USX... wow, that instills confidence), but cute plays on putting a number in your name? I'd sue my money manager for using such a product.

      --

      Run and catch, run and catch, the lamb is caught in the blackberry patch.

    3. Re:The initial cause was ... by Anonymous Coward · · Score: 0

      You found something about Gr8Trades? Where?

    4. Re:The initial cause was ... by RealProgrammer · · Score: 1

      Read The Fine Article, only it's Gr8Trade, not "-es".

      --
      sigs, as if you care.
  29. Multivendor Rollback? by tjstork · · Score: 1


    Clearly the world's financial markets need a rollback mechanism. Literature abounds with tales of chaos that would ensue because of a set of erroneous or malignant trades rippling through the economy.

    --
    This is my sig.
  30. 1D107 error by E1v!$ · · Score: 1

    This sounds like a typical case of user error.

    I'd say the program might need a little revamping, or the user who entered the wrong price should take the fall.

  31. Bait & Switch? by Anonymous Coward · · Score: 0

    What about bait & switch laws? Shouldn't they cover this since the people involved bought at a listed price then due to no error of their own the price was switched on them?

    1. Re:Bait & Switch? by Anonymous Coward · · Score: 0

      What the fuck is a "bait and switch law?"

  32. Warning: Instant big profits never happen... by LostCluster · · Score: 4, Insightful

    I think the people left holding the bag here are exactly the right ones: The ones who thought they were gonna make instant big profits.

    Not only did think they had bought something something at far below its value, they then signed options contracts to sell what they had just bought at slightly below its regular price. They should have known something was fishy... why would anybody want to pay close to the normal price to them if the price had just plumeted? Why would anybody want to sell to them at far below the usual price?

    The should have known that the rules of the game allowed for their trade to be undone, yet they committed to an options contract that couldn't be undone because if they had hesitated, they risked their "instant profits" going away... their fault.

    1. Re:Warning: Instant big profits never happen... by perlchild · · Score: 1

      But an options contract is about the FUTURE sale value of an item.. What's hard to believe was that the price WAS so low today, not that if you bought it at the posted price, and sold it slightly under "yesterday's" sale price, you'd still make a profit...

    2. Re:Warning: Instant big profits never happen... by Herkum01 · · Score: 2, Informative

      Do you know what the market is going to do at any given month, how about any given week? Day? Hour? Minute? The market is set up under the principle that transactions are executed immediately and without prejudice. If the stock price goes down $2, who is to say that is wrong? You? Stock prices can go down drastically in a few hours, does anybody sit there deciding that they know the reason why it went down? Hell no, someone puts in a order to buy ABC at 40, and that is it. If the someone sells at 40 the transaction is completed. No moralizing.

      The point is, the stock market is setup to not worry about the specific reasons why something occurs, it is only to do transactions between buyer and seller. If the software fucks up, well the company who was using the software is responsible and can get sued for it.

      Saying that the buyer beware is just an excuse for unreliable software. You use the software you are responsible, in much the same way if you drive a car and you hit a person you are responsible. Does not matter if it was intentional or accidental.

    3. Re:Warning: Instant big profits never happen... by otherwhere · · Score: 2, Insightful

      You're half right. Every one of the, uncancellable, option trades had to be covered by a market maker in the option market on which it was sold. (A market maker is a firm that is always willing to buy at some price and sell at a slightly higher price, so that there is always a market.) The market maker doesn't just assume all the risk -- it covers it self by buying and selling the stock underlying the option, from the equity market, in this case nasdaq. These market makers, at least one of whom, per exchange, is obligated _always_ to provide a market for the stock, get their equity trades rolled back, also, even thought they calculated the price of the options based on the erroneous underlying -- if the stock is trading at $40 the right to sell it next month @ 45 is worth at least $5, a little more since there is time value -- it could go up and make more money, but it can exercise right now and get that $5 profit.

      So the market makers are fucked because they sold all the options at bad prices, had the equity trades they used to offset the risk they are obligated to take removed, and now must scramble to price the options correctly, since the historical data used to price an option, i.e. volatility of the nderlying stock price is now hosed.

      For every angle shooter, there was (at least) one situationally innocent player getting the same reaming.

    4. Re:Warning: Instant big profits never happen... by mabhatter654 · · Score: 1
      You do have a very vaid point. One bad transaction may mess up the daily average, but transactions between buyers & sellers are atomic...in other words exactly one seller willingly chose to sell at the erronous price and exactly one buyer willingly chose to buy at that price on a share-by-share basis. People made those choices, not the software. Of course this could be compared to yelling "fire" in a crowded theatre causing people to loose their seats or place in line, but in this case the concequences are not so extreme...or at least the players are expected to properly protect themselves in the "game".

      Just imagine the uproar when the whole SCO thing breaks...and people start trying to play THAT market...fun should ensue.

    5. Re:Warning: Instant big profits never happen... by limekiller4 · · Score: 1

      LostCluster writes:
      "I think the people left holding the bag here are exactly the right ones: The ones who thought they were gonna make instant big profits"

      I hardly ever resort to such things but this one deserves it. You, sir, are an idiot.

      --
      My .02,
      Limekiller
  33. Urban Legend? by Anonymous Coward · · Score: 0

    This has to be one of those Urban Legends! :)

    I heard it wasn't busboys, but bell hops.

  34. much ado about nothing by iggymanz · · Score: 1, Flamebait

    bah, a miniscule amount of money involved in a minor glitch in a 3rd party system putting in an erroneous price that the NASDAQ successfully detected & stopped.....this has nothing to do with how "fragile" the stock market systems are. Move along, nothing to see here.

  35. Maybe Not Fixable, But Preventable by DrunkenTerror · · Score: 3, Insightful

    /. write up:

    There does not seem to be any way to gracefully undo such errors.

    From the article:

    Such losses would have been prevented if the markets had not resumed trading until a decision was made on which trades, if any, should be canceled. But with markets intensely competitive, trading resumed before officials had made their decisions. The losers were traders who were not responsible for the errors or the slow decision making.

    But I guess hindsight is 20-20, right?

  36. Only about the yelling part, I think by Pac · · Score: 2, Interesting

    given enough damage, it is not impossible for Nasdaq to consider voiding every deal since the glitch started...

  37. Which system exactly failed? by null_session · · Score: 1

    I'm just wondering if it was the one Microsoft was so proud of... here is the Case Study.

    It would not be a suprise in light of the nuclear material lost as a result of Microsoft. I'm not saying it WAS their fault, just wondering.

  38. this obvious, repetitive troll should be auto -1 by NSash · · Score: 0, Offtopic

    Whoever modded this +1 funny should never get any mod points again... ever.

  39. Re:Oversimplification by Anonymous Coward · · Score: 0

    There is no easier way than hard work? What kind of "hard work" is more certain to pay off (monetarily) than the market? Are you saying that researching the market isn't hard work? At least the market isn't going to pink slip me. The "system" certainly has flaws, but I'm afraid that you will find that labor has, and will continue to fail compared to the market's return on investment of capital. I beleive that's why they call it Capitalism and not Socialism.

  40. stability by drbart · · Score: 1

    open markets are positive feedback and therefore inherently unstable systems.

    regulation and policing can change the feedback loop enough to bring quasi-stability, but it's interesting that all it takes is a big goof to set off some sort of spiral.

    if you really want stability, there's always communism, but the limit point is zero.

    me, i'll take unstable but with regulation and jail time for fraud.

    nasdaq is all electronic, right? is rollback possible?

  41. There is no try^H^H^^Hundo ---there is only do not by Anonymous Coward · · Score: 0

    This is why aggressively trading is a stupid thing to do. It's bad enough that you buy into stocks as a belief in the future of a company when you don't have any control over that company or it's future behavior. --- No agressive trading is wagering on how others will perceive that future. DUMB!

  42. Re:Haha by mlrtime · · Score: 0, Offtopic



    I'll probably be modded down for this, but linux is more susceptible to bugs than the software that runs nasdaq ie os/390 & vms.

  43. Gr8Trades press release? by _N0EL · · Score: 1

    I wonder if they'll have anything to say by 2sday?

    --

    "My mother works for Microsoft now. A whole other cult."

    1. Re:Gr8Trades press release? by Anonymous Coward · · Score: 0
      wonder if they'll have anything to say by 2sday?

      pretty good, but too subtle for slashdot.

  44. there goes my confidence by TheSHAD0W · · Score: 2, Insightful

    How can I have confidence in a stock market where trades can be suddenly reversed if someone cries, "but it was a mistake!" That's like my buying a car and while driving out of the lot someone jumps in front of me and demands an extra $5,000 because they made a mistake. Sorry, I've got my receipt, the car is mine buddy.

    1. Re:there goes my confidence by Quino · · Score: 1

      She said that when Archipelago allowed trading to resume, it did not know that trades might be canceled.

      and

      Nasdaq had resumed its own trading before announcing the cancellations.

      It seems that it was a system fault, in the sense that two companies in charge *screwed up* -- it wasn't a cosmic ray flipping a random bit in a computer (and what the heck can you do about that?) -- but two companies not following procedure.

      So I still don't understand why not one or the other or both aren't liable for refunding the people who lost money ...

    2. Re:there goes my confidence by WNight · · Score: 1

      Yeah. Like in a game of cards, you can reverse what you're doing before the next guy starts his move. At the point that he's actually done something based on your move, you're screwed.

      If they ran up while you were reading the sales agreement and demanded an extra $5k, that's one thing. To demand it after you've all signed, that's not acceptable.

      Ditto here, where people had made trades based on the mistake. IMHO, everything goes (ditch the whole hand) or you keep going and the person who made the mistake takes a loss.

    3. Re:there goes my confidence by Anonymous Coward · · Score: 0

      It seems that it was a system fault, in the sense that two companies in charge *screwed up* -- it wasn't a cosmic ray flipping a random bit in a computer (and what the heck can you do about that?)

      Well, my $5,000 Dell server has ECC ram. I'd hope that NASDAQ has more reliable systems :)

  45. Back when I was writing trading software... by ptomblin · · Score: 4, Informative

    It was unusual to see the spread between buy and sell markets be more than a few cents. And with the software that let you see the position on NASDAQ and all the other order books simultaneously, that spread was getting even smaller.

    So I find it puzzling that traders wouldn't realize something was amiss with a $20 spread on a stock. I'm sure they did realize it was amiss, and there was a strong possibility that NASDAQ would break the trade, but they figured they'd go ahead with the trade just in case they could make some money before it was broken. It was, they lost money, and now they're crying.

    BTW: Somebody asked what NASDAQ's software runs on. Mostly they use Suns, although there are some Windows systems, and possibly some SGIs.

    --
    The next Cmdr Taco duplicate will be ready soon, but subscribers can beat the rush and see it early!
    1. Re:Back when I was writing trading software... by darnok · · Score: 1

      > So I find it puzzling that traders wouldn't
      > realize something was amiss with a $20 spread on a
      > stock

      I used to work for the Australian Stock Exchange, and for several brokers as well.

      My experience is that people will try to make a buck on the markets wherever they think a buck can be made. People leaping in to trade a momentarily undervalued or overvalued stock is reasonably common; in fact, an entire trading approach called "arbitrage" is based on exactly this. Stocks that are traded on multiple exchanges typically have small price differences for exactly the same stock at the various exchanges; arbitrage involves buying for the lower price and selling instantly for the higher price. You might only make a tiny amount on each trade, but it's an exceptionally low risk trade and the opportunities for an arbitrage trade used to come up extremely often. Not sure if this is the case any longer...

      Of all the people here saying "this is wrong; only a fool would trade on such a spread, and they've now got what they deserved", I wonder how many would hesitate to short SCOX if a similar situation appeared. Suppose SCOX suddenly blipped up by $5 a stock; would you be tempted to short it immediately, reasoning that the price was now totally ridiculous? Or, suppose SCOX suddenly dropped $5; would you be tempted to think "this is it!" and short it immediately?

    2. Re:Back when I was writing trading software... by Hollins · · Score: 1

      Of course, I already HAVE shorted SCOX, so I might just buy-to-cover immediately. In fact, I have a buy-to-cover stop order already in place which might get triggered by the erroneously reported price drop.

      This makes me wonder how many of these trades were automated without any actual human intervention.

    3. Re:Back when I was writing trading software... by RisingSon · · Score: 1
      Excellent point.

      The spreads have been really narrow since decimalization. And even more recently (since early 2003) there have been many many auto exection players in North America. Its essentially a free service from sell brokers nowadays - they run a simplified mean reversion trying to get as close to VWAP as possible.

      So essentailly there are lots of automated execution programs willing to go on the opposite side of something like this. It really smooths out intraday pricing and narrows the spread.

      Re your BTW - there have been a lot of SUN to linux migrations recently.

  46. Insurance by squashed · · Score: 2, Insightful

    Graceful way to undo? Of course not. However, it's not to say that a financial market could not operate with these types of glitches anticipated in the system. For example, there could be introduced explicit insurance against the risk of such infrastructure failures. Notably, large players -- typically making the most sweeping "hedging" buys of the kind described here -- would not buy such an insurance product. Instead, they would self-insure, adopting internal practices that would factor in the risk of infrastructure failure, and spread the risk across all its operations. In other words, in the absence of explicit insurance, it's just another example of games that only large institutions should play. In fact, it is often neither advisable nor desirable to make markets "safe" for small players. It's just too expensive, in terms of additional overhead and lost market efficiencies.

  47. Time to buy? by fabio · · Score: 1

    how about slashdotting the stock market?
    everyone here buys some the same cheap stock options
    and see what happens!

    --
    *resistance is futile, or fuzzy, i dunno*
    1. Re:Time to buy? by DeltaSigma · · Score: 1

      Hell, while we're at it, let's make Taco's dream come true: Let's buy LNUX!

      Hell yeah, we'll slashdot VA Software! Noone thinks we can but we're slashdotters damn't!

  48. Thunderdome by jd_esguerra · · Score: 5, Funny
    start stocking up on toilet paper and gold coins!

    Pffft...Screw that! Start making a list of people who are stocking up on toilet paper and gold coins. This is anarchy baby!

    1. Re:Thunderdome by Mad+Marlin · · Score: 1
      Pffft...Screw that! Start making a list of people who are stocking up on toilet paper and gold coins. This is anarchy baby!

      Yup, he forgot the guns. You need to stock up on lots of guns, and ammo too, or else you're screwed.

    2. Re:Thunderdome by strike2867 · · Score: 0

      My nuclear supply is getting nice. I have stolen 3 nuclear war heads from an abandoned base in Ukraine, and one Hydrogen. I dont even need anarchy, Im fine now.

      --

      Vote for new mod!!! Score:-2,Imbecile
  49. False start by Archipelago? by LostCluster · · Score: 5, Interesting

    The system actually seemed to have worked pretty well except for the actions of th Archipelago market. There's no way to prevent errant data from making its way to the financial markets, so the question is what are you gonna do about it once it gets there?

    What's supposed to happen is that everyone is supposed to stop trade in the stock while market officials try to sort out what happened. The NASDAQ did just that, and called the company involved to see if they had any news that would have justified the drop and they responded that there was no news. NASDAQ announced that their initial review indicated that there was errant trading going on, reserved the right to cancel the trades made before the halt, and released the stop. Within the hour, they confirmed the source of the problem, and revesed the errant trades.

    Yet, while trading was still halted on NASDAQ, Archipelago undid their halt without any announcement that anything was wrong. This is wrong on two levels... not only did it falsely convince other people that the drop was for real, but it also pressured NASDAQ's decision-makers to hurry up, otherwise NASDAQ would lose trading volume to Archipelago.

    So, the blame for this mess really belongs at Archipelago... they seem to have done an investigation that resulted in a verdict of no error, where in 20/20 hindsight we know there was an error on the play. Did Archipelago conduct a flawed investigation, or did they conduct any investigation at all? This was a case of the market's self-policing rules falling apart rather than any computer program...

    1. Re:False start by Archipelago? by Quixote · · Score: 1
      NASDAQ claims to have resumed trading (reversed the halt) at 11:55AM. Archipelago jumped the gun and resumed it at 11:19 itself. Obviously they wanted make a few quick bucks. Note the volume of COCO: 20x the normal volume. Archipelago makes money when shares trade on its systems. Therefore, it is (was) in its selfish interest to resume trading quickly, so that more trades of this "hot" stock would happen on its network, thereby ensuring more revenues.

      It looks like Archipelago screwed up. The people who did the fanch options thing better go after Archipelago.

  50. want to justly deal with it? by gnu-sucks · · Score: 1

    The money to compensate for losses should come from whomever is responsable.

    In this case, the programmers and cookie-cutter "systems administrators".

    Duh.

    1. Re:want to justly deal with it? by Anonymous Coward · · Score: 0

      I think somewhere at the end of the article it said:
      "Such losses would have been prevented if the markets had not resumed trading until a decision was made on which trades, if any, should be canceled. But with markets intensely competitive, trading resumed before officials had made their decisions. The losers were traders who were not responsible for the errors or the slow decision making."

      Improve your reading skills here .

  51. Re:this obvious, repetitive troll should be auto - by Anonymous Coward · · Score: 0

    Why? Do you promote censorship?

  52. Re:It was Joe Kennedy by WryCoder · · Score: 2, Informative

    He got a tip from a shoeshine boy and figured that the last players were in the game and the market could only go down. He got out and preserved his fortune through the crash of 29.

  53. MOD PARENT UP by bagsc · · Score: 1

    I was going to say the same thing, but I couldn't have done as well. People need to recognize that the risk is getting an unforseen qualities of the product, not getting an unforseen price.

    --
    http://www.accountkiller.com/removal-requested
  54. Australian Stock Exchange by Anonymous Coward · · Score: 1, Interesting
    Another example of how computers and stock exchanges don't always mix well: The ASX recently allowed a company to change its ticker code to 'AUX'.

    Now, try saving a file as AUX.txt (or anything) in Windows see what happens. (It's right up there with LPT, PRN, NUL, COM, etc..)

    Unfortunately many market analysis programs try to do just that when they store data! Kaboom!

  55. Re:Oversimplification by dolo666 · · Score: 2, Insightful

    There is no better ROI than genius.

    You could be like the guys who invented ICQ.

    Or you could create a business, that slowly churns in the coin.

    Or you could make a movie like Blair Witch, using about $5 of pocket change and some cigarettes, a scrap of tent and some gasoline, and make way more money than you'd ever make measuring stocks. Just don't make a sequel. :P

    Stocks are mere gambling, imho. The house always wins...

  56. Its not a glitch by t0ny · · Score: 1, Insightful
    Since when is human error considered a 'glitch'? Somebody entered an incorrect trade, people purchased based on that price, etc. Sounds like the system worked exactly as it was designed.

    Maybe they need to put more checks in the system to prevent human error. But its certainly not a computer glitch.

    --

    Manipulate the moderator system! Mod someone as "overrated" today.

    1. Re:Its not a glitch by carld · · Score: 3, Informative


      accordinging to the article it's not entirely clear what happened.

      .
      .
      .
      "There was some sort of system glitch," said Andrew Goldman, executive vice president of Instinet Group. "We are trying to figure out precisely what it was and who caused it. It appears that the result was an unintended effect on the stock in question."

      Other market officials said that the sell order apparently went into an electronic loop, endlessly repeating. Then automatic systems sprayed those orders throughout the market.
      .
      .
      .

    2. Re:Its not a glitch by Anonymous Coward · · Score: 1, Insightful

      Since when is human error considered a 'glitch'?

      Since middle management. They must cover their fat asses or they might lose their platinum card and conference room time.

    3. Re:Its not a glitch by Wolfrider · · Score: 3, Insightful

      --You have to give them some props:

      > The price plunged, falling from $57.50 at 10:46 a.m. to a low of $39.25 at 10:54 a.m. Mr. Goldman said that Gr8Trade officials noticed the trading and notified Nasdaq of a possible problem. A Nasdaq official, who declined to be quoted by name, said Nasdaq contacted the company and was told there was no news to explain the move. It halted trading at 10:58 a.m.

      --Twelve-minute response time. That's better than I would ever have thought! Could have been a lot worse.

      --
      .
      == WolfriderV6 == I'm willing to admit that *I just might* be wrong... Are you??
    4. Re:Its not a glitch by Anonymous Coward · · Score: 0

      Mod parent up.
      Incompetent people use the term Glitch, when 'unexplained problem' is the right terminology.
      The second use of Glitch is -'we don't care and there will be no serious investigation or follow up'. - ie - we dont know what went wrong, we rebooted, it appears OK now, we can be bothered, or dont have the intelligence to do root cause analysis, and its not our responsibility to 'test'. All the hallmarks of third-world quality control.

      A simple sql query 'sort xxxx by seller from nnn to now, descending, would identify the culprit.
      A glitch would be something like a parity error.
      There appears to be an error, and there was a retraction.

      Worse still, trading resumed before root cause analysis identified the actual problem - which is bad.

    5. Re:Its not a glitch by Sivaram_Velauthapill · · Score: 2, Interesting

      Financial systems are the heart of capitalism. Therefore, they are extremely efficient. There are a ton of resources that go into it, and there is a ton of money that they make. Even in poor countries, the financial systems are very good.

      Sivaram Velauthapillai

      --
      Sivaram Velauthapillai
      Seeking the meaning of life... @slashdot of all places ;)
  57. placing the burden by basho3 · · Score: 1

    The traders who picked up the shares at the so-called "unrealistic" price are not the ones who should carry the burden. They were by no means picking up free money off the floor. They took a speculative risk -- maybe the price drop was the result of an unfounded rumor, or perhaps it was the result of early knowledge of enterprise-sinking news. Let the parties who caused the error pay the price.

  58. Re:Haha by Limburgher · · Score: 1

    Not to flame, but what exactly is your evidence for this? I work around, and I do mean work around, an os/390 system that causes almost as many problems as the Windows servers in our little farm. I also have a 2.4 kernel linux box that's been up since installation.

    --

    You are not the customer.

  59. Why not to blame anyone by TheCoop1984 · · Score: 1

    No computer system is 100% perfect 100% of the time. There will always be errors that are no ones fault, they just occur. In fact, considering how long the NASDAQ has been running I'm suprised there haven't been more errors before this one... It is possible to reduce the chance of errors happening, but it is impossible to render something completely foolproof against every conceivable error

    --
    95% of all computer errors occur between chair and keyboard (TM)
  60. Diabold? by Anonymous Coward · · Score: 0

    I noticed that noone is implicating Diabold?

    I was about to toss in Microsoft but I notice they were thoughtfully included!

  61. in which case by sunya · · Score: 2, Funny

    I, for one, welcome our new pulp fiction overlords

    --
    MLT - simple and robust open source multimedia framework for Linux
    1. Re:in which case by Anonymous Coward · · Score: 0

      I, for one, welcome your low score

  62. Damnit by MacFury · · Score: 1

    Damint...they are on to me!

  63. The Black Plan, right from "The Star Fraction"! by Anonymous Coward · · Score: 0

    Ken MacLeod - a prophet?

    Oh, wait a second... my gun just told me to stop posting at Slashdot and do something more worthwile...

  64. Buyer beware market place? by Anonymous Coward · · Score: 0

    If I was a trader I would have assumed the resumed trading meant the price was validated. I'd want to know what convinced Nasdaq officals based they're decision to resume trading.
    I'm not sure how much "buyer beware" is in the trades, but one way or the other, I'd prefer to know.

  65. so what was the option contract by cdn-programmer · · Score: 1

    Did the NYT even report what option contracts these people bought? How cum we get so little information.

    It would seem to me that if they bought a put option that they probably didn't need to pay all that much and as a result those who made these trades didn't necessarily lose much money.

    In fact, if they don't sell the put options then they may actually make money from them if the stock actually does drop.

  66. Monopoly.. by Anonymous Coward · · Score: 0

    You just landed on "Community Chest" and your card is: "Market Error Not In Your Favour, pay 1 Trillion Dollars!"

    (Pinky to corner of mouth)

  67. Re:this obvious, repetitive troll should be auto - by Anonymous Coward · · Score: 0

    Censorship is half of what the mod system is for, you fucking nihilist.

  68. A right to compensation. by Anonymous Coward · · Score: 1, Informative

    Programmer, or not, the likes of NASDAQ are privite entities and should be 100% accountable for their actions and every consequence.

    If the "error" can't be undone, however it was allowed to happen, then NASDAQ needs to make it right, everywhere, or be terminated immediately as a uniquely harmful and unmigigated risk to the safety and welfare of the nation.

    With a couple honest actions like this, and we might find a few people actually giveing a damn about who they hire, proper practices, and making sure the wares they spew onto the rest of us aren't just so much "who cares" nonsense driven more by minimal expense outlays than a notion of delivering a real product.

    I have to pay for my mistakes, even to the point I end up in a box under the bridge. So should they.

    1. Re:A right to compensation. by Bob+Gelumph · · Score: 4, Insightful

      You don't seem to understand...
      A better analogy is that you sold the orange for 20c, then after someone was locked into buying it, because they have already sold it to someone else, you tell them that the orange is only available for $1, because the orange you originally offered did not exist.

      --
      I'm gonna need a spec.
    2. Re:A right to compensation. by Sivaram_Velauthapill · · Score: 1

      I agree that this is a VERY SERIOUS issue. However, I'm not sure how it would work out. I'm assuming that NASDAQ will probably make its members sign contracts saying they are not responsible for things like this. I don't know. Maybe they will interpret this as an "Act of God", which is generally included in contracts.

      Sivaram Velauthapillai

      --
      Sivaram Velauthapillai
      Seeking the meaning of life... @slashdot of all places ;)
  69. obligatory Mad Max Beyond Thunderdome quote: by Anonymous Coward · · Score: 0

    obligatory Mad Max Beyond Thunderdome Quote
    NASDAQ needs to learn it's lesson.

    "Break a Deal, Face the Wheel!"

    1. Re:obligatory Mad Max Beyond Thunderdome quote: by Anonymous Coward · · Score: 0

      or was it "Bust a Deal, Face the Wheel!" ?

  70. None. by Anonymous Coward · · Score: 2, Insightful

    As reported early, the "new" it is a compendium of "experts" each with little to no responsibility for the system as a whole.

    Any those may get fired surely will NOT be the responsible parties.

    Who's responsible? The people that allow sub-standard organizational theories to hold sway. The people who focused on minimizing expenses over insuring appropriate accuracy.

    In short, every manager and technologist in the place, except for those already unemployed because they argued against the policy.

  71. allocation of bad luck by kubalaa · · Score: 1

    If I sell you an orange, not knowing it's rotten inside, and you buy it, not knowing (or checking) that it's rotten inside, that's bad luck. I didn't do anything wrong by selling you what I thought was a decent orange. In a fair world, everyone in the universe would share this small bit of bad luck equally, but in the real world one person usually ends up with most of it. In this case, it's you with the orange, since I already have your money and I'm not a big orange-selling vendor with a reputation to maintain.

    People in trusted positions should take reasonable precautions and be held accountable if they don't but that doesn't mean bad luck never strikes.

    --

    "If you look 'round the table and can't tell who the sucker is, it's you." -- Quiz Show

    1. Re:allocation of bad luck by Anonymous Coward · · Score: 1, Insightful

      If you built the orange? I surely would not consider that "bad luck", except perhaps, in that you lost a gamble you played at my risk.

      You built the bad orange, you wilfully cut various corners to your immediate advantage and my ultimate detriment, knowing it might make me sick, even bankrupt me, and...

      you sold it to me anyway.

  72. not always... by willis · · Score: 1

    It's hard to say... last year, some butter fingers from credit suisse (I believe) added an extra zero or two for a large ftse futures order -- the price moved up 200 index points (5%) in an instant... (and promptly fell back after the market re-adjusted). Those trades were kept, and I've heard that the party that messed it up actually came out ahead (not sure, though)

    --

    there is no thing
    what else could you want?
  73. Whoah! by IM6100 · · Score: 1

    You mean that speculators, who thrive on 'chum' and rapid buy and sell activities, the people who contribute almost nothing to the capitalization of industry (what the stock market is supposed to be about) got stung by this?

    I guess we should all cry a river...

    --
    A Good Intro to NetBS
  74. Re:Oversimplification by thefirelane · · Score: 1

    I'm not sure if I should even waste my time replying, but here it goes...

    Or you could create a business, that slowly churns in the coin.

    You realize, that people who make businesses don't have all the money they need immediately. Even the smallest business requires some sort of initial capital. To get this money, they go to someone and say "give me some money now, and I'll give you a percentage of whatever money my business makes". This is exactly what investing is.

    Stocks are mere gambling, imho. The house always wins...

    Except, there is no "house" It is a game people play against each other. In this regard, if it is like gambling, it is like poker. You win by being smarter or knowing more than your opponent. Therefore it just resolves that in stocks... "There is no better ROI than genius" (duh)


    ---Lane

  75. Re:Haha by IM6100 · · Score: 1

    You didn't say anything about what the os/390 system, the Windows servers, or the linux box are doing.

    I can throw Linux on a little 386sx box in the corner, power it with a UPS, and clock uptime, if that's what it's all about.

    --
    A Good Intro to NetBS
  76. All markets are trust based by Anonymous Coward · · Score: 0

    and that's its greatest strength and weakness at the same time. There cannot be any safeguards against such price moves in a truly free market without impeding the flow of capital. More than likely this problem was caused by human error and blamed on a programmer. Or some dumb-ass quant who thought they could program and wrote a really naive arbitrage program that went into a feedback loop. I've seen it happen a dozen times before.

  77. I don't get it. by Anonymous Coward · · Score: 0

    They buy low but the seller can't deliver at the low price because of a computer glitch so the buyer has to eat it?

  78. It was Bernard Baruch by Anonymous Coward · · Score: 0

    Bernard Baruch was the rich guy.

  79. Computer? glitch? by The+Government · · Score: 1

    Doesn't it sound like human error? They say a faulty order was entered onto the system and they don't know who caused it... it's easy to blame the computer rather than have the world hate you...

  80. Monopoly? by CGP314 · · Score: 1

    $10 bank error in my favor?

  81. Too bad it didn't happen on the NYSE by telstar · · Score: 1
    "There does not seem to be any way to gracefully undo such errors."
    • Too bad this didn't happen on the NYSE ... they could've just taken a fraction of what they used to pay Dick Grasso to cover the screw-up.

  82. damn! by Anonymous Coward · · Score: 0


    i just invested a bundle into glitch.com, too! i've got to stop trading based on by horoscope.

  83. Volatility Interrupts... by Slashamatic · · Score: 1
    What some markets (for example, Xetra and Eurex) do is if the prices on a product change more than a set amount, continuous trading is suspended and the market moves to a mode akin to the usual pre-trading auction. At this point a new price can be set which is way below current limits, but in a process which allows supervision.

    At the same time, it is relatively easy to catch straight keying by requiring confirmation.

  84. Market discovery..... by Slashamatic · · Score: 1
    The whole system is wrong.
    No. An open market is the best way we have of finding out how much something is worth. Remember that we aren't talking about intrinsic worth, we are talking about the real value as can be realised selling the securities.

    The regulatory framework may be suboptimal, as may be trading and markets, but essentially it is the very best we have.

  85. Can beat this.... by Slashamatic · · Score: 1
    About three years ago, a small swiss bank were probably messing around and tried to sell 20 DAX futures at 5000 (the then price). Regrettably, they screwed up price and quantity and were selling 5000 DAX futures at 20. Whoops, big difference and this is clearly a mistrade byt the Eurex regulations. However the order promptly went through all the buys in the book (including the stop orders). Now the German DAX index is composed of thirty shares, if the future goes down, the tail wags the dog and the underlying shares will also be sold on another market (also operated by Deutsche Boerse, but a separate market).

    The ripple effect probably took about 100 million Euros off German Market capitalisation for some time while all the trades were unwound.

    Ok the functional side was clear - the market should be stopped and the trades unwound, but some damage was done in any case as shares remained depressed for the rest of the day. I guess there were also some margining issues that evening.

  86. This is not the first time this has happened by vandelais · · Score: 4, Informative

    On Oct 2 2002, someone at a brokerage firm Bear Stearns entered a 4 million dollar trade as a 4 billion dollar trade and it wasn't doublechecked and caused most market indices do go down about a half percent DURING NORMAL TRADING HOURS during the last hour of trading.

    This was widely reported in the financial press, and eventually the sell position was unwound.

    Since the order was a sell order tied to a diversified holding, it caused this decline to happen with both the electronic Nasdaq exchange and also the auction-based NYSE.

    "In October of last year, for example, a trader at Bear Stearns mistakenly entered an order to sell $4 billion in stocks instead of $4 million. And two years ago London's stock market collapsed after one hapless trader entered an extra zero into a sell order."

    See

    http://stacks.msnbc.com/news/945909.asp?0sl=-21& cp 1=1

    and

    http://news.bbc.co.uk/1/hi/business/2294525.stm

    for more details

    Previous errors

    Mistakes have been made in market trading before by other companies.

    In May last year, London's FTSE 100 index dropped by more than 2%, after a trader typed 300m, instead of 30m, while selling a parcel of shares.

    In 1998 a Salomon Brothers trader mistakenly sold 850m-worth of French government bonds by LEANING ON HIS KEYBOARD.

    And at the end of 2001, shares in Exodus, a bankrupt internet firm, jumped by 59,000% when a trader accidentally bid $100 for its shares, at a time when its value was 17 cents.

    --
    Game: Player 'Donald J Trump' now has AI skill level 'experimental'.
    1. Re:This is not the first time this has happened by Nynaeve · · Score: 1

      Do you know how many programs out there ask "Are you sure" before you close the program? And yet a computer let someone make these kinds of mistakes? It's unbelievable.

  87. Shari'ah by spoonyfork · · Score: 1

    Islamic Shari'ah Law forbids paying and charging interest. If they had invested according to Shari'ah Law this wouldn't have been a problem. Check out some alternatives to this type of investing at iHilal Financial Services.

    --
    Speak truth to power.
    1. Re:Shari'ah by d2ksla · · Score: 1
      Islamic Shari'ah Law forbids paying and charging interest. If they had invested according to Shari'ah Law this wouldn't have been a problem.

      This had nothing to do with interest, it is more like an old-town marketplace where merchants buy and sell wares to make a profit.

      But if they had lived according to the Amish way of life (no computers, etc), this would never had happened! So we all need to go Amish, pronto!

  88. Reverse Trades.... by Slashamatic · · Score: 1
    The easiest way isn't a database rollback because a lot of things take place that never result in a trade. The usual technique is to create trade adjustments, which are in essence just reverse trades.

    Once the bad trades are 'undone' another pre-opening auction is needed to refix the price as the existing historical data (bids and offers) is hosed.

  89. This happened to my friend on eBay... by anthony_dipierro · · Score: 2, Funny

    He saw an ad for really cheap DVDs at some discount web site. So he ordered a bunch of copies and then sold them on eBay. Only problem is he didn't wait until the DVDs actually arrived before he sold them, and it turned out they were out of stock, and the order was cancelled. So he had to buy the DVDs at a higher price somewhere else in order to fulfill his eBay sales. Oops.

    1. Re:This happened to my friend on eBay... by the+pickle · · Score: 1

      I think I remember someone mentioning that story back in preschool...

      Oh yeah.

      It's called "don't count your chickens before they hatch."

      p

  90. Re:Oversimplification by evilquaker · · Score: 1
    Stocks are mere gambling, imho. The house always wins...

    Actually, it's the opposite: the "player" usually wins. Investing in stocks isn't a zero-sum game, and your expected rate of return is actually positive (at least judging by the last 70+ years... who knows what the future will hold).

    --
    To within half a percent, pi seconds is a nanocentury. -- Tom Duff
  91. The issue is settlement. by Slashamatic · · Score: 4, Interesting
    The problem of trading back from a point in the past (as in more than one business day previously) is that you have to reverse settlements that have happened. Shares tend to stay on the depository system so they are easier to deal with (although this would need some hacking at the registrar as well), but cash gets transferred out of the control of market participants. For the shares, well generally, you are just a beneficiary name on a computer somewhere and the shares exist just as a global 'certificate' with the nominee set to the depositary account holder. Cash gets moved, generally very quickly and also internationally. For example, I sell GM for dollars at the NYSE, switch the dollars to Eoros and then use the proceeds to buy VW in Germany on Xetra. Two distinct markets, and a forex transaction.

    Clancy was a bit simplistic there - it would be a hell of a rollback.

  92. Re:this obvious, repetitive troll should be auto - by Anonymous Coward · · Score: 0

    whoever modded this offtopic should get extra mod points

  93. lazyness/stupidity? by Anonymous Coward · · Score: 2, Interesting

    I wrote the front end to an options management system for a commodities market a few years ago. market managers could drag the volatility graph as they saw fit (with the real trades superimposed).

    it was a quiet market mainly because only about 3 people really knew how to deal these things so most traders venturing in there would be fleeced.

    anyhow, as the terminal would reside on the trading floor i thought some security would be in order. the user had to log in to the system (validated against the network credentials) then after 2 mins of nothing happing, it would log out.

    the annoyed the trading floor staff and i was instructed to remove it, despite vigerous protesting (or should i say, a stream of explitives from me). lo and behold within 2 weeks there was an investigation - in a quiet period a trader had gone in and rigged the end of day prices (to make his book look better).

    this taught the management a lesson. this also taught me some things

    #1 dont underestimate human lazyness
    #2 dont understimate the stupidity of managment that is 'customer focused'

    now i look at this it has bugger all to do with the topic, but really ive wanted to get this off my chest for like 7 years :)

  94. Bullshit by blunte · · Score: 1

    When you buy stock, and you get confirmation that your trade has successfully executed, it's a done deal.

    You WILL base your future behavior on the premise that you now hold that stock.

    If you make a trade based on that (or a promise of a trade, in the case of an option), but then have your original trade canceled, you should not be liable.

    Those trades should not have been canceled. The company that created the bogus sell orders should be accountable for actually making those sales, even if it means they now have to buy up stock at a higher price. They should have insurance to cover mistakes/accidents like this.

    It is pure, utter bullshit to pull the rug out from under legit trades like this. This kind of behavior will undermine the stock market (and at a time when there's already plenty of reason for potential traders to be wary.)

    --
    .sigs are for post^Hers.
    1. Re:Bullshit by sigwinch · · Score: 2, Informative
      When you buy stock, and you get confirmation that your trade has successfully executed, it's a done deal.
      No, it isn't. Execution of a trade means merely that matching buy and sell orders were recorded by the exchange. There is no verification of account balances: you are putting blind faith in an unseen seller. The actual payment is made later, during settlement, which is where account balances are checked and adjusted. In the U.S., settlement occurs three business days after execution. In foreign markets and international transactions, settlement may take weeks or even months.

      When you use the result of an order execution before its settlement, you are borrowing from your broker. The SEC allows this because the vast majority of settlements are completed as expected, so it doesn't destabilize the market, and it keeps money from being tied up. But even this generosity has limits: if you buy a stock, sell it the same day, then buy it again the same day**, the SEC considers you to be engaged in "pattern day trading" and makes you capitalize your account just like you were an option trader.

      **Subject to some exceptions that don't apply to the average individual investor.

      The company that created the bogus sell orders should be accountable for actually making those sales, even if it means they now have to buy up stock at a higher price.
      No sale occurred. They should be held accountable for breaching the settlement contract. Exactly what that means depends on the fine details of the contracts and of contract law, of which I have little knowledge.
      You WILL base your future behavior on the premise that you now hold that stock.
      All transactions for unseen goods entail a degree of risk and blind faith. The wise trader learns the laws governing such trades, learns how common and likely the various failure modes are, and acts accordingly. I refer you to the Bloomberg Financial Glossary definition of settlement risk: "The risk that one party will deliver and the counterparty will not be able to pay and vice versa." Competent traders are well aware of this risk.

      To put it more bluntly, when you buy a bill of goods up the river, you owe yourself to verify the situation before you sell to somebody who likes breaking kneecaps.

      This kind of behavior will undermine the stock market (and at a time when there's already plenty of reason for potential traders to be wary.)
      Even the most honest and careful make mistakes. If every mistake entailed unlimited risk as a matter of policy, only the kings of finance and complete idiots would trade. That would not be an improvement.
      --

      --
      Kuro5hin.org: where the good times never end. ;-)

    2. Re:Bullshit by blunte · · Score: 1

      Thank you for the education.

      I knew settlement was delayed, but I didn't know that executions were not necessarily final. I thought the delay in settlement was just a formality (part of the mechanical process).

      --
      .sigs are for post^Hers.
    3. Re:Bullshit by sigwinch · · Score: 1

      I didn't know it either until recently, when I stumbled across the pattern day trading regulations and wondered "Why the hell are they treating cash sales like options?" Then I was Enlightened, and looked up how things work. Here's a good description of the whole process.

      --

      --
      Kuro5hin.org: where the good times never end. ;-)

  95. Why should there be a way of backing out ? by steveoc · · Score: 1

    I cant have sympathy for those who get burnt by such a glitch.

    Anyone dealing in short term 'guaranteed profits' is just a speculator at best, a parasite at worst, depending on your POV.

    Its just gambling .. what, if anything, are these people contributing to society ? What motivation can they have aside from personal greed ? Why should they have any safegaurds provided ? Let em burn.

  96. Moral of the story... by mabhatter654 · · Score: 4, Insightful

    ...is for buyers and sellers to all SLOW DOWN and pay attention to long term performance rather than minute-by-minute numbers which aren't real meaningful statistics anyway. Frankly anything outside the offical quarterly reports is speculation anyway! Simply allowing only 1 trade per 24 hour period per stock would fix many, many issues with the market right now. The "day traders" should be restricted to playing "numbers" with Magic:TG cards and Ty Beanie Babies....rather than mucking with our financial backbone.

    1. Re:Moral of the story... by skaffen42 · · Score: 2, Insightful

      Nope. That is absolutely the worst thing you could do to a market. The day traders actually REMOVE risk from the market. If it wasn't for them liquidity would drop and the market would become less efficient.

      Have you noticed that spreads keep on getting smaller? Think for a minute about why that happens...

      --
      People couldn't type. We realized: Death would eventually take care of this.
  97. chronology of events by system_trader · · Score: 2, Informative

    According to the posts on elitetrader.com:

    "A guy in my office said it was a trader at Bear. He was supposed to send a market order for 9,000....accidentally sent it for 9,000,000."

    Apparently an erroneous sell order (offer) was placed for 9M shares at $42. About 2M shares executed before the remainder of the order was canceled.

    Read the real-time reaction of traders here:

    http://www.elitetrader.com/vb/showthread.php?s=&th readid=25431

    Everyone realizes the offer is out of line. Some declare "free money!" and purchase as many as they can, then sell at $47, $52, $55, etc. None seem to realize that trades will be busted (canceled) until it's officially announced.

  98. This is capitalism, buddy. by Anonymous Coward · · Score: 2, Insightful

    If that corporation noticed it had accidentally overcharged the customer, there is no way in hell it would notify the customer and say "Here's your money back! Sorry!".

    The corporations go out of their way to fool and trick people into things; there's no fucking way you should let them off the hook when they fuck up in your favor.

    Maybe if we had a more rational economic system where the corporations didn't exist solely to fleece people out of their money, your solution would be allowable, but there's no way in hell anyone should give an american corporation the benefit of the doubt. They wouldn't think twice about raping you up the ass when given the chance.

    1. Re:This is capitalism, buddy. by fijimf · · Score: 1


      Think about this. You believe that corporations engage in morally repugnant behavior and your solution is to emulate them?

      Every thief justifies his behavior with a tale of victimhood and entitlement.

  99. not options by awol · · Score: 1

    Either those that thought they bought low did not Buy options or they did not lose money due to having to cover the position because an option is just that, optional, if you don't want to exercise the option you don't have to. I suspect there is an element of the urban legend about the 'options position' aspect to this story since the only option that makes sense to have bought was a put and as such that put would have, depending on the strike, been really cheap (at least to start with :-) and may even still be in the money.

    Now if they bought futures then, yes, they are in a hole. But then they would be idiots and they got what they deserved

    --
    "The first thing to do when you find yourself in a hole is stop digging."
  100. Add hysteresis to tackle glitches + bugs by Morgaine · · Score: 4, Informative

    Anyone that's done some control theory knows how to solve the problem --- just add some hysteresis into the feedback loop, ie. response delay in both directions.

    All forms of instability are reduced in their effect by this means, so it doesn't matter whether the instability stems from human error, bugs, or system glitches arising from other things.

    And exactly how would one do this? There's a ton of ways, and quite a few of them simply entail holding quoted prices steady for a mandated period, plus a few adornments.

    There are much more creative ones around though which could probably work even better, like allowing only audio readouts in trading rooms so that info comes in slowly like in tickertape days, or the one I like best, allowing traders to use no equipment other than the morning's financial newspaper, plus a pen and notepad. :-)

    --
    "The question of whether machines can think is no more interesting than [] whether submarines can swim" - Dijkstra
  101. It seems to me... by shaitand · · Score: 1

    That the sell order which was in order should have been honored which would have eliminated everyone elses problems.

  102. Re:Oversimplification by Anonymous Coward · · Score: 0

    "There is no better ROI than genius" (duh)
    This reminds me of Scott Adams and his comments about making people feel stupid. Just say duh after anything;
    I need more resources for my puny empire! DUH!
    I happen to like vacations. DUH!
    I think pork is fatty but we could sell it as nonfat. DUH!
    The moon is readable with a micron superscope. DUH!
    There are people living in my pants. DUH!

  103. As a trader I feel I can comment by Lawrence_Bird · · Score: 3, Informative

    1) Anybody who bought at those low prices knew something was
    either a) very wrong or b) very bad news was out. This was
    after all a $60 stock and they were now buying at $42.
    Without going into detail, I find it impossible they lost
    any money on options trades (no open exchange, prices were
    much higher when they did reopen).

    2) Similar things have happend at CBOT and CME on their
    electronic stock index products a few times this past year.
    Most recently, a trader was said to have entered a stop/loss
    order in the less liquid Dow Jones futures for a very large
    amount. As CBOT handles S/L orders natively (internally),
    their system proceded to hit bids until the order was
    filled. Those trading S&P futuers did notice what was going
    on and started selling there as well, perhaps fearing a
    terrorist or other news related item. The sell off was not
    as far (500 Dow pts), in part because of the greater market
    depth, and the fact nobody could figure out what was going
    on. Trades were subsequently broken, hours later, on the
    CBOT, but NONE were cancelled on the CME. This caused quite
    a bit of pain for people who had s/l orders open which were
    executed, for all intents erroneously. (no not me, but I do
    know one who was). CME refused to cancel as the original
    event did not occur in house.

    To this day, I do not believe the order was entered in
    error. I believe a hedge fund or other firm had a need to
    buy, and buy large. What better way to get filled then to
    trigger a large move in a closely correlated market (Dow
    futures) where you know the majority of the trades will be
    cancelled, and just sit on the bid in the other market
    (CME) as people panic sell. And do not rule out collusion.

  104. Re:Moral of the story... you're an idiot by Anonymous Coward · · Score: 0

    You know nothing about financial markets. You're advocating one all-inclusive trade per day. You obviously have no idea what kind of volatility that would enter into the market. The matching of orders at the beginning of trading is the most difficult and unpredictable part of the day. Having only one trade per day would make it orders of magnitude worse. The benefit of all-day trading must completely be over your head so let me explain. With 24-hour trading, despite times of day when there is reduced liquidity, you always have a market and the possiblity of getting in or out. When the markets are closed you have nothing to gauge the price of a stock by. Uncertainty is what creates volatility, basically by definition. To create less volatile markets you want them open 24 hours a day and want as many people as possible trading them. Whether those people are market makers, day-traders, nice little grandmas, or dumb-asses like yourself.

  105. So, what's the problem? by Orne · · Score: 2, Informative

    I caught the various news reports on CNBC on friday evening... apparently NASDAQ is only allowed to halt a stock when they are under investigation for regulation violations. When NASDAQ froze it, they also asked the west coast & overseas markets to halt trading on the ticker, but there was no precedent for this; NASDAQ just broke procedure. The interviewees seemed really pissed.

    From the article, it appears that the software that communicated market orders went into a loop, and submitted a loop of Sell orders on this one stock. If it were just little old me selling stocks I don't own, it's called a Short, and I'd be liable for buying back any shares I don't own. If its really a computer error, then its up to the market providers to cancel the orders.

    At some point, the SEC needs to find out who was liable this this little adventure. Why does NASDAQ allow companies to submit raw sell commands w/out proofing them for validity? And what about this software company? If it were me playing with Ameritrade, and their software repeats my order 100 times, shouldn't the software company be liable for all of the (unsolicited) trades? If these trades should have been cancelled, why did some markets resume trading before they validated the orders? I wouldn't be surprised if there's another round of market rules that fall out of this, because obviously there's a big loophole here.

  106. Re:Oversimplification by Anonymous Coward · · Score: 0

    You seem to misunderstand what stocks are. You are buying a piece of a company. When the value of the company goes up, so does your piece. Most large companies even split up the excess profits of the company to all of the shareholders as dividends.

    So basically a surefire way to make money in the stock market is to find a company which is going up in value who is willing to sell you a piece of it for the current proportional value or less. In the long term, as long as the company grows and continues to increase profits, you will make money.

    Day trading is gambling, companies don't significantly change in value in such small periods of time. However real investing in stocks is a lot more than luck and guesswork.

    Furthermore, suppose you do make millions because of some brilliant idea you came up with. What would you do with it? Start another company? How many companies can one person effectively manage? Perhaps you could give some of that money to someone else to help run their company. They could give you a piece of paper in return to indicate how much of the company you own. Call it a stock certificate.

  107. Wrong: NASDAQ got it 100% wrong by PleaseDontBeTaken · · Score: 2, Insightful

    Cancelling trades, even real errors, is the worst policy for NASDAQ. Here's why:

    #1 It destroys faith in the markets. A lot of the people who bought stock to provide liquidity had their buys cancelled, but not their sales. Therefore they lost money. This is a rare, but not the first time, this has happened. All those liquidity providers will be a little slower to stabilize the markets in the future because of the risk someone comes and cancels their trades later. Than means when you go to sell your 1000 shares of SCOX when the market is down and SCOX is down more, but you need the money to buy your house, that bid you are counting on might not be there, or it might be a lower price that it would otherwise be. And this happens thousands of times compared to the occasional "real" error, so the cost of this "what if my trade gets cancelled worrying" is very high and very real.

    #2 Negates personal (and corporate) responsibility by the people who caused the problem (which turned out to be a problem for a lot of people, not just them). People should think a bit before they hook up hundreds of millions of dollars to an automated machine, especially one that does things like "sell if I'm down 5%." Then they should think again. And if they handle that much money, we should be able to rely that they are sophisticated entities that should absorb their own errors. If not, someone needs to take their computers away and give them back their Nintendos to play with instead.

    #3 Nasdaq only cancelled orders executed through certain systems under their direct purview, not all trades done during that time regardless of system. Half a solution really is worse than none at all. Pretending the rest of the market doesn't exist (it's not part of us, so it's not our problem) is not a high quality solution.

    If you want serious reliability, it is possible. You have to think, and you have to be willing to pay for it, one way or another, if it's really that important.

    I tried to find a good link to Jay Forrester's Reliability of Components article but the only thing I could find was the IEEE which wanted me to buy it (again--I can't find it). If anyone knows of a valid link, or has the pdf, please respond or email me.

    --
    --
    1. Re:Wrong: NASDAQ got it 100% wrong by Sivaram_Velauthapill · · Score: 1

      People should think a bit before they hook up hundreds of millions of dollars to an automated machine, especially one that does things like "sell if I'm down 5%." Then they should think again. And if they handle that much money, we should be able to rely that they are sophisticated entities that should absorb their own errors.

      I don't think you can reasonably expect people not to use automated systems. Financial markets are all automated and your argument that people shouldn't rely on them is kind of like saying 'I should always use postal mail (i.e. snail mail) because there is a probabiliyt of failure with e-mail.' Yes, one can avoid e-mail but it is such an inherent part of the system that you can't expect anyone to avoid it.

      As far as people absorbing errors, I'm not really sure what to say about that. I'm not even sure what you consider to be a sophisticated entity. I mean, if *I*, a normal person, put an order through, should *I* be expected to absorb errors like that? I hope not. No one would even get into the market if that were the case. If you are talking about brokerages absorbing it, you may have a point.

      Sivaram Velauthapillai

      --
      Sivaram Velauthapillai
      Seeking the meaning of life... @slashdot of all places ;)
    2. Re:Wrong: NASDAQ got it 100% wrong by PleaseDontBeTaken · · Score: 1

      Only major brokers (i.e. members) have the direct access to make an error like this possible. It's not something a normal person using Etrade could accomplish, and not something Etrade should allow someone to do. Of course, things should be automated. But there are different levels of automation. Letting the computer trade by program without intervention should be at the top of the pyramid and should not be done lightly. And if you expect to reap the benefits of such high automation, then you should also be willing to pay the costs. Like your analogy, if you have a really important message, then maybe just sending an email without also calling to check it got there is not enough. That's all I'm saying.

      --
      --
  108. They could've prevented this... by Bistronaut · · Score: 1

    ...if they used Multi-version concurrency control, like PostgreSQL has. Maybe they're using MySQL. ;-) You may now begin your flame war.

  109. bah by t_parker16 · · Score: 1

    as i recall this story, it was about futures trading. and, although that was the story (i.e. that it was an error), you're trusting the powers-that-be to be telling you the truth here. that was a futures sell on a very slow trading day (holiday), and - even though the futures trades were unwound - the effect on the general markets could have made anyone with a big short position a decent profit. more than that, it gave them an opportunity to buy low and sell on the gap up after the holiday.

    but "slow down" is not the lesson of this story. look at the statistics for any of the recent months: a full 42% of all trading nowadays has been program trading. if that sounds big, it is - by historical standards. almost half of the trades are just computers trading with each other. look at any of your favorite stocks - techs in particular - and look at their daily volumes. you'll see that some big fraction of the float trades every day. so if your average buyer is holding the stock for an average of 30 days before flipping it ... this buyer isn't an "investor".

    and finally, re the futures market: if you've been watching the markets over the last month you'll have noticed what everyone else has noticed: these huge ramps on the futures market which causes ramps in the major indices (dow, nazdog) for no good reason - although usually saving the market from a decline before any selling pressure can build. nowadays, its the tail that wags the dog, the futures market driving the indices.

    oh, another unusual statistic: count the number of times the tick has gone over 1000 over the last couple months. if you follow the markets, you know this means a pretty huge buy program coming in and bidding up prices on all the crap in sight.

    anyway, no matter what statistics are quoted here, historical claims on "stock market outperforming other investments" is based on markets where a majority of that performance comes from dividends. nowadays, its a casino and a wealth re-distribution mechanism. and lately, a political tool.

    yah, i know, i'm paranoid. i'm the type that invests in gold and gold miners after all. (which, by the way, have outperformed even the SCOX.) :-P

  110. No. by mindstrm · · Score: 1

    First, the deal between NASDAQ and those licensed to trade on it is not in any way legally shaky... you can be sure thousands of lawyers have poured over it.

    It has a rule, well known by all licensed traders, that a clearly erroneous transaction can be rescinded by nasdaq. It's not some "Loophole" or some stupid rule.. it's a cold, hard fact.

    And as I said before, when you do trades... as an individual, you are mostly not a licensed nasdaq trader.. you are more likely someone trading through a brokerage.. adn what happens is set out in your contract with that brokerage, not a contract between you and nasdaq. THAT contract might be a bit more shaky.. and there might be room for manoevering if you got screwed... but it's not at all clear that nasdaq should eat the cost of this.

    Yes, you can quote stuff about various laws that apply to totally differnet things and draw some parallels... but remmeber, if nadsaq had to eat costs like this, they could be bankrupt and the market would cease to exist in a day if a large mistake was made, and that benefits nobody.

  111. Yes, it is posible by Anonymous Coward · · Score: 0

    My family owns a shop, and I have been at the cash register many times.

    I have (twice) given money to clients who I gave too little money in return. One the same day, another the following day.

    Also, I have never had (that I remember) a client returning to give me back money that I paid them in excess, but I would of course attempt to refuse it.

    The sweet shop in the corner has done the same to me, when I went to buy.

    Of course the shop is in a 5000 habitants village, and you have to take care of the client. I have been in other small shops in big cities, and the same seems to happen. Big shops and supermarkets are different of course, and anyways there are always jerks.

  112. Glitch? by Anonymous Coward · · Score: 0

    ...it's not computers that make mistakes,
    it's the monkeys tapping the keys...

  113. The cheap skates by Anonymous Coward · · Score: 0

    That bought a buggy program instead of paying to do the job right?

  114. Overly simplistic way of looking at it.... by Kjella · · Score: 1

    Stocks were never meant to be traded as speculation on the share price. Purchasing stock is purchasing a share of a company's future earnings in the form of dividends.

    Yes, and that share has a value, the stock price. But speculating in its future value is a very valid business. Say e.g. I buy a piece of forest. Sure, it might also turn a dividend by lumbering, but it can also be a speculation in the property value (because e.g. I suspect it can be re-regulated to housing). Then I can sell it expensively in small pieces to people wanting a house.

    People that are successfully able to predict what other people will want in the future are typically very successful. To predict that people would want product X, and that investors would want shares in companies making product X, is really two sides of the same matter. However, it's really more in the field of investor psychology than in actual economics, which is why I think you value it so low.

    They're all trying to predict the future movements of those with a longer perspective. As are the real economist, only they try to predict the consumers, not the other investors. But when it comes down to it, it's much the same... short term, mid term, long term dividends, short term, mid term, long term stock prices. All about predicting what others would want. Maybe you just don't like that someone is trying to outsmart you, pushing up the prices on the stocks you're going to want to buy?

    Kjella

    --
    Live today, because you never know what tomorrow brings
    1. Re:Overly simplistic way of looking at it.... by cubicledrone · · Score: 1

      Maybe you just don't like that someone is trying to outsmart you, pushing up the prices on the stocks you're going to want to buy?

      No, I don't like it when price speculation takes a company's focus off making a good product (which results in a more reliable dividend) and replaces it with "how can we bump the stock price next quarter?" (which results in a clusterfuck).

      --
      Business isn't willing to pay for products, innovation and careers, so we get brands, mortgage commercials and layoffs.
  115. Wrong in part by tqft · · Score: 1

    "Stocks were never meant to be traded as speculation on the share price"

    This is wrong.
    Speculators are amazingly valuable in a market. They add liquidity. This allows medium/long term players to buy and sell without disrupting the market.

    Markets without speculators are generally hard to enter and (much worse) hard to leave.

    --
    The Singularity is closer than you think
    Quant
  116. Re:this obvious, repetitive troll should be auto - by Anonymous Coward · · Score: 0

    You don't understand 'offtopic'.

    Offtopic: The most abused moderation on Slashdot. The most important rule when using Offtopic is that the context of a post is relative to its parent. Therefore direct replies to the story should have something vaguely to do with the story, and direct replies to a comment should have something vaguely to do with that comment!. Here is an example:

    1. Poster A replies to a story about video cards with the comment 'I have one of these and I like it a lot'.

    2. Poster B replies to poster A with the comment 'Thanks for sharing. Your comment told me nothing, idiot.'

    Which one of these comments should be marked Offtopic? Neither. They both are direct, on-topic replies to their parent post. The second comment is probably Overrated, though, because it contributes little to the discussion, and there is no 'Uncreative Insult' moderation label.

    - http://slashdot.org/~sllort/journal/15007