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
評価
(461)
プロジェクト
488
70%
仲裁
6
67% / 0%
期限切れ
2
0%
4
開発者 4
評価
(70)
プロジェクト
91
25%
仲裁
26
19% / 54%
期限切れ
25
27%
類似した注文
Configuration of The Take profit level , SL Thresholds and Fixed SL According to the Absolute Difference . Deleting Folders which are Not in use . (Minor) (Two Folders) . Making Sure Smooth Live Executions Throughout . Live Chart Only . Code has minor compilation error , project begins after you specify the reason
I have a EA that I used AI to create so of course it's not 100% correct of course because it was build using AI and it can't access meta editor so I know it's errors some where but I want someone to basically clean it all up and make it run correctly.... i do not habe coding experience I will be using AI to verify that everything i asked for is truly in the code before payment... architecture documents and are in the
Project Overview I am looking for an experienced MetaTrader 5 (MT5) Expert Advisor developer to build a professional, production-quality automated trading system from a detailed Software Requirements Specification (SRS). The strategy is based on a custom implementation of the MACD indicator combined with advanced trade management and a proprietary basket/grid recovery methodology. The complete strategy and
I need a custom technical indicator that generates an equidistant channel with two specific structural features: 1. Vertical Multi-Intervals: The ability to plot more than 5 parallel, able to allow me to put intervals 2. Horizontal Angle Input: The ability to manually input geometric angle to strictly define the horizontal slope of the channel or allow me to pick two points manually. i am looking for something like
Here's a natural and professional version in English: Hello, I am looking for an experienced MT4/MT5 developer. I need someone who can provide high-quality service, has strong knowledge of MetaTrader 4 and MetaTrader 5, and responds quickly. If you have experience developing Expert Advisors (EAs), indicators, or scripts, please share your portfolio, relevant experience, estimated cost, and delivery time. I am looking
DESCRIPTION: I have a trading bot (Pips Sure EA v2.1) that operates on MT4, but I do not own the original .mq4 source code file. I need an experienced MQL4 developer to build a clean, optimized clone from scratch so that I can own the source code for long-term updates. WHAT I WILL PROVIDE: 1. The compiled .ex4 bot file. 2. The companion custom indicator file used by the bot (HiLo.ex4). 3. Detailed screenshots of all
I need a trading robot for MetaTrader 5 that works on mobile for XAUUSD. === TRADING RULES === Symbol: XAUUSD Timeframe: M15 Trading Hours: 10:00 to 18:00 server time only Buy: When 10 EMA crosses above 50 EMA Sell: When 10 EMA crosses below 50 EMA Close opposite position when new signal appears === RISK MANAGEMENT === Risk per trade: 1% of account balance Stop Loss: 300 points / $3.00 Take Profit: 600 points / $6.00
Jona copilot v12 30 - 40 USD
Hi, I'm interested in ordering an MT4 trading bot. Before we begin, could you please send me the technical specifications and requirements you'll need? Specifically, I'd like to know: - The trading strategy the bot will use. - The currency pairs or instruments it will trade. - The timeframes it supports. - Risk management features (lot sizing, stop loss, take profit, trailing stop, maximum drawdown). - Whether it
Hello, I want this project to be a complete redesign, not just an update. My goal is to build an institutional-grade TradingView indicator that is extremely accurate, stable, fast, and completely non-repainting. You are free to modify, delete, replace, or completely rewrite any part of the code if it improves the final result. I don't care about preserving the current code or appearance—I only care about building the
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0

プロジェクト情報

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