Global Crosshair EA for MT5 (with enabled and disabled chart features for synchronization).

仕事が完了した

実行時間1 日
開発者からのフィードバック
Good job. Clear and detailed specifications.
依頼者からのフィードバック
Kyra, is the “Go -To-Developer” regarding “Value for Money”. The indicator fulfills all my requirements and is delivered within one day to me.

指定

I recently migrated form NinjaTrader 8 to MT5, and I truly miss the Global Crosshair feature in MT5.

The following webpage illustrates the Global Crosshair Feature as is implement by the following vendor for the MT4 Platform https://mt4professional.com/  As you can see from this webpage the Crosshairs between both charts (JPY H1, JPY H4) are synchronized, that is why it is being called “Global” Crosshair. You can also see that the Global Crosshair is functioning on both of the charts (indecently from each other). With other words, I need to be able to place my mouse cursor on whatever chart I would like to select, to move the synchronized (Global) crosshair on all of my selected charts.

Please note that I emphasize the words “selected charts”. My workspace contains a total of 36 charts, and the Global Crosshair needs to be selectively applied on only 21 charts. This means that the “Global Crosshair” synchronization-feature needs to be (manually) disabled for the other 15 charts.

I am thinking of an Expert Advisor (EA) that works in conjunction with a Script. By applying the EA all of my 36 will become automatically synchronized regarding the (Global) Crosshair feature. But then again when I apply a Script on 15 charts, with the command “DO NOT SYNCHRONIZE”, the EA will not include these 15 charts in the synchronization process. This will put less strain on the computer resources, which translates into a more responsive Global Crosshair.

The Global Crosshair feature needs to be programmed in such a manner that its responds instantly on the cursor movement of my mouse (no lagging please). It might also become handy to embed p

arameters for the responsiveness of the Global Crosshair such as “Normal, Fast, Superfast and Extreme Fast”. Furthermore, I need to be able to define the colors and the thickness of the lines of the Crosshair.

With regards to the charts that are excluded from synchronization (my above-mentioned script that needs to be applied manually on every selected chart) I am thing of a visualization tool that confirms that these charts are excluding from synchronization. This could be in the format of a “Dot or Square” (approximately the same size as an regular EA Symbol) to be presented in the upper right corner or lower right corner of the chart (that also includes positioning parameters regarding the X and Y Axis). The Dot is by the way also customizable in the color of my liking. 

If you are technically able to realize this Custom Coding Project for the MT5 Platform, please provide me with your quotation.

Kind regards,

Robert Sivo


応答済み

1
開発者 1
評価
(252)
プロジェクト
462
26%
仲裁
139
20% / 60%
期限切れ
100
22%
2
開発者 2
評価
(19)
プロジェクト
24
17%
仲裁
7
0% / 71%
期限切れ
3
13%
パブリッシュした人: 2 articles, 4 codes
3
開発者 3
評価
(458)
プロジェクト
485
70%
仲裁
6
67% / 0%
期限切れ
2
0%
仕事中
4
開発者 4
評価
(70)
プロジェクト
91
25%
仲裁
26
19% / 54%
期限切れ
25
27%
類似した注文
Institutional‑Grade Multi‑Currency MT5 EA (A2SR + SMC + Smart Recovery + Smart Grid + Liquidity + Volatility + Safety Filters) Budget: AUD $1,500 – $2,000 (flexible) 1. EA Architecture EA runs one chart per symbol (NOT one EA controlling all symbols). Each chart instance manages its own: Recovery Grid Trend Volatility Liquidity Risk Logging EA must still respect global safety rules : Correlation protection Total
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 مع شرح للستراتيجية ونتايج اختيار اذا كان مجرب

プロジェクト情報

予算
100+ USD
締め切り
最高 5 日