Serving the Quantitative Finance Community

Search found 17 matches

  • 1
  • 2
by mp387
July 7th, 2005, 3:48 pm
Forum: Programming and Software Forum
Topic: Excel VBA: Pasting Variant Data into a Spreadsheet
Replies: 5
Views: 147555

Excel VBA: Pasting Variant Data into a Spreadsheet

<t>That seems to work overflow. Thanks a bunch. I am still not sure why I couldn't do it line by line. Another question.......Any idea why this wouldn't pull values from a spreadsheet:vTemp(intCounter - intCounter2, 3) = ActiveSheet.Cells(intCounter, 10).Value ?I get error or N/A messages.These cell...
by mp387
July 7th, 2005, 10:25 am
Forum: Programming and Software Forum
Topic: Excel VBA: Pasting Variant Data into a Spreadsheet
Replies: 5
Views: 147555

Excel VBA: Pasting Variant Data into a Spreadsheet

Thanks. I knew there was a better way than looping, but I thought I might have to skip certain lines or values potentially. I can do that after pasting because I don't have that much data to make a computational difference.
by mp387
July 6th, 2005, 5:15 pm
Forum: Programming and Software Forum
Topic: Excel VBA: Pasting Variant Data into a Spreadsheet
Replies: 5
Views: 147555

Excel VBA: Pasting Variant Data into a Spreadsheet

<t>Yea. I'll paste relevant snippets. Be warned it is very sloppy.....For intCounter = LBound(vSimon, 1) To UBound(vSimon, 1)Range(Cells(intRow, intSimonStartCol), Cells(intRow, intSimonStartCol)) = CStr(vSimon(intCounter, 0))ActiveSheet.Range(Cells(intRow, intSimonStartCol + 1), Cells(intRow, intSi...
by mp387
July 6th, 2005, 3:41 pm
Forum: Programming and Software Forum
Topic: Excel VBA: Pasting Variant Data into a Spreadsheet
Replies: 5
Views: 147555

Excel VBA: Pasting Variant Data into a Spreadsheet

<t>Ok, so here is the problem. I am pulling data from another worksheet into a variant and closing the original worksheet. If I set a watch on the variant, the data that I believe to be in the variable, is indeed in the variable.However, if I try to paste this data into a worksheet, I get either bla...
by mp387
May 11th, 2005, 10:11 am
Forum: Technical Forum
Topic: Reliable technical indicator sideways trading
Replies: 8
Views: 150323

Reliable technical indicator sideways trading

Bigcharts and marketscreen - no one has access to those. You should bank on SIZE returns. I always get a kick out of people in our office yelling out stats from the canned Tom DeMark indicators on Bloomberg.
by mp387
May 3rd, 2005, 10:42 am
Forum: General Forum
Topic: Easy money?? Dutch Tender offer this Month, comments?
Replies: 4
Views: 150750

Easy money?? Dutch Tender offer this Month, comments?

Yes. It WAS "easy money." Hence, they have cancelled the offer.
by mp387
April 25th, 2005, 8:55 pm
Forum: Programming and Software Forum
Topic: Recommendations for Outsourced IT Firms
Replies: 3
Views: 153237

Recommendations for Outsourced IT Firms

<t>Ok. Here is the short version on the objectives and requisite experience/expertise needed:Data:Purpose is to store and track investment ideas.Data will need to be updated multiple times throughout the day - not realtimeMarket data and some position information will be pulled from an existing data...
by mp387
April 12th, 2005, 2:19 pm
Forum: Programming and Software Forum
Topic: Recommendations for Outsourced IT Firms
Replies: 3
Views: 153237

Recommendations for Outsourced IT Firms

I am looking for recommendations for financial services IT firms to contract out the development and implementation (not servicing) of a realtime database/web/email project.I am based in NYC.
by mp387
April 6th, 2005, 4:11 pm
Forum: Careers Forum
Topic: Bschool, Strategist or Fundamental Quant Which to target? (was Advice Needed)
Replies: 6
Views: 155754

Bschool, Strategist or Fundamental Quant Which to target? (was Advice Needed)

<t>Yes. That helps. Basically, my position right now I am forced to really only use "gut trading fee." When I started on the buyside (just out of school), I thought it important to get as close to the money/transactions as possible. This involved being a trader. At the first firm that I was at, I ha...
by mp387
April 5th, 2005, 7:59 pm
Forum: Careers Forum
Topic: Bschool, Strategist or Fundamental Quant Which to target? (was Advice Needed)
Replies: 6
Views: 155754

Bschool, Strategist or Fundamental Quant Which to target? (was Advice Needed)

That's just it. I am trying to ascertain what I should expect with the other options, which I am not the knowledgeable on.....
by mp387
March 30th, 2005, 6:36 pm
Forum: Careers Forum
Topic: Bschool, Strategist or Fundamental Quant Which to target? (was Advice Needed)
Replies: 6
Views: 155754

Bschool, Strategist or Fundamental Quant Which to target? (was Advice Needed)

<t>Anyone who is able to provide any insight advise, it would be much appreciated.Basically, I have to decide between: current position, Bschool and looking around. I am trying to gauge the risk and reward dynamics.I really enjoy more broad based (macro) investing. I have an economics and engineerin...
by mp387
September 30th, 2004, 7:19 pm
Forum: Careers Forum
Topic: Equity Port Mgmt: Fundamental vs. Fundamental Quant
Replies: 1
Views: 173475

Equity Port Mgmt: Fundamental vs. Fundamental Quant

Bump......por favor....
by mp387
September 28th, 2004, 11:51 am
Forum: Careers Forum
Topic: Equity Port Mgmt: Fundamental vs. Fundamental Quant
Replies: 1
Views: 173475

Equity Port Mgmt: Fundamental vs. Fundamental Quant

<t>Basically, I would be interested in hearing people's take on the trends in traditional fundamental equity portfolio management (eg. including industry and company communications) versus something more quantitatively driven (eg use of historical fundamental data within a computing/analytical/stati...
  • 1
  • 2