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
무료
비슷한 주문
The following url shows the steps to get MT4 to communicate with a MS SQL Server Express database. I need help getting that to work as the article is not making sense to me Integrating MetaTrader 4 Client Terminal with MS SQL Server - MQL4 Articles (mql5.com)
Hi, I need a bot like when we post signals as messages in a telegram group and the trades are automatically taken on metatrader for anyone in the group, more specifications about this project will be discussed in comment section, only reach out if you are confident to code exactly thanks
looking for an experienced and skilled MQL5 programmer to develop a sophisticated Expert Advisor (EA) for MetaTrader 5. The EA will be based on a combination of technical indicators and it is capable of executing trades automatically, managing risk, and adapting to different market conditions
This is the ea I will be looking to do 2 jobs this one then another one later. I have a Indicator which is 528 lines of code and the Dashboard Is 5034 Lines of code I want to add a moving average indicator to the dashboard with a button to call from it and I want to add these entries to the EA as well I want to add these buttons 1 button to call the EMA indicator 1 button to fill in the ema on the chart and one to
Hello! Will you be able to program an MT4 EA, running on an offline renko charts? Based on attached indicators signals? An EA that generates the renko charts is also attached. If yes come to dm now
Hello, do you have a service that can send messages directly to individual channel members rather than to the entire group? If so, please contact me via direct message immediately. This is urgent
1-adding new multi time frames working with different magic number (10 more EA working with different magic number ) all times frames working on the main parameters the different is the magic number for each. each time frame work separate parameters: time frame 1 (true/false) (timeframe) (magic number) time frame 2 (true/false) (timeframe) (magic number) time frame 3 (true/false) (timeframe) (magic number) time
This is level 1 of this EA build. I am looking for a good developer in terms oi speed and communication especially when there are delays. Clients can wait but it is unprofessional to go silent. This is an MT4 EA. It waits for a condition of multiple stochastics levels and RSI or without RSI to be in the extreme in a higher time frame and lower time frame. Then wait for a breakout bar to enter. Entry, SL and TP are
Add New Inputs to EA: Integrate two new inputs into the Manager EA: "Reopen positions on the selected loss (0.0 or negative means it is deactivated)" "Reopen multiplier (0.0 or negative means it is deactivated)" Implement New Functionalities: Reopen Positions: When the account equity reaches for .e.g -3500.0, the EA should automatically reopen all opened positions. (do not close open positions!) Reopen Multiplier
Hi there - Overview We are seeking an experienced developer to create a Forex Robot Expert Advisor (EA) tailored to specific trading strategies and conditions. The EA will focus on the London trading session and will automate trades based on pre-defined calculations and market movements. *Responsibilities:* 1. *London Session Analysis:* - Develop functionality to highlight the London trading session on the forex

프로젝트 정보

예산
30+ USD

고객

넣은 주문1
중재 수0