Search results

  1. TradingGuy

    Platform with ranking ability for indicator values

    What is the frequency of the ranking? Easy to use the TS Scanner to get your list and run your strategy against those, or submit your orders based on results. I have a couple of scans I run for a similar purpose. Alternatively, you could load hundreds of stocks into Radar and trade based on a...
  2. TradingGuy

    How to Tell when a Trend has ended?

    If it is a "strong" trend and I'm swing trading, a two or three day pull back is an entry point for me. Assuming the whole market hasn't gone to crap.
  3. TradingGuy

    Anyone have a 1 second interval chart?

    Here you go...
  4. TradingGuy

    Tradestation v.10 How to change font size in Trade Bar?

    So far, the change has been largely cosmetic . Many traders still using 9.5, including myself. I'm not sure on the date of the last release of 9.5.
  5. TradingGuy

    Tradestation v.10 How to change font size in Trade Bar?

    You can have both on your PC and run either. Not both at the same time.
  6. TradingGuy

    Tradestation v.10 How to change font size in Trade Bar?

    Unfortunately, there is not. At least not yet. I'm told themes will be available at some point. You can download and use 9.5. Much different look, many find it easier to read. Function is mostly the same.
  7. TradingGuy

    Tradestation v.10 How to change font size in Trade Bar?

    Right click on the desktop TS Icon, select Properties, Compatability, Change high DPI Settings. Set it to Application, see if that helps.
  8. TradingGuy

    Please help a newb with Platform and Tools

    Lots of the Hot Key junkies on TS use AutoHotKey. Suggest checking out NinjaTrader and MultiCharts. I use Ninja, TS, and MC. All have their strong points.
  9. TradingGuy

    Tradestation EasyLanguage Indicator Help

    Correct. Something like this. { color criteria } if RSIValue > OverBought then SetPlotColor( 1, OverBColor ) else if RSIValue < OverSold then SetPlotColor( 1, OverSColor ) ;
  10. TradingGuy

    Tradestation EasyLanguage Indicator Help

    You can create a variable called PMHigh, set it to zero at the end of each session. Then at the beginning of the premarket start a simple If, Then, Else where If High[0] > PMHigh then PMHigh = High[0]. Stop the logic at the end of the premarket session. So the logic would be wrapped in a time...
  11. TradingGuy

    Stock Screening - One Shot - Technical Indicator

    If you simply want to scan a list of stocks and identify which meets a specified technical indicator value - many platforms will work. NinjaTrader, Trade Station, and MultiCharts, to name a few.
  12. TradingGuy

    COBOL Programmers Needed

    COBOL, CICS, VSAM, IMS, DB2. Wasn't that long ago when I tossed all those manuals.
  13. TradingGuy

    Tradestation ver.10 for practise, how to get it cheap?

    You can send the trades from TS to NinjaTrader which allows use of any supported broker, IB included.
  14. TradingGuy

    Tradestation ver.10 for practise, how to get it cheap?

    That is not correct. It's far, far, less than that now. I suggest you call them, or review their offerings on-line.
  15. TradingGuy

    Tradestation ver.10 for practise, how to get it cheap?

    Open a brokerage account, fund at minimum. No charge for platform and data.
  16. TradingGuy

    3-Bar System by Larry Williams: from ProRealtime to EasyLanguage

    Futures.io was BigMikes. Started as a blog, then added the forum, and more recently the name change.
  17. TradingGuy

    3-Bar System by Larry Williams: from ProRealtime to EasyLanguage

    This should get you started. It's untested, something to get you stared in your research. Formatting get's hosed when pasting code. { Larry Williams Three Bar System - TS Conversion, Untested. } Inputs: AvgPeriod(17), LRSlopePeriod(12); Variables: TotalPrice(0), Trend(0), MAL(0)...
  18. TradingGuy

    Question about Tradestation's radarscreen

    1. It works premarket. 2. Yes 3. Yes
  19. TradingGuy

    Multicharts, Owndata and Metaserver

    Try LiveChat. The link is on the MC home page. TG
  20. TradingGuy

    NinjaTrader Question

    Create a new account connection for Yahoo. Check out the help or ask on the Ninja forum if you don't know how. TG
Back
Top