Make EA on MT4 with source code indicator tradingview

작업 종료됨

실행 시간 75 일
피고용인의 피드백
Thank´s a lot for the project, it has been a pleasure.

명시

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



응답함

1
개발자 1
등급
(34)
프로젝트
60
23%
중재
11
73% / 9%
기한 초과
3
5%
무료
2
개발자 2
등급
(46)
프로젝트
60
45%
중재
8
50% / 38%
기한 초과
7
12%
무료
3
개발자 3
등급
(132)
프로젝트
178
39%
중재
4
25% / 50%
기한 초과
14
8%
무료
4
개발자 4
등급
(212)
프로젝트
315
34%
중재
63
37% / 40%
기한 초과
101
32%
작업중
비슷한 주문
SETJEO'S GOLD EA 30 - 200 USD
double GetTodayProfit() { double profit = 0; datetime today = StringToTime(TimeToString(TimeCurrent(), TIME_DATE)); HistorySelect(today, TimeCurrent()); for(int i = HistoryDealsTotal() - 1; i >= 0; i--) { ulong ticket = HistoryDealGetTicket(i); if(HistoryDealGetString(ticket, DEAL_SYMBOL) == _Symbol) { profit += HistoryDealGetDouble(ticket, DEAL_PROFIT); } } return profit; }
I have an expert advisor's investor login. I want you to study it and make me the exact same EA. There should be absolutely no differences or mistakes. You should have great observation skills for this aswell
I am looking for a developer to create an Expert Advisor (EA) for MetaTrader 5. Requirements: Trade XAUUSD (Gold) Automatically open and close trades Include Stop Loss and Take Profit settings Adjustable lot size and risk percentage Work on MT5 Allow me to change settings from the EA inputs Include backtesting support Source code preferred
Build new custom webhook receiver from scratch: Build a complete MT5 webhook receiver using WebRequest, plus full execution logic. No third-party dependency, full control. includes a small Python script that sits on VPS, receives the TradingView webhook directly, and writes each alert to a text file. EA reads that file and executes. with custom TP SL BE and trail sl
I have build a trading view indicator which monitors trades. The strategy is based on OB, it buys and sells bullish and bearish OB. Also valid re enters on the retest of orderblocks only if TP is hit the first time. I’m looking for someone to develop me a EA which works on the same logic and buys and sells of the same logic as my Indicator. I currently have my indicator firing signals into a telegram channel so I
I am looking for an experienced MQL5 developer to code a simple grid trading strategy into an Expert Advisor. The strategy logic is already defined, and I am looking for someone with strong MQL5 development experience to implement it accurately and efficiently. If you are interested and have relevant experience, please get in touch so we can discuss the project details
I am looking for an experienced MQL5 or MQL4 developer with a strong background in low-latency algorithmic trading, market data integration, arbitrage and execution optimization. The project involves developing a high-performance HFT Expert Advisor (EA) for XAUUSD or US30 on IC Markets that is designed for robust execution in both demo and live environments. The EA may use market data feeds (such as lmax,one zero or
I am looking for an experienced MQL5 or MQL4 developer with a strong understanding of high-frequency trading (HFT) concepts who can explain how certain HFT-style strategies have historically been able to pass proprietary firm evaluations while also being profitable on demo accounts and capable of transitioning successfully to live trading. I am interested in understanding the legitimate trading logic, execution
السلام عليكم، مطلوب مطور محترف وخبير في لغة MQL5 لتطوير مستشار خبير (Expert Advisor) مخصص للتداول تلقائياً على معدن الذهب (XAUUSD) ليعمل على منصة MetaTrader 5. ​الشروط المطلوبة: ​الاعتماد على استراتيجية ذكية لإدارة المخاطر (تحتوي على Stop Loss و Take Profit تلقائي وديناميكي). ​إمكانية دمج خوارزميات تحليل ذكية (أو الربط مع بايثون إذا لزم الأمر لتنفيذ منطق الذكاء الاصطناعي). ​توفير خاصية الـ Trailing Stop (ملاحقة
I need an expert advisor for fast excursion of trades. So that I can up my skills, I need it to have a good balance and need you to at least to price the the bot below $50

프로젝트 정보

예산
100+ USD