Harmonic Trading - page 480

 

EURJPY M15 short 125pip.

Files:
eurjpym15.png  78 kb
 

Selling opportunity may be awaiting on AUDUSD and NZDUSD H1.

Files:
audusdh1.png  93 kb
nzdusdh1_1.png  91 kb
 
RyuShin:
That's not v135, is it? Cuz it says "ONE 2 ONE". v135 says "121".

Yes. it is old good 120 -121

Files:
 
poruchik:
Yes. it is old good 120 -121

v120, v121, v122 and v123 were programmed to detect 121 pattern?? I use those but they've never shown 121 pattern.

 

135 ALL

120 - custom pattern

 
poruchik:
135 ALL 120 - custom pattern

Okay thank you poruchik.

 
grandaevus:
Thanks mike. 121 pattern will be added in the next version.

grandaevus, could you consider adding SHS pattern too? It may be profitable.

Files:
usdjpym30_1.png  76 kb
eurusdh4.png  55 kb
untitled_1.png  38 kb
 

Here I am very grateful to this forum, and ZUP indicators author,

I learned a lot of things,

But I want to get a point D to point targets,

I tried to modify ZUP_135wsv05 indicators

But I failed,

I do not know how to put retXD control retBD between

Like the picture on the only sharks,

It is a mistake to draw,

I sincerely hope someone can help me,

The following line of code

if (StringLen(vNamePattern)==0 && SearchSharkPattern==true)

{

if(dotA > dotX)

{

vBullBear="Bullish";

}

if(dotA < dotX)

{

vBullBear="Bearish";

}

if (StringLen(vBullBear)>0)

{

if (

retXB >= 0.382*min_DeltaGartley && retXB <= 0.618*max_DeltaGartley

&&

retAC >= 1.128*min_DeltaGartley && retAC <= 1.618*max_DeltaGartley

&&

retXD <= 1.128*max_DeltaGartley

)

{

vNamePattern="鲨鱼"; // Shark

numberofDots=5;

TimeForDmin=0;

TimeForDmax=0;

PriceD_XD_Min=dotC-0.886*min_DeltaGartley*(dotC-dotX);

PriceD_XD_Max=dotC-1.128*max_DeltaGartley*(dotC-dotX);

PriceD_BD_Min=dotC-1.618*min_DeltaGartley*(dotC-dotB);

PriceD_BD_Max=dotC-2.236*max_DeltaGartley*(dotC-dotB);

if (retBD >= 0.382*min_DeltaGartley && PriceD_BD_Min <= PriceD_XD_Max <= PriceD_BD_Max)

{

LevelForDmin=dotC-0.886*min_DeltaGartley*(dotC-dotX);

LevelForDmax=dotC-0.886*max_DeltaGartley*(dotC-dotX);

}

else if (retBD >= 0.382*min_DeltaGartley && PriceD_BD_Min <= PriceD_XD_Max = 0.886*min_DeltaGartley)

{

LevelForDmin=dotC-1.128*min_DeltaGartley*(dotC-dotX);

LevelForDmax=dotC-1.128*max_DeltaGartley*(dotC-dotX);

}

} //Shark Pattern Search Ends

}

}

Files:
 
酷似残情:
Here I am very grateful to this forum, and ZUP indicators author,

I learned a lot of things,

But I want to get a point D to point targets,

I tried to modify ZUP_135wsv05 indicators

But I failed,

I do not know how to put retXD control retBD between

Like the picture on the only sharks,

It is a mistake to draw,

I sincerely hope someone can help me,

The following line of code

if (StringLen(vNamePattern)==0 && SearchSharkPattern==true)

{

if(dotA > dotX)

{

vBullBear="Bullish";

}

if(dotA < dotX)

{

vBullBear="Bearish";

}

if (StringLen(vBullBear)>0)

{

if (

retXB >= 0.382*min_DeltaGartley && retXB <= 0.618*max_DeltaGartley

&&

retAC >= 1.128*min_DeltaGartley && retAC <= 1.618*max_DeltaGartley

&&

retXD <= 1.128*max_DeltaGartley

)

{

vNamePattern="鲨鱼"; // Shark

numberofDots=5;

TimeForDmin=0;

TimeForDmax=0;

PriceD_XD_Min=dotC-0.886*min_DeltaGartley*(dotC-dotX);

PriceD_XD_Max=dotC-1.128*max_DeltaGartley*(dotC-dotX);

PriceD_BD_Min=dotC-1.618*min_DeltaGartley*(dotC-dotB);

PriceD_BD_Max=dotC-2.236*max_DeltaGartley*(dotC-dotB);

if (retBD >= 0.382*min_DeltaGartley && PriceD_BD_Min <= PriceD_XD_Max <= PriceD_BD_Max)

{

LevelForDmin=dotC-0.886*min_DeltaGartley*(dotC-dotX);

LevelForDmax=dotC-0.886*max_DeltaGartley*(dotC-dotX);

}

else if (retBD >= 0.382*min_DeltaGartley && PriceD_BD_Min <= PriceD_XD_Max = 0.886*min_DeltaGartley)

{

LevelForDmin=dotC-1.128*min_DeltaGartley*(dotC-dotX);

LevelForDmax=dotC-1.128*max_DeltaGartley*(dotC-dotX);

}

} //Shark Pattern Search Ends

}

}

I hope one of the guys here will be able to help you with the code , however exciting trade is the most difficult aspect of trading , it's rather simple to enter but to know when is the best place to take profit is just impossible simply because there is no best exit , even very professional traders can never find that best place to exit , you will always close a position too soon or too late , so the only solution for this in my opinion is the money management in terms of risk to reward ration , as long as you can target twice the amount you risk , all you need out of 10 trades is just is just 4 good trades to be in profit which is good enough for me , you keep holding a trade and hoping for more profit you may just end up losing all the profit , you exit too soon because you are afraid to lose profit you leave lotsa money on the table , so take it simple and look at it from a prospective of risk and reward . cheers and may the pips by your side

 
Mike_Mike:
I hope one of the guys here will be able to help you with the code , however exciting trade is the most difficult aspect of trading , it's rather simple to enter but to know when is the best place to take profit is just impossible simply because there is no best exit , even very professional traders can never find that best place to exit , you will always close a position too soon or too late , so the only solution for this in my opinion is the money management in terms of risk to reward ration , as long as you can target twice the amount you risk , all you need out of 10 trades is just is just 4 good trades to be in profit which is good enough for me , you keep holding a trade and hoping for more profit you may just end up losing all the profit , you exit too soon because you are afraid to lose profit you leave lotsa money on the table , so take it simple and look at it from a prospective of risk and reward . cheers and may the pips by your side

Good Point...

We can control how much we loss, but we cannot control how much we gain from the market

Reason: