SleepSeconds Variable - TXT Import

MQL4 Uzmanlar Entegrasyon

İş tamamlandı

Tamamlanma süresi: 4 saat
Geliştirici tarafından geri bildirim
Excellent Customer
Müşteri tarafından geri bildirim
well done.thanks.

Şartname

Can someone modify the code that "SleepSeconds" variable takes its value from a csv/txt file, refreshes its value and always updates itself.  



.
.
extern int SleepSeconds = 1440;
.
.
.
int start() { 
prepare() ; 
if( CloseAll ) closeAll() ;
else { 
if( dailyGrowth / AccountBalance() < DailyGrowth && TimeCurrent() - lastTradeTime > SleepSeconds && ( marginLevel == 0 || marginLevel > MinMarginLevel ) ){ 
if( totalTrades >= MaxStartTrades && ( AccountBalance() + ( totalProfit + totalLoss ) ) / AccountBalance() < TriggerBackSystem ) backSystem();
else if( ( ContinueTrading || ( !ContinueTrading && totalTrades > 0 ) ) && ( totalTrades < MaxStartTrades || MaxStartTrades == 0 ) ) openPosition();
else if( EnableCalendar && ffCalenadarEventTime1 < NewsReleaseMinutes ) newsSystem();
}
managePositions() ; 
longStop();
}
return( 0 ) ;
}
 Attach

Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(620)
Projeler
680
57%
Arabuluculuk
25
16% / 60%
Süresi dolmuş
228
34%
Serbest
2
Geliştirici 2
Derecelendirme
(97)
Projeler
121
25%
Arabuluculuk
5
20% / 60%
Süresi dolmuş
17
14%
Serbest

Proje bilgisi

Bütçe
10 USD
Son teslim tarihi
1 gün