An Expert Advisor based on the SlowStochastics on a 5min chart and a 1hr chart

MQL4 Asesores Expertos

Tarea técnica

My Buy entry will be when the slowk crosses above the slowd on the Slow Stochastics (Stochastics settings are 14,3,3) on a 5 minute chart and slowk <90 and slowk>10 and the 20 simple moving average must be in that same direction(sma20>sma20[1]).  At the same time the slowk must be currently crossing above the slowd on the 1hr chart and slowk <90 and slowk>10 and the 20 simple moving average must be in that same direction(sma20>sma20[1]) on the 1hr chart also.  

The Stop Loss (S/L) will be the low of the first bear candle from the previous candles on the 5min chart and Take Profit will be the 3 times the pip count of the S/L.

The Sell Entry will be the opposite of the above mentioned:

My Sell entry will be when the slowk crosses below the slowd on the Slow Stochastics (Stochastics settings are 14,3,3) on a 5 minute chart and slowk <90 and slowk>10  and the 20 simple moving average must be in that same direction(sma20<sma20[1]) At this same time the slowk must be currently crossing below the slowd on the 1hr chart and slowk <90 and slowk>10 on the 1hr chart also and the 20 simple moving average must be in that same direction(sma20<sma20[1]) .  

The Stop Loss (S/L) will be the high of the first bull candle from the previous candles on the 5min chart and Take Profit will be the 3 times the pip count of the S/L.

Again the Entries are based on 2 things occuring at the same time; Slow Stochastics crosses on the 5min and 1hr along with the sma20 in that same direction.  These things occurring at the same time.

Han respondido

1
Desarrollador 1
Evaluación
(404)
Proyectos
717
49%
Arbitraje
57
16% / 49%
Caducado
132
18%
Trabajando
2
Desarrollador 2
Evaluación
(31)
Proyectos
43
19%
Arbitraje
7
29% / 43%
Caducado
5
12%
Libre
3
Desarrollador 3
Evaluación
(22)
Proyectos
29
34%
Arbitraje
1
100% / 0%
Caducado
3
10%
Trabajando
4
Desarrollador 4
Evaluación
(8)
Proyectos
18
17%
Arbitraje
3
67% / 0%
Caducado
0
Libre
5
Desarrollador 5
Evaluación
(36)
Proyectos
44
23%
Arbitraje
5
40% / 60%
Caducado
5
11%
Trabaja
6
Desarrollador 6
Evaluación
(2467)
Proyectos
3106
66%
Arbitraje
77
48% / 14%
Caducado
340
11%
Trabaja
7
Desarrollador 7
Evaluación
(498)
Proyectos
569
33%
Arbitraje
29
41% / 41%
Caducado
9
2%
Ocupado
8
Desarrollador 8
Evaluación
(37)
Proyectos
45
38%
Arbitraje
0
Caducado
3
7%
Libre
9
Desarrollador 9
Evaluación
(4)
Proyectos
4
0%
Arbitraje
0
Caducado
0
Trabaja
10
Desarrollador 10
Evaluación
(187)
Proyectos
266
22%
Arbitraje
17
65% / 18%
Caducado
1
0%
Trabaja
11
Desarrollador 11
Evaluación
(197)
Proyectos
320
35%
Arbitraje
64
13% / 56%
Caducado
83
26%
Libre
12
Desarrollador 12
Evaluación
(1120)
Proyectos
1487
46%
Arbitraje
49
73% / 12%
Caducado
37
2%
Trabaja
13
Desarrollador 13
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
14
Desarrollador 14
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
15
Desarrollador 15
Evaluación
(26)
Proyectos
38
61%
Arbitraje
0
Caducado
0
Libre
Solicitudes similares
Test.......... 30+ USD
} return INIT_SUCCEEDED; // Sample Moving Average Crossover EA with Risk Management in MQL5 // Define input parameters input int FastMAPeriod = 10; // Fast moving average period input int SlowMAPeriod = 20; // Slow moving average period input double RiskPerTrade = 1.0; // Risk per trade as a percentage of balance input double LotSize = 0.1; // Fixed lot size input int MagicNumber = 123456; //
heres the code (#include <Trade\Trade.mqh> // Include the CTrade class CTrade trade; // Declare an instance of CTrade // Symbols to trade string SYMBOLS[] = {"XAUUSDm", "US30m", "GBPUSDm", "USTECm", "EURUSDm"}; // Parameters for 15-minute scalping and integrated strategy double MIN_LOT_SIZE = 0.01; // Minimum lot size for most brokers double TRAILING_STOP_LOSS = 5; // Trailing stop loss (points) double
Test_shangrila 30+ USD
// Sample Moving Average Crossover EA with Risk Management in MQL5 // Define input parameters input int FastMAPeriod = 10; // Fast moving average period input int SlowMAPeriod = 20; // Slow moving average period input double RiskPerTrade = 1.0; // Risk per trade as a percentage of balance input double LotSize = 0.1; // Fixed lot size input int MagicNumber = 123456; // Unique magic number for this EA // Indicator
Experienced developer to write an EA applying 2 indicators and 3 conditions in a timely manner. Knowledge of the use of Stop Loss and Trailing stops is critical for this order
edit/ add simple features with buffers to existing zz indicators learners should not apply this job anyone looking for strategy should also not apply this job. if you are good, next job would be for an EA
2. Scope of Work 2.1 Debugging: - Code Review:Comprehensive review of existing EA code to identify and resolve bugs, inefficiencies, and any potential issues. - Testing:** Conduct thorough testing on historical data to evaluate the performance and reliability of the AI HFT Bot. - Performance Optimization:** Fine-tune algorithms for improved execution speed and accuracy. 2.2 Installation: - System Setup: Configure the
Hi, Are you familiar with the retail trade sentiment software FXSSI FXSSI - https://fxssi.com/ Are you able to feed the sentiment data into the EA to make trading decisions? Please advise. Thanks
For Metatrader5 Strategy Overview Timeframe: 15-minute Condition to Enter Short: the close of the last candle( called LC_) is smaller than the lowest low of the previous 3 candles THE VOLUME OF THE last CANDLE IS BIGGER THAN THE AVERAGE volume OF THE PREVIOUS 19 CANDLES Order Details: Short Entry at the close value of LC_ Volume: 0.01 lots. Stop Loss: 1.025*( close value of LC_ ) Take Profit: 99.75% *( close value
Hey, i want to convert pinescript modified wavytunnel into mt5 EA. I am attaching the code and word file so you can get have an idea. Please only apply if you are pro, if you waste my time, i will make sure to report you. thanks
I had an ea coded, to 'open a new position when the terminal floating equity is at certain negative levels', but it does not work very well. I am including it here, as some of the code may be useful. I will first explain how I currently trade for clarity. Its not too complicated :) 1. I open 2 positions at the same time. ( I call this a SET; I currently use an EA to open the positions, and it works pretty well ) 2

Información sobre el proyecto

Presupuesto
50 - 100 USD
Plazo límite de ejecución
a 5 día(s)

Cliente

Encargos realizados1
Número de arbitrajes0