Steven ddd

MQL5 Эксперты

Техническое задание

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']}")













Откликнулись

1
Разработчик 1
Оценка
(30)
Проекты
55
22%
Арбитраж
12
67% / 8%
Просрочено
2
4%
Свободен
2
Разработчик 2
Оценка
(320)
Проекты
466
42%
Арбитраж
78
12% / 63%
Просрочено
75
16%
Работает
3
Разработчик 3
Оценка
(131)
Проекты
190
81%
Арбитраж
17
29% / 47%
Просрочено
10
5%
Свободен
4
Разработчик 4
Оценка
(4)
Проекты
6
0%
Арбитраж
4
0% / 75%
Просрочено
2
33%
Работает
5
Разработчик 5
Оценка
(51)
Проекты
153
69%
Арбитраж
4
100% / 0%
Просрочено
1
1%
Свободен
Похожие заказы
Epic1776 50+ USD
I'm want to dip my toe in the water and see how it goes. I have very little money to start however plan to invest any profits I make back into these penny stocks
i only trade on gbpusd using a supply & demand combined with M & W patterns. entry criteria for a buy would maily consists of price being at a support of round number price example: 1.23000 , 1.23500, 1.24000 & so fourth as long as it is around a round price with a difference of 500 points or 50 pips with a stoploss of a maximum 25 pips e.g entry price will be at a round number of say maybe 1.23000 as an example and
Forex Expert Advisor (EA) Outline: 1. Initialization: Import necessary libraries and set up the trading environment. Define parameters such as the period for moving average (21 in this case). 2. Define Functions: Function to check Williams Percent Range (WPR) conditions for opening trades. Function to check Commodity Channel Index (CCI) conditions for opening trades. Function to check Moving Average (MA) conditions
I want to develop a fully automated trading robot from scratch. The project includes 8 different pdfs + an introductory instruction pdf. Different pdf deals with different Settings of the EA and/or different St (trading strategies/logics). All Settings & St are to be housed in a single MQL5 EA. The EA is to be attached to a single chart, but it must work on every chart of 63 symbols at a time without any failing or
I need a Trading bot 100 - 500 USD
I need an MQL4 trading bot with this features : 1. Trading 24/7 2. hedged for any unexpected trade reflection or losses 3. connected to the news 4. pauses during the news 5. Always aims for a higher profit 6. Has a footprint tool for an accurate signals 7. never miss any opportunity 8. has turtle trading strategy 9. capable to start trading 1000$ capital 10. it can trade in these charts (EURUSD, GBPUSD, XAUUSD ) 11
I have a EA I want to add these dashboard button to. I have attached the ea that has the buttons I want to use and its not all of them its these buttons in this image I have a ea with this done but it is VERY BUGGY and it was suggested to make the buttons over due to a unfixable bug. So if anyone can add these buttons please let me know list of things I need fixed (More then half of this is already coded in) #.1 I
Hi, I am looking for a developer who can create the grid recovery ea based on grids, moving average, atr settings, partialy closing the trades etc. Easy ea to develop. Thank you P
Hello I Need A decompiler that can help me Am looking for a professional that can decompile ea and get me source code iF YOU CAN HELP ME WITH DECOMPILE TO GET SOURCE CODE ONLY DM
I want a bot developer deriv He has experience and I want a profitable robot, the profit is higher than the loss Or I want someone to sue with me. I have a profitable robot, but I want another robot or to improve another robot I have
Double stoch 30+ USD
I need an expert advisor with stoch and other information that I will communicate during the work. h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h h

Информация о проекте

Бюджет
40+ USD
Исполнителю
36 USD
Сроки выполнения
от 1 до 10 дн.