Search results

  1. B

    Why is inflation so low?

    i think obamacare is a farce, an illusion where "everyone is insured". i don;t know what they were buying at those exchanges(cause we aren't even allowed to get thru front page. one of the family members have insurance at work?-automatic denial for all of us. what i do expect that the policies...
  2. B

    Why is inflation so low?

    Half of Americans can’t afford their house http://www.marketwatch.com/story/over-50-of-americans-struggle-with-home-affordability-2014-06-03?siteid=yhoof2 just got our health insurance numbers at wife's work(that company was considered as an excellent company with great benefits)-...
  3. B

    Wall street is scam

    what about possibility that someone might buy their business?
  4. B

    Why is inflation so low?

    correct. The problem is..at $4 for a gallon gas and skyrocketing cost of food and health insurance I don't see this happening any time soon.
  5. B

    Good Malware Spyware Software

    Yep . just clean OS install and components that are needed to run the platform. And put this pc on separate network(read about cascading routers)
  6. B

    I need to double, better triple my $20,000 quickly

    Canadians Are Weird :D http://www.youtube.com/watch?v=DhV3B-fMOBY
  7. B

    I need to double, better triple my $20,000 quickly

    ----I need to double, better triple my $20,000 quickly --- me too!:D
  8. B

    large ask size in a rally in active trader view

    i believe it'sa Mav,who said it long time ago-size attract the price(or something like that) these days-you can't really trust in what you see. buyer can easily create an appearance that there is no interest in the stock on bid side. one that accumulate the stock might try to create an...
  9. B

    Goldman Sachs says nobody is trading, inactive trading environment is "abnormal".

    i'm working on couple ideas that based on real time streaming data(same crap-market neutral, stocks vs ETF's etc) and it's just sad to see how wide the spreads are now on stocks. i'm talking about 6% on the middle of the day between bid and ask on stocks with avg. volume of 50K shares.i'm...
  10. B

    Goldman Sachs says nobody is trading, inactive trading environment is "abnormal".

    ---Goldman Sachs says nobody is trading, inactive trading environment is "abnormal". --- they are the ones ,who create it
  11. B

    The most consistent fund eva!

    we chat while ago on some russian trading forum with one guy,who is a Phd in math. He trade(actually invest) stocks and very good at it on his own retail level.he claims that out of all Phd's he know-he is only one,who making the money off market. rest of his friends,who tried-failed miserably...
  12. B

    80% of funds underperform the market?

    the industry exists not to beat SP,but to collect and make a living on fees
  13. B

    The most consistent fund eva!

    but he probably keeps the management fees. that's the plan for probably 90% of those funds,firms etc..and i believe it's works very well for those,who is in this industry. if fund didn't work-rinse,rename and repeat. it's a big club and you ain't in it...
  14. B

    The Best Trading Proverbs

    everyone is a genius in a bull market
  15. B

    Getting out of the boredom

    hey...i do that all the time. in this order-i eat my lunch,then i nap(sometimes outside, when temps are comfortable),while using 2 phones as an intercom and all alerts on audio. then i exercise. as for being female-you should note that in your initial post. no redtube for ya! treadmill to...
  16. B

    Create a SQL database from csv files

    here is how i convert stored streaming data from data base into binary files: you define your array first Public Type sBin ID_Rec As Long '4 Quote_Date As Date '8 Quote_Time As Date '8 Bid_Price As Single '4 Bid_Size As Long '4 Ask_Price As Single '4 Ask_Size As...
  17. B

    Create a SQL database from csv files

    OP-here is how you create table in ms access using code,after you establish connection between DB and your application (this is VB,but should be same in VBA) note that i'm creating table for each ticker that was in arrTicker For i = LBound(arrTicker) To UBound(arrTicker) bChk =...
  18. B

    Create a SQL database from csv files

    how do you read those files? how do you load them? if you load ASCII (txt,csv or whatever) file into array-you have to go thru each record (line) in that file, stretching(redim) your array as you go thru each record.. binary file(.bin) loading differently,in one shoot (for simplicity sake). i...
Back
Top