THE IDEA EXCHANGE - page 34

 
AlexeyFX:

For some reason it looks like a left-handed egg...

Why did he do this to the egg? What does it represent now?
 
paukas:
What's the egg in the picture? MTS?
Beeline. Live on the bright side.
 
It seems that the main starter is a serious contender for the Order of the Ephalda.
 
Mischek:

Why did he do that to the egg? What does it represent now?

К чему снится Яйца – Яйцо символизирует зарождение идеи, которая скоро вылупится. (с)
 

Another idea = if many positions are traded at the same time, then each position should

close each position using individual Take and Stop.

extern double  lots    = 1;

extern string P_Performanc0= "-- 1 --";

extern int TP1BUY   = 222,  
           SL1BUY   = 99999;   

extern string P_Performanc1= "-- 2 --";  

extern int TP2SELL  = 222,
           SL2SELL  = 99999;
           
extern string P_Performanc2= "-- 3 --";         
           
extern int TP3BUY   = 222,         
           SL3BUY   = 99999;

extern string P_Performanc3= "-- 4 --";   
           
extern int TP4SELL  = 222,
           SL4SELL  = 99999;          

extern string P_Performanc4= "-- 5 --";        
           
extern int TP5BUY   = 222,
           SL5BUY   = 99999;
           
extern string P_Performanc5= "-- 6 --";              
           
extern int TP6SELL  = 222,        
           SL6SELL  = 99999;
           
extern string P_Performanc6= "-- 7 --";              
           
extern int TP7BUY   = 222,
           SL7BUY   = 99999; 
           
extern string P_Performanc7= "-- 8 --";              
           
extern int TP8SELL  = 222,
           SL8SELL  = 99999;                   

           
int        last_bar = 0;

int start()
{
double StopLevel =MarketInfo(Symbol(),MODE_STOPLEVEL);  // текущий уровень стопов  
   if (last_bar == Bars) return(0);
   last_bar = Bars;
   if (OrdersTotal() == 0)
   {
OrderSend(Symbol(),OP_BUY,lots,Ask,3,Bid-SL1BUY*Point,Ask+TP1BUY*Point);
OrderSend(Symbol(),OP_BUY,lots,Ask,3,Bid-SL3BUY*Point,Ask+TP3BUY*Point);
OrderSend(Symbol(),OP_BUY,lots,Ask,3,Bid-SL5BUY*Point,Ask+TP5BUY*Point);
OrderSend(Symbol(),OP_BUY,lots,Ask,3,Bid-SL7BUY*Point,Ask+TP7BUY*Point);

OrderSend(Symbol(),OP_SELL,lots,Bid,3,Ask+SL2SELL*Point,Bid-TP2SELL*Point);
OrderSend(Symbol(),OP_SELL,lots,Bid,3,Ask+SL4SELL*Point,Bid-TP4SELL*Point);
OrderSend(Symbol(),OP_SELL,lots,Bid,3,Ask+SL6SELL*Point,Bid-TP6SELL*Point);
OrderSend(Symbol(),OP_SELL,lots,Bid,3,Ask+SL8SELL*Point,Bid-TP8SELL*Point);
   } 
   return(0);
}
 

The first state of the Eurobucks from 2008 to today, FS = 0.20

Second-state dollar-franc from 2000 to today. FS (Recovery Factor) = 2.1

 
alex12:

The first state is the Eurobucks from 2008 until today,

The second dollar-franc straight from 2000 to today.

Whatever it is, there are quite few deals to draw any conclusions.
 
alex12: The first state of the Eurobucks from 2008 to today,

Second dollar-franc state from 2000 to today.

These aren't stats, they're just shameless pictures. Where's the basement?
 

what basements ?

I've tried several times to upload the archive with the results reports, but the files after Add Comments - don't appear for forum members to download.