Serene Thrill EA

MQL5 专家

指定

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)


反馈

1
开发者 1
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
I need an EA in MQL5 that works with 4 indicators (some of which have to be translated from Pine script to MQL5). I also have a few special requests. Detailed description of the strategy and a video follows
I'm planning on building/creating an mt4/5 trading indicator that use a break and retest strategy I will share a link for the idea strategy, Kindly message me to send you the link, I can't send it here
in this document i have explained the EA requirements in details and given some pictures of needed options . please Grid EA expert apply to my job . and do not come with no experience. https://docs.google.com/document/d/1Y_Vbv87Ep5BQavRxgDlsWT7GH5VjSgVDnm6C1wtVtj0/edit?usp=sharing i can pay 30 USD now but later on if EA get successful . i'll gift with tip of 50 USD after successful month
i want a robot and an indicator that uses macd..bolingerbands And emas As well as fibonacci retracement confirmation from SMC strategy , OB+CHoCH And RTO i want it to print SL and TP using High and Lows
I want to start trading making money to be self independent to provide for my daughter and my mother to be able to fix my car without having stress about money
I would like to request the development of a trading robot with the following specifications: High Win Rate: The robot should aim for a win rate between 80% and 90%. The strategy and algorithm used must be optimized for consistent performance and minimal drawdown. Weekly Market Direction: The robot needs to analyze the market at the beginning of the week and determine the overall direction (bullish or bearish). This
Terms of Reference: Development and Update of a MetaTrader 4 and MetaTrader 5 Bot Project Context: I currently own a MetaTrader 4 bot (Expert Advisor - EA) specialized in gold trading. I want to: Update the MetaTrader 4 version to integrate new features and secure the bot. Create a MetaTrader 5 version of this bot, with the same characteristics and functionalities. Project Objectives: Updating the MetaTrader 4 (MT4)
I am in need of an expert who can speak English without the need of a translator fluently and understands mathematics as well please. The expert advisor makes use of 3 indicators Mainly the exponential moving average and the ADX and the Volume indicator. This expert advisor should be able to place trades on the M1 time frame but only after using the H1 tolerate for a directional bias under certain conditions
We are seeking an experienced developer to create a custom Expert Advisor (EA) for Forex trading, integrating Artificial Intelligence (AI). The EA should be capable of autonomously analyzing data, reading news feeds, and making intelligent trading decisions. Responsibilities: - Develop a Forex trading EA with AI integration. - The EA must fetch and analyze news from trusted sources to inform trading decisions. -
Hello, I have created a Python script that for the moment trades using the MT5 API and I am looking for an experienced developer who can integrate this complete script into an ex5 file (without requiring a DLL file - or at least it must respect mql5 rules). I'm not sure if that's possible, the algo uses different libraries which are not directly compatible with MT5. Also, the algo retrains itself on a daily basis, so

项目信息

预算
30+ USD
开发人员
27 USD