Termos de Referência
Designing and programming a trading strategy for an automated trading robot requires a comprehensive approach that involves several steps:
1. **Define Strategy**: Decide on the trading strategy you want to automate (e.g., moving average crossover, mean reversion, breakout strategies).
2. **Choose Platform**: Select a trading platform or framework that supports automated trading. Examples include MetaTrader (MQL), NinjaTrader (C#), or Python-based platforms like MetaTrader with Python API, or using Python libraries like `backtrader` or `pyalgotrade`.
3. **Coding the Strategy**: Write the code for your strategy. Here's a basic example in Python using the `backtrader` library:
```python
import backtrader as bt
class MyStrategy(bt.Strategy):
def __init__(self):
# Define indicators, parameters, etc.
self.sma_short = bt.indicators.SimpleMovingAverage(self.data.close, period=20)
self.sma_long = bt.indicators.SimpleMovingAverage(self.data.close, period=50)
def next(self):
if self.sma_short > self.sma_long:
# Buy signal
self.buy()
elif self.sma_short < self.sma_long:
# Sell signal
self.sell()
if __name__ == '__main__':
cerebro = bt.Cerebro()
cerebro.addstrategy(MyStrategy)
data = bt.feeds.YahooFinanceData(dataname='AAPL', fromdate=datetime(2020, 1, 1), todate=datetime(2023, 1, 1))
cerebro.adddata(data)
cerebro.run()
cerebro.plot()
```
This example defines a simple moving average crossover strategy and runs it on historical data retrieved from Yahoo Finance.
4. **Backtesting**: Backtest your strategy extensively using historical data to evaluate its performance and fine-tune parameters.
5. **Implement Risk Management**: Integrate risk management techniques such as position sizing, stop-loss orders, and portfolio allocation.
6. **Live Trading**: Once backtesting is satisfactory, connect your strategy to a live trading account through the API provided by your chosen platform.
7. **Monitor and Improve**: Continuously monitor the performance of your automated trading robot and make adjustments as necessary.
Remember, designing effective trading strategies requires a good understanding of both programming and trading principles. Always test thoroughly before deploying any strategy in live trading to mitigate risks.
Respondido
1
Classificação
Projetos
19
16%
Arbitragem
3
67%
/
0%
Expirado
0
Livre
2
Classificação
Projetos
253
30%
Arbitragem
0
Expirado
3
1%
Livre
Publicou: 2 códigos
3
Classificação
Projetos
188
57%
Arbitragem
10
80%
/
0%
Expirado
0
Trabalhando
Publicou: 1 código
4
Classificação
Projetos
63
52%
Arbitragem
5
0%
/
40%
Expirado
1
2%
Livre
5
Classificação
Projetos
18
28%
Arbitragem
4
50%
/
50%
Expirado
1
6%
Livre
6
Classificação
Projetos
7
0%
Arbitragem
8
13%
/
75%
Expirado
3
43%
Livre
7
Classificação
Projetos
65
34%
Arbitragem
4
25%
/
50%
Expirado
9
14%
Trabalhando
8
Classificação
Projetos
6
33%
Arbitragem
7
0%
/
71%
Expirado
0
Livre
9
Classificação
Projetos
470
39%
Arbitragem
102
40%
/
24%
Expirado
78
17%
Carregado
Publicou: 2 códigos
10
Classificação
Projetos
2
0%
Arbitragem
4
25%
/
75%
Expirado
1
50%
Livre
11
Classificação
Projetos
28
29%
Arbitragem
2
0%
/
50%
Expirado
1
4%
Livre
12
Classificação
Projetos
91
13%
Arbitragem
34
26%
/
59%
Expirado
37
41%
Livre
Pedidos semelhantes
Project Overview I am looking for an experienced MQL5 developer to build a custom, prop-firm-compliant trend-following Expert Advisor (EA) for MetaTrader 5 . This EA will be used on prop firm accounts (e.g., FTMO-style rules), so strict risk control and rule compliance are mandatory . This is NOT a grid, martingale, scalping, or recovery EA. The goal is consistency, rule compliance, and capital preservation , not
I am looking of an Expert Advisor (EA) that has undergone independent validation and demonstrates a capability to successfully navigate prop firm challenges, as well as efficiently manage funded accounts. It is imperative that you provide a comprehensive explanation of the strategy utilized by your EA, along with a demo version that has a 30-day expiration. This will facilitate extensive back testing and forward
Hellow,l hope you are well,l am writing to place an order for a professional trading robot.l am looking for a reliable,well optimized robot that can trade efficiently,manage risk properly and deliver consistent performance in the market,I am particularly interested in a trading robot that uses a proven and transparent strategy,has strong risk management features,works well on common trading platforms,is suitable for
I am looking for an experienced MQL5 developer to build a professional MT5 software (indicator or semi-automated EA) for metals and major forex pairs. 📌 PLATFORM & MARKETS Platform: MetaTrader 5 Instruments: XAUUSD (Gold vs USD) XAGUSD (Silver vs USD) EURUSD GBPUSD USDJPY Trading styles: Scalping Intraday / short-term swing 🎯 MAIN OBJECTIVE I do NOT want an aggressive fully automated robot. I want a
The robot will take buy trades when the 2 ema cross over the 10 ema and price has closed above the 50 ema. The take profit and stop loss can be set as an optional level by the user. The robot will take sell trades when the 2 ema cross under the 10 ema and price has closed under the 50 ema. The take profit and stop loss can be set as an optional level by the user. The entry timeframe will be 15 minutes, but it could
Tradingview indicator
30+ USD
I want to check if this indicator is repainting or not Whick mean the results of back testing is legit or not if anyone can help me to review it kindly to well to contact me i will be happy to work and go on long term work with anyone thanks
Development of an MQL5 Expert Advisor (Reverse Engineering)
1000 - 2000 USD
Specifications – Development of an MQL5 Expert Advisor (Reverse Engineering) Project context: I have access to a real trading history consisting of more than 500 trades executed over a period of approximately 3 years. These trades have been exported into a CSV file containing all available information, including date, time, symbol, order type, entry price, and exit price. Important: I do not have access to the
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi
Trading Bot Executes Trades on Specific Days via TradingView Alerts **As a** trader, **I want** to develop a trading bot that integrates with TradeLocker and MTS, **So that** when a TradingView alert (based on a 2,4,5,10,15,30 minute break and retest strategy whichever one) is triggered first. the bot will execute trades on both platforms, but only on specific days of the week. --- ## Acceptance Criteria 1
Project Description I am looking to collaborate with an experienced MQL5 / algorithmic trading developer who also has hands-on experience with Large Language Models (LLMs) and AI-driven systems. This is a long-term partnership opportunity , not a one-off paid freelance job. I bring 9 years of practical Elliott Wave trading experience , applied in live market conditions. The objective is to translate Elliott Wave
Informações sobre o projeto
Orçamento
30 - 500 USD
Prazo
de 1 para 10 dias