AHG - Profitable Strategy for Struggling Traders

Status
Not open for further replies.
Quote from Anekdoten:

AHG Channel Updated Rules

I no longer want the following posted on my channel.

- Scalps against the trend

- Swings against the trend

- Pattern breakouts against the trend unless it is a confirmed reversal pattern at a point of confluence on the anchor chart.

- Zero news talk.

- No quarrels, if you have a problem with a member of the channel, you send a private message to one of the operators.

- Zero indicator talk unless ME or Fibs.

-3 Bar Reversals will only be used to look for optimal entries with the trend.

-If no trend, you don't trade.

Starting on Monday every single trade posted from me or anyone else must be AHG compatible, no exceptions.

You want to post your cowboy shit you hit another channel.

Again, no exceptions as I will be extremely disciplinary about this.

This is the only way some of you will learn.

Anek


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..
 
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
 
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
 
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:
 
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.
 
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.
 
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
 
Quote from carbtrader:

first cut at the 123 indicator for NT: http://img339.imageshack.us/img339/336/piscuy123qy7.png

still trying to refine it to follow the signal bar down until a certain retracement level ...

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
 
Status
Not open for further replies.
Back
Top