Convert TradingView Pine Script to Metatrader 5 Expert Advisor

명시

Hello, i have developed the strategy in pinescript as it was easier to understand, now i want to automate it so i need to convert it to mt5 EA.

The strategy is very simple as it has 3 entry condition for each buy and sell orders based on candles pattern (ex: green, red, green etc), it has fixed SL/TP in pips and some code for backtesting but i understood that is somehow integrated in mt5...

I attached the Pine Script code


파일:

TXT
Strategy.txt
4.2 Kb

응답함

1
개발자 1
등급
(11)
프로젝트
13
23%
중재
6
0% / 83%
기한 초과
2
15%
무료
2
개발자 2
등급
(279)
프로젝트
378
72%
중재
19
32% / 47%
기한 초과
16
4%
무료
게재됨: 15 코드
3
개발자 3
등급
(361)
프로젝트
644
26%
중재
92
72% / 14%
기한 초과
12
2%
작업중
게재됨: 1 코드
비슷한 주문
1. PROJECT OVERVIEW Development of a custom automated and manual trading bot for NinjaTrader 8, primarily designed for Nasdaq Futures (NQ/MNQ). The bot will contain the original trading strategy, configurable risk management, automatic and manual operating modes, alerts, profit/loss management, partial profit taking, Break Even, backtesting functionality, and the additional configurable contract-averaging system
take your time better make it for days and have good bot than never benefits both of us. Make the bot have zero errors and backtest it for a 2 year period
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0

프로젝트 정보

예산
30 - 40 USD
기한
 1 일