Tarea técnica
//+------------------------------------------------------------------+
//| Expert initialization |
//+------------------------------------------------------------------+
input double RSI_Period = 14; // RSI uchun davr
input double MACD_Fast = 12; // MACD uchun tezkor EMA
input double MACD_Slow = 26; // MACD uchun sekin EMA
input double MACD_Signal = 9; // MACD signal chizig'i
input double RSI_Overbought = 70; // RSI qizil zona
input double RSI_Oversold = 30; // RSI yashil zona
input double Lot_Size = 0.1; // Savdo hajmi
input double SL_Points = 50; // Stop loss (nuqtalarda)
input double TP_Points = 50; // Take profit (nuqtalarda)
// Global o'zgaruvchilar
double rsi_value, macd_main, macd_signal;
//+------------------------------------------------------------------+
//| Expert initialization function |
//+------------------------------------------------------------------+
int OnInit()
{
Print("Scalping Robot is Ready!");
return(INIT_SUCCEEDED);
}
//+------------------------------------------------------------------+
//| Expert tick function |
//+------------------------------------------------------------------+
void OnTick()
{
// RSI va MACD qiymatlarini hisoblash
rsi_value = iRSI(NULL, 0, RSI_Period, PRICE_CLOSE, 0);
macd_main = iMACD(NULL, 0, MACD_Fast, MACD_Slow, MACD_Signal, PRICE_CLOSE, MODE_MAIN, 0);
macd_signal = iMACD(NULL, 0, MACD_Fast, MACD_Slow, MACD_Signal, PRICE_CLOSE, MODE_SIGNAL, 0);
// Sotib olish signali
if (rsi_value < RSI_Oversold && macd_main > macd_signal && !PositionSelect(Symbol()))
{
double sl = Bid
Han respondido
1
Evaluación
Proyectos
401
27%
Arbitraje
39
41%
/
49%
Caducado
1
0%
Libre
2
Evaluación
Proyectos
67
37%
Arbitraje
5
40%
/
40%
Caducado
1
1%
Libre
3
Evaluación
Proyectos
2
0%
Arbitraje
5
0%
/
80%
Caducado
1
50%
Libre
4
Evaluación
Proyectos
9
56%
Arbitraje
0
Caducado
0
Libre
5
Evaluación
Proyectos
35
20%
Arbitraje
5
40%
/
40%
Caducado
0
Libre
Ha publicado: 1 ejemplo
6
Evaluación
Proyectos
23
39%
Arbitraje
6
33%
/
50%
Caducado
0
Libre
7
Evaluación
Proyectos
105
60%
Arbitraje
0
Caducado
0
Libre
8
Evaluación
Proyectos
19
11%
Arbitraje
8
38%
/
38%
Caducado
2
11%
Trabajando
9
Evaluación
Proyectos
167
25%
Arbitraje
23
9%
/
78%
Caducado
16
10%
Trabaja
10
Evaluación
Proyectos
474
39%
Arbitraje
103
41%
/
23%
Caducado
79
17%
Ocupado
Ha publicado: 2 ejemplos
11
Evaluación
Proyectos
146
34%
Arbitraje
13
8%
/
62%
Caducado
26
18%
Libre
Ha publicado: 6 ejemplos
12
Evaluación
Proyectos
0
0%
Arbitraje
1
0%
/
0%
Caducado
0
Libre
Solicitudes similares
Hello, Please read the full specification before applying. This project is NOT about building an EA from scratch. I already have a fully working MT5 Expert Advisor. The EA already includes a dashboard, risk management, and some protection systems, but it needs a few more features . So I need an experienced MQL5 developer to modify my existing MT5 EA by replacing the current entry logic with a new breakout strategy
Telegram signals copier
30+ USD
Copying third party from telegram. I have quite a number of them There is many different of them, I will consolidate all of them and send you Usually is a price range, so when hit the range will trigger Option for both fix or scale with equity I would like to have both, option to choose to follow the SL/TP signal provided or not This copier will trigger my DCA bot function. So don’t need set max position limit and
can you help me with editing the existing ATR Trailing Stop Indicator to include a logic to include additional script, where my ninZaRenko bars when it closes above OR below the dynamic stop line, I will be out of trade. Please remember, in this Indicator, now when the price touches the stop line, I am stopped out .. . I want to edit the script, in lieu of the price touch, I like to update this logic to when the bar
TORUNZ 😎
30+ USD
The robot should use different indicators for a example smart money indicator and market structure structure and break indicators in order for it to enter the market, it should also be able to tell false breakouts is the Bollinger indicator, and if the market is confirmed to be profitable,the robot should rebuy or resell the market according to the predictions made, it should execute the trades if the market reverses
I need an advisor created that opens a position with 0.10 lot size when a bull cross arrow appears on the m5 time frame and closes the trade after exactly one candle stick, the ea does the same thing over and over, a bull cross appear on m5 timeframe, and it opens 1 position with 0.10 lot size, and closes it after one candlestick on m5... If possible, provide a demo version
Description I am looking for an experienced MQL5 developer to investigate and fix a suspected memory or resource usage issue in my MT5 Expert Advisor. The EA itself works correctly from a strategy and trading logic perspective . The trading model must remain exactly as it currently operates. I am not looking for any changes or optimisation to the strategy . The goal of this job is purely to identify and fix a
Cash Flow EA
30+ USD
I want a trading robot with proper risk management and good trading strategies it must make money ,place stop loss below the entry and place a take profit no loss only wins mostly trade major
Busco robot para trading en el oro o forex.
30 - 50 USD
Busco un robot para trading de scalping en oro o forex, el robot debe ser rentable en esos mercados, podemos automatizar mi estrategia basada en medias móviles con estrategia de scalping o bien si él desarollador tiene uno que funcione así y sea rentable podemos ver la opción de un demo o cuenta de lectura para estar seguros de la rentabilidad en el robot
Create a simple EA using to mql5 indicators.
120 - 180 USD
MT4 EA TO TAKE TRADES FROM (A) HYDRA TREND RIDER AND (B) IQ GOLD GANN LEVELS ON MQL5.COM The MT4 version of these two indicators can be found on the mql5.com website with the following links: Hydra Trend Rider: https://www.mql5.com/en/market/product/111010?source=Site +Profile+Seller IQ Gold Gann Levels: https://www.mql5.com/en/market/product/134335?source=Site +Profile+Seller (1) ENTRY (a) Hydra Trend Rider
Need a Developer for Designing Robot for MT4
100 - 500 USD
I have a strategy for US100 where I want a bot to trade according to my strategy, contact me who have proven experience in making bots for MT4 or MT5
Información sobre el proyecto
Presupuesto
30+ USD