Serene Thrill EA

MQL5 Asesores Expertos

Tarea técnica

Here's a trading bot code in Python using the Backtrader framework, specifically designed for the NAS100 index, executing trades only at 15:35 every day, and using the Smart Money Concept (SMC) strategy:
```
import backtrader as bt
import backtrader.feeds as btfeeds

class NAS100SMCBot(bt.Strategy):
def __init__(self):
self.data = btfeeds.PandasData(dataname=NAS100_data)
self.timer = bt.timer.Timer(period=bt.timer.SESSION_END, timer=bt.timer.SESSION_END_1535)
self.smc = bt.indicators.SMC(self.data.close)

def next(self):
if self.timer():
if self.smc.imbalance_ratio > 1.5:
self.buy()
elif self.smc.imbalance_ratio < 0.5:
self.sell()

cerebro = bt.Cerebro()
cerebro.addstrategy(NAS100SMCBot)
cerebro.adddata(NAS100_data)  # assumes NAS100_data is a Pandas DataFrame
cerebro.run()
```
This code uses the Backtrader framework to create a trading bot that:

1. Uses the NAS100 index data (assuming it's stored in a Pandas DataFrame called `NAS100_data`)
2. Sets a timer to execute trade logic only at 15:35 every day (using the `bt.timer` module)
3. Uses the Smart Money Concept (SMC) indicator to calculate the imbalance ratio
4. Executes a buy order when the imbalance ratio is greater than 1.5 (indicating a potential trend reversal)
5. Executes a sell order when the imbalance ratio is less than 0.5 (indicating a potential trend continuation)


Han respondido

1
Desarrollador 1
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
Solicitudes similares
Hello, I am looking for an expert in DLL to help control my current EA. I want to implement some conditions that will allow my EA to turn on and off according to DLL specifications. For example, the EA should only execute trades when a specific condition in the DLL is met, and it should stop trading when the condition is not met
Skarito98 30 - 100 USD
Always stay winning and survive....we all want a better life now this is a chance someone can take,to change their lives for the better.No one is supposed to suffer in this world,we create and invert new things and come up with ideas to solve situations we come across especially when it comes to finance. We all need better things in life and God want good things for us
Hi, I looking for a developer to help me create an EA. The EA is using 3 moving averages system namely green,red and blue MA. The EA must work on this principles. For buy setup, red MA must close above blue MA. Bullish candlestick must close above green MA. For sell setup, green MA must close below blue MA. Bearish candlestick must close blow red MA. The EA also must be able to use optimization parameters. The
--- Job Title: EA Programmer for Smart Money Concept (Urgent) EA SOURCE CODE WOULD NOT BE SENT IF THE JOB IS NOT ACCEPTED Job Description: We are seeking an experienced EA programmer to finalize a project focused on implementing the Smart Money Concept. The progress is at %, and I need someone to complete and cross-check the remaining tasks within a week. Project Requirements: - Liquidity, CHoCh, and Return to
# Automated Trading Bot for MetaTrader 5 (MQL5) ## Job Description I am looking for an experienced MQL5 developer to create an automated trading bot for MetaTrader 5. The bot should execute buy and sell orders based on specific trading conditions and include functionality to hedge open positions using a recover zone strategy. ## Requirements 1. **Trading Conditions:** - The bot should buy when the price crosses
Tipos de entrada, Alzig/RSI/ Toque na média, modo de operação, compra e venda/ somente compra/somente venda, inverter sinal sim/não, entrada automática/manual, stop por ponto/ afastamento da média, fechar no sinal oposto, sprrad máximo, slippage, número mágico, horário de abertura com início e fim, lotes de adição e espaçamento de operações separados por vírgula, adição por distância de pontos/ sinal, filtro de linha
Very quick and easy job, shouldn't take long. My strategy uses data from the ClusterDelta footprint indicator. It uses range bars, NOT timeframe bars. I need: 1) a function that checks whether a new range bar has been formed on the ClusterDelta footprint, and if so, runs a section of code that I will write 2) key values from the footprint are retrieved/stored in buffers that my EA will access (e.g. volume, delta
Hi guys i am wanting to work with an experienced developer and create a EA that can operate as a stand alone Mean reversion EA or can Utilize Grid Martingale and Grid Hedge functions. The trigger is based on RSI, Previous consecutive closes and Previous percent close. And There are trend, volitillity, regime, long term rsi and consecutive close, time and date filters. The EA will also need full multi currency/asset
Quiero programar una estrategia en lenguaje mql5 para Forex que realice órdenes de compras y de ventas de manera sincronizada. Se trata de una estrategia amortiguada del tipo martingala, que suaviza la exposición al riesgo y va cerrando órdenes poco a poco mientras avanza el precio
I need an expert in mql4 that can program me a bot focussed on fib levels. write me if you that developer. if you have time and are motivated let me know. we talk about pricing and timeframe

Información sobre el proyecto

Presupuesto
30+ USD
Para el ejecutor
27 USD