AHG - Profitable Strategy for Struggling Traders

Discussion in 'Journals' started by Anekdoten, Jul 19, 2007.

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

    Jaxon

    very cool! but I can't get it to load.
     
    #1621     Sep 17, 2007
  2. Razor

    Razor

    Hi,

    Afternoon was not so good :D

    Net Gain on day +$18, two long losers. Oh well, tomorrow is another day :D

    No equity trades today.

    Cheers :D

     
    #1622     Sep 17, 2007
  3. Jaxon

    Jaxon

    I can unzip the file, but when I try to open the ELD file I get no Analysis Types and I can't proceed with the Tradestation import wizard. Any idea what is wrong?
     
    #1623     Sep 17, 2007
  4. Rn86

    Rn86

    Looks like the trade / long from broken resistance / worked out.. so where would be an exit ? Here is one idea
     
    #1624     Sep 17, 2007
  5. Jaxon,

    Could be the TS version #....

    Try the code.

    input: AlertTicks(0), HOffset(3),
    AlertText("Vol"),AlertColor(magenta),
    NonAlertColor(White);

    vars: txt(-1),TicksLeft(0),color(0);

    if BarType = 0 then
    begin
    //initiate the text variable
    if BarNumber = 1 then
    txt = text_new(date,time,close," ");

    TicksLeft = BarInterval - ticks;

    if OneAlert(TicksLeft <= AlertTicks) then
    alert(NumToStr(TicksLeft,0)+"-"+AlertText+" alert");

    //text color changes with alert
    if TicksLeft > AlertTicks then
    color = NonAlertColor
    else
    color = AlertColor;

    //reset at each tick
    text_SetLocation(txt,date,CalcTime(time,HOffset),close);
    text_SetString(txt,NumToStr(TicksLeft,0)+" " + AlertText);
    text_SetColor(txt,color);
    end;


    Anek
     
    #1625     Sep 17, 2007
  6. Exhaustive move, overdone.

    Anek
     
    #1626     Sep 17, 2007
  7. Rn86

    Rn86

    Here is another idea, might be helpful
     
    #1627     Sep 17, 2007
  8. Ok,
    This is my first day exercising the AHG method. Time to put it into action.

    11 trades
    1 contract net / -$47.8

    btw- since the past 2-3 years of intermittent charting, I have yet to spend a dime. It's on paper thru IB's sim account.... thank god!:D

    Attached, is today's chart with some comments on it.

    -Tech
     
    #1628     Sep 17, 2007
  9. Rn86

    Rn86

    Techdoodle

    If you allow me to comment :)
    - I love your short trades under red circle #3, #5 and long around 15:11 have excellent RRR.

    Trade #2 probably a good one, but you exited too early, I would have placed a stop above most recent resistance.

    #3 short - no signs to exit, coming from DT in downtrend.

    #4 probably too close to a possible DB formation, glad it worked out
     
    #1629     Sep 17, 2007
  10. Tech,

    Does not look bad.

    Little overtrading and in some instances you were trading on pure chop which ultimately led to your small loss, read afternoon.

    Also remember what's annotated on my very first post.

    Short the pop ups on a downtrend.

    Long the retracements on an uptrend.

    Sometimes I forget about the above two lines.

    This will increase accuracy and reduce stops.

    Also spend considerable amount of time spotting congestion, I barely traded the afternoon.

    Anek

    PS: You respond to your very own questions in a logical way, which will ultimately lead to trading wisdom.
     
    #1630     Sep 17, 2007
Thread Status:
Not open for further replies.