Spezifikation
mport pandas as pd
import numpy as np
def detecter_tendance(data):
# Code pour détecter la tendance
pass
def identifier_niveaux(data):
# Code pour identifier les niveaux de support et de résistance
pass
def calculer_stop_loss(tendance, support, resistance):
# Code pour calculer les stop loss
pass
def calculer_profils(tendance, support, resistance):
# Code pour calculer les profils mport pandas as pd
import numpy as np
def detecter_tendance(data):
# Code pour détecter la tendance
pass
def identifier_niveaux(data):
# Code pour identifier les niveaux de support et de résistance
pass
def calculer_stop_loss(tendance, support, resistance):
# Code pour calculer les stop loss
pass
def calculer_profils(tendance, support, resistance):
# Code pour calculer les profils import pandas as pd
import numpy as np
def detecter_tendance(data):
# Code pour détecter la tendance
pass
def identifier_niveaux(data):
# Code pour identifier les niveaux de support et de résistance
pass
def calculer_stop_loss(tendance, support, resistance):
# Code pour calculer les stop loss
pass
def calculer_profils(tendance, support, resistance):
# Code pour calculer les profils from flask import Flask, render_template, request
from .models import detecter_tendance, identifier_niveaux, calculer_stop_loss, calculer_profils
app = Flask(__name__)
@app.route('/', methods=['GET', 'POST'])
def index():
if request.method == 'POST':
data = request.files['data']
data = pd.read_csv(data)
tendance = detecter_tendance(data)
support, resistance = identifier_niveaux(data)
stop_loss = calculer_stop_loss(tendance, support, resistance)
profils = calculer_profils(tendance, support, resistance)
return render_template('index.html', tendance=tendance, support=support, resistance=resistance, stop_loss=stop_loss, profils=profils)
return render_template('index.html
pass
Bewerbungen
1
Bewertung
Projekte
316
29%
Schlichtung
34
26%
/
65%
Frist nicht eingehalten
10
3%
Frei
2
Bewertung
Projekte
549
40%
Schlichtung
30
57%
/
3%
Frist nicht eingehalten
57
10%
Arbeitet
Veröffentlicht: 11 Beispiele
3
Bewertung
Projekte
20
40%
Schlichtung
3
0%
/
67%
Frist nicht eingehalten
3
15%
Frei
4
Bewertung
Projekte
110
51%
Schlichtung
25
28%
/
52%
Frist nicht eingehalten
9
8%
Arbeitet
5
Bewertung
Projekte
18
28%
Schlichtung
0
Frist nicht eingehalten
3
17%
Frei
6
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
7
Bewertung
Projekte
2
0%
Schlichtung
1
0%
/
0%
Frist nicht eingehalten
0
Frei
8
Bewertung
Projekte
9
22%
Schlichtung
0
Frist nicht eingehalten
4
44%
Arbeitet
9
Bewertung
Projekte
22
9%
Schlichtung
6
33%
/
50%
Frist nicht eingehalten
1
5%
Beschäftigt
10
Bewertung
Projekte
1
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Veröffentlicht: 1 Beispiel
Ähnliche Aufträge
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
Title: Design and Development of an Automated Forex Trading Robot Using MQL5 and Machine Learning Techniques Abstract: This project focuses on the design and development of an automated Forex trading robot that integrates MQL5 programming and machine learning techniques. The system aims to predict market movements and execute trades automatically, minimizing human error and emotional trading. By leveraging historical
Projektdetails
Budget
30 - 200 USD
Ausführungsfristen
von 1 bis 10 Tag(e)