Cool system! - page 43

 
yuripk >> :
Sasha81, why do you save texts to docx and not just doc? Maybe not everybody has 2007 office. For instance I have 2003.

1) It's all right on a first name basis, it's easier to talk informally.)

2) I just save texts automatically. I've had it for a long time now. I started to forget about universality...

Maybe it would help to erase the last character "X" from ".docx" extension It should open, but it may take a long time to think.


If I am in dire need, I will add 2003. Write to me in person.

 
aiv >> :

>> the car's loaded now, I'm sure someone's already tried it out.

Many are testing different versions of the EA, with different parameters and algorithms for opening trades. Also, they are closed and maintained. Results vary accordingly. But in many cases they are positive. The system is being polished. There is no ready-made grail yet.

 

try no.2:

put version Only_Profit_H4_beta_1.ex4

There are 3 indices in the window:

Trend

TRO_InsideBar_Plot2

IBFX - CPR.

Parameters of the indices are left default.

Are those three enough for this version of the Expert Advisor?

 

Finally figured out the IBX-CPR indicator and wrote a little function that finds patterns just like the indicator, so now you can just plug it into a program and not load this indicator I hope the function will be useful and I will be accepted into the secret club :))))

int FindPattern(string symbol, int timeframe, int index) 
   {
      double close_1 = iClose( symbol, timeframe, index);
      double close_2 = iClose( symbol, timeframe, index+2);
      double close_3 = iClose( symbol, timeframe, index+3);
      double open_1 = iOpen( symbol, timeframe, index);
      double open_2 = iOpen( symbol, timeframe, index+2);
      double open_3 = iOpen( symbol, timeframe, index+3);
      double low_1 = iLow( symbol, timeframe, index);
      double low_2 = iLow( symbol, timeframe, index+2);
      double low_3 = iLow( symbol, timeframe, index+3);
      double high_1 = iHigh( symbol, timeframe, index);
      double high_2 = iHigh( symbol, timeframe, index+2);
      double high_3 = iHigh( symbol, timeframe, index+3);
      string name=TimeCurrent();         
      if( close_3> open_3&&( close_3- open_3)/( high_2+0.001- low_3)>0.6&& close_3< open_2&& close_2> open_2&&
         high_2- low_2>3.0*( close_2- open_2)&& open_1> high_3&& open_1< open_2)
         {
            ObjectCreate( name,OBJ_ARROW,0,Time[0],Open[0]);
            ObjectSet( name, OBJPROP_ARROWCODE,234);
            ObjectSet( name, OBJPROP_COLOR,Red);
            Comment("найден последний паттерн:вечерняя звезда","\n",
                    "Формирование этого паттерна означает, что тенденция имеет повышение","\n",
                    "сила импульса снижена  и медведи могут получить превосходство.","\n",
                    "ордер на продажу");
            return(1);        
         }
      if( open_3> close_3&&( open_3- close_3)/( high_3+0.001- low_3)>0.6&& close_3> open_2&& open_2> close_2&&
         high_2- low_2>3.0*( close_1- open_2)&& close_1> open_1&& close_2> open_1)
         {
            ObjectCreate( name,OBJ_ARROW,0,Time[0],Open[0]);
            ObjectSet( name, OBJPROP_ARROWCODE,233);
            ObjectSet( name, OBJPROP_COLOR,Lime); 
            Comment("найден последний паттерн:утренняя звезда","\n",
                    "Формирование этого паттерна означает, что тенденция имеет понижение","\n",
                    "сила импульса снижена  и быки могут получить превосходство.","\n",
                    "ордер на покупку");
            return(2);
         }
 
boing9267 писал(а) >>

try no.2:

put version Only_Profit_H4_beta_1.ex4

There are 3 indices in the window:

Trend

TRO_InsideBar_Plot2

IBFX - CPR.

Parameters of the indices are left default.

Are those three sufficient for this version of the Expert Advisor?

I want parameters of Expert Advisors to be consistent.

I advise you to apply a template and then delete unnecessary indices.

Then you can save the template and apply it to the right charts.

By the way, you don't have to attach it to the chart.

It can be called from the Expert Advisor.

 

continued

      if( close_3> open_3&& open_2> close_2&& open_2>= close_3&& open_3>= close_2&& open_2- close_2> close_3- open_3&&
         open_1> close_1&& close_1< close_2)
         {
            ObjectCreate( name,OBJ_ARROW,0,Time[0],Open[0]);
            ObjectSet( name, OBJPROP_ARROWCODE,234);
            ObjectSet( name, OBJPROP_COLOR,Red); 
            Comment("найден последний паттерн:Три Внешней стороны Вниз","\n",
                    "Это подтвержденный Медвежий паттерн поглощения","\n",
                    "проверьте, находитесь вы на уровне сопротивления или же нет!","\n",
                    "ордер на продажу");
            return(1);
         }
      if( open_3> close_3&& close_2> open_2&& close_2>= open_3&& close_3>= open_2&& close_2- open_2> open_3- close_3&&
         close_1> open_1&& close_1> close_2)
         {
            ObjectCreate( name,OBJ_ARROW,0,Time[0],Open[0]);
            ObjectSet( name, OBJPROP_ARROWCODE,233);
            ObjectSet( name, OBJPROP_COLOR,Lime); 
            Comment("найден последний паттерн:Три Внешней стороны вверх","\n",
                    "Это подтвержденный паттерн поглощения быков","\n",
                    "проверьте, находитесь вы на уровне поддержки или же нет!","\n",
                    "ордер на покупку");
            return(2);                    
         }
      if( close_3> open_3&& open_2> close_2&& open_2<= close_3&& open_3<= close_2&& open_1> close_1&& close_1< close_2&& open_1< open_2)
         {
            ObjectCreate( name,OBJ_ARROW,0,Time[0],Open[0]);
            ObjectSet( name, OBJPROP_ARROWCODE,234);
            ObjectSet( name, OBJPROP_COLOR,Red);
            Comment("найден последний паттерн:Три Внутренней части Вниз","\n",
                    "Это подтвержденный Медвежий паттерн Harami","\n",
                    "проверьте, находитесь вы на уровне сопротивления или же нет!","\n",
                    "ордер на продажу");
            return(1);
         }
      if( open_3> close_3&& close_2> open_2&& close_2<= open_3&& close_3<= open_2&& close_2- open_2< open_3- close_3&& close_1> open_1&&
         close_1> close_2&& open_1> open_2)
         {
            ObjectCreate( name,OBJ_ARROW,0,Time[0],Open[0]);
            ObjectSet( name, OBJPROP_ARROWCODE,233);
            ObjectSet( name, OBJPROP_COLOR,Lime); 
            Comment("найден последний паттерн:Три Внутренней части вверх","\n",
                    "Это подтвержденный бычий паттерн Harami","\n",
                    "проверьте, находитесь вы на уровне поддержки или же нет!","\n",
                    "ордер на покупку");
            return(2);                    
         }
 

and the last part

      if( close_2> open_2&&( close_2+ open_2)/2.0> close_1&& open_1> close_1&& open_1> close_2&& close_1> open_2&&
         ( open_1- close_1)/( high_1- low_1+0.0001)>0.6)
         {
            ObjectCreate( name,OBJ_ARROW,0,Time[0],Open[0]);
            ObjectSet( name, OBJPROP_ARROWCODE,234);
            ObjectSet( name, OBJPROP_COLOR,Red);
            Comment("найден последний паттерн:Темный Облачный покров","\n",
                    "Медвежий паттерн Темный Облачный покров-Главный паттерн аннулирования.","\n",
                    "Быки теряют свою уверенность и оценивают положения Медведей.","\n",
                    "ордер на продажу");
            return(1);                    
         }
      if( close_2< open_2&&( open_2+ close_2)/2.0< close_1&& open_1< close_1&& open_1< close_2&& close_1< open_2&&
         ( close_1- open_1)/( high_1- low_1+0.0001)>0.6)
         {
            ObjectCreate( name,OBJ_ARROW,0,Time[0],Open[0]);
            ObjectSet( name, OBJPROP_ARROWCODE,233);
            ObjectSet( name, OBJPROP_COLOR,Lime);  
            Comment("найден последний паттерн:Проникновение в Линию","\n",
                    "бычий паттерн проникновение в линию-Нижний паттерн аннулирования.","\n",
                    "Медведи теряют свою уверенность и оценивают положения Быков.","\n",
                    "ордер на покупку");
            return(2);                    
         }
      if( open_1> close_1&& open_2> close_2&& open_3> close_3&& close_1< close_2&& close_2< close_3&& open_1> close_2&&
         open_1< open_2&& open_2> close_3&& open_2< open_3&&( close_1- low_1)/( high_1- low_1+0.001)<0.02&&
         ( close_2- low_2)/( high_2- low_1+0.001)<0.02&&( close_3- low_3)/( high_3- low_2+0.001)<0.2)
         {
            ObjectCreate( name,OBJ_ARROW,0,Time[0],Open[0]);
            ObjectSet( name, OBJPROP_ARROWCODE,234);
            ObjectSet( name, OBJPROP_COLOR,Red);
            Comment("найден последний паттерн:Три Черных Вороны","\n",
                    "паттерн три черных вороны-показатель сильного движения аннулирование.","\n",
                    "Рынок был по высокой цене слишком долго.","\n",
                    "ордер на продажу");
            return(1);                    
         }
      if( close_1> open_1&& close_2> open_2&& close_3> open_3&& close_1> close_2&& close_2> close_3&& open_1< close_2&&
         open_1> open_2&& open_2< close_3&& open_2> open_3&&( high_1- close_1)/( low_3- low_1+0.001)<0.2&&
         ( high_2- close_2)/( high_1- low_2+0.001)<0.2&&( high_3- close_3)/( high_3- low_3+0.001)<0.2)
         {
            ObjectCreate( name,OBJ_ARROW,0,Time[0],Open[0]);
            ObjectSet( name, OBJPROP_ARROWCODE,233);
            ObjectSet( name, OBJPROP_COLOR,Lime); 
            Comment("найден последний паттерн:Три Белых Солдата","\n",
                    "паттерн три белых солдата-показатель сильного движения аннулирование.","\n",
                    "Рынок был по низкой цене слишком долго.","\n",
                    "ордер на покупку");
            return(2);                     
         }
   }
 
WitoHOH >> :

The EA parameters should also be appropriate.

I advise you to apply a template and then delete any unnecessary indulgences.

Then you can save the template and apply it to the correct chart.

By the way, you don't have to attach it to the chart.

It can be called from the Expert Advisor.


Please post the template or tell me where to find it, if possible
 

The template is on the front page.


A secret club is a secret club because no one is allowed in it))))

P.S. Send me a message and I'll tell you how to get in.

 
boing9267 >> :

try no.2:

put version Only_Profit_H4_beta_1.ex4

There are 3 indices in the window:

Trend

TRO_InsideBar_Plot2

IBFX - CPR.

Parameters of the indices are left default.

Are those three enough for this version of the Expert Advisor?

What do you think...?

Reason: