MightyOne 2013

If you don't know where to start, start here! Don't be afraid to ask questions.

Moderator: moderators

User avatar
MightyOne
rank: 5000+ posts
rank: 5000+ posts
Posts: 6055
Joined: Wed Dec 10, 2008 6:33 pm
Reputation: 560
Gender: Male

MightyOne 2013

Postby MightyOne » Mon Apr 08, 2013 6:19 pm

I call it "Dragon-ashi" after our good friend :lol:

It is simply a Heiken-ashi that closes at the midpoint:

CHANGE THE CODE TO:

//---Dragon-Ashi OPEN---
haOpen = ((ExtMapBuffer3[pos+1]*6.18)+(ExtMapBuffer4[pos+1]*3.82))/10;

//---Dragon-Ashi CLOSE--
haClose= (((Open[pos+1]+High[pos+1]+Low[pos+1])/3)+((High[pos]+Low[pos]+Close[pos])/3))/2;

THEN HIT "COMPILE"

Image
Attachments
Heiken Ashi.mq4
Dragon-Ashi indicator
(3.89 KiB) Downloaded 343 times
Last edited by MightyOne on Fri Apr 12, 2013 7:41 am, edited 2 times in total.

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.

User avatar
dojirock
rank: 1000+ posts
rank: 1000+ posts
Posts: 1921
Joined: Tue Nov 17, 2009 10:11 pm
Reputation: 726
Gender: None specified
Contact:

Postby dojirock » Mon Apr 08, 2013 6:22 pm

Awesome, I will be the 1st to try to move up another time frame using this MO.
Last edited by dojirock on Mon Apr 08, 2013 6:24 pm, edited 1 time in total.
It always takes Momentum to break Momentum!
"A small loss is just as satisfying as a large gain" -MO
"Sometimes we need to stop learning and start thinking...."
"Once you stack, you'll never go back!"

User avatar
dojirock
rank: 1000+ posts
rank: 1000+ posts
Posts: 1921
Joined: Tue Nov 17, 2009 10:11 pm
Reputation: 726
Gender: None specified
Contact:

Postby dojirock » Mon Apr 08, 2013 6:24 pm

After a thought...

Midpoint above or below the 4 ema HL/2....
correct?
It always takes Momentum to break Momentum!
"A small loss is just as satisfying as a large gain" -MO
"Sometimes we need to stop learning and start thinking...."
"Once you stack, you'll never go back!"

User avatar
dojirock
rank: 1000+ posts
rank: 1000+ posts
Posts: 1921
Joined: Tue Nov 17, 2009 10:11 pm
Reputation: 726
Gender: None specified
Contact:

Postby dojirock » Mon Apr 08, 2013 6:27 pm

Never mind, I already OBSERVED it...lol
then retrace....

thanks mo!
It always takes Momentum to break Momentum!
"A small loss is just as satisfying as a large gain" -MO
"Sometimes we need to stop learning and start thinking...."
"Once you stack, you'll never go back!"

User avatar
dojirock
rank: 1000+ posts
rank: 1000+ posts
Posts: 1921
Joined: Tue Nov 17, 2009 10:11 pm
Reputation: 726
Gender: None specified
Contact:

Postby dojirock » Mon Apr 08, 2013 6:28 pm

Some times I need to remember to read my own tag line!
It always takes Momentum to break Momentum!
"A small loss is just as satisfying as a large gain" -MO
"Sometimes we need to stop learning and start thinking...."
"Once you stack, you'll never go back!"

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.

User avatar
MightyOne
rank: 5000+ posts
rank: 5000+ posts
Posts: 6055
Joined: Wed Dec 10, 2008 6:33 pm
Reputation: 560
Gender: Male

Postby MightyOne » Mon Apr 08, 2013 6:31 pm

dojirock wrote:Awesome, I will be the 1st to try to move up another time frame using this MO.

Midpoint of last color highest high or lowest low? or Midpoint of the color run?


The close is always the midpoint of the bar (HL/2).

The open is the midpoint of the prev. candles body.

It is very dragony :lol:

The 4 SMMA, and its pivots, are used for estimating "something" aka the Line in the Sand or LIS.

User avatar
dojirock
rank: 1000+ posts
rank: 1000+ posts
Posts: 1921
Joined: Tue Nov 17, 2009 10:11 pm
Reputation: 726
Gender: None specified
Contact:

Postby dojirock » Mon Apr 08, 2013 6:34 pm

Capish!
It always takes Momentum to break Momentum!
"A small loss is just as satisfying as a large gain" -MO
"Sometimes we need to stop learning and start thinking...."
"Once you stack, you'll never go back!"

User avatar
MightyOne
rank: 5000+ posts
rank: 5000+ posts
Posts: 6055
Joined: Wed Dec 10, 2008 6:33 pm
Reputation: 560
Gender: Male

Postby MightyOne » Mon Apr 08, 2013 6:39 pm

Idea 2: GAPS!

Image

User avatar
MightyOne
rank: 5000+ posts
rank: 5000+ posts
Posts: 6055
Joined: Wed Dec 10, 2008 6:33 pm
Reputation: 560
Gender: Male

Postby MightyOne » Mon Apr 08, 2013 6:45 pm

IDEA 3: EXTREME OF COLOR CHANGE CANDLE (after a trend) as LIS

Image

User avatar
MightyOne
rank: 5000+ posts
rank: 5000+ posts
Posts: 6055
Joined: Wed Dec 10, 2008 6:33 pm
Reputation: 560
Gender: Male

Postby MightyOne » Tue Apr 09, 2013 2:28 am

Image


Many examples.

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.


Return to “beginners forum”