작업 종료됨
실행 시간 4 일
고객의 피드백
Good work
피고용인의 피드백
Thanks
명시
#include <Trade/Trade.mqh>
CTrade trade;
input double LotSize = 0.1;
input int FastMA = 10;
input int SlowMA = 20;
int fastHandle, slowHandle;
// Initialize indicators
int OnInit()
{
fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE);
slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE);
return(INIT_SUCCEEDED);
}
void OnTick()
{
double fastMA[2];
double slowMA[2];
CopyBuffer(fastHandle, 0, 0, 2, fastMA);
CopyBuffer(slowHandle, 0, 0, 2, slowMA);
// Previous and current values
double fastPrev = fastMA[1];
double fastCurr = fastMA[0];
double slowPrev = slowMA[1];
double slowCurr = slowMA[0];
// Check if no open position
if(PositionSelect(_Symbol) == false)
{
// BUY signal
if(fastPrev < slowPrev && fastCurr > slowCurr)
{
trade.Buy(LotSize, _Symbol);
}
// SELL signal
if(fastPrev > slowPrev && fastCurr < slowCurr)
{
trade.Sell(LotSize, _Symbol);
}
}
}
응답함
1
등급
프로젝트
286
47%
중재
27
59%
/
37%
기한 초과
36
13%
무료
2
등급
프로젝트
21
10%
중재
4
25%
/
75%
기한 초과
0
무료
3
등급
프로젝트
20
15%
중재
5
40%
/
40%
기한 초과
0
무료
4
등급
프로젝트
2
0%
중재
0
기한 초과
1
50%
작업중
5
등급
프로젝트
27
7%
중재
9
33%
/
33%
기한 초과
1
4%
작업중
6
등급
프로젝트
6
0%
중재
4
25%
/
75%
기한 초과
2
33%
무료
7
등급
프로젝트
499
23%
중재
60
55%
/
25%
기한 초과
59
12%
작업중
8
등급
프로젝트
34
26%
중재
4
50%
/
25%
기한 초과
4
12%
무료
9
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
10
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
11
등급
프로젝트
1
0%
중재
1
0%
/
100%
기한 초과
0
무료
12
등급
프로젝트
257
53%
중재
16
50%
/
38%
기한 초과
83
32%
무료
13
등급
프로젝트
22
41%
중재
8
0%
/
50%
기한 초과
3
14%
무료
14
등급
프로젝트
39
23%
중재
14
0%
/
93%
기한 초과
4
10%
무료
15
등급
프로젝트
64
20%
중재
11
27%
/
55%
기한 초과
5
8%
무료
16
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
17
등급
프로젝트
3
100%
중재
0
기한 초과
0
작업중
18
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
19
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
20
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
비슷한 주문
Allex strategy
50+ USD
//+------------------------------------------------------------------+ //| StopHunt_RSI_OBFVG_EA.mq5 | //| استراتيجية: Stop Hunt / Fakeout + RSI 60/40 + OB/FVG Confluence | //| فريم زمني مقترح: M15 | SL/TP: نسبة Risk:Reward ثابتة | //| الوضع: تنفيذ أوتوماتيك + تنبيهات فآن واحد | //+------------------------------------------------------------------+ #property copyright "Custom EA"
8 cap prop firm passing
30 - 3000 USD
I am looking for an experienced MQL4/MQL5 HFT developer to build or optimize a High-Frequency Trading (HFT) Expert Advisor that can successfully pass proprietary trading firm challenges and perform consistently under live trading conditions with brokers such as 8cap or BlackBull Markets . The developer should have proven experience with HFT execution, ultra-low-latency trading, broker execution, slippage, spreads
I need a professional MT5 Expert Advisor (MQL5) for XAU/USD (Gold) only. Requirements: - Symbol: XAU/USD only - Timeframe: H1 trend, M5 entry - Smart Money Concept (SMC) - Liquidity Sweep - Break of Structure (BOS) - Order Block Retest - Confirmation Candle (Engulfing or Pin Bar) - ATR-based Stop Loss - Risk:Reward = 1:3 (adjustable) - Auto Lot (1% risk) - Break Even - Trailing Stop - Maximum 2 trades per day - One
Hello, I am looking for an existing, fully backtestable MT5 Expert Advisor or EA portfolio designed specifically for passing an FTMO-style prop-firm evaluation. I am not looking for unrealistic profit claims or a visually perfect backtest. My priority is a statistically defensible probability of passing the challenge while respecting all risk limits. Primary objective The system should be designed for the current
MT4/MT5 HFT EA Live Trading
40 - 10000 USD
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell at 50% of the FVG 7. SL: 10 pips above sweep wick 8. TP: 2R
Hello looking for someone to convert an indicator from tradingview to Thinkorswim I have attached the codes from trading view Also, I like make it trigger (alert) a one-time alert when the trend changes, and can also create a custom watchlist column that flags symbols currently in a new trend so you can scan multiple stocks easily. And like the watchlist to show only fresh trend changes or the current trend direction
Version document : 1.0 Plateforme : TradingView Langage : Pine Script v6 Type : Indicateur d'analyse et d'aide à la décision (non-exécutant) 1. Présentation du projet Nom du produit ONYX SR V2 — Intelligent Support & Resistance Scalping System Objectif Créer un indicateur TradingView capable d'identifier automatiquement des opportunités de scalping basées sur : supports et résistances dynamiques ; action du prix ;
Fundamental News Trading Strategy
50 - 200 USD
I want to build a fundamental news trading bot that trade off economic news data, as we know every economic news data released always have effect on the asset associated with it, so this bot will take a trade instantly based on the news data released either to buy or sell, it will come with good money management and also SL and TP target based on price and pips value
Specification : 1. Goal I am commissioning a mean-reversion grid Expert Advisor for XAUUSD on MT5. The deliverable is the complete, commented .mq5 source (strictly personal usel). Offers limited to compiled .ex5 will not be considered. 2. Required framework (non-negotiable) 2.1. Works natively on M5; signals evaluated on closed bars; symmetric long/short. 2.2. Entry logic built on Bollinger Bands + Moving Average
프로젝트 정보
예산
30+ USD
기한
로 365 일