I need an Ea in mql4 with RVI indicator

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 6 gün
Müşteri tarafından geri bildirim
very good .try it .he did a very good ea .

İş Gereklilikleri

Hi i need an EA in mql4 use RVI indicator


buy rules when the RVI base line  cross the signal line by the buttom ( after the base line is higher than the signal line) usually it happen in the bottom of the indicator  screen



sell rules when the RVI base line  cross the signal line by the top(after the base line is lower than the signal) usually it happen in the top of the indicator screen

 


sell and buy rules

                when it open an order , it can open also 3 orders limit with my parameters .Put also an on/off . see exemple at the end of the page.




                adjustable limit where the signal buy or sell will be take on (  option : inside or outside ) , the trades will be done when it will cross  inside or outside of a specifics limit
exemple of limit -0,2 and 0,2 


                 Have the option for  dont take another trade in the same way after "X" current period

                                           exemple : when a buy is done , i dont want to take another buy before 5 current period .But i can take a sell , same condition for the sell too.

                                           If it is "0" it will take all trades , if it is "5" it will wait five periods before taking  another trade in the same way this option is good for all

                                           other next signal ( exception of the buylimit and sell limit described in the bottom  )



trade period bar = when the trade will be execute after event  , 0 means now , 1 means at the begining of the next period ,  ect ….



maximun sell order ( if i put "0" …it means no sell )
maximun buy order ( if i put "0" …it means no sell )




Choose time trading (on off), magic number . lot size , rvi period .


close order rules 
close trade on  the opposite side ( on off)

stop loss /take profit and stealth stop loss and stealth take profit 
( i use both in the same time)




End  

thank


Exemple of "my parameter " for the limit order

my parameters ( i can change  myself) for the limit order ( buy or sell)
are in pip and lot size  ...see the exemple .


 
e.x. for a buy at 1.3500   tp 20   sl 20  stealhtp 10   stealth sl 10     lot  0.01

i will enter the data in pips for the price , and lot .

parameter limit 1   25 pip   ;0.01   lot
parameter limit 2   15 pip   ;0.02   lot
parameter limit 3   10 pip   ;0.05   lot

you will have the buy order at    1.3500   sl 1.8480   tp 1.3520     lot 0.01

you will have buy limit at    1.3525   sl 1.3505   tp 1.3545     lot 0.01
you will have buy limit at    1.3540   sl 1.3520   tp 1.3560     lot 0.02
you will have buy limit at    1.3550   sl 1.3530   tp 1.3570     lot 0.05

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(2)
Projeler
3
33%
Arabuluculuk
3
0% / 33%
Süresi dolmuş
0
Serbest
2
Geliştirici 2
Derecelendirme
(490)
Projeler
1016
58%
Arabuluculuk
29
28% / 24%
Süresi dolmuş
132
13%
Çalışıyor
3
Geliştirici 3
Derecelendirme
(266)
Projeler
540
50%
Arabuluculuk
55
40% / 36%
Süresi dolmuş
224
41%
Serbest
4
Geliştirici 4
Derecelendirme
(62)
Projeler
140
46%
Arabuluculuk
19
42% / 16%
Süresi dolmuş
32
23%
Serbest
5
Geliştirici 5
Derecelendirme
(48)
Projeler
91
31%
Arabuluculuk
28
29% / 43%
Süresi dolmuş
42
46%
Serbest
6
Geliştirici 6
Derecelendirme
(90)
Projeler
159
61%
Arabuluculuk
40
18% / 63%
Süresi dolmuş
70
44%
Serbest
7
Geliştirici 7
Derecelendirme
(461)
Projeler
902
77%
Arabuluculuk
25
16% / 68%
Süresi dolmuş
100
11%
Serbest
8
Geliştirici 8
Derecelendirme
(71)
Projeler
254
53%
Arabuluculuk
16
50% / 38%
Süresi dolmuş
83
33%
Serbest
9
Geliştirici 9
Derecelendirme
(182)
Projeler
342
42%
Arabuluculuk
118
12% / 73%
Süresi dolmuş
104
30%
Serbest
10
Geliştirici 10
Derecelendirme
(195)
Projeler
395
28%
Arabuluculuk
155
20% / 52%
Süresi dolmuş
112
28%
Serbest
11
Geliştirici 11
Derecelendirme
(7)
Projeler
15
47%
Arabuluculuk
6
33% / 17%
Süresi dolmuş
4
27%
Serbest
12
Geliştirici 12
Derecelendirme
(54)
Projeler
164
43%
Arabuluculuk
43
47% / 16%
Süresi dolmuş
58
35%
Serbest
13
Geliştirici 13
Derecelendirme
(1235)
Projeler
2820
80%
Arabuluculuk
156
22% / 43%
Süresi dolmuş
488
17%
Serbest
14
Geliştirici 14
Derecelendirme
(15)
Projeler
65
58%
Arabuluculuk
6
17% / 33%
Süresi dolmuş
39
60%
Serbest
15
Geliştirici 15
Derecelendirme
(187)
Projeler
367
56%
Arabuluculuk
45
22% / 56%
Süresi dolmuş
188
51%
Serbest
16
Geliştirici 16
Derecelendirme
(18)
Projeler
37
43%
Arabuluculuk
6
17% / 50%
Süresi dolmuş
17
46%
Serbest
Benzer siparişler
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. Posted earlier
Dear Developers, I would have a very simple request. I have a ML model developed in Python for EURUSD daily trading. I would like to backtest it in Meta Trader 5 using the Strategy Tester tool. For that I would need an Expert Advisor program. The input would be a csv file that contains two columns: - dates (going back for a few years on a daily basis) - trading signal (it can have only 2 values, either 1: Buy, or -1
Good day i will need a developer to create an EA for me using existing trading view indicator .The EA will open after the indicator has given signal and will close if altenate signal comes.The trading view indicator will be shared and improvement is welcome
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
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

Proje bilgisi

Bütçe
50 - 150 USD
Geliştirici için
45 - 135 USD
Son teslim tarihi
from 1 to 5 gün