AHG - Profitable Strategy for Struggling Traders

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

Thread Status:
Not open for further replies.
  1. [22:14] <@Anek> If ll and lhs you look to buy retracement pops

    That's an error, should read, short.

    Anek
     
    #5741     Dec 29, 2007
  2. vinc

    vinc


    Out of boredom, Piscuy says he likes to perceive a chart as a set of trends, trends within trends.. what trend do you have in mind boss when you forbid to send a scalp against a trend? I said 'boss'
    out of pure respect :D that's just in case some channels loving devotee/?/ might want to ask but is too shy to do it,he,he..
     
    #5742     Dec 29, 2007
  3. Trends within trends is obviously correct, it all depends on how deep you wanna go.

    Let me remind you Piscuy is a micro scalper, I'm an intraday swing scalper, big difference.

    1k vol or 233 tick charts with guidance from anchor or 10k chart.

    Anek
     
    #5743     Dec 29, 2007
  4. Johno

    Johno

    Hi Anek,
    The first line of the rules update post should have read:-


    And here endeth the lesson!

    On just how quickly a sound trading method can turn to chaos if strict discipline isn't maintained at all times.

    I hope you and everybody on AHG are having a great christmas break.

    Best Regards

    Johno
     
    #5744     Dec 29, 2007
  5. I have a code for a bullish 3br for ninja. Can anyone let me know how I can convert this code to a zip file so I can import it for use in my chart. Working on the bearish 3br. I assume this requires a separate zip file for import. Any assistance would be greatly appreciated. Any programmers out there?:confused:
     
    #5745     Dec 29, 2007
  6. No need to make a .zip and import

    Put the .cs file into the directory Ninja Trader 6/bin/Custom/Indicator

    Go into Tools->Edit NinjaScript->Indicators and load the indicator, then hit the compile button at the top. If it compiles successfully, it's now usable.
     
    #5746     Dec 29, 2007
  7. GB: Thanks for your reply. Please excuse my lack of knowledge regarding the computer. What is the cs file? Would it help if I typed up the "code" as I have it, then you might be able to explain where I can find the directory you are talking about.:confused: btw this is what I was given for a bullish 3 bar reversal:

    if (High [1] > High [2] && Low[1] >= Low[2] && High[2] < High[3] && Low[2]
    < Low[3] && Open[0] > High[1] + TickSize)
    DrawDot ("Bullish Reversal" + CurrentBar, 0, High[0], Color.Red);

    0 represents the most recent bar and 1 the previous bar going from right to left. It's all greek and chinese to me since I know nothing about C# but it seems to be doing what I want.
     
    #5747     Dec 29, 2007
  8. Would someone be so kind as to post a chart of the days trades taken in the chat room for those of us following along at home in the evenings?

    Thanks.

    B
     
    #5748     Dec 30, 2007
  9. #5749     Dec 30, 2007
  10. This is mine. It can colour bars or put in diamonds/arrows, and selectable # of bars. I like the signals delivered by 3 bars of confirmation rather than 2 (so really a 4 bar reversal). This one has some interesting high/low rules set right now after some playing with the rules.

    It does the diamond signal bar and sound alert at close of that bar (I want the signal bar to have a higher close than open for a bullish, and vice versa). If confirmed next bar by magic tick it then creates the entry arrow when magic tick haappens and plays an alert. Solo diamonds are signals without confirmation (the arrows).

    It worked extremely well for trading the first day when used as a confirmation entry in confluence with TL support/resistance bounces/modHA bar colouration/etc. Used just by itself is relatively silly as it can bounce as you can see from the pic.

    Back testing it as a scalp only method with 1.5-2 pts target with stop 1 tick beyond signal bar seems intriguing so far.

    http://img292.imageshack.us/my.php?image=3brkm0.jpg
     
    #5750     Dec 30, 2007
Thread Status:
Not open for further replies.