RSI EA

MQL4 エキスパート

指定

RSI EA

 

The RSI EA should place trades once it goes through the RSI buy or sell levels from inside the lines only. For example is the buy level for the RSI is 30 the it will only place buy trades then the previous number is more then 30. If it's coming back through from levels 29 or lower one it hits 30 again it doesn't place another buy trade. Same goes for the sell side, if the level of 70 the from 69 then it hits 70 a sell order is placed, but from 71 down to 70, nothing is done.

 

The system will place additional orders only if it meets 2 condition: 1 the RSI level is hit again from the inside out again as explained above, and the trades is meets the designated "DISTANCE AWAY FROM PREVIOUS TRADE IN PIPS" value(input 18). For example if the DISTANCE AWAY FROM PREVIOUS TRADE IN PIPS VALUE is 100 and the value of the eur/usd is 1.22000 when the RSI level reaches 70 then it places the first trade. If the 70 level is hit again and the previous trade is still in then it will only place the trade is the eur/usd paid is at 1.22100 or higher. If not no trade is placed and it proceeds to trade with just the one order. this same protocol is to be followed for each additional trade that is entered. It has to meet both the RSI and previous trade distance criteria.

 

The subsequent trades will follow the MARTINGALE(input 2) or the lot increase rule. But instead of increasing the value of the lots, we would like the number of trades to be increased to correlate with the martingale or lot increase values. Example. If the Lot Size is 1 and conditions are meet for 4 more trades under Martingale the number of 1 lot trades will be 2, 4, and 8 trades. they don't all have to be at the same value. The same goes with the lot increase amount. If the lot size is 1 and the lot increase amount is 2 then each time the conditions are meet it will place 2 trades at 1 lot for the second trades, 4 trades at 1 lot for the third trade and 6 trades at 1 lot each for the forth trade.   

 

The last inputs I'll explain are 9 and 10(TAKE PROFIT PER SIDE IN $). If this option is set to true then the buy side and sell side trades are calculated separately. Once the input dollar amount is reached for 1 sided then it just closes out that side trades and the opposite sides keeps trading until it also reached the input $ amount. This rule also goes with the TAKE PROFIT PER SIDE BASED ON AN INCREASE IN % OF EQUITY.

 

INPUTS:

1.      LOT SIZE VALUE
2.      MARTINGALE: TRUE/FALSE
3.      LOT INCREASE: TRUE/FALSE
4.      LOT INCREASE AMOUNT VALUE
5.      TOTAL TAKE PROFIT FOR THIS PAIR IN $: TRUE/FALSE
6.      TOTAL TAKE PROFIT FOR THIS PAIR IN $ VALUE
7.      TOTAL TAKE PROFIT FOR THIS PAIR IN EQUITY %: TRUE/FALSE
8.      TOTAL TAKE PROFIT FOR THIS PAIR IN EQUITY % VALUE
9.      TAKE PROFIT PER TRADE IN $: TRUE/FALSE
10.   TAKE PROFIT PER TRADE AMOUNT IN $ VALUE
11.   TAKE PROFIT PER TRADE IN PIPS: TRUE/FALSE
12.   TAKE PROFIT PER TRADE AMOUNT IN PIPS VALUE
13.   TAKE PROFIT PER SIDE IN $: TRUE/FALSE
14.   TAKE PROFIT PER SIDE AMOUNT IN $ VALUE
15.   TAKE PROFIT PER SIDE BASED ON AN INCREASE IN % OF EQUITY: TRUE/FALSE
16.   TAKE PROFIT PER SIDE BASED ON AN INCREASE IN % OF EQUITY VALUE
17.   STOP LOSS IN PIPS: TRUE/FALSE
18.   STOP LOSS IN PIPS AMOUNT VALUE
19.   STOP LOSS IN $ PER TRADE: TRUE/FALSE
20.   STOP LOSS IN  $ PER TRADE AMOUNT VALUE
21.   STOP LOSS IN $ PER SIDE: TRUE/FALSE
22.   STOP LOSS IN $ PER SIDE AMOUNT VALUE
23.   DISTANCE AWAY FROM PREVIOUS TRADE IN PIPS: TRUE/FALSE
24.   DISTANCE AWAY FROM PREVIOUS TRADE IN PIPS VALUE
25.   MAGIC NUMBER

RSI INDICATOR INPUTS

26.   RSI PERIOD: VALUE
27.   RSI BUY LEVEL: VALUE
28.   RSI SELL LEVEL: VALUE

Can you also add BUY SIDE P/L AND SELL SIDE P/L to an on chart info display.

let me know if you have any questions.



応答済み

1
開発者 1
評価
(362)
プロジェクト
506
40%
仲裁
147
18% / 72%
期限切れ
99
20%
取り込み中
2
開発者 2
評価
(188)
プロジェクト
212
58%
仲裁
9
11% / 89%
期限切れ
8
4%
3
開発者 3
評価
(769)
プロジェクト
1033
44%
仲裁
50
8% / 50%
期限切れ
117
11%
4
開発者 4
評価
(48)
プロジェクト
73
37%
仲裁
22
9% / 41%
期限切れ
14
19%
仕事中
5
開発者 5
評価
(43)
プロジェクト
72
49%
仲裁
4
0% / 50%
期限切れ
19
26%
6
開発者 6
評価
(221)
プロジェクト
369
66%
仲裁
10
50% / 0%
期限切れ
46
12%
7
開発者 7
評価
(14)
プロジェクト
22
59%
仲裁
2
0% / 50%
期限切れ
2
9%
8
開発者 8
評価
(356)
プロジェクト
632
26%
仲裁
89
73% / 13%
期限切れ
12
2%
類似した注文
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED

プロジェクト情報

予算
50 - 75 USD
開発者用
45 - 67.5 USD
締め切り
最低 3 最高 7 日