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

Dateien:

PNG
IMG_8624.png
4.9 Mb
PNG
IMG_8627.png
4.3 Mb
PNG
IMG_8629.png
5.3 Mb
PNG
IMG_8634.png
5.4 Mb
PNG
IMG_8628.png
5.5 Mb
PNG
IMG_8629.png
5.3 Mb
PNG
IMG_8627.png
4.3 Mb

Bewerbungen

1
Entwickler 1
Bewertung
(253)
Projekte
316
29%
Schlichtung
34
26% / 65%
Frist nicht eingehalten
10
3%
Frei
2
Entwickler 2
Bewertung
(393)
Projekte
549
40%
Schlichtung
30
57% / 3%
Frist nicht eingehalten
57
10%
Arbeitet
Veröffentlicht: 11 Beispiele
3
Entwickler 3
Bewertung
(13)
Projekte
20
40%
Schlichtung
3
0% / 67%
Frist nicht eingehalten
3
15%
Frei
4
Entwickler 4
Bewertung
(75)
Projekte
110
51%
Schlichtung
25
28% / 52%
Frist nicht eingehalten
9
8%
Arbeitet
5
Entwickler 5
Bewertung
(16)
Projekte
18
28%
Schlichtung
0
Frist nicht eingehalten
3
17%
Frei
6
Entwickler 6
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
7
Entwickler 7
Bewertung
(3)
Projekte
2
0%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
0
Frei
8
Entwickler 8
Bewertung
(5)
Projekte
9
22%
Schlichtung
0
Frist nicht eingehalten
4
44%
Arbeitet
9
Entwickler 9
Bewertung
(18)
Projekte
22
9%
Schlichtung
6
33% / 50%
Frist nicht eingehalten
1
5%
Beschäftigt
10
Entwickler 10
Bewertung
(1)
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)