An Expert Advisor based on RSI Needed

MQL5 Эксперты C++ JavaScript

Работа завершена

Время выполнения 5 часов

Техническое задание


Hi

i want to have my own EA robot that wil trade for me all day every day using RSI 14 candle 70 Array and 30 Array


this is i want rule program for the bot for all currency


when RSI Reach 70 Array it will start the first sell trade with the amount of 0.10percent (or editable) of my total account funds

same as RSI Reach 30 Array it will start the first buy trade with the amount of 0.10percent (or editable) of my total account funds


(Buy and Sell vice versa)

i want this bot do doing double up (or any percentage that i want to add) if it reach negative 50 pips ( new order or new trade execute)

and when 2nd trade still reach negative 50 pips then ( new order or new trade execute) and so on, all trades that has double will not stop loss until when the last trade get my desire pips, for example 300pips. all trade from this will close( lets assume only all Sell trades close) then back to the first trade when RSI reach 70 or 30


Sample

RSI reach greater > 70 array ( First Sell Trade Initiate ) (0.10% or editable)lots 

> then if 1st trade reach negative 50 pips then execute new trade sell (0.20%)lots was double up(or depends should be edited)  //now 2nd trade already but the first trade is still going no stop loss

> then if 2nd trade reach negative 50 pips then execute new trade sell (0.40%)lots was double up(or depends should be edited) //now 3rd trade already but the 1st and 2nd trade is still going no stop loss

> then if 3rd trade reach negative 50 pips then execute new trade sell (0.60%)lots was double up(or depends should be edited)  //now 4th trade already but the 1st , 2nd and 3rd trade is still going no stop loss

> and So on and on, // the new trade will always do double up(or any percentage i desire) from the last trade 

> Until the LAST trade get my desire pips lets say 300-800pips profits positive( editable) all trade from sell will close automatically // then RESET

> while when the SELL trade still ON or Not > then the RSI reach lest than < 20 array  it will automatically First BUY trade with the amount of 0.10%lots

_______vice versa_______

> then if 1st trade reach negative 50 pips then execute new trade BUY (0.20%)lots was double up(or depends should be edited)  //now 2nd trade already but the first trade is still going no stop loss

> then if 2nd trade reach negative 50 pips then execute new trade BUY(0.40%)lots was double up(or depends should be edited) //now 3rd trade already but the 1st and 2nd trade is still going no stop loss

> then if 3rd trade reach negative 50 pips then execute new trade BUY(0.60%)lots was double up(or depends should be edited)  //now 4th trade already but the 1st , 2nd and 3rd trade is still going no stop loss

> and So on and on, // the new trade will always do double up(or any percentage i desire) from the last trade 


> Until the last trade get my desire pips lets say 300-800pips profits positive( editable) all trade from sell will close automatically // then RESET

> while when the BUY trade still ON or Not > then the RSI reach 70 array  it will automatically First Sell trade with the amount of 0.10%lots


sorry im not really good in english i hope this is clear

is there is any let me know









Откликнулись

1
Разработчик 1
Оценка
(879)
Проекты
1392
67%
Арбитраж
117
32% / 42%
Просрочено
215
15%
Свободен
2
Разработчик 2
Оценка
(1235)
Проекты
2820
80%
Арбитраж
156
22% / 43%
Просрочено
488
17%
Свободен
3
Разработчик 3
Оценка
(414)
Проекты
670
33%
Арбитраж
60
17% / 32%
Просрочено
113
17%
Работает
4
Разработчик 4
Оценка
(769)
Проекты
1033
44%
Арбитраж
50
8% / 50%
Просрочено
117
11%
Свободен
5
Разработчик 5
Оценка
(560)
Проекты
771
46%
Арбитраж
23
39% / 13%
Просрочено
63
8%
Работает
6
Разработчик 6
Оценка
(1857)
Проекты
3460
88%
Арбитраж
73
40% / 15%
Просрочено
265
8%
Свободен
7
Разработчик 7
Оценка
(2434)
Проекты
3066
66%
Арбитраж
77
48% / 14%
Просрочено
340
11%
Свободен
8
Разработчик 8
Оценка
(266)
Проекты
540
50%
Арбитраж
55
40% / 36%
Просрочено
224
41%
Работает
9
Разработчик 9
Оценка
(109)
Проекты
139
43%
Арбитраж
19
16% / 53%
Просрочено
20
14%
Загружен
10
Разработчик 10
Оценка
(3)
Проекты
8
13%
Арбитраж
10
10% / 70%
Просрочено
2
25%
Свободен
11
Разработчик 11
Оценка
(1)
Проекты
2
0%
Арбитраж
0
Просрочено
1
50%
Свободен
Похожие заказы
Hello, I have a physically trading keyboard and i want to connect it with tradelocker, mt4,mt5 and ctrader. People need to be able to open and close a position with the keyboard really fast. i need it on macos, windows and linux. (desktop) My competition is: www.magickeys.trade My goal is to be the number 1 to sell the keyboards + software. When people order a tradingkeyboard they will get a mail after the purchase
Job Title: Expert Advisor (EA) Developer for Forex Trading Job Description: I am seeking an experienced Expert Advisor (EA) developer to create a customized trading bot for the MetaTrader 4/5 platform. The bot will be designed to execute a sophisticated trading strategy that incorporates daily range calculations, cost averaging, and hedging with precise pip management. The successful candidate should have strong
I need an expert advisor based on MACD and MA signals. It must have check and handling of trade operations errors. The main criteria for opening and closing positions: ◇Both Main and Signal direction must be shown by Arrows which is going to be for buy and sell positions
Description of the ScriptThis script is designed for MetaTrader 4 (MT4) to execute a Buy order based on a re-entry strategy using the BBMA (Bollinger Bands Moving Average) approach. The main timeframe used is H1 (1-hour), and the script employs the Classic Bullish Engulfing pattern as a validation criterion before placing a Buy order.Key Components of the Script:Input Parameters:Lots: Defines the lot size for the
I need an expert to help me with adding more features to my existing mt4 EA I think the addition I want added to this EA is fairly simple--but I don't really understand how programming works, Contact me for a long term work, This is not the only project, I will explain the features in the inbox, Let me know if you can do it
I need someone who can copy trade from one tradovate account to another one A very bold expert that can render this service with a fast time frame, be plain and direct with your response and also let me know if you'll need anything from my end aside I pay
Hft live account 30 - 200 USD
i need a high frequency trading (hft) expert advisor, that can be used to trade on demo and live accounts icmarket and 8cap. The EA has to be highly profitable, giving daily profit. If a test version is available, please send, to foster a faster transaction. like the ones that pass prop firm and demo but adjustment where it work on live with low latency
Lihle's trades 30+ USD
``` //+------------------------------------------------------------------+ //| Hello World Expert Advisor | //| | //| This is a basic EA that buys and sells based on a simple | //| moving average crossover strategy. | //+------------------------------------------------------------------+ #property version "0.01" #property strict input int FastMA
CPI ROBOKING 30+ USD
*Strategy: CPI-Based Trading* *Instruments:* XAUUSD (Gold), UsTech100 (Nasdaq 100), USDJPY *CPI Release:* 1. *Higher-than-expected CPI:* - XAUUSD: SELL (Gold prices may drop due to potential rate hike) - UsTech100: SELL (Tech stocks may drop due to potential rate hike) - USDJPY: BUY (USD may strengthen due to potential rate hike) 2. *Meets or lower-than-expected CPI:* - XAUUSD: BUY (Gold prices may rise due
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea

Информация о проекте

Бюджет
50 - 100 USD
Исполнителю
45 - 90 USD