Steven ddd

MQL5 Experts

Specification

import pandas as pd
import ta

# Example data (replace with your own data or retrieve from a data source)
data = pd.DataFrame({
    'timestamp': ['2023-05-21', '2023-05-22', '2023-05-23', '2023-05-24', '2023-05-25'],
    'close': [1.2000, 1.2100, 1.2200, 1.2300, 1.2400]
})

# Calculate necessary indicators
data['rsi'] = ta.momentum.RSIIndicator(data['close'], window=14).rsi()
data['ema_fast'] = ta.trend.EMAIndicator(data['close'], window=10).ema_indicator()
data['ema_slow'] = ta.trend.EMAIndicator(data['close'], window=20).ema_indicator()

# Detect reversals based on indicator crossovers or other criteria
reversals = []
for i in range(1, len(data)):
    if data['rsi'][i] < 30 and data['ema_fast'][i] > data['ema_slow'][i]:
        reversals.append({'timestamp': data['timestamp'][i], 'type': 'Bullish'})
    elif data['rsi'][i] > 70 and data['ema_fast'][i] < data['ema_slow'][i]:
        reversals.append({'timestamp': data['timestamp'][i], 'type': 'Bearish'})

# Print detected reversals
for reversal in reversals:
    print(f"Reversal detected on {reversal['timestamp']}: {reversal['type']}")













Responded

1
Developer 1
Rating
(30)
Projects
55
22%
Arbitration
12
67% / 8%
Overdue
2
4%
Free
2
Developer 2
Rating
(320)
Projects
466
42%
Arbitration
78
12% / 63%
Overdue
75
16%
Working
3
Developer 3
Rating
(130)
Projects
189
80%
Arbitration
17
29% / 47%
Overdue
10
5%
Working
4
Developer 4
Rating
(4)
Projects
6
0%
Arbitration
4
0% / 75%
Overdue
2
33%
Free
5
Developer 5
Rating
(48)
Projects
150
69%
Arbitration
4
100% / 0%
Overdue
1
1%
Working
Similar orders
I have a task for creating an EA, which will trade based on predefined levels. Also having time-trigger and time restriction. 1.Let me first mention that expected time for this task is about 10-18days for total completion and payment confirmation. I have right now small windows of time during the day when I could pay attention to this EA. But honestly, I believe we shall manage for 4-5 days+ 3-5 working days of
I'm looking for someone who has experience in takepropips management and Donchian Indiciator, I need settings that automatically take over signals trading It is important that someone already uses the software, as it is very complex
Hello, I am seeking a skilled developer experienced in MetaTrader 5 (MT5) programming to assist me in converting an existing MetaTrader 4 (MT4) Expert Advisor (EA) to MT5. only professional to apply
Looking for a skilled freelance developer to create an Expert Advisor (EA) for MetaTrader 5 that specializes in trading XAUUSD (gold) and US30 (Dow Jones Industrial Average). The EA should be designed to execute both stop and limit orders and target 1-2 trades per week on each pair, aligning with the requirements outlined in the FTMO rules, aiming for a 5% daily return while adhering to a maximum drawdown of 10%. Key
I need a very good programer a developer that's perfect in building a Telegram signal copy trade Bot very well, that has done about 100 project successfully, please if you don't know how to build this telegram signal copy trade bot don't apply for this project, if you know that you will not start quickly don't apply. I want you to build me a smart Telegram signal copy trade Bot that has subscriber dashboard, that
المطلوب تحويل استراتيجية مكونة الموفينجات الى اكسبيرت تداول ألى او نصف ألى بتم تحديد ذلك من الاعدادات مسبقا 1-الاكسبيرت يدخل تحديدا 3 انواع من الصفقات مع الاتجاه كل صفقة بشروط محددة عن طريق استخدام موفينج او اكثر من الموفينجات 2-ويدخل ايضا صفقتين ضد الاتجاه كل صفقة لها شروط محدده ايضا عن طريق استخدام موفينج او اكثر من الموفينجات 3-الموفينجات التى تتكون منها الاستراتيجية هى واحده فقط ولكن يتم توظيف احدهما او اكثر على
Hello i need to be able to create an EA / Indicator that when a trade reaches TP a screenshot is taken of the history of that trade showing the open price, TP and the profit amount, i then need this screenshot to be sent to Telegram
Hey greetings . Am in need of a Developer that can Create me tradingview indicator based on my requirements. Kindly bid for the job if you are an expert in tradingview
Looking for a super experienced expert advisor developer. Further instructions will be given in chat.The EA will be a non stop trading machine with overlap and averaging closing of the opposite positions based on the closed basket profit
Tôi cần code robot tự động giao dịch Giao dịch dựa trên giao dịch cắt giữa rsi và sma 1. Tín hiệu mua và cắt lệnh bán khi rsi cắt lên SMA 2. Tín hiệu bán và cắt lệnh khi RSI cắt xuống SMA Tôi giao dịch trên Renko với thời gian đóng luận là 1S, hiện tại tôi đang sử dụng chỉ báo renko Renkochart EA

Project information

Budget
40+ USD
For the developer
36 USD
Deadline
from 1 to 10 day(s)