Tâche terminée

Temps d'exécution 3 jours
Commentaires de l'employé
Happy to be of service :)
Commentaires du client
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

Spécifications

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


Dossiers :

Répondu

1
Développeur 1
Évaluation
(21)
Projets
23
0%
Arbitrage
6
17% / 83%
En retard
2
9%
Gratuit
Commandes similaires
I'm looking for a swing trading EA that takes 1-3 trades / week, holds these positions from a few days up to about 1.5 weeks. Symbol : any Strategy : any Timeframe : any Platform : MT4 only The catch : you would need to come up with the STRATEGY AND do the CODING The must have's : c onstant monthly returns, low drawdown I will backtest the trial version of your .ex4 file for 20+ years with 99.9% tick data accuracy
I'm a ninja trader day trader and I have worked with a company called Legendary Trader and use their indicated and automated strategies to trade. I rencenly have been playing with a free indicator I was able to download that uses CCI & ATR calculations to define the market being in an up or down trend. I have found in reviewing historical data that taking a trade when the signal flips from bull to bear sentiment or
PROJECT OVERVIEW I need a production-grade, modular Expert Advisor for MetaTrader 5 built to institutional coding standards. This is not a simple indicator-crossover bot. The system must be object-oriented, fully commented, and structured so individual modules can be replaced or disabled without breaking the build. Broker: IC Markets Raw. Primary symbol: XAUUSD. Secondary validation: EURUSD, GBPUSD, USDJPY, AUDUSD
Flummox 0.1 30+ USD
//@version=5 strategy("Vol10 Triple Confluence M15", overlay=true, margin_long=100, margin_short=100) // === INPUTS === emaLen = input.int(200, "EMA Trend") rsiLen = input.int(14, "RSI Length") bbLen = input.int(14, "Bands Length") rsiOversold = input.float(25, "RSI Buy Zone") rsiOverbought = input.float(77.38, "RSI Sell Zone") // === INDICATORS === emaTrend = ta.ema(close, emaLen) ema1 = ta.ema(close, bbLen) ema2 =
Access and confidentiality restrictions: You will receive only a separately named copy of the Commander . Existing trading EAs, presets, account credentials, Telegram credentials and proprietary entry/exit code will not be shared. The Commander intelligence must be developed using: Defined signal/input interfaces Anonymized historical logs and replay data Mock EA signals and test harnesses Documented authority and
need an EA or indicator done , based on any strategy but with the following specific risk management parameters ; were i am able to do at least 2RR(standard reward-risk ratio for every trade) , fair win rate that is at leat 50% , EA should be able to generate at least 2 trades and above per week , favourable sharpe ratio . total drawdown of not more than 8% any given month and not over 3% any given day , would
I need an MQL5 trading robot for Forex. It should open and close trades based on my strategy rules. Please include money management, stop loss, take profit, and lot size settings. The EA should be stable, easy to edit, and tested before delivery. I will share the exact entry and exit rules with the developer
I need a professional programmer who can code this top tier professional synthetic index EA structure perfectly to my laptop extra perfectly payment after successful job very urgent needed here in Nigeria at onitsha Here is my contact you can message me on my WhatsApp 09121052987/ direct call 09038568050
Hello, I am looking for an experienced MQL5 developer to develop a professional and reliable Expert Advisor (EA) for MetaTrader 5. The EA will be based on a custom automated Forex trading strategy that I have developed and tested. The detailed trading logic and proprietary rules will be provided privately to the selected developer. General requirements: • Development in MQL5 for MetaTrader 5. • The EA will initially
I would like you to create, or if you already have one: purchase a profitable martingale OR grid EA from you that NEVER blows up the account. REQUIREMENTS Platform : only MT4 Pair : any Timeframe : any Strategy : any Profitability : 10% / month, every month. Not an "average", but: every month. Lots : dynamic (as the account grows, so do the lot sizes) THE PROCESS Send me a trial version of the .ex4 file. I will

Informations sur le projet

Budget
30 - 50 USD
Délais
à 1 jour(s)