Lavoro terminato
Tempo di esecuzione 2 giorni
Specifiche
I want to convert tradingview pinescript to mt5 EA
The script as follows
//@version=5
strategy("Candlestick Pattern Strategy 1", "CP1", overlay=true)
reverse = input.bool(true, "Reverse Signal")
longSignal = close > open and close[1] > open[1] and open[1] < open and close > close[1] and low < low[1] and low < open[1]
longStop = low
shortSignal = close < open and close[1] < open[1] and open[1] > open and close < close[1] and high > high[1] and high > open[1]
shortStop = high
if (longSignal)
if (not reverse)
strategy.entry("long", strategy.long)
inn = strategy.opentrades.entry_price(strategy.opentrades - 1)
longTp = inn + (inn - longStop)
strategy.exit("exit", "long", stop=longStop, limit=longTp, comment_loss="Stop long", comment_profit="TP long")
else
strategy.entry("short", strategy.short)
inn = strategy.opentrades.entry_price(strategy.opentrades - 1)
longTp = inn + (inn - longStop)
strategy.exit("exit", "short", stop=longTp, limit=longStop, comment_loss="Stop short", comment_profit="TP short")
if (shortSignal)
if (not reverse)
strategy.entry("short", strategy.short)
inn = strategy.opentrades.entry_price(strategy.opentrades - 1)
shortTp = inn - (shortStop - inn)
strategy.exit("exit", "short", stop=shortStop, limit=shortTp, comment_loss="Stop short", comment_profit="TP short")
else
strategy.entry("long", strategy.long)
inn = strategy.opentrades.entry_price(strategy.opentrades - 1)
shortTp = inn - (shortStop - inn)
strategy.exit("exit", "long", stop=shortTp, limit=shortStop, comment_loss="Stop long", comment_profit="TP long")
TIP- Add lot size parameter in the EA
Con risposta
1
Valutazioni
Progetti
460
26%
Arbitraggio
139
20%
/
60%
In ritardo
100
22%
In elaborazione
2
Valutazioni
Progetti
403
28%
Arbitraggio
40
40%
/
50%
In ritardo
1
0%
Gratuito
3
Valutazioni
Progetti
67
37%
Arbitraggio
5
40%
/
40%
In ritardo
1
1%
Gratuito
4
Valutazioni
Progetti
13
23%
Arbitraggio
7
0%
/
71%
In ritardo
3
23%
In elaborazione
5
Valutazioni
Progetti
126
40%
Arbitraggio
18
44%
/
56%
In ritardo
33
26%
In elaborazione
Ordini simili
Hello, I am looking for someone who can help me to build a MT4/MT5 forex EA, by analyzing the trading history. You are responsible to find out trading logic behind the EA and Build a new EA that accurately replicates the existing strategy. I need someone who has proven previous experience to build a new EA by reverse engineering. Thanks
I am looking for an experienced MT4/MT5 developer to analyze my trading history and replicate the strategy in a new Expert Advisor (EA). The developer must have proven experience in reverse engineering strategies, analyzing trading data, and developing EAs across various trading methodologies. A deep understanding of XAUUDS and BTCUSD behavior, as well as chart analysis, is essential. Please note that we do not have
Title: MT5 Forex Trading Robot Development I need a MetaTrader 5 (MT5) Expert Advisor (EA) for automated Forex trading. Requirements: 1. The robot must be fully automated and capable of opening and closing trades without manual intervention. 2. Compatible with MetaTrader 5 (MT5). 3. Adjustable lot size, Stop Loss, and Take Profit settings. 4. Built-in risk management based on account balance. 5. Ability to trade
Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version) Objective: Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format. Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart. 1. Data Flow Diagram
GRID EA with PRUNING
80+ USD
MT5 Expert Advisor Development Project Overview I am looking for an experienced MQL5 developer to build a custom MetaTrader 5 Expert Advisor based on a grid-cycle trading framework. This is not a standard grid EA . The system combines: Session-based trade initiation Multi-filter signal generation Dynamic grid management Advanced basket management State-machine-driven trade lifecycle management Dynamic take-profit
I have a MT5 Hull MTF Indicator that I like. I would like someone to add: 1) Time of day function (with start time and end time) so that it does not send messages during my night time. Default Start=0900 Default End=2300 2) Add to the Message (sound and email): so that it is Symbol+Buy-Or-Sell+Ask-OrBid Price+TimeFrame1 "/" TimeFrame2 I will send the indicator to the developer. Thank you
MT5 Expert Advisor (EA) Acquisition Request – Proven XAUUSD Martingale / Grid EA I am looking to purchase a fully developed, actively traded, and proven MT5 Expert Advisor for XAUUSD (Gold) that uses Martingale, Grid, Averaging, Recovery, or Hybrid Recovery techniques. Mandatory Verification Requirement To be considered, please provide: - MT5 Investor Password (Read-Only Access) for verification - Account Number /
Developers needed for mt4, mt5 EAs
45 - 50 USD
Looking to buy profitable MT4/MT5 Expert Advisors (EAs). Requirements: • Fully automated • 6+ months backtest • 100+ trades • No martingale or grid systems Send: • Backtest report • Max drawdown • Markets traded • Brief strategy summary Only original EAs developed by you. Long-term collaboration available
Live chart [ expert is not executing trades on xauusd ] , Deleting Existing Parameter not in use , Live Chart Adjustments Only , No Need to Change anything else , expert will be live testing Throughout
Prepare expert for xauusd live chart [ expert is not executing trades on xauusd ] . Deletion and cleaning code . Trailing Stop Rule to follow the given method . Live Chart Only
Informazioni sul progetto
Budget
30+ USD