Şartname
//————————————————————————————————————————————————————————————————————
struct S_MCAV
{
double matureSum;
double totalSum;
double value;
void Init ()
{
matureSum = 0.0;
totalSum = 0.0;
value = 0.5;
}
void AddContext (int ctx)
{
totalSum += 1.0;
if (ctx == 1) matureSum += 1.0;
}
void ApplyDecay (double rate)
{
matureSum *= rate;
totalSum *= rate;
}
void Update ()
{
if (totalSum > 0.01) value = matureSum / totalSum;
else value = 0.5;
}
};
//————————————————————————————————————————————————————————————————————//————————————————————————————————————————————————————————————————————
struct S_DCA_Cell
{
E_DC_State state;
double csm;
double semi;
double mature;
double threshold;
int agentIndices [];
int agentCount;
void Init (double migrationThreshold, int maxAgents)
{
state = DC_IMMATURE;
csm = 0.0;
semi = 0.0;
mature = 0.0;
threshold = migrationThreshold;
agentCount = 0;
ArrayResize (agentIndices, maxAgents);
}
void Reset (double newThreshold)
{
state = DC_IMMATURE;
csm = 0.0;
semi = 0.0;
mature = 0.0;
threshold = newThreshold;
agentCount = 0;
}
void AddAgent (int idx)
{
if (agentCount < ArraySize (agentIndices))
{
agentIndices [agentCount++] = idx;
}
}
};
//————————————————————————————————————————————————————————————————————
Yanıtlandı
1
Derecelendirme
Projeler
1
0%
Arabuluculuk
1
0%
/
100%
Süresi dolmuş
0
Serbest
2
Derecelendirme
Projeler
22
45%
Arabuluculuk
6
33%
/
33%
Süresi dolmuş
2
9%
Yüklendi
Yayınlandı: 7 makale, 35 kod
3
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
4
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
5
Derecelendirme
Projeler
9
33%
Arabuluculuk
0
Süresi dolmuş
1
11%
Meşgul
Yayınlandı: 1 kod
6
Derecelendirme
Projeler
2
0%
Arabuluculuk
1
0%
/
0%
Süresi dolmuş
0
Çalışıyor
7
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
8
Derecelendirme
Projeler
1
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
9
Derecelendirme
Projeler
0
0%
Arabuluculuk
1
0%
/
0%
Süresi dolmuş
0
Çalışıyor
Yayınlandı: 2 kod
Benzer siparişler
Adaptive XAUUSD EA – MT5
30 - 200 USD
Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo, in grado di adattare il proprio comportamento alle mutevoli condizioni di mercato di XAUUSD. Lo sviluppatore dovrebbe essere libero di combinare qualsiasi tecnica ritenuta opportuna
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
MT4/MT5 HFT EA us30
30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I need an Expert Advisor (EA) programmed and designed to help me with trading. Requirements: * The programmer must have experience in implementing software projects. * The script must be high-quality, clean, clear, and editable at any time, with ownership of the script provided. * It must work on the MT4 platform. * The maximum project completion time is 7 to 14 days. * The programmer must be cooperative and
Proje bilgisi
Bütçe
40+ USD
Müşteri
Verilmiş siparişler1
Arabuluculuk sayısı0