Ea based on oversold overbought indicator

İş tamamlandı

Tamamlanma süresi: 1 gün
Geliştirici tarafından geri bildirim
Great guy .. friendly and generous .. thanks and I hope we work again soon

İş Gereklilikleri

I need an ea based on the indicator that i attach.

The ea must include the indicator in the code with same imputs and calculations.
The indicator calculates the momentum of the 8 major currencies, applies two smoothing emas and gets a final TSI value in a buffer (index 0 to 7).
This TSI value gives the signal of oversold or overbought for each currency.

The ea is multicurrency only for calculations, but it will trade only in the pair where is installed, and in the same timeframe.
 So the ea must detect first which is the symbol and TF, and use only the buffers for the 2 currencies of that pair for opening trades.

The ea waits until the values of the indicator are in oversold and overbought condition, one currency is oversold and the other is overbought,
when the 2 contrary values appear at the same time. Then we have a signal (the ea trade the reversal of price under this conditions).
For example in EURUSD when EUR is overbought and USD is oversold we have a SELL signal.

After the signal there are 2 conditions for opening a trade:

Condition 1: Once we have a signal, the ea must wait for the actual candle to close, if the signal is a SELL and the candle closes bearish,
then ea opens a sell trade at the candle close. But if the closing candle is bullish, the ea has to wait until the first bearish candle is formed.

Condition 2: When ea finds the correct candle, the values of the indictor should not be greater than in the previous candle.
We calculate this by resting the values of the 2 currencies. The difference of values for actual candle should not be greater than at closing
of previous candle. Example: in the correct candle we have eur=+55 and usd -55 > difference=110, but in the previous candle at closing we had
eur=+50 and usd=-50 diff=100, so in the actual candle the difference is greater than previous candle, trade can not be opened. We have to wait
until the correct candle closes and the difference of indicator values is smaller than previous candle.

The ea finally opens a trade, but the values are still in the conditions for opening a trade, imagine they are still the same for some candles,
the ea will not open more trades in this case. Just one trade per signal.

Only if the values of the 2 currencies or one of the currencies change, for example there was a signal in +50 and -50, in some candles one currency
maintains +50, but the other goes from -50 to -40 and again to -50, in this case we will have a new signal and the ea will look for the proper candle
again. no matter if there are an opened trade just before.

Trade will close with 3 options: fixed tp in points, tp in the ema, tp in X value of indicator.

Inputs for the ea:
>·original imputs of the indicator
>·magic number:
>·overbought value to open trade: (0 +100)
>·oversold value to open trade: (0 -100)
>·fixed lot:
>·risk lot: 1% -100%
>·max simultaneous opened trades: (if 0 no limit) (max trades for this ea, this magic number)
>·stoploss in points for single trade: (if 0 no stoploss)
>·global/ hard stoploss: in % (ex: if equity -10% close all open trades)
>·type of tp: points/ema/value
>·tp if points: (if 0 no tp)
>·tp if ema: (manual value for ema: 50, 100, 200…)
>·tp if value: X : this means if a trade is opened by oversold/overbought value, it will close when one of the 2 currencies, no matter wich one,
arrives to this value: if open trade by+50 for one currency and -50 for the other currency, the trade will close when one of them arrives to X.
This should take into account that values should be 0 or contrary to the initial one: if X is 25>> open trade was +50 and -50, so close condition
is the first currency +50 goes to -25, or the second currency goes from -50 to +25.
EURUSD: if signal buy EUR -50 USD +50 tp will be EUR +X or USD -X   
EURUSD if signal sell EUR +50 USD -50, tp will be EUR -X or USD +X
>·max simultaneous trades for the ea (this magic number): 1, 2, 3 etc
>·graphic options: show full indicator/ show only the trading pair/ hide indicator

Dosyalar:

TXT
details.txt
4.0 Kb

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(59)
Projeler
85
14%
Arabuluculuk
4
25% / 25%
Süresi dolmuş
7
8%
Meşgul
2
Geliştirici 2
Derecelendirme
(5)
Projeler
6
17%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
3
Geliştirici 3
Derecelendirme
(21)
Projeler
20
10%
Arabuluculuk
2
50% / 50%
Süresi dolmuş
0
Çalışıyor
4
Geliştirici 4
Derecelendirme
(37)
Projeler
59
27%
Arabuluculuk
25
20% / 52%
Süresi dolmuş
10
17%
Çalışıyor
5
Geliştirici 5
Derecelendirme
(5)
Projeler
8
25%
Arabuluculuk
2
50% / 0%
Süresi dolmuş
2
25%
Serbest
6
Geliştirici 6
Derecelendirme
(5)
Projeler
6
50%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
7
Geliştirici 7
Derecelendirme
(89)
Projeler
112
24%
Arabuluculuk
12
42% / 17%
Süresi dolmuş
8
7%
Çalışıyor
8
Geliştirici 8
Derecelendirme
(59)
Projeler
78
26%
Arabuluculuk
9
33% / 56%
Süresi dolmuş
8
10%
Çalışıyor
9
Geliştirici 9
Derecelendirme
(64)
Projeler
198
72%
Arabuluculuk
4
100% / 0%
Süresi dolmuş
1
1%
Serbest
10
Geliştirici 10
Derecelendirme
(28)
Projeler
37
14%
Arabuluculuk
7
29% / 43%
Süresi dolmuş
5
14%
Serbest
Benzer siparişler
Enter buy trade at close of candle when bar closes above the 3 emas. Emas are 34 ema, 64 ema and 128 ema. For a buy trade the 34 ema must be above the other two emas. The 64 ema should be in the middle. The 128 ema should be below the other two emas. For a buy trade the Awesome Oscillator should be above the middle line and colored green. Exit a buy trade when price touches 64 ema. Sell trade same conditions as buy
I want to make AI based on Attached Picture Swing High low. If you have experience can share demo first. Stop loss, take profit, trailing , break even ,DD etc. also amiable
Hello, I’m looking for a TradingView indicator that fits my forex trading needs. If you can create or customize one for me, please reach out. I'd appreciate your help! Thanks in advance."
I need someone who can code a new EA from scratch and also know how to integrate AI into the EA and use AI and market sentiments along with news to then open positions. I have the description of the job ready. Need someone serious, with experience and who will help optimize the current strategy with their expertise. Thanks
I’m looking for an experienced MQL5 developer to create a custom Break of Structure (BoS) Indicator for MetaTrader 5. This indicator should automatically detect and mark key market structure breakpoints in real-time, offering traders clear visual signals when the market experiences a structural shift. The indicator should include the following features: Automatic detection of Break of Structure (BoS) and Change of
Pls I need help I don’t have much but pls accept my little payment for the work thanks 🙏 mt5 file Once it opens buy and move positively to buy let it use auto trailing to follow the trend that’s if I choose to use trailing option and before the trailing starts it must reach the actual profit target example if I set profit target to 500 then once profit is at 500 let trailing immediately protect it and any 1 pip
I need a tested and profitable EA. I don’t want backtested EA but real live tested. At least, 5~10 % per month. Name your price!!! I also have a backtested EA that can’t make profit at the end of the month
Hey greetings am in need of a developer that can convert my simple tradingview indicator to MT4 I have the source code of the indicator and is also a public indicator on Tradingview site Kindly bid and let started
Hello my developer colleagues, am also a developer like you but i just hear about this mql site and i will like to sell, develop and build bots for buyer. But i don't know how to become a seller here please i need help in helping me to create a seller account on mql and i will be very glad if you can help me out and i will appreciate you
Preciso de um EA que abra ordens a mercado a partir de um indicador, Ele precisa obter take e stop loss fixos, spread máximo, horários de início e final das operações, meta e stop diário, martingale, painel e a função no script para que eu possa ceder o EA apartir do id do mt4 de terceiros

Proje bilgisi

Bütçe
50+ USD
KDV (21%): 10.5 USD
Toplam: 60.5 USD
Geliştirici için
45 USD