I need a forex robot that works on rsi and price action

MQL4 专家

工作已完成

执行时间13 天
客户反馈
great job good delivery

指定

this robot would use the rsi for buy and sell signals together with price action


for sell signal  

when the rsi gets to a minimum of 65points the robot opens a sell position at the close of a bullish candle

note this points would have an option for preference so we can decide to adjust to the point we want it to start the execution but 65points would be the default


if (the next candle is bearish the robot doesn’t open a position )

else if{the next candle is bullish and closes 4pips or 4.57pip the bot shouldn’t  open a trade the bot should only open a trade when the next bullish candle closes at a minimum of 5pips above the previous bullish candle}.

if (the trade closes on profit and the   rsi is above 65point still the bot should open another sell trade at the close of a bullish candle)

else {shouldn’t  open a trade if the rsi is below 65}



for buy signals 

when the rsi gets to a minimum of 25points the bot should place a buy position on the close of a bearish candle note if the next candle is bullish  the bot wouldn’t  execute any order 
if the next candle is bearish and closes below 5pips from the previous bearish candle the bot shouldn’t  open a position the bot would only open a position when the next bearish candle is   more than 5pip away from the  closing  of the previous  bearish candle

if (all the  trade are closed and the rsi is still within 25points the bot should open a trade (buy position) at the close of a bearish candle )

else { 


the bot should not open a trade if the rsi is above 25points 

}


lot sizes 

this robot uses martingale  for the lot size starting from 0.01 now the martingale would be in an increment of +1 on default 

 example first trade 0.01 for the second trade would be 0.02 + the previous lot size (0.01)= 0.03 this would be the lot size for the second position 

for the third position would be previous lot + martingale (0.03 +0.03 ) = 0.06

for the forth position would be previous lot + martingale (0.06 + 0.04) = 0.10

etc 


parameteres:

max trade :  if this is set to 5 then after five open positions the bot wouldn’t  open any trade anymore until the trade is closed 

martingale level :  if this is set to 2 then the martingale would increment by 2 for example 0.01 increment 0.02,0.04,0.08,0.10 

        remember the formula for the next lot previous lot size + martingale 


tp(take profit ) : the tp would be on default on 45% of the total move of the position opened for example the bot has opened 4 trades and the last trade had a lot size of  0.10  and has moved 100pips the tp would be @ 45pips from the last position 

note this tp would have a preference option to choose default would be 45%  we can choose or input digits from 35 to 100%

sl (stop loss):       this would be set base on equity or balance and would close the trade when it get to the preference chosen

bal 20% this would be the sl  on default when chosen same for equity  


trailing stop : if this is set to true then if  a position is opened then it goes to profit but not @ the tp a  trailing stop loss should be executed to hold the profit so if there  a reversal it secures the profit and closes it on small profit 

this preference would be chosen from the number of positions i.e if the trailing stop is set to 10  when the 10th position is opened and the trades are running  in profit but not yet at the tp  a trailing stop would be executed to secure profit 

close all trades:  this would enable one to close all trades either in profit or in loss


spread filter :  this would would set the max spread to open trades and if spread is higher than the max been set the bot wouldn't open any trade


day/time filter: this would enable trading days and no trading days when set to true for example friday set to false trade wouldn't be placed on Friday's and if there is a  running trade getting into Friday  the bot wouldn't open any new trade



i want this robot should have a key for only per account 
to be able to set rental period and gets deactivated when its due 


contributions are welcome

the file i attached would be on the dashboard when the ea is loaded on the chart




反馈

1
开发者 1
等级
(100)
项目
125
23%
仲裁
12
0% / 75%
逾期
22
18%
空闲
2
开发者 2
等级
(401)
项目
705
49%
仲裁
57
16% / 49%
逾期
129
18%
工作中
3
开发者 3
等级
(29)
项目
35
14%
仲裁
5
40% / 60%
逾期
5
14%
空闲
4
开发者 4
等级
(36)
项目
44
32%
仲裁
6
17% / 33%
逾期
8
18%
工作中
5
开发者 5
等级
(298)
项目
427
26%
仲裁
18
61% / 33%
逾期
26
6%
空闲
6
开发者 6
等级
(71)
项目
80
10%
仲裁
36
8% / 53%
逾期
6
8%
工作中
7
开发者 7
等级
(52)
项目
97
24%
仲裁
10
20% / 20%
逾期
12
12%
工作中
8
开发者 8
等级
(107)
项目
160
62%
仲裁
7
29% / 43%
逾期
20
13%
工作中
9
开发者 9
等级
(61)
项目
188
73%
仲裁
4
100% / 0%
逾期
1
1%
空闲
10
开发者 10
等级
(11)
项目
16
6%
仲裁
3
33% / 67%
逾期
0
空闲
11
开发者 11
等级
(344)
项目
364
70%
仲裁
4
100% / 0%
逾期
0
已载入
相似订单
Good programme Skill needed, ability to built high frequency trading (hft) expert advisor that works on MT4 and MT5 no Grid, no Matin. just Short term trade that last 1sec - 5mins for profit take, that can be used to trade on demo and live accounts RAW ECN icmarket, Blackbullmarket, Fusion market, FPMarkets and 8cap. The EA has to be highly profitable, giving daily profit. If a test version is available, please send
Hi Looking for an existing bot to create a Expert Advisor, that can pass prop firm Challenges (1 or 2 phases), like FTMO, MFF, TFF etc. Preferably EA trading GOLD With license key NO martingale strategy Need to have nice entries and exits. NO big lots and low risk. Need complied with this restrictions: -Profit 10% -Max Drawdown (DD) 10% -Max Daily Loss 4% -All trades with SL -NO trades during and after high impact
Bottrading 30 USD
// Khai báo các tham số đầu vào input int rsiPeriod = 14; // Chu kỳ RSI đầu vào mua gấp đôiLevel = 30,0; // Ngưỡng quá bán RSI để mua đầu vào bán gấp đôiLevel = 70,0; // Ngưỡng quá mua RSI để bán đầu vào int movingAveragePeriod = 50; // Chu kỳ trung bình để theo dõi tài khoản đầu vào rủi ro képPerTrade = 1,0; // Tỷ lệ sai sót của mỗi lệnh (% tài khoản) input int keyLevelPeriod = 100; // Chu kỳ tìm kiếm key level đầu
- Automation of layering entry criteria with a mix of initial market orders and subsequent limit orders. Automation of stop loss applied to all these order's with SL moving to above entry when criteria has been met. Automation of TPs - This is a drag and drop ea to the chart when I manually see price action appear. I am not looking for the EA to spot price action
Hello, I post daily analyses on my WordPress site, and I am looking for a developer capable of creating a bot that automatically retrieves trading information (buy/sell, entry, take profit, stop loss) from my analyses and replicates them on MT5 automatically. The goal is to develop a solution that is as simple as possible. This bot will also need to include a few additional features, such as money management, among
Input will be Buy Levels and Sell Level. Qty-> Addition | Multiply Buffer -> in Points with Level Taret -> in points/Lot Price close above Level1 then Buy Price close below Level2 then Sell Will close the position if in Positive, otherwise will not close the position and Open the opposite Position with added Quantity of the last open position. if Price thouches the Buffer Level, the opposite position will be created
**Project Title: Forex Layering Tool Expert Advisor (EA)** **Project Overview:** I am seeking an Expert Advisor (EA) that will simplify the process of entering multiple trade layers based on specified price ranges. **Key Features:** **Layering Capability:** - The EA will support the opening of 5 to 50 layers of a defined price entry range - Each layer will have a fixed lot size that can be defined by the user
very simple rule buy rate 2 sl 1 if market reach 3 sl 2 market reach 4 sl 3 sl hit reverse trade open too with same 1:1 trail sl system if sl hit reverse trade open with same sl trail function 1 input open trade with buy or sell option 2 sl in pip .............xyz 3 lot size ............. xyz 4 distance from sl when sl trail one step [main point] Iam buying in rate of 2 my sl is 1 market reach 3 my sl is 2 market
Purpose: 1. The EA should catch the trend and follow it up or down. 2. The EA must use volitile and volume (strong money flow/ATR or ADX. Feel free to come up with suggestions for indicators we can use. 3. EA must have a minimal Draw down at 3-5% MT4 EA Inputs • Lot size = 0.1 • Use Dynamic Lots = true/false • Risk Percentage of your balance= 2% • Min Allowed Lot Decimals = 0.1 or 0.01 or 1 • SL pips = 100 • TP Pips
The pink panther 2.0 30 - 200 USD
.I would really like to request for a mobile robot. The robot that will work for me and that is accurate so that it will make me a profit everyday.Opens and closes orders for itself and is able to trade more than one trade every time it sees a trading opportunity and a robot that has the ability to open trades with bigger lot size

项目信息

预算
30 - 80 USD
开发人员
27 - 72 USD
截止日期
 4 天