Lavoro terminato

Tempo di esecuzione 2 giorni
Feedback del dipendente
Nice customer to work with
Feedback del cliente
Very Knowledgeable, Very Fast and Very Understanding. I will surely use again.

Specifiche

Hi everyone,

1. Please read through this project, i have tried to explain it in the simplest terms.

2. You should only apply for this just if you understand what i want.

3. I will not have time to explain anything because i am busy and i have simplified it.

4. If you understand it, then apply, if not please don't apply.


Expert Advisor

Trend and Entry Power

 

M5

M15

M30

H1

H4

D1

 

Trend

Entry

Trend

Entry

Trend

Entry

Trend

Entry

Trend

Entry

Trend

Entry

EURUSD

 

 

 

 

 

 

 

 

 

 

 

 

GBPUSD

 

 

 

 

 

 

 

 

 

 

 

 

AUDUSD

 

 

 

 

 

 

 

 

 

 

 

 

NZDUSD

 

 

 

 

 

 

 

 

 

 

 

 

USDCAD

 

 

 

 

 

 

 

 

 

 

 

 

USDJPY

 

 

 

 

 

 

 

 

 

 

 

 

USDCHF

 

 

 

 

 

 

 

 

 

 

 

 

 

Use the conditions below for each currency pair and timeframe above.

This Expert Advisor makes use of 15 candles or bars divided into 3 categories

Long_term = Bar14, Bar13, Bar12, Bar11, Bar10

Medium_term = Bar9, Bar8, Bar7, Bar6, Bar5

Short_term = Bar4, Bar3, Bar2, Bar1, Bar0

 

Trend Cells Logic:

If Long_term && Medium_term && Short_term condition are true, then trend cells are either color green or color red.

Long_term condition (Bar14 to Bar10)

1.       From Bar14 to Bar10, identify bullish bars, then for each bullish bar, find the value of (Close – Open)

2.       Add up all the values of (Close – Open) of each bullish bar from Bar14 to Bar10 = All bullish value

3.       From Bar14 to Bar10, identify bearish bars, then for each bearish bar, find the value of (Open – Close)

4.       Add up all the values of (Open– Close) of each bullish bar from Bar14 to Bar10 = All bearish value

5.       Find the value of (All bullish – All bearish) = if positive, then color green, else color red. If zero, no color

Medium_term (Bar9 to Bar5)

1.       Use same conditions as Long_term, but use Bar9 to Bar5

Short_term (Bar4 to Bar0)

1.       Use same conditions as Long_term, but use Bar4 to Bar0

Trend Cells Color:

1.       Trend cells = green color if Long_term = green && Medium_term = green && Short_term = green, else no color.

2.       Trend cells = red color if Long_term = red && Medium_term = red && Short_term = red, else no color.

Entry Cells Color

Bullish

1.       This logic only use Bar2, Bar1 and Bar0.

2.       Entry cell = green if Bar1 is bearish && Bar0 is bullish && Bar0 High > Bar1 High

Or

3.       Entry cell = green if Bar2 is bearish && Bar1 is bullish && Bar0 is bullish && Bar0 High > Bar1 High & Bar0 High > Bar2 High.

 

Bearish

1.       This logic only use Bar2, Bar1 and Bar0.

2.       Entry cell = red if Bar1 is bullish && Bar0 is bearish && Bar0 Low < Bar1 Low

Or

3.       Entry cell = red if Bar2 is bullish && Bar1 is bearish && Bar0 is bearish && Bar0 Low> Bar1 Low & Bar0 Low > Bar2 Low

Open buy trade

If Trend cell = green color && entry cell = green for the same timeframe, then open a buy position for the currency pair.

Open sell trade

If Trend cell = red color && entry cell = red for the same timeframe, then open a sell position for the currency pair.

Others:

1.       Take Profit Condition = Trailing profit

2.       Stop Loss condition = Martingale

3.       Pop-up notification for the currency pair and timeframe that opened a trade.

 

 

 


Con risposta

1
Sviluppatore 1
Valutazioni
(39)
Progetti
55
13%
Arbitraggio
5
20% / 20%
In ritardo
6
11%
Gratuito
2
Sviluppatore 2
Valutazioni
(167)
Progetti
192
11%
Arbitraggio
37
38% / 35%
In ritardo
5
3%
In elaborazione
3
Sviluppatore 3
Valutazioni
(73)
Progetti
85
44%
Arbitraggio
10
40% / 50%
In ritardo
9
11%
Gratuito
Ordini simili
Convert MT4 EA to MT5 30 - 50 USD
Specification o I want Hidden Stop-Loss and Take-Profit EA for MT4 that will operate on MT5 platform. o It will function in both forex demo and real account. o It will apply to any currency pair, in any time frame. o MQL5 Source Code required on completion. You can download a free copy of MT4 Hidden Stop-Loss and Take-Profit EA for MT4 along with its source code at
I need to program an indicator on TradingView Web (Pine Script) Combine 3 indicators into 1 indicator to notify signals on TradingView: Notify buy signal when 3 conditions are met Announce a sell signal when all 3 conditions are met 1. Bollinger bands 2. Macd 3. RSI Thank
I currently have an indicator that scans mtf and draws a box on chart for set conditions but there are issues with anomalies not drawing sometimes. I can go into deep detail and show examples and what I believe are anomalies to solve the issue
I need help to pass mql5 verification, I have volume limit and trigger stop out errors the modification task will be done through anydesk send me a private message to review the assignment
Hi, I have EA for MT5 and for MT4. The lot size here is fixed to equity. Specifically 0.01 for every 5,000 equity balance. I would like to make a change for both EAs and set the lot size to 0.01 for every 12,000 equity balance. Can anyone help me with this? Please suggest a price for the modification. Thank you. Tadeas
Hello, I need to code an MT4 EA to trade when the 16 patterns below appear: Input: Lotsize: 0.01 SL: 50 pips TP: 100 pips Or in R:R ratio 1:2 1:3 1:5 1:10
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on this platform it doesn't show any signals, kindly bid on it and let me know if you can do it, And also check it thoroughly that you can do it okay
Designing and programming a trading strategy for an automated trading robot requires a comprehensive approach that involves several steps: 1. **Define Strategy**: Decide on the trading strategy you want to automate (e.g., moving average crossover, mean reversion, breakout strategies). 2. **Choose Platform**: Select a trading platform or framework that supports automated trading. Examples include MetaTrader (MQL)
there is an existing free expert advisor by the name Expert_RSI_Stochastic_MA which soothes my trading strategy but it will perform better if a custom indicator by the name daily percentage change added as a main condition to be met before other conditions and the trade executed. i mean for a long trade to be considered the DPC indicator must be green while for a short trade the DPC must be in red percentage. in
I don't see signals on the chart .... On mt4 it's perfect...but when I converted it to Tradingview by a guy on here it doesn't show any signals, I need an expert that can help me to work on it, that can also work on more projects, Thanks, I have $20 for this project now, If you think is too small and you want to charge $30, i can pay you the rest later on

Informazioni sul progetto

Budget
50+ USD
Per lo sviluppatore
45 USD
Scadenze
a 1 giorno(i)