Serene Thrill EA

MQL5 Experts

Specification

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)


Responded

1
Developer 1
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
Job Description: I need a TradingView (Pine Script v5) indicator that displays up to 5 custom sessions and killzones as boxes on the chart, with a live countdown timer for each (see attached images). Features: 5 grouped sessions —each with a session and a killzone, both fully customizable (label, start/end, color, outline on/off, transparency). Session and killzone countdown timers displayed in a table on the chart
I need an MQL5 expert to develop a simple trading robot (Expert Advisor) for BTCJPY in MetaTrader 5. The EA must handle entries, stop loss, take profit, and basic risk settings. It should be able to open one trade at a time and execute cleanly. The inputs for lot size, SL, TP, and trade hours must be customizable. Code must be clean, efficient, and easy to test. Please only apply if you have experience with crypto or
I have a breakout EA in the works but I need an aggressive and DYNAMIC moving/trailing SL to move with price allowing it to move and catch profit even if its as little as 5-10 pips
I’m looking for a reliable MT4 developer to build a custom EA based on a clean, structured strategy I use manually. It’s a breakout system that uses Support/Resistance, SMA filters, and a 3-candle confirmation pattern for precise entries. EA only activates when price is between two manually set price levels: ZoneHigh = X.XXXX ZoneLow = X.XXXX 2. Trend Filter (15-Min Chart) Wait for a closed 15-minute candle above the
Need a long-term coder long-term. Need experiemce with low arbitrage if it was in your favour its ok. Low overdue rate, high review. Low review will need to proof to me theu experience. Good amount of project. Let me know if interested
Tenho um robô 100% funcional, NeuroTrendX-Pro , desenvolvido com sucesso, operando com meios móveis e entradas inteligentes . Agora, procure um refinamento técnico completo , com foco em alta performance, inteligência artificial avançada e integração com as melhores automatizações possíveis. ✅ Objetivo do Projeto: 🔹 Refinar o código com 30 padrões de velas clássicas e modernas , cada um com lógica clara e leitura de
Hi, I use an indicator that sends push notifications to my mobile to tell me to open trades. I want an EA that can open these trades automatically for me by reading these notifications. The EA will have simple inputs for lot size and will not manage the stop loss or take profit as I use another EA to do this. This EA just simply needs to open each new alert for a trade at the set lots. It should not open past trades
Please introduce yourself when applying . Please note the expert is already profitable . Proof of association with a firm will be required . Back End Developer Required . Timing The Trade Entry with The Correct Threshold Input Value for live chart is one of the Primary Objective of this project , When The Trades are being placed 90 % of the time it reaches the take profit level of 10 pips (avg) . To Take from this
I want connect a study to a web api For Sierra chart using ACSIL with custom C++ code and Windows API for HTTP NOTE: I want Only developer with a deep and Capable Experience to message me It's a very urgent project THANK YOU IN ADVANCE
I need an MT5 hedge/reverse bot between Prop firm account and live account -Input configurations will be needed according to the Prop firm rules -Master account should open/close trades on its own based on a custom logic(provided by me) -Slave account should open a counter trade at the opposite direction -Dynamic lot sizes based on account balances (recovery amount: If the prop firm challenge fails it should recover

Project information

Budget
30+ USD
For the developer
27 USD