DumTom needs a Trading Strategy can you help.

Discussion in 'Strategy Building' started by dumtom, Nov 20, 2002.

Thread Status:
Not open for further replies.
  1. nitro

    nitro

    Brother Candle,

    You have truly mastered the art of guessing brother TraderRX and the 8752 other handles he goes by.

    nitro
     
    #21     Nov 21, 2002
  2. DumTom,

    I think the general thing is to get familiar with set ups for long trades and short trades. The moving average ideas are good as well as other technical indicators.

    I made a link for you so that you can see these set ups in real-time tomorrow if you like. It won't get any easier or better then that. Obviously only open this when the market is open.

    http://www.trade-ideas.com/View.php...=200000&MaxVol=400000&WN=Simple+System+Alerts
     
    #22     Nov 21, 2002
  3. You will be chopped to pieces ...
     
    #23     Nov 21, 2002
  4. I can't believe I just read all this drivel; and posted ...
     
    #24     Nov 21, 2002
  5. DblArrow

    DblArrow

    But it helps with the post count :D :D :D

    Make 'em pretty, Chris
     
    #25     Nov 21, 2002
  6. Gave that up at 100 ...
     
    #26     Nov 21, 2002
  7. OK...here you are......For everyone here.
    This is my little payback for all the information i've gotten on these pages.

    It's a TradeStation Indicator i wrote myself, (not sure if qcharts works the same way) and paints a pretty little picture on an "ES 100 tick" chart. This is my pride and joy (Ok...really just one of them!!! ), so use it right! Cut and paste everything between the stars and paste in as a "new indicator" in a separate "subgraph" on a 100 tick ES chart..

    Set it up as a "histogram"........ plot1 as weight1 (smallest bar), plot2 as weight2, plot3 as weight3, and plot4 as weight4 (nice thick bar!) and uncheck the "update indication" box for all plots. Easy to read and gives a nice insight to the prevailing market trends.

    For a real thrill, set up a second indicator and replace all the "20"'s with "10" and use both at the same time to get a little bit of an edge, but the 20 seems most important, to me anyway.

    I'll warn you....use it on a 100 tick chart only. It's not for minutes or any other tick time frame. Choppy markets still give it a fit, but it will show you the way on nice, longer term (10-20 minute) moves.

    Send your checks, money orders and cash directly to me. {:)}


    ***************************************************

    Inputs: TC(upticks-downticks);
    Plot1(5);
    Plot2(10);
    Plot3(15);
    Plot4(20);

    If average(tc,20) <= -12 then setplotcolor(1,red);
    If average(tc,20) <= -12 then setplotcolor(2,black);
    If average(tc,20) <= -12 then setplotcolor(3,black);
    If average(tc,20) <= -12 then setplotcolor(4,black);

    If average(tc,20) > -12 and average(tc,20) <= -6 then setplotcolor(1,red);
    If average(tc,20) > -12 and average(tc,20) <= -6 then setplotcolor(2,red);
    If average(tc,20) > -12 and average(tc,20) <= -6 then setplotcolor(3,black);
    If average(tc,20) > -12 and average(tc,20) <= -6 then setplotcolor(4,black);

    If average(tc,20) > -6 and average(tc,20) <= 0 then setplotcolor(1,yellow);
    If average(tc,20) > -6 and average(tc,20) <= 0 then setplotcolor(2,yellow);
    If average(tc,20) > -6 and average(tc,20) <= 0 then setplotcolor(3,black);
    If average(tc,20) > -6 and average(tc,20) <= 0 then setplotcolor(4,black);

    If average(tc,20) > 0 and average(tc,20) <= 6 then setplotcolor(1,yellow);
    If average(tc,20) > 0 and average(tc,20) <= 6 then setplotcolor(2,yellow);
    If average(tc,20) > 0 and average(tc,20) <= 6 then setplotcolor(3,yellow);
    If average(tc,20) > 0 and average(tc,20) <= 6 then setplotcolor(4,black);

    If average(tc,20) > 6 and average(tc,20) <= 12 then setplotcolor(1,green);
    If average(tc,20) > 6 and average(tc,20) <= 12 then setplotcolor(2,green);
    If average(tc,20) > 6 and average(tc,20) <= 12 then setplotcolor(3,green);
    If average(tc,20) > 6 and average(tc,20) <= 12 then setplotcolor(4,black);


    If average(tc,20) > 12 then setplotcolor(1,green);
    If average(tc,20) > 12 then setplotcolor(2,green);
    If average(tc,20) > 12 then setplotcolor(3,green);
    If average(tc,20) > 12 then setplotcolor(4,green);

    **************************************************
    Please do NOT forward this to anyone else. It's mine. I share it here only.

    It's quite simple and quite effective. :)
     
    #27     Nov 21, 2002
  8. Oh...I almost forgot, you'll notice that this indicator never takes "price" into account (although price follows this indicator very closely) since price is only an end result of supply and demand.
     
    #28     Nov 21, 2002
  9. I've been wondering if you ever jump in on a price cross over the
    5-period? Or a price cross over the 15-period? Or how about
    Don's entry where he waits for the MA cross and then waits
    for a pullback from there? Do you always use just the MA cross?

    Doesn't Don also use an entry sometimes where he jumps in
    off of a stochastic divergence attempting to buy a bottom?

    I just like to ask questions... :p
     
    #29     Nov 22, 2002
  10. bobcathy1

    bobcathy1 Guest

    We have a market that is plagued by light volume.

    The least risky trade is the MA cross in my estimation.
    Also buy into the first pullback to the 15 line.

    Price crosses tend to fail, and the stochastics seem to way off in the last few days.

    I switched to the 13 chart so I did not get caught in the whipsaws of the lower time frames.

    I back tested Don's method on Trade Station and found it worked well on a 13 min and daily chart with a trailing stop.
     
    #30     Nov 22, 2002
Thread Status:
Not open for further replies.