Simple, easy, generic tool please, super quick delivery needed

MQL5 Experts

Termos de Referência

Hi all talented coders among you. Very simple ask.

enum Strats {

RSI_Overheat = 0, //RSI Overheated

CCI_Overheat = 1, //CCI Overheated

Stochs_Overheat = 2, //Stochs Overheated

NONE //No strategy

}

input Strats S1 = 0;

input Strats S2 = 2;

input Strats S1 = 3;

//use default inputs for these built in indicators

input RSI_OH = 80;


input CCI_OH = 100;

input Stoch_OH = 80;


Declare handles

Populate buffers

Function for RSI returns:

RSI_Buy <20

RSI_Sell >80

RSI_BuyExit >80

RSI_SellExit <20

etc. for the others.

When I say 'returns' it does not need to execute anything except:

Print(RSI_Buy, time, symbol, timeframe);

So 3 strategies, 3 functions, 3 sets of buy/sell arrows; 3 sets of buy_exit/sell_exit arrows.

If a Buy function executes, place an arrow (including through the history)

If a Sell ... and so on.

As simple as possible. I need this for testing of some other functions / indicators, when a condition is triggered.

Delivery 24 hours.






Respondido

1
Desenvolvedor 1
Classificação
(498)
Projetos
569
33%
Arbitragem
28
43% / 43%
Expirado
9
2%
Ocupado
2
Desenvolvedor 2
Classificação
(13)
Projetos
29
28%
Arbitragem
3
0% / 0%
Expirado
1
3%
Ocupado
3
Desenvolvedor 3
Classificação
(360)
Projetos
572
33%
Arbitragem
27
70% / 7%
Expirado
16
3%
Livre
4
Desenvolvedor 4
Classificação
(5)
Projetos
9
44%
Arbitragem
1
100% / 0%
Expirado
0
Livre
5
Desenvolvedor 5
Classificação
(8)
Projetos
13
23%
Arbitragem
5
40% / 60%
Expirado
4
31%
Carregado
Pedidos semelhantes
I got a bot but cannot upload to market. I cannot fix these issues: test on EURUSD,H1 there are no trading operations test on NZDUSD,H1 there are no trading operations test on GBPUSDcheck,M30 there are no trading operations test on XAUUSDcheck,Daily there are no trading operations Anyone can help fix this. please Dm me
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px '.SF NS'; color: #0e0e0e} I am looking for an experienced developer proficient in both Pine Script and MQL5 to translate a trading indicator script from Pine Script (used in TradingView) to MQL5 (for MetaTrader 5). The project requires accurate translation with special attention to maintaining all functionalities and parameters of the original script, including any
Hello Developers, I’m looking for an experienced MT5 developer to help address a specific execution issue with pending orders on the US500 instrument, trading through OX Securities. In fast-moving markets, pending orders are currently not filling at the expected limit prices, possibly due to widened spreads or broker execution policies. If you have the expertise to ensure consistent and reliable order fills under
If you have already done a good remote copy trader I would like to test it before buy I want to create a Forex Copy Trading System EA (Master & Slave) between multiple accounts at different locations over internet, as well as locally within the same computer. Each provider account can copy to unlimited receivers at the same time, The system must allow copying of unlimited MT5 accounts simultaneously One provider can
I would like to have existing indicator (MT4) to be modified however i do not have access to the source code only the exe. The modification is to send and alert to mobile phone stating that candle has closed partially or fully above or below base line for sepicific time frames.This should be for all forex pairs in the market watch, or selected paris from market watch. File will be sent to developer when choosen
Need to fix WebSocket disconnection issue in MT5 Expert Advisor. EA works fine while running but has problems during removal: MT 5 freezes when removing EA from chart WebSocket connection not properly closed MT 5 crashes if receiving messages after improper disconnection Technical Details: Platform: Met aTrader 5 WebSocket connection using winhttp.dll Secure WS S connection (port 443) Basic WebSocket message
The expert advisor is designed to activate different strategies based on certain conditions. In the first development there is a "STRATEGY A" which is active by default and a "STRATEGY B" which is activated based on exposure conditions. STRATEGY A - Trading Idea The EA executes both BUY and SELL orders in parallel, managing them in a "separate" way. At each Timeframe start (for example every hour start on H1
I need to create an EA (MQL4) MT4 with can auto create buy and sell according to the Indicator " Machine Learning Adaptive SuperTrend [AlgoAlpha]" in trading view Setting could be same as trading view Additional setting such as : Start lot Stop-Order: same as indicator
I have a really very, very simple professional, proven, profitable forex strategy that works on a higher time frame with over 85% winning rate. I am searching a professional programmer to create expert advisor based on this stategy, in general I am searching a developer for a longer co-operation. I am a forex trader with over 12 years experience. telegram: fxMiguel It's a 15minute work job, 30min max, My budget is 10
Testing 30 - 200 USD
// กำหนดค่าตัวแปรเริ่มต้น input double DailyProfitTarget = 200; // กำไรที่ต้องการในแต่ละวัน (2% ของทุน) input double LotSize = 0.1; // ขนาด Lot input double TakeProfit = 10; // กำไรต่อการเทรดใน pip input double StopLoss = 5; // การหยุดขาดทุนต่อการเทรดใน pip double dailyProfit = 0; // กำไรที่ทำได้ในวันนี้ // ฟังก์ชันเริ่มต้น int OnInit() { dailyProfit = 0; return(INIT_SUCCEEDED); } //

Informações sobre o projeto

Orçamento
30 - 40 USD
Prazo
de 1 dias

Cliente

(16)
Pedidos postados25
Número de arbitragens0