Hon Yin Shum / 个人资料
- 信息
|
7+ 年
经验
|
1
产品
|
3
演示版
|
|
0
工作
|
1
信号
|
3
订阅者
|
Hon Yin Shum
Title: [LIVE AUDIT] 1-Year+ Gold HFT Grid: 441% ROI / 24% Max DD (MT5 Investor Pass Inside)
Content:Hi traders,
Tired of photoshopped screenshots and fake Myfxbook accounts. Here is my live XAUUSD algorithmic high-frequency hedging system running on Vantage. It has survived multiple black swan events over the past year.
Live MT5 Credentials for Everyone to Audit:
Server: VantageMarkets-Live 3
Login ID: 11505058
Investor Password (Read-Only): cH^$WMeN3265!
⚠️ CRITICAL WARNING FOR PC USERS:Because this strategy has processed over 400,000+ trades, if you log in via the MT5 PC Terminal, you MUST uncheck "Show trade history on charts" (Tools -> Options -> Charts) BEFORE opening the XAUUSD chart. Otherwise, rendering 460k arrows will freeze and crash your MT5 platform instantly. Mobile app works perfectly but only indexes the last 2 months of data due to MT5 system limits.
Let's Discuss:I am open to discussing the mathematical structure of the grid and the 52 risk-neutral modules behind it.
👉 Want the full bilingual onboarding PDF guide or the full audited account statement without crashing your PC? Just PM me "GUIDE" and I will send it over. Let's keep the discussion transparent.
Content:Hi traders,
Tired of photoshopped screenshots and fake Myfxbook accounts. Here is my live XAUUSD algorithmic high-frequency hedging system running on Vantage. It has survived multiple black swan events over the past year.
Live MT5 Credentials for Everyone to Audit:
Server: VantageMarkets-Live 3
Login ID: 11505058
Investor Password (Read-Only): cH^$WMeN3265!
⚠️ CRITICAL WARNING FOR PC USERS:Because this strategy has processed over 400,000+ trades, if you log in via the MT5 PC Terminal, you MUST uncheck "Show trade history on charts" (Tools -> Options -> Charts) BEFORE opening the XAUUSD chart. Otherwise, rendering 460k arrows will freeze and crash your MT5 platform instantly. Mobile app works perfectly but only indexes the last 2 months of data due to MT5 system limits.
Let's Discuss:I am open to discussing the mathematical structure of the grid and the 52 risk-neutral modules behind it.
👉 Want the full bilingual onboarding PDF guide or the full audited account statement without crashing your PC? Just PM me "GUIDE" and I will send it over. Let's keep the discussion transparent.
Hon Yin Shum
留下反馈给开发人员为工作 I need experienced developers because I need to modify complex code.
Institutional-grade analysis. You captured the strategy's essence and risk logic perfectly. Grateful for your trust and partnership.
| 符合规范 | 5.0 | |
| 解决问题的效率 | 5.0 | |
| 可用性和沟通技巧 | 5.0 |
Hon Yin Shum
留下反馈给开发人员为工作 Guard monitor EA, Failed market Delay, Close EA (No Stop EA), SendNotification
There is no best developer, only the right developer for you.
| 符合规范 | 5.0 | |
| 解决问题的效率 | 5.0 | |
| 可用性和沟通技巧 | 5.0 |
Hon Yin Shum
留下反馈给开发人员为工作 Activation_Fixed_Stop_Steps
EA邏輯有重大瑕疵(不檢查價格就下單),導致帳戶差點歸零。開發者事後拒絕溝通、不處理問題,售後態度極差,完全不負責任。 https://drive.google.com/file/d/1IMayzRPqEjmHeHg1FyxAqjdr5selIDfH/view?usp=drive_link
| 符合规范 | 1.0 | |
| 解决问题的效率 | 1.0 | |
| 可用性和沟通技巧 | 1.0 |
Hon Yin Shum
2026.03.16
I asked him why orders were being missed, and he added a retry function for me. However, orders were still being missed, so I gradually increased the retry count from 1 to 999,999. I assumed that 999,999 retry counts would prevent missed orders, and I had done backtesting, which didn't show this problem. Then, EA opened all positions at almost the same price, and my account immediately went to zero. Later, I asked someone, and it turned out that the retry function didn't check if the orders met the opening conditions. He hadn't told me this, which caused me significant losses.
Hon Yin Shum
2026.03.16
Ismail Hakki Delibas The developer give me the "Retry"code: void PlaceOneOrder(ENUM_ORDER_TYPE OT,double vol, long id, int step)
{ int i; bool res; for( i=1; i<=NumRetry; i++) { if( i!=1 ) Print("Retrying #",(string)i); res=PlaceOneOrder_(OT,vol,id,step); if( res ) break; Sleep(1000); }
}
{ int i; bool res; for( i=1; i<=NumRetry; i++) { if( i!=1 ) Print("Retrying #",(string)i); res=PlaceOneOrder_(OT,vol,id,step); if( res ) break; Sleep(1000); }
}
Hon Yin Shum
留下反馈给开发人员为工作 Change Open Next Step Condition
Excellent technical skills, smooth communication, and quick problem-solving. Highly recommended!
| 符合规范 | 5.0 | |
| 解决问题的效率 | 5.0 | |
| 可用性和沟通技巧 | 5.0 |
Hon Yin Shum
留下反馈给开发人员为工作 EA can recognized previous orders and continue to trade next step in new terminal.
Solve problems quickly
| 符合规范 | 5.0 | |
| 解决问题的效率 | 5.0 | |
| 可用性和沟通技巧 | 5.0 |
Hon Yin Shum
留下反馈给开发人员为工作 I need a senior developer who has accepted at least 300 jobs in the past.
Professional and reliable, he can solve the problem quickly, highly recommended.
| 符合规范 | 5.0 | |
| 解决问题的效率 | 5.0 | |
| 可用性和沟通技巧 | 5.0 |
Hon Yin Shum
已发布产品
EA保安起源 因為EA未知的BUG,導致帳戶資金在一天內從幾萬美元變為零。為了防止此類情況,EA的最終目的是: 防止因EA的未知BUG而胡亂開關訂單,導致帳戶資金歸零。 EA保安工具使用指南 什么是baoan-gj (保安工具) 这是一款专为交易者设计的安全工具,主要目的是监控和防止EA(Expert Advisor,自动交易程序)因未知BUG而出现异常交易行为,避免账户资金被快速清零的风险。 工具的主要功能 该保安工具通过监控以下异常交易模式来保护您的账户: 异常开仓行为监控 : 当EA在短时间内(60秒)开启过多订单(10张以上) 当EA在较小价格范围内(100点以内)开启过多订单 异常关仓行为监控 : 监测持单时间异常短的交易(少于60秒) 监测负点平仓的交易 紧急措施 : 一旦检测到异常,立即强制终止EA运行 关闭所有当前订单 发送警报消息到手机 设置参数说明 参数 说明 需要监控的EA 设置您需要监控的EA名称 需要监控的品种 设置交易的货币对(如EURGBP,GBPUSD) 允许的最大订单数量 在指定时间内允许开立的最大订单数量(默认20) 监控时间窗口
Hon Yin Shum
留下反馈给开发人员为工作 I'm looking for a good developer who will help me on my Expert Advisor project.
1. 他無法清楚理解和執行工作要求,浪費時間,也顯示出其缺乏應有的職業素養。
2. 他低估了任務的難度,導致工期嚴重拖延。
3. 他缺乏主動性和責任心,即使被要求修改也無法達到預期,顯示其缺乏專業操守。
4. 他自行承諾的工期未能如期完成,又無故消失,造成嚴重拖累。
5. 終止合作時,開發者極力抵賴,拒絕承擔應有的責任,最終我不得不通過法律途徑維權。
| 符合规范 | 1.0 | |
| 解决问题的效率 | 1.0 | |
| 可用性和沟通技巧 | 1.0 |
分享社交网络 · 1
Hon Yin Shum
已添加主题申請仲裁,等待超過45天,MQL5還沒有介入解決
和開發者無法談下去. 開發者拒絕我的請求及無任何回覆, 申請 仲裁,等待超過45天 ,MQL5還沒有介入解決. 請問如何請求MQL5盡快處理? 我錢因為仲裁沒完成還在凍結
分享社交网络
1
:
