Independent Python/XAUUSD Evidence Review and Attestation — ALKOOS-AI

指定

We are seeking an independent technical reviewer for a frozen Python evidence/specification candidate related to an XAUUSD paper-trading risk system (ALKOOS-AI).

This is NOT a request to develop, modify, optimize, or execute a trading robot or trading strategy.

The task is limited to independent verification of a prepared evidence package. The reviewer should verify:

  1. Integrity of the supplied frozen artifact using SHA-256 hashes.
  2. Consistency of the supplied evidence chain.
  3. The documented Python specification and its derivation from the supplied evidence.
  4. The exact Demo-only scope and stated applicability.
  5. That the final review result is bound to the exact reviewed artifact/candidate hash.

Required deliverable:

An independently issued review statement, report, certificate, fingerprint, or equivalent attestation identifying:

  • the reviewed artifact/candidate by SHA-256 or candidate integrity hash;
  • the exact Demo-only review scope;
  • reviewer identity or MQL5 profile identity;
  • review date/time;
  • explicit review decision/result;
  • a unique reviewer-issued identifier or fingerprint that can later be independently associated with the review.

Important restrictions:

  • No LIVE trading is requested or authorized.
  • No broker connection or fund movement is requested.
  • No credentials are required.
  • No production execution is required.
  • No modification of the frozen candidate is requested.

A sanitized review/handoff package is prepared. Private supporting evidence will only be shared with the selected reviewer if necessary and through an agreed method.

Before accepting the job, please confirm that you can provide the above independent review deliverable.


反馈

1
开发者 1
等级
(17)
项目
21
19%
仲裁
5
40% / 40%
逾期
0
空闲
2
开发者 2
等级
(16)
项目
23
48%
仲裁
8
25% / 38%
逾期
2
9%
已载入
发布者: 7 文章, 35 代码
3
开发者 3
等级
(3)
项目
9
67%
仲裁
0
逾期
0
工作中
4
开发者 4
等级
(10)
项目
16
50%
仲裁
1
100% / 0%
逾期
4
25%
空闲
5
开发者 5
等级
(180)
项目
194
46%
仲裁
4
50% / 25%
逾期
1
1%
已载入
6
开发者 6
等级
(1)
项目
1
0%
仲裁
0
逾期
0
空闲
发布者: 1 代码
7
开发者 7
等级
(1)
项目
1
0%
仲裁
0
逾期
1
100%
空闲
8
开发者 8
等级
(6)
项目
8
38%
仲裁
1
100% / 0%
逾期
2
25%
空闲
9
开发者 9
等级
项目
0
0%
仲裁
0
逾期
0
空闲
10
开发者 10
等级
(15)
项目
33
0%
仲裁
8
25% / 50%
逾期
14
42%
空闲
11
开发者 11
等级
(9)
项目
11
27%
仲裁
0
逾期
2
18%
工作中
发布者: 1 代码
12
开发者 12
等级
项目
0
0%
仲裁
0
逾期
0
空闲
13
开发者 13
等级
项目
0
0%
仲裁
0
逾期
0
空闲
14
开发者 14
等级
(52)
项目
65
40%
仲裁
15
27% / 60%
逾期
1
2%
工作中
15
开发者 15
等级
(16)
项目
30
40%
仲裁
3
33% / 67%
逾期
7
23%
工作中
16
开发者 16
等级
(6)
项目
8
38%
仲裁
1
0% / 100%
逾期
0
空闲
17
开发者 17
等级
(7)
项目
6
0%
仲裁
4
25% / 75%
逾期
2
33%
空闲
18
开发者 18
等级
项目
0
0%
仲裁
0
逾期
0
空闲
19
开发者 19
等级
项目
0
0%
仲裁
0
逾期
0
空闲
发布者: 1 代码
20
开发者 20
等级
项目
0
0%
仲裁
0
逾期
0
空闲
21
开发者 21
等级
项目
0
0%
仲裁
0
逾期
0
空闲
22
开发者 22
等级
项目
0
0%
仲裁
0
逾期
0
空闲
23
开发者 23
等级
(25)
项目
31
13%
仲裁
14
0% / 79%
逾期
9
29%
空闲
24
开发者 24
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
I need a professional AI-assisted Forex trading Expert Advisor (EA) for MetaTrader 5. The EA should not be based on a simple single indicator strategy. I want a robust multi-factor trading system that can analyze market conditions, trend, momentum, volatility, price action and risk before entering a trade. Requirements: Forex trading on MT5 Automated analysis and trade execution Dynamic entry and exit decisions Stop
Creating a bot using the Parabolic indicator with a simple interface.. I want a bot that uses the Parabolic SAR indicator only, with these orders attached to it. Boot name : HEMIN .FX Magic number : 000000 …………………………………………………. Trade behavior : regular OR inverse OR only long "buy" OR only short "sell" Timeframe : ………… Period: ……… ………………………………………………….. Lot size : ……………… Break even in points : …
Gold robot 30+ USD
Yes. This screen is asking you to write the Requirements Specification for your Gold/XAUUSD trading robot. Since you want your DEEPTHINK X10 institutional-style MT5 system , use this ready-to-paste specification: DEEPTHINK X10 GOLD ROBOT – MT5 EXPERT ADVISOR REQUIREMENTS Develop an advanced MetaTrader 5 Expert Advisor (EA) for XAUUSD (Gold) scalping based on a multi-factor DEEPTHINK X10 trading framework. 1. MARKET -
I need a custom MQL5 indicator for MetaTrader 5. The indicator must automatically print entry, stop loss, and take profit zones on the chart using dots. A critical requirement is that these dots must be non-lagging and absolutely non-repainting. Additionally, the indicator needs to identify and display current supply and demand zones. Please provide the mq5 source code and the ex5 file upon completion
Expert Advisors 300+ USD
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
I need an AI based mt5 EA which self learns and improves on its previous mistakes. The EA must be able to utilize numerous trade set ups like; 1. CRT, 2. liquidity sweep reversal at selected higher timeframe where a candle sweeps previous candle high and closes lower or sweeps previous candle low and closes higher, 3. SMC where it trades on OB, CHoCH, BOS. 4. Support and resistance. It should trade any currency pair
i need some tradingview strategy that i want to use as a tester, i have something that i am working on currently and i need someone that can provide me with tradingview strategies that doesn't have a win rate, the one with 1:1 RR it need to have low win rate like 10% or 5% profitability, i am not paying $30 for,i dont have up to that for this cause i only want to use it as a test, if anyone have any to send me please
I am looking to acquire an EXISTING and PROVEN MetaTrader 5 Expert Advisor. I am NOT looking for someone to develop a random new strategy from scratch. The objective is to find a robust EA with an existing track record, verify its performance and robustness, and purchase the MQL5 source code together with clearly defined commercial rights. MAIN REQUIREMENTS The EA should meet most or all of the following
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name

项目信息

预算
30 - 200 USD

客户

所下订单1
仲裁计数0