You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
It differs. But not less than %80 . Average %80-85
I understand that you mostly trade the larger time frame do you take all the trade that are detected? or the ones that have a fib. extension(blue line) inside the red box?
Yes leo. Or even breaks the peak point and goes higher but I wouldn't bet like that because I don't wanna be greedy. When I was greedy, I lost all pips and money and mind lol. Now I trade with composure. I take profit like grandaevus too which is systematic too.
I totally agree with you! "Greed is good" but till a certain point...
Anyway I've already thought about this kind of exit strategy and for what I briefly saw, it can be very useful
I'll go deep about this topic and if I'll found some interesting I'll share with you guys
I understand that you mostly trade the larger time frame do you take all the trade that are detected? or the ones that have a fib. extension(blue line) inside the red box?
I understand that you mostly trade the larger time frame
Yes. I prefer to trade in H4, D1 , W1 since there's less noise in higher time frames.
do you take all the trade that are detected?
Of course not. This would be a suicide.
or the ones that have a fib. extension(blue line) inside the red
It would be better but not essential
113 49 may be bug
113 45 - ok
+++++
in 135 such same sometimes there is (AB=CD)
may be bug MT4
Many Thanks Grandaevus for the new release.
hi Poruchik ,
is there an option on zup who shows fibo convergence on D , Fibonacci from X to A and fibo from B to C for example , or convergence as it is described here on http://forums.babypips.com/forextown/21934-30-pips-day-keeps-your-money-bay.html
post 4 by TmoneyBags ?
113 49 may be bug
113 45 - ok
+++++
in 135 such same sometimes there is (AB=CD)
may be bug MT4Hi bro. Do you mean no zigzag ray drawing in 113v49?
Hi, bro!
when bug it is shown - in properties of a beam there is a tick
+++++++++++
today no bug
ObjectSet(nameObj1,OBJPROP_RAY, false); true code
ObjectSet(nameObj1,OBJPROP_RAY, true); error code
+++++++++++++++
113 49
if (RangeForPointD==true) // Вывод прямоугольника для зоны точки D
{
if (FlagForD)
{
if(TimeForDmin==0 && TimeForDmax==0)
{
nameObj="_"+ExtComplekt+"PointD_01" + countGartley + "";
ObjectCreate(nameObj,OBJ_TREND,0,Time[aXABCD[C]],LevelForDminToNumberPattern,Time[aXABCD[D]],LevelForDminToNumberPattern);
ObjectSet(nameObj, OBJPROP_BACK, false);
ObjectSet(nameObj, OBJPROP_COLOR, ExtColorRangeForPointD);
ObjectSet(nameObj, OBJPROP_RAY,true); true is correct here?
Hi, bro!
when bug it is shown - in properties of a beam there is a tick
+++++++++++
today no bug
ObjectSet(nameObj1,OBJPROP_RAY, false); true code
ObjectSet(nameObj1,OBJPROP_RAY, true); error code
+++++++++++++++
113 49
if (RangeForPointD==true) // Вывод прямоугольника для зоны точки D
{
if (FlagForD)
{
if(TimeForDmin==0 && TimeForDmax==0)
{
nameObj="_"+ExtComplekt+"PointD_01" + countGartley + "";
ObjectCreate(nameObj,OBJ_TREND,0,Time[aXABCD[C]],LevelForDminToNumberPattern,Time[aXABCD[D]],LevelForDminToNumberPattern);
ObjectSet(nameObj, OBJPROP_BACK, false);
ObjectSet(nameObj, OBJPROP_COLOR, ExtColorRangeForPointD);
ObjectSet(nameObj, OBJPROP_RAY,true); true is correct here?Yes, ray should be true here. Since indicator uses this code to draw max min d price horizontal lines on the screen.