Steven ddd

MQL5 Experten

Spezifikation

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













Bewerbungen

1
Entwickler 1
Bewertung
(30)
Projekte
55
22%
Schlichtung
12
67% / 8%
Frist nicht eingehalten
2
4%
Frei
2
Entwickler 2
Bewertung
(320)
Projekte
466
42%
Schlichtung
78
12% / 63%
Frist nicht eingehalten
75
16%
Arbeitet
3
Entwickler 3
Bewertung
(131)
Projekte
190
81%
Schlichtung
17
29% / 47%
Frist nicht eingehalten
10
5%
Frei
4
Entwickler 4
Bewertung
(4)
Projekte
6
0%
Schlichtung
4
0% / 75%
Frist nicht eingehalten
2
33%
Arbeitet
5
Entwickler 5
Bewertung
(51)
Projekte
153
69%
Schlichtung
4
100% / 0%
Frist nicht eingehalten
1
1%
Frei
Ähnliche Aufträge
Greetings! I am looking for an EA with the below requirements, it must suit Prop. Firm Trading rules. 1) Entry Criteria: Fibonacci Levels Entry Combined with Fractals (Possibility to change the Fractals). Each trade must have a definite SL. Daily drawdown should not exceed 2%. 2) All the orders must be limit orders. 3) Trailing stop (ON/OFF) to be provided. – Option to toggle. 4) Possibility to change the
Hi! I want an expert advisor that can buy and sell, using one Moving Average under the conditions I will say below, for for all major currency pairs as well as OIL and DAX and GAS The system must work in Meta 4 Platform and of course,when my platform is migrated to a virtual platform, the robot should also be migrated. The scenario is as follows: A)1) We assume that the prices rise , with them and the prices
Requesting to update article code to work with latest terminal version. Please refer to article before approaching. Article: https://www.mql5.com/en/articles/3215 Require you to please update and send new source code files back. Thank you
Requirements for programming a custom Expert Advisor (EA) for MetaTrader 5 (MT5) Summary: The following requirements describe the features and functionalities that the custom Expert Advisor for MT5 should have, including integration of functions from the POW Banker EA, trade closure options, filter and signal configuration, control panel, and specific protections. Integration of functions from the POW Banker EA: a
I have a indicator that I want to make a EA for it uses 2 moving averages to trade from I want it to have risk management dashboard features to it as well please apply if you can make good mt5 EA's and lets work
Indicators: Bollinger bands with option for adjusting the following inputs (but by default use default bb settings) Period: 20 Deviation: 2 Shift: 0 Apply to (Close) Candle criteria for entry: Sell: 1. At close of candle, the high of candle is exactly at or above the upper bollinger line price 2. Distance between candle close price and candle high price must be the same or less than the distance between candle
i currently have a indicator system that i would like modified to be able to open buy/sell trades when it has the corresponding signal. i would like to be able to adjust stoploss and takeprofit levels. i would also like it to have customisable trailling stop
ICT FVG EA 30+ USD
I need a developer who is familiar with FVG and ICT trading techniques. The EA will trade based off of Asia, London, and Pre-NY High/Low values and then place trades at specific times depending if a FVG is established. I have two videos to present to potential developers that will detail the strategy and EA
Hello I want to make a EA that uses 2 moving averages and a moving average cross to enter trades along with the Moving average indicator I want to add these buttons in this image for risk management I have a moving average indicator that I would like this EA to use this is the inputs I would like the EA to have list of things I need fixed (More then half of this is already coded in) #.1 I need the EA to take trades
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

Projektdetails

Budget
40+ USD
Für die Entwickler
36 USD
Ausführungsfristen
von 1 bis 10 Tag(e)