trrrrrrrrrr

Profit factor:
0.69
Orders Execution
It automatically opens orders when conditions are reachedChecks for the total of open ordersIt Closes Orders by itself
1 Views
0 Downloads
0 Favorites
trrrrrrrrrr
extern string Ìåòêà1="-= Ïàðàìåòðû PriceChannel_Stop_v6 =-";
extern int PriceChannel_ChannelPeriod=26;   //Price Channel Period
extern double PriceChannel_Risk=0.1;      //channel narrowing factor (0...0,5)  
extern string Ìåòêà2="-= Ïàðàìåòðû ñàìîãî ýêñïåðòà =-";
extern int Îòñòóï_îò_òî÷êè_ñòîïà=20;
extern int TP=200;

double PCSU,PCSD,PCst;
int cbar=0;
int start()
{ 
 RefreshRates();
/* PCSU=iCustom(Symbol(),PERIOD_M15,"PriceChannel_Stop_v6",PriceChannel_ChannelPeriod, PriceChannel_Risk, 1, 0, 0, 0, 1000, 0, 1);
 if (PCSU==0) PCSU=iCustom(Symbol(),PERIOD_M15,"PriceChannel_Stop_v6",PriceChannel_ChannelPeriod, PriceChannel_Risk, 1, 0, 0, 0, 1000, 2, 1);
 PCSD=iCustom(Symbol(),PERIOD_M15,"PriceChannel_Stop_v6",PriceChannel_ChannelPeriod, PriceChannel_Risk, 1, 0, 0, 0, 1000, 1, 1);
 if (PCSD==0) PCSD=iCustom(Symbol(),PERIOD_M15,"PriceChannel_Stop_v6",PriceChannel_ChannelPeriod, PriceChannel_Risk, 1, 0, 0, 0, 1000, 3, 1);
 Print(" Íèæíÿÿ=",PCSU," Âåðõíÿÿ=",PCSD);*/
 if (Hour()==23 && Minute()>45){
  Print("inter");
  if (OrdersTotal()<1) OrderSend(Symbol(),OP_SELL,0.1,Bid,2,0,0,"-",0,0,Yellow);}
 if (Hour()==0) 
  {
   OrderSelect(0,SELECT_BY_POS,MODE_TRADES);
   OrderClose(OrderTicket(),OrderLots(),Ask,2,Orange);
  }
}

Profitability Reports

NZD/USD Oct 2024 - Jan 2025
0.65
Total Trades 65
Won Trades 19
Lost trades 46
Win Rate 29.23 %
Expected payoff -0.87
Gross Profit 105.10
Gross Loss -161.90
Total Net Profit -56.80
-100%
-50%
0%
50%
100%
GBP/USD Oct 2024 - Jan 2025
0.80
Total Trades 65
Won Trades 33
Lost trades 32
Win Rate 50.77 %
Expected payoff -0.60
Gross Profit 153.00
Gross Loss -192.30
Total Net Profit -39.30
-100%
-50%
0%
50%
100%
AUD/USD Oct 2024 - Jan 2025
0.62
Total Trades 65
Won Trades 0
Lost trades 0
Win Rate 0.00 %
Expected payoff -0.89
Gross Profit 96.30
Gross Loss -154.30
Total Net Profit -58.00
-100%
-50%
0%
50%
100%

Comments