Search results

  1. T

    IB API on c:\jts

    Why does IB install its API on c:\jts ? Why don't they save it under c:\program files ?
  2. T

    Thermaltake turns PC case into a fridge

    heat is a computer's worst enemy. <img src="http://elitetrader.com/vb/attachment.php?s=&postid=2104823">
  3. T

    Is there any 100% tick by tick real time playback chart software?

    many programs can do tick by tick playback. if you want the real deal... you should look for programs that can play back the bid and ask with size.
  4. T

    Another Jack Hershey Follower....

    I spoke to Callmate a few days ago. She's doing fine. Thank you very much.
  5. T

    Need Intraday Data

    You can find free data in many places. Some brokers, as well as charting software, have them. But you have to be their customer to access them.
  6. T

    Why the controversy? Jack Hershey SCT system works just fine.

    This is where most people misunderstood the Hershey Method. At the extreme level, it is "Always-In". At the beginner to intermediate level, people use Enter and Exits. Very few people have achieved the Always-In level.
  7. T

    Technical Strategy

    Welcome to the SCT Boot Camp. This is a split from the thread Why the controversy? Jack Hershey SCT system works just fine. The best weapon against trolls is IGNORE. I will clean up this thread once a week. Enjoy. <hr>For information on the Hershey trading methods, please...
  8. T

    ES trading Simulator in Excel

    this is a very educational exercise...
  9. T

    64-bit vs 32-bit

    The utility is to help 32 bit OS see beyond 4 GB of memory. I do not have the links at hand, but a quick Google search should net you some results.
  10. T

    Simple Automated Trading

    new handle flogging a product... typical spammer/scammer calling card.
  11. T

    Question from TS EasyLanguage newbie

    ok, here's the modified code. You should save it under a different name. I have blocked out the unwanted original code with green {}, and added modifications in red. inputs: Price( Close ), Length( 14 ), OverSold( 30 ), OverBought( 70 ), OverSColor( Cyan ), OverBColor( Red...
  12. T

    Graphics card for 30 inch monitors

    YW
  13. T

    Question from TS EasyLanguage newbie

    Can't you simply use the built-in alert? or, if you post your code modification, I can take a look for you.
  14. T

    Question from TS EasyLanguage newbie

    Yours is a more elegant solution... You are using RSI the function, while I have copied RSI the indicator and modified the plot to draw the dot.
  15. T

    Question from TS EasyLanguage newbie

    Because RSI is an indicator. If you declared it as an input, it will override the indicator function. Try this: inputs: Offset(1), Price( Close ), Length( 14 ), OverSold( 30 ), OverBought( 70 ), OverSColor( Cyan ), OverBColor( Red ) ; variables: var0( 0 ) ; var0 =...
  16. T

    64-bit vs 32-bit

    Can you post a screen shot of your Task Manager?
  17. T

    64-bit vs 32-bit

    MultiCharts runs well. I am quite happy with the program. MultiCharts is in constant development... They are adding new features every month. Some of the advanced functionalities (eg. autotrade) are still in beta. i.e. you might experience some teething pain if you are at the leading edge...
  18. T

    64-bit vs 32-bit

    stay with 32 bit XP for now. The 64 bit XP might share the "XP" moniker, but it is a different animal altogether. Furthermore, 99% of the trading software are compiled in 32 bit... i.e. even if they say it runs on 64 bit XP/VISTA, it is actually running in the 32 bit mode of the OS. i.e...
  19. T

    Graphics card for 30 inch monitors

    If you are using 19" monitor with 1280x1024 resolution... then click on your desktop, select properties... change the resolution to 1024x768. That's how your 30" LCD would look if you set it to 1920x1200.
Back
Top