Работа завершена

Время выполнения 3 дня
Отзыв от исполнителя
Happy to be of service :)
Отзыв от заказчика
Martin is a very good programmer, always willing to help you achieve your goal. Just tell him what to do and you will have it done to your satisfaction. Thanks

Техническое задание

image



Hi,

BULLISH EXAMPLE, BULLISH EXAMPLE, BULLISH EXAMPLE (GREEN BOX)

I want you to update my indicator. If you look at the image above number 1, You will notice 2 things

a.       USD and GBP intersect at that point

b.       The color of the box is green.

What I want the Indicator to do the follow,  using example 1 in the Image:

1.       Use the Current timeframe of GBPUSD

2.       If  the box is green use this formula { (Current Price – Open)/(High – Open) } x 100

3.       Round the value up to the nearest single whole number. E.g. if the value in number 2 above is 79%, round it up to 8, if it is 73%, round it up to 7.

4.       If current M1 High  > previous M1 High, = (+) (works with M1 Timeframe Only)

5.       If current M1 High  < previous M1 High, = (-) (works with M1 Timeframe Only)

6.       If Current tick price > 10th tick price ago = Strong (Works with the Current Timeframe only)

7.       If Current tick price < 10th tick price ago = Weak (Works with the Current Timeframe only)

8.       E.g if box in this example is green, and values in number (2 and 3) are calculated, and current M1 close  > previous M1, and Current tick price > 10th tick price ago, then write value (7,strong,+) in the USD and GBP intersection box

9.       Update in real time.

================================================================================

BEARISH EXAMPLE, BEARISH EXAMPLE, BEARISH EXAMPLE (RED BOX)

If you look at the image above number 2, You will notice 2 things

a.       GBP and EUR intersect at that point

b.       The color of the box is red.

What I want the Indicator to do the follow,  using example 2 in the Image:

1.       Use the Current timeframe of EUR GBP

2.       If  the box is red use this formula { (Open - Current Price)/( Open - Low) } x 100

3.       Round the value up to the nearest single whole number. E.g. if the value in number 2 above is 85%, round it up to 9, if it is 84%, round it up to 8.

4.       If current M1 Low  < previous M1 Low, then value is (+) (works with M1 Timeframe Only)

5.       If current M1 Low  > previous M1 Low, then value is (-) (works with M1 Timeframe Only)

6.       If Current tick price < 10th tick price ago = Strong (Works with the Current Timeframe only)

7.       If Current tick price > 10th tick price ago = Weak (Works with the Current Timeframe only)

8.       E.g if box in this example is red, and values in number (2 and 3) are calculated, and current M1 close  < previous M1 close, and Current tick price < 10th tick price ago then, write the value (8,strong,+) in the GBP and EUR intersection box

9.       Update in real time.

================================================================================

BULLISH EXAMPLE, BULLISH EXAMPLE, BULLISH EXAMPLE (GREEN BOX)

If you look at the image above number 3, You will notice 2 things

a.       NZD and CAD intersect at that point

b.       The color of the box is green.

What I want the Indicator to do the follow,  using example 2 in the Image:

1.       Use the Current timeframe of NZDCAD

2.       If  the box is green use this formula { (Current Price – Open)/(High – Open) } x 100

3.       Round the value up to the nearest single whole number. E.g. if the value in number 2 above is 99%, round it up to 10, if it is 09%, round it up to 1.

4.       If current M1 High  > previous M1 High, then value is (+) (works with M1 Timeframe Only)

5.       If current M1 High  < previous M1 High, then value is (-) (works with M1 Timeframe Only)

6.       If Current tick price > 10th tick price ago = Strong (Works with the Current Timeframe only)

7.       If Current tick price < 10th tick price ago = Weak (Works with the Current Timeframe only)

8.       E.g if box in this example is green, and values in number (2 and 3) are calculated, and current M1 close  < previous M1 close, and Current tick price < 10th tick price ago then, write the value (1, weak, -) in the NZD and CAD intersection box

9.       Update in real time.

Others:

1.       Show pop up notification. E.g if all USD 7 rows are all green at a timeframe, show popup notification of “USD Strong on the value of the current timeframe e.g daily”. E.g if all NZD 7 row are all red at a timeframe, show popup notification of “NZD weak on the value of the current timeframe e.g M30”.

2.       Apply this to all boxes.

3.       There should be an option to (Turn on/ Turn off) No.4 – No. 7


Файлы:

Откликнулись

1
Разработчик 1
Оценка
(21)
Проекты
23
0%
Арбитраж
6
17% / 83%
Просрочено
2
9%
Свободен
Похожие заказы
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
I need a fully automated end-to-end system where a backend continuously runs my deterministic CORE EDGE validator on live market data, generates numeric JSON trade tickets (GO) or alert levels (NO-GO), and automatically pushes those instructions to the MT5 EA for execution. There are no manual signals. ROLE SPLIT (IMPORTANT) Backend (analysis & decision engine): Continuously evaluates live data using my CORE EDGE
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
i need an expert to help join 3 model i have in ninjatrader into one, kindly message me and i will be expecting from you and i need this work done in maximum of 4 days, so i need expert that can get it done
BitsoFx 40 - 10000 USD
//+------------------------------------------------------------------+ //| Simple Robo Trader MT5 | //| Works on any pair & timeframe | //+------------------------------------------------------------------+ #property strict // Input settings input double LotSize = 0.01; input int FastMA = 10; input int SlowMA = 30; input int RSIPeriod = 14; input int StopLoss = 200; // in points input int TakeProfit = 400;// in
I am looking for an experienced MQL5 developer to convert a complex TradingView Pine Script (will provide the script from tradingview) into a fully automated MT5 Expert Advisor -bot. The TradingView script includes: Market Structure (BOS, CHoCH, Swing BOS) Strong / Weak High & Low Equilibrium (Premium / Discount zones) Volumetric Order Blocks Fair Value Gaps (FVG / VI / OG) Accumulation & Distribution zones Equal
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","

Информация о проекте

Бюджет
30 - 50 USD
Сроки выполнения
до 1 дн.