Search results

  1. T

    Multicharts User Thread

    You can use GV (Global Variable) and ADE (All Data Everywhere) to pass values between indicators. Google for it. There are lots of info on the web.
  2. T

    Tradestation

    Don't blame everything on the broker/data provider. I use IB, my data was spotty all morning. I checked their website for server status. Everything was fine. I reset my routers. They are all fine. I called the ISP. They did a quick diagnostic from the main switch, found a fault in...
  3. T

    What is a trader?

    <img src=http://3.bp.blogspot.com/_g3tGRzSRwQY/STIk2bl1yzI/AAAAAAAAPtk/p6TgyEFxot8/s1600-h/financialcrisis.png> http://3.bp.blogspot.com/_g3tGRzSRwQY/STIk2bl1yzI/AAAAAAAAPtk/p6TgyEFxot8/s1600-h/financialcrisis.png
  4. T

    EasyLanguage Treasure Chest

    Some one asked for the Donchian Channel code. Here it is... // Donchian Channel Inputs: Base(close), Length(13), ShowAvg(true); Variables: DonHigh(0), DonLow(0), DonAvg(0); DonHigh = Highest( base, Length); DonLow = Lowest( base, Length); DonAvg = ((DonHigh + DonLow) /...
  5. T

    Backtesting chart

    you have to buy historical data.
  6. T

    AHG v2.0

    I have added HH/LL labeling code for OEC platform. http://elitetrader.com/vb/showthread.php?s=&postid=2189964#post2189964
  7. T

    Iterative Refinement

    and yet... there are always people who wants to go off the reserve, quoting 3rd party posts, then coming back to demand a clarification. WTF ?!?!
  8. T

    EasyLanguage Treasure Chest

    a simple ZigZag code // Type : Indicator // Name : ZigZag vars: Dir(0); if Dir = 0 then begin if high[1] >= high[2] and high[1] > high then begin plot1[1](high[1], "ZigZag"); Dir = 1; end else noplot[1](1); end else if Dir = 1 then begin if low[1] <=...
  9. T

    AHG v2.0

    the code is available, I have seen it on the web somewhere. i don't have it. I don't use eSignal.
  10. T

    China Faces Mass Social Unrest

    some of the wealth are redistributing to Italy! China Premium Lifestyle Enterprise, Inc. Opens New Ferrari and Maserati Center in Nanjing, China http://www.marketwatch.com/news/story/China-Premium-Lifestyle-Enterprise-Inc/story.aspx?guid={377269E2-FA7B-425F-BCF8-7F3A6086B03D}
  11. T

    The ignore feature is brilliant heres why

    top right corner of this page: Your Account
  12. T

    ProfLogic's Method

    http://elitetrader.com/vb/showthread.php?s=&postid=2205535#post2205535 http://elitetrader.com/vb/showthread.php?s=&postid=2195760#post2195760
  13. T

    AHG v2.0

    3 Bar Reversal <img src=http://elitetrader.com/vb/attachment.php?s=&postid=2163740 width=800> click on image to enlarge (126)
  14. T

    EasyLanguage Treasure Chest

    Pesavento pattern <img src=http://elitetrader.com/vb/attachment.php?s=&postid=2163043 width=800> click on image for full size view (78)
  15. T

    Price for used Ferraris, Porsches, Penthouses etc

    Ferrari Delivers its 500th Car in China <img src=http://1.bp.blogspot.com/_FoXyvaPSnVk/SPe-IJ3H5iI/AAAAAAAA_N4/hvCuXD7ugGs/s400/Ferrari-China_2.jpg> http://carscoop.blogspot.com/2008/10/ferrari-delivers-its-500th-car-in-china.html ... but seriously, who care how you look when you are...
  16. T

    Trading Tunes

    No musics needed. I embedded the sound effects from Microsoft's Pinball game into my trading signals. It is like playing pinball all day long.
  17. T

    EasyLanguage Treasure Chest

    Ergodic Oscillator William Blau See discussion in ProfLogic's Method Highlighted in William Blau's book Momentum, Direction and Divergence, the Ergodic Oscillator (EO) is a double smoothed True Strength Index (TSI) with a signal line. ELD version from Kreslik Right click... Save...
  18. T

    ProfLogic's Method

    Investor/RT Tour SMI Ergodic Indicator <img src=http://www.linnsoft.com/tour/techind/images/ergodicChart.jpg> For Chart description and trading rules, see: http://www.linnsoft.com/tour/techind/custom/ergodic.htm
  19. T

    ProfLogic's Method

    NinjaTrader Code, screen shots, and trading rules. http://www.ninjatrader-support2.com/vb/showthread.php?t=3693
  20. T

    ProfLogic's Method

    Group: Tradestation Indicators Title: Ergodic Indicator by William Blau Description: Ergodic Indicator by William Blau http://xeatrade.com/trading/14/E/715.html
Back
Top