Make EA on MT4 with source code indicator tradingview

Auftrag beendet

Ausführungszeit 75 Tage
Bewertung des Entwicklers
Thank´s a lot for the project, it has been a pleasure.

Spezifikation

I would like to do an EA on MT4 with a tradingview indicator.


I need several options :


- Manual trading (enable or disable) : allows manual trading without indicator signals


- SL (in pips) will only be valid for manual trading (I must be able to configure it on the chart before opening the trade)

- SL MINI : example if this number is 2 pips, if signal has a SL < 2 pips, EA put SL of 2 pips

- SL MAX : if signal has a SL greater than this number of pips = don’t open the trade

Example if SL MAX is 7 pips = EA doesn't open trade if SL > 7 pips. And if 0 = no limit

- BE (in pips or % of profit)

- Trailing stop (in pips or % of profit)

- Automatic calculation of lot size RISK per trade (in € or % compared to the SL according to the risk per trade)

For a big account, if lot size is >100 lots = divide with 2 trades of 50 lots (because lot size max per trade is 100 lots)


- Goal profit per trade (% or €)

- Daily goal profit (% or €) when daily goal reached = stop activity and wait the next day

- Daily MAX losses = stop activity for this day if reached. If 0 = no limit


- Trading hours

- Trading days


- Confirmation candle mode (enable or disable)


- Goal mode with losses (enable or disable) previous losses are added to the goal by trades. Once the trade reaches the goal covering losses it resets to 0 for the next trade


       Example:  Trade 1 = -1% Goal per trade = +1%

                        Trade 2 = -1% Goal mode with losses = enable


                        Trade 3 = close at + 3% because -1% (trade 1) + -1% (trade 2) + 1%


General :


SL must include the wicks and must be placed on the signal candle by adding the broker's spread

Goals must include broker fees

BE must take into account broker's fees and spread to close at 0 without negative



Bewerbungen

1
Entwickler 1
Bewertung
(34)
Projekte
60
23%
Schlichtung
11
73% / 9%
Frist nicht eingehalten
3
5%
Frei
2
Entwickler 2
Bewertung
(46)
Projekte
60
45%
Schlichtung
8
50% / 38%
Frist nicht eingehalten
7
12%
Frei
3
Entwickler 3
Bewertung
(132)
Projekte
178
39%
Schlichtung
4
25% / 50%
Frist nicht eingehalten
14
8%
Frei
4
Entwickler 4
Bewertung
(212)
Projekte
316
34%
Schlichtung
63
37% / 40%
Frist nicht eingehalten
102
32%
Arbeitet
Ähnliche Aufträge
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
I have a simple EMA strategy, I need to create an MT5 EA to trade gold Symbol: XAUUSD only, MT5, M15 Entry Conditions BUY Open one Buy when all of these conditions are true: EMA 9 crosses above EMA 21. RSI (14) is above 50 . MACD Line is above the MACD Signal Line. SELL Open one Sell when all of these conditions are true: EMA 9 crosses below EMA 21. RSI (14) is below 50 . MACD Line is below the MACD Signal Line
REWARD! 35 - 200 USD
I will pay you a REWARD, if you find / create an EA that fits ALL the below criteria! Platform : MT4 Timeframe : doesn’t matter Pair : doesn’t matter Strategy : doesn’t matter Drawdown : no more than 25% Return : minimum 5%, every month Lot sizing : dynamic lots I will backtest the EA with 99.9% tick data accuracy for a period of 20+ years . If the EA can produce minimum 5% returns EVERY MONTH over 20 YEARS with less
hello could you make me same indicator for ninja ? https://www.youtube.com/watch?v=pxs2MuqvH3w if yes for how much and timeline ? thks in advance and please reply me as soon as possible you get my notification
KOKIE FX 30 - 200 USD
PROGRAM: PSMI Market Intelligence Engine v1.0 OBJECTIVE: Analyse the market from higher timeframes to lower timeframes, build a market narrative, and only allow execution when every condition is confirmed. ========================================================= STEP 1 LOAD DATA ========================================================= Read: Monthly (future) Daily H4 H1 M15 M5
Hello, I am looking for someone to Run and Monitor the EA and Signals in the account. Should be able to monitor daily and fix any issue in the signal Copying and EA running. The Settings and configuration to be checked and updated periodically. Should be available to report and update on daily basis. Tell me the cost and your previous experience for the same. Thanks
JazzDaBot 30+ USD
""" Wick Reversal Strategy — core logic ===================================== Rules (as specified): - Timeframe: 15-minute candles - Entry: candle wick >= WICK_MULTIPLIER x body -> signal candle - long lower wick -> enter LONG at next candle's open - long upper wick -> enter SHORT at next candle's open - Exit: an opposite-direction wick candle forms while in a position - Stop-loss: just beyond the signal candle's
Looking for an Experienced MQL4/MQL5 Developer to Build a Professional Scalping Expert Advisor (EA) I am looking for an experienced MQL4/MQL5 developer to build a professional Expert Advisor (EA) for MetaTrader 4 or MetaTrader 5 from scratch. My goal is to develop a high-quality scalping system with strong risk management and long-term profitability potential. I am not looking for unrealistic promises or "100%
void OnTick() { // Check if we already have an open trade if(OrdersTotal() == 0) { // Get the value of a 14-period Moving Average double ma = iMA(Symbol(), 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Basic Condition: If current close price moves above the MA, buy if(Close[0] > ma) { int ticket = OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, 0, 0, "My First Bot", 0, 0, clrGreen); } } }
Recently I have backtested more than 100 EAs and I have come to a conclusion that in the long-term all of them produce catastrophic results. I used 99.9% data quality and whenever possible decades of data. In the short-term almost all of them can have nice gains. But there is hardly any EA that could survive even just 3-5 years, let alone decades ! This got me thinking: if almost all EAs are unfit for long-term

Projektdetails

Budget
100+ USD