Profitable trading - page 2

 
Eh, no one to invest again(((( you scared the guy off. Ugh, you have no hunting instinct, what about the excitement of the hunt, the pursuit of the prey, the chase.... You people.
 
sand:
and flashing.
How do you make it, for example, in mql4?
 
Kocty: I was just looking for who.

- Sailor, wrong port!?

- Never mind, the main thing is to unload!!!!!

 
granit77:
How do you make one in mql4, for example?


Through a looped EA
 
granit77:
How do you make one in mql4, for example?

On the left the letters are running - on the right they are blinking

like with every tick.


void GetAvtor()
 {
  static int tick = 0;
  tick++;if(tick>=42)tick=0;
 
  string char[256]; int i;
  string f_n = "Arial";
  for (i = 0; i < 256; i++) char[i] = CharToStr(i);   
  Label("label",char[70],2,5,15,10,f_n,GetColor(41,tick));
  Label("label1",char[97],2,12,15,10,f_n,GetColor(0,tick));
  Label("label2",char[99],2,19,15,10,f_n,GetColor(1,tick));  
  Label("label3",char[116],2,26,15,10,f_n,GetColor(2,tick));  
  Label("label4",char[111],2,30,15,10,f_n,GetColor(3,tick));
Files:
ytg_fibo_zz.mq4  12 kb
 
Mischek2:

via a looped advisor


...and WindowRedraw():

//+------------------------------------------------------------------+
//| script                                                           |
//+------------------------------------------------------------------+
int deinit(){ObjectDelete("Padding_rect");return(0);}

int start()

{double top,bottom;datetime left,right;int right_bound,i;

while(!IsStopped())

{top=WindowPriceMax();bottom=WindowPriceMin();
  
  left=Time[WindowFirstVisibleBar()];right=Time[0]+Period()*2000;

if(ObjectFind("Padding_rect")!=0)
  
  {ObjectCreate("Padding_rect",OBJ_RECTANGLE,0,left,top,right,bottom);
   
   ObjectSet("Padding_rect",OBJPROP_COLOR,Blue);WindowRedraw();}

else{ObjectMove("Padding_rect",0,left,top);ObjectMove("Padding_rect",1,right,bottom);
  
  if(i==5){Sleep(100);ObjectSet("Padding_rect",6,DarkOrange);WindowRedraw();}else Sleep(100);   
  
  if(i==10){Sleep(100);ObjectSet("Padding_rect",6,Blue);WindowRedraw();}else Sleep(100);     
  
  if(i>=10)i=0;i=i+1;}
  
  }return(0);}
//+------------------------------------------------------------------+
 
cudahar:
See you in the Forbes, che)))
 
TheXpert:
See you in the Forbes, che)))
don't be petty, there's at least a lord of the galaxy here.)
 
cudahar:
There's Neeson'sbook "The Japanese Candlesticks". Explain what genius you found there, let's discuss it.
 
alexx_v:
Don't be petty, there's at least a lord of the galaxy here.)
:)))