指定
//————————————————————————————————————————————————————————————————————
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;
}
}
};
//————————————————————————————————————————————————————————————————————
応答済み
1
評価
プロジェクト
1
0%
仲裁
1
0%
/
100%
期限切れ
0
暇
2
評価
プロジェクト
22
45%
仲裁
6
33%
/
33%
期限切れ
2
9%
取り込み中
パブリッシュした人: 7 articles, 35 codes
3
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
4
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
5
評価
プロジェクト
9
33%
仲裁
0
期限切れ
1
11%
多忙
パブリッシュした人: 1 code
6
評価
プロジェクト
2
0%
仲裁
1
0%
/
0%
期限切れ
0
仕事中
7
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
8
評価
プロジェクト
1
0%
仲裁
0
期限切れ
0
暇
9
評価
プロジェクト
0
0%
仲裁
1
0%
/
0%
期限切れ
0
仕事中
パブリッシュした人: 2 codes
類似した注文
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
1. PROJECT OVERVIEW Development of a custom automated and manual trading bot for NinjaTrader 8, primarily designed for Nasdaq Futures (NQ/MNQ). The bot will contain the original trading strategy, configurable risk management, automatic and manual operating modes, alerts, profit/loss management, partial profit taking, Break Even, backtesting functionality, and the additional configurable contract-averaging system
EA: Smart Break-Even & Partial Close Manager
30 - 200 USD
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
Mt5 ea
30+ USD
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency. Those two pictures I attached is the example of what my bot actually do like i explained
Ninjatrader 8 bot development
30+ USD
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
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
プロジェクト情報
予算
40+ USD
依頼者
出された注文1
裁定取引数0