Техническое задание
It decides to open and close positions based on an indicator in tradingview, contact me and I will tell you the indicator.
I would like a situation where once I have the robot configured and activated.
For example, if the time period is selected as 1 hour, when it turns green, it indicates that the current structure is bullish, buy the initial call position, and then depending on the distance of the additions decide whether or not to continue to buy the call position; when it turns red, it indicates that the current structure is bearish, sell all the call positions and buy the initial put position, and then depending on the distance of the additions decide whether or not to continue to buy the put position; when it turns green, it indicates that the the current structure is bullish, sell all bearish positions and buy the initial bullish position, then decide whether to continue to buy the bullish position based on the distance of the raise, and so on.
Parameters should include:
* Name (0xdhrc3r robot, need to be set manually)
* Initial lot size (default 0.01, range 0.01-1, need to be set manually)
* Time period (1 minute, 3 minutes, 5 minutes, 15 minutes, 1 hour, 4 hours, 1 day, 1 week)
* Add distance (each time the price retraces (x) pips, a new position is opened in the opposite direction to the trend, needs to be set manually)
* Total Lots (the maximum number of lots allowed for all already bought trades added together, default is 0.01, ranges from 0.01 to 20, needs to be set manually)
* Maximum number of transactions (this is the variety of transactions allowed to open the number of positions, the maximum number of open trades set between 1 and 50, beyond this value will no longer open a single, need to be set manually)
* Spread filter (default 0.1 points, range 0.1-50, beyond the spread will not open orders, you need to set manually)
* Switch (when closed, no longer open new positions; all positions that have been traded to retain, until the trading position touches the stop loss or stop win,)
* Retracement Stop Loss (based on the time zone UTC+2, start time daily maximum loss 00:00:01 start calculating, end time daily maximum loss 23:59:59 end, the day of the percentage value of the account balance. For example, the principal 10000, retracement 4%, then the account net value of the day can not be less than 9400, less than 9400, all positions closed, and the end of the day
No new trades will be opened before the end of the day until the start of the next day. (Account Equity = Balance + Floating Net P&L))
Откликнулись
1
Оценка
Проекты
9
33%
Арбитраж
1
100%
/
0%
Просрочено
0
Свободен
2
Оценка
Проекты
3
33%
Арбитраж
1
0%
/
100%
Просрочено
0
Свободен
3
Оценка
Проекты
59
27%
Арбитраж
26
19%
/
54%
Просрочено
10
17%
Работает
Опубликовал: 1 пример
4
Оценка
Проекты
35
23%
Арбитраж
4
0%
/
50%
Просрочено
2
6%
Работает
5
Оценка
Проекты
641
41%
Арбитраж
25
48%
/
36%
Просрочено
46
7%
Работает
6
Оценка
Проекты
478
40%
Арбитраж
105
40%
/
24%
Просрочено
82
17%
Загружен
Опубликовал: 2 примера
Похожие заказы
MQL5 EA DEVELOPMENT
50+ USD
*Project Overview:* I have a working Pine Script v5 indicator (session-based range box with breakout line logic). I need this converted into a fully functional MetaTrader 5 Expert Advisor (EA), with complete entry/exit trading logic added on top. I will share the Pine Script for reference — please replicate the exact same range/breakout calculation logic in MQL5, then add the trading logic described below. *1. Core
Forex robot
30+ USD
Hello… need an MT5 expert advisor that scans up to five user-selected symbols for bullish and bearish engulfing patterns on a chosen timeframe, displays a signal dashboard with pattern strength scores, and automatically enters trades with risk-based lot sizing, fixed stop-loss and take-profit tied to the engulfing candle’s high or low
Mt5 ea
30+ USD
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency. Those two pictures I attached is the example of what my bot actually do like i explained
An expert adviser based on MQL5
30+ USD
Requirements Specification Here is an example of Requirements Specification for the development of the MACD Sample Expert Advisor, which is available in the MetaTrader 5 standard package. 1. The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with
REWARD!
35 - 200 USD
I will pay you a REWARD, if you find / create an EA that fits ALL the below criteria! Platform : MT4 Timeframe : doesn’t matter Pair : doesn’t matter Strategy : doesn’t matter Drawdown : no more than 25% Return : minimum 5%, every month Lot sizing : dynamic lots I will backtest the EA with 99.9% tick data accuracy for a period of 20+ years . If the EA can produce minimum 5% returns EVERY MONTH over 20 YEARS with less
hello could you make me same indicator for ninja ? https://www.youtube.com/watch?v=pxs2MuqvH3w if yes for how much and timeline ? thks in advance and please reply me as soon as possible you get my notification
Hello, I am looking for someone to Run and Monitor the EA and Signals in the account. Should be able to monitor daily and fix any issue in the signal Copying and EA running. The Settings and configuration to be checked and updated periodically. Should be available to report and update on daily basis. Tell me the cost and your previous experience for the same. Thanks
JazzDaBot
30+ USD
""" Wick Reversal Strategy — core logic ===================================== Rules (as specified): - Timeframe: 15-minute candles - Entry: candle wick >= WICK_MULTIPLIER x body -> signal candle - long lower wick -> enter LONG at next candle's open - long upper wick -> enter SHORT at next candle's open - Exit: an opposite-direction wick candle forms while in a position - Stop-loss: just beyond the signal candle's
Looking for an Experienced MQL4/MQL5 Developer to Build a Professional Scalping Expert Advisor (EA) I am looking for an experienced MQL4/MQL5 developer to build a professional Expert Advisor (EA) for MetaTrader 4 or MetaTrader 5 from scratch. My goal is to develop a high-quality scalping system with strong risk management and long-term profitability potential. I am not looking for unrealistic promises or "100%
Elite sniper scalper
30+ USD
void OnTick() { // Check if we already have an open trade if(OrdersTotal() == 0) { // Get the value of a 14-period Moving Average double ma = iMA(Symbol(), 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Basic Condition: If current close price moves above the MA, buy if(Close[0] > ma) { int ticket = OrderSend(Symbol(), OP_BUY, 0.1, Ask, 3, 0, 0, "My First Bot", 0, 0, clrGreen); } } }
Информация о проекте
Бюджет
100 USD
Сроки выполнения
от 1 до 2 дн.