Ea based on oversold overbought indicator

작업 종료됨

실행 시간 1 일
피고용인의 피드백
Great guy .. friendly and generous .. thanks and I hope we work again soon

명시

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

파일:

TXT
details.txt
4.0 Kb

응답함

1
개발자 1
등급
(56)
프로젝트
80
14%
중재
3
33% / 33%
기한 초과
7
9%
바쁜
2
개발자 2
등급
(5)
프로젝트
6
17%
중재
0
기한 초과
0
무료
3
개발자 3
등급
(21)
프로젝트
20
10%
중재
2
50% / 50%
기한 초과
0
무료
4
개발자 4
등급
(37)
프로젝트
59
27%
중재
25
20% / 52%
기한 초과
10
17%
작업중
5
개발자 5
등급
(5)
프로젝트
7
29%
중재
2
50% / 0%
기한 초과
2
29%
무료
6
개발자 6
등급
(5)
프로젝트
6
50%
중재
0
기한 초과
0
무료
7
개발자 7
등급
(89)
프로젝트
112
24%
중재
11
45% / 18%
기한 초과
8
7%
작업중
8
개발자 8
등급
(59)
프로젝트
78
26%
중재
9
33% / 56%
기한 초과
8
10%
무료
9
개발자 9
등급
(62)
프로젝트
192
73%
중재
4
100% / 0%
기한 초과
1
1%
무료
10
개발자 10
등급
(25)
프로젝트
33
15%
중재
6
33% / 50%
기한 초과
5
15%
작업중
비슷한 주문
I am seeking an experienced and skilled developer to code an Expert Advisor (EA) for the MetaTrader 5 platform based on a specific trading strategy with Exponential Moving Average and Buy or sell signals from Crossovers. The developer must have expertise in building EA and ensure the final product is efficient and reliable. If you have the expertise and experience to successfully handle this project, looking forward
I want a program that automatically disables manual trade execution once a specified number of trades have already been placed. ie. After a total of 3 trades have been placed on that day, manual trade execution should be disabled. I want the program to also limit the amount of lots that can be traded in any given day. ie. Maximum of 15 standard lots in any given day. The program should disable manual trade execution
Greetings to all developers that see this post, I have a task, I would like to work with an expert. I have an indicator that is written in the Pine script (TradingView) language; I would like it converted to MQL5, which will then lead to the creation of a trading bot based on the circumstances. I'll give you access to the indicator file
condition 1 buy when CCI indicator leaves oversold area in 5min chart while Commodity Channel Index in 1 minute chart enters or is on overbought area and trade must execute during the first candle to open above a certain EMA on the 1min chart, while previous RSI is less than current Relative Strength Index on the 5min chart. sell when CCI indicator leaves overbought area in the 5 minute chart while the CCI in the 1
I am looking for a highly sample and ready and tested profitable EA to purchase.if it meets my requirements i will order same one.EA must be low drawdown high profit on any timeframe
i have a ready made SMC EA and looking for optimizing and debugging and also adding back the missing things in the requirement file. Basically work with the current code and refine it to fit the requirement file. Most indicator is already in the EA and the requirement file below are mostly finish. here are the things need to add back and debug based on the requirement file 1. TP from the filter and need to check
Hello. I would like to get a TOS script converted to Tradingview for my alerts. I’m haven’t a hard time getting my entry point because the script does not fire off alerts on thinkorswim. I will send the script so you can see if it’s possible
Hello, I would like an experienced programmer to create an EA trading system which opens and closes trades very fast within seconds (HFT). To have an option/button to activate either for only buy or only sell (one way trading) would be optimal. With a nice GUI. Implementing your own experience with HFT trading systems is welcomed. It's for volatile markets such as XAUUSD or US30. Taking advantage of order placements
The strategy is a martingale type . i.e if it hits the stop loss , it will double the lot size and place again in that direction, and when it hits the take profit at any level of the martingale, it will start over from the first lot size used initially
I want you to make me an indicator in Training View. Its idea is very simple, and I want it to have an alarm. Here's a clearer step-by-step guide to checking the last 50 candles on your chart and applying Fibonacci retracement levels based on their colors: Identify Candle Color: Start from the 100th candle from the left on the chart and check its color. If the 100th candle is green (i.e., the close is higher than the

프로젝트 정보

예산
50+ USD
VAT (21%): 10.5 USD
총: 60.5 USD
개발자에게
45 USD