Hello i need a persian professional programmer for making my EA.

MQL4 Experts Forex

Specification

 

 توضیحات استراتژی گرید :

کارکرد کلی:

این اکسپرت ابتدا در یک لحظه دو معامله دردو جهت مخالف بازار با فاصله و حجم خاص و یکسان قرار می دهد یکی معامله

مارکت  اگزکیوشن و دیگری استاپ اردر ، اولین ترید که با قیمت جاری بازار در آن واحد  باز می شود مارکت اگزکیوشن و دومین

 معامله که در جهت مخالف این ترید قرار داده می شود استاپ اردر می باشد. سپس با توجه به توضیحات بخشهای بعدی تحت شرایط

 و تنظیمات مختلف می تواند هر چند پیپ به معاملات هر دو جهت (با حجم ثابت و مساوی حجم دو ترید اول و دوم ، حجم افزایشی و حجم کاهشی) بیافزاید و یا اینکه بدون فعال کردن معامله استاپ اردر جهت دوم و بدون افزودن به اولین معامله جهت اول و یا بدون فعال کردن استاپ اردر جهت دوم و فقط با افزودن به اولین معامله جهت اول تا میزان سود درخواستی تریدر پیش می رود و بلافاصله پس از رسیدن به میزان سود درخواستی تریدر تمامی معاملات فعال و غیر فعال (در صورت موجود بودن) را می بندد.

نکته: باید فاصله حداقلی مابین اولین ترید (مارکت اگزکیوشن) و استاپ اردر جهت مخالف ان بزرگتر از اندازه اسپرد در لحظه قرار دادن دو ترید باشد. در صورتیکه این فاصله مساوی اسپرد باشد هر دو ترید بصورت مارکت اگزکیوشن قرار داده می شوند.

و درصورتیکه فاصله مذکور کمتر از اسپرد جاری باشد اکسپرت تنها معامله جهت اول (مارکت اگزکیوشن اول) را باز می کند و از قرار دادن استاپ اردر جهت مخالف ان عاجز خواهد بود. بدیهی است که در این شرایط اکسپرت در صورت اجازه تریدر در بخش

 تنها می تواند به تنها ترید اول که در جهت اول باز شده است بیافزاید زیرا در جهت دوم هیچ استاپ اردری add to 1st position

صورت فعال شدن ان و ادامه حرکت بازار در ان جهت بتواند به ان بیافزاید.  قرار نگرفته که در


Responded

1
Developer 1
Rating
(365)
Projects
507
40%
Arbitration
159
17% / 74%
Overdue
99
20%
Loaded
2
Developer 2
Rating
(16)
Projects
21
19%
Arbitration
7
0% / 71%
Overdue
14
67%
Free
3
Developer 3
Rating
(128)
Projects
236
65%
Arbitration
30
37% / 23%
Overdue
49
21%
Free
Similar orders
Probot ea 99 - 999 USD
merhaba forex piyasası Ticaret yapmak için belirli algoritmalarla çalışan bir probot geliştirmek için deneyimli bir geliştiriciye ihtiyacım var beklentim, uzman piyasa bilgisine sahip bir uzmanın kafa derisi ticareti yapmak ve anlık fırsatları değerlendirmek istemesidir. kendisi için tasarladığı bir danışman incelenebilir veya geliştirdiği daha iyi bir fiyat üzerinde anlaşabiliriz. detaylı bilgi için iletişime
I am not looking for someone to simply code an MT5 Expert Advisor. I already know how to create EAs and can generate simple strategies myself. What I am looking for is someone with strong quantitative research and backtesting experience who can find and validate a robust trading strategy. Objective Your job is to research and test different entry models to find one that has a real statistical edge. I do not care
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. ​Core Logic: ​Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). ​Dynamic TP: Total basket TP must update instantly upon new order
We are seeking talented Graphic Designers capable of transforming concepts into visually striking representations. Whether your expertise lies in branding, marketing materials, or digital graphics, we welcome your application. Our criteria include: - Creativity and originality - Effective communication skills - Prompt delivery of work - A comprehensive and professional portfolio We invite you to submit your portfolio
I already have the source code of an MT5 Expert Advisor. The EA is about 70% complete. I need someone to modify and complete it. Requirements: • Manage EURUSD only. • Manage manual trades only (Magic Number = 0). • Support unlimited manual positions simultaneously. • Automatically add a 10-pip Stop Loss if a position has no Stop Loss. • Automatically add a 10-pip Take Profit if a position has no Take Profit. • Do not
I am looking for an expert MQL5 developer to build a robust, professional Expert Advisor for Gold (XAUUSD). The EA must be Event-Driven (OnTick) with no 'Sleep' functions, ensuring instant execution. ​ Core Logic: ​ Grid Strategy: Start with 0.02 Buy/Sell. Lot size sequence: 0.02, 0.03, 0.05, 0.09, 0.14, 0.26, 0.44, 0.75, 1.28, 2.18 (Max 10 steps). ​ Dynamic TP: Total basket TP must update instantly upon new order
I am currently using the attached Arbitrage MACD indicator. However, there are no signal alerts associated with this indicator. I would like to receive notifications on my android device the bar after a blue long arrow appears and the bar after a red short arrow appears. This is the current code: //+------------+-----------------------------------------------------+ //| v.22.04.07 | ArrZZx2.mq4 |
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; }
مطلوب موشر مع ربطه علي بوت تداول قوي جدا مختبر ومجرب مع التاكيد علي نسبه النجاح يتم انشاءه علي جميع الموشرات في الفوركس الذهب والبتكوين والus100 مع شرح للستراتيجية ونتايج اختيار اذا كان مجرب
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

Project information

Budget
50+ USD
Deadline
from 10 to 20 day(s)