Make EA on MT4 with source code indicator tradingview

작업 종료됨

실행 시간 75 일
피고용인의 피드백
Thank´s a lot for the project, it has been a pleasure.

명시

I would like to do an EA on MT4 with a tradingview indicator.


I need several options :


- Manual trading (enable or disable) : allows manual trading without indicator signals


- SL (in pips) will only be valid for manual trading (I must be able to configure it on the chart before opening the trade)

- SL MINI : example if this number is 2 pips, if signal has a SL < 2 pips, EA put SL of 2 pips

- SL MAX : if signal has a SL greater than this number of pips = don’t open the trade

Example if SL MAX is 7 pips = EA doesn't open trade if SL > 7 pips. And if 0 = no limit

- BE (in pips or % of profit)

- Trailing stop (in pips or % of profit)

- Automatic calculation of lot size RISK per trade (in € or % compared to the SL according to the risk per trade)

For a big account, if lot size is >100 lots = divide with 2 trades of 50 lots (because lot size max per trade is 100 lots)


- Goal profit per trade (% or €)

- Daily goal profit (% or €) when daily goal reached = stop activity and wait the next day

- Daily MAX losses = stop activity for this day if reached. If 0 = no limit


- Trading hours

- Trading days


- Confirmation candle mode (enable or disable)


- Goal mode with losses (enable or disable) previous losses are added to the goal by trades. Once the trade reaches the goal covering losses it resets to 0 for the next trade


       Example:  Trade 1 = -1% Goal per trade = +1%

                        Trade 2 = -1% Goal mode with losses = enable


                        Trade 3 = close at + 3% because -1% (trade 1) + -1% (trade 2) + 1%


General :


SL must include the wicks and must be placed on the signal candle by adding the broker's spread

Goals must include broker fees

BE must take into account broker's fees and spread to close at 0 without negative



응답함

1
개발자 1
등급
(34)
프로젝트
60
23%
중재
11
73% / 9%
기한 초과
3
5%
무료
2
개발자 2
등급
(46)
프로젝트
60
45%
중재
8
50% / 38%
기한 초과
7
12%
무료
3
개발자 3
등급
(132)
프로젝트
178
39%
중재
4
25% / 50%
기한 초과
14
8%
무료
4
개발자 4
등급
(211)
프로젝트
313
34%
중재
63
37% / 38%
기한 초과
100
32%
로드됨
비슷한 주문
I am currently building a NinjaTrader indicator but i haven't finished building it, i stopped at 70% but it was successfully compiled as at the last time i compiled it I would like you to complete the indicator for me so it can works perfectly how i want it to work if your price won't be too high Kindly check the source code out I have also sent a video discription of how the indicator is supposed to work And also
🏆 HIRING: Quantitative Gold (XAU/USD) Trading Strategy Developer ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📌 PROJECT OVERVIEW ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ I am building a professional trading signal platform (xtraderlab.com) and need an experienced quant trader or algo developer to design, code, and backtest a high-performance intraday Gold (XAU/USD) trading strategy. The strategy will be integrated into an existing
Technical Specifications: "Dawn Range Breakout" Expert Advisor (Final Version) 1. Overview The purpose of this EA is to capture the breakout of a specific hourly range on Gold (XAUUSD) or any other pair, with a focus on high-precision entry, strict risk management (1 trade per day), and partial profit taking. 2. Core Trading Logic Timeframe: M15. Reference Hour: The EA must identify the High and Low of the H1 candle
I need an Expert Advisor based on SK indicator for gold trading. Entry: - Open trade immediately when SK signal appears Stop Loss: - Fixed stop loss = $200 per trade Take Profit: - TP1: close 50% of the position - TP2: final target Lot Size: - Fixed lot = 0.02 Pair: - XAUUSD only Timeframe: - M15 Rules: - Only one trade per signal - No duplicate trades - Move stop loss to breakeven after TP1 Requirements: - The EA
I need a very profitable scalping robot for gold trading at M1 timeframe. I should have adjustable trailing stop, step, SL, TP in points it should use both trade opening and pending orders just as in the links below https://vt.tiktok.com/ZSHj9cD5w/&nbsp ; https://vt.tiktok.com/ZSHjHFvkg/&nbsp ;
AI Trading Bot 30 - 80 USD
Essential Components for Indicator Specification Objective & Overview: Briefly describe what the indicator calculates (e.g., trend, momentum, volatility) and its main purpose. Input Parameters (Variables): List all user-definable inputs (e.g., Moving Average periods, ATR multiplier) to avoid hardcoding values. Detailed Logic/Calculation Rules: Explain the formula or logic to calculate indicator values. Define
looking for Expert to create or ready made solution for bonus hedge auto set cross trading of opposite trading strategy. the expert may guide what max and best he can do to make the EA perfect
Simplebot 30+ USD
#include <Trade/Trade.mqh> CTrade trade; input double LotSize = 0.1; input int FastMA = 10; input int SlowMA = 20; int fastHandle, slowHandle; // Initialize indicators int OnInit() { fastHandle = iMA(_Symbol, PERIOD_CURRENT, FastMA, 0, MODE_SMA, PRICE_CLOSE); slowHandle = iMA(_Symbol, PERIOD_CURRENT, SlowMA, 0, MODE_SMA, PRICE_CLOSE); return(INIT_SUCCEEDED); } void OnTick() { double fastMA[2]; double
I am seeking an expert MQL5 developer for a paid architectural consultation. I am currently in the process of building a trading platform and need a deep dive with a specialist who understands the "under the hood" mechanics of high-frequency execution and systematic bot design. Topics for Discussion: Engine Logic: Best practices for building a robust, low-latency execution engine on MT5. Risk Frameworks: Implementing
I need a mt5 Expert advisor ea to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1% on forex pairs and upto 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs, the stop loss should be

프로젝트 정보

예산
100+ USD