Search results

  1. C

    What are good results for daytrading

    I usually program in windows but i found some opensource code on the internet for linux. Im interested in finding some code for all the different technical indicators. I think i found somthing do you have access to this kind of code?
  2. C

    What are good results for daytrading

    Thanks for your ideas. I hope this thing will work. Only experience and real trading will show the true results. Thanks
  3. C

    What are good results for daytrading

    I'm finishing finals now at my University and plan to start trading next week. I hope I will be as succesful as some of you guys. I think the way to daytrade is to setup everything so that it trades automatically and realistically. Keep the good ideas coming on the entire forum. I'm learning a...
  4. C

    What are good results for daytrading

    This is an actual working system that has the ability to do automatred trading. It finds the current stock prices every 15 to 20 seconds. I have not used yet to actually trade but i have taken into account for slippage and other costs. I'm just trying to figure out what kind of results are good...
  5. C

    What are good results for daytrading

    It trades stocks long and short. Part of my program goes through about 7000 stocks each night trying to figure out best daytrading stocks the next day factoring in: historical bid ask spread, volatility, and volume. The second part of my program performs the magic by getting in and out of...
  6. C

    What are good results for daytrading

    I'm an avid C++ programmer who just started making systems that perform pretty much the same in any market (I hope). I'm just trying to figure out what should be my baseline for results. I'm trying to use some ideas and concepts that no-one has implemented in a trading program. The worst result...
  7. C

    What are good results for daytrading

    I have approxiatmly 90,000 dollar in my account. Over the last month I’ve consistently made over 1.5% a day without margin using my computer day-trading system. I’m trying to figure out if this is good or not. Should i try to start working on a new system?
  8. C

    What are good results for daytrading

    I'm a starting out C++ programmer interested in desinging custom trading systems using some pretty advanced ideas. I was wondering what are good results for daytrading. Criteria: Percent after slippage, trading costs, and other fees based on an account of 100,000 dollars What would be...
Back
Top