Specifiche
okay i need an mql4 and5 expert advisor so how the strategy works is as follows it must firstly check for open orders (buy and sell) only if none, it must get the current market price lets say its eurusd is 1.04903 . then it must calculate upper buy value which wil take the current market price plus 250 points equals 1.05153 which must be stored in a library. take profit will be plus 500 points so 1.05653 stoploss will be minus 1000 points so 1.04153 . then for the lower sell limit 1.04903 minus 250 points which will be 1.04653 , take profit minus 500 points 1.04153 stoploss plus 1000 points 1.05653 . then its simple if the market crosses above lets say 1.05153 can open one buy order only at 0.01 lots then the market goes down and crosses below 1.04653 it will open a sell order at given value previous lotsize time multiplier so 0.01 * 1.33 equal 0.0133. then if the market goes up and crosses above 1.05153 it will open one buy order at lotsize previous lotsize 0.013* 1.3 equals 0.0169 so 0.02 lots. then if it hits the take profit of lets say 1.05653 all orders must be closed out please make sure the program closes all orders sometimes spread cuases lets say just buy otders tp to be hit then the market returns. secondly make sure to give apropriate input values like. take profit value +-500 points. stop loss value +-1000 points. upper limit value plus 250 points. lower limit value minus 250 points. lot multiplier 1.3. thirdly please keep acurate track of previously calculated lotsize. fourthly upper and lower calculated values must be recalulated every 2 days if only if no buy and sell orders are open if any buy and sell orders are open it must not recalculate uppper and lower buy and sell values. fifthly the ea must work in strategy tester. sixthly make sure to code in fault finding code to track what the ea is doing.
Con risposta
1
Valutazioni
Progetti
169
24%
Arbitraggio
23
9%
/
78%
In ritardo
16
9%
In elaborazione
2
Valutazioni
Progetti
316
29%
Arbitraggio
34
26%
/
65%
In ritardo
10
3%
Gratuito
3
Valutazioni
Progetti
648
33%
Arbitraggio
41
41%
/
46%
In ritardo
11
2%
Occupato
4
Valutazioni
Progetti
87
29%
Arbitraggio
24
13%
/
58%
In ritardo
7
8%
In elaborazione
5
Valutazioni
Progetti
401
27%
Arbitraggio
40
40%
/
50%
In ritardo
1
0%
Gratuito
6
Valutazioni
Progetti
67
37%
Arbitraggio
5
40%
/
40%
In ritardo
1
1%
Gratuito
7
Valutazioni
Progetti
64
20%
Arbitraggio
11
27%
/
55%
In ritardo
5
8%
Gratuito
8
Valutazioni
Progetti
54
61%
Arbitraggio
2
50%
/
50%
In ritardo
0
Gratuito
9
Valutazioni
Progetti
62
23%
Arbitraggio
8
25%
/
38%
In ritardo
10
16%
In elaborazione
10
Valutazioni
Progetti
549
53%
Arbitraggio
13
69%
/
15%
In ritardo
3
1%
Gratuito
11
Valutazioni
Progetti
243
74%
Arbitraggio
7
100%
/
0%
In ritardo
1
0%
Gratuito
Pubblicati: 1 articolo
12
Valutazioni
Progetti
20
10%
Arbitraggio
8
38%
/
38%
In ritardo
3
15%
In elaborazione
13
Valutazioni
Progetti
46
24%
Arbitraggio
34
9%
/
85%
In ritardo
10
22%
Gratuito
14
Valutazioni
Progetti
1428
59%
Arbitraggio
31
81%
/
0%
In ritardo
10
1%
Gratuito
15
Valutazioni
Progetti
15
40%
Arbitraggio
2
50%
/
50%
In ritardo
1
7%
Gratuito
16
Valutazioni
Progetti
553
50%
Arbitraggio
57
40%
/
37%
In ritardo
227
41%
In elaborazione
17
Valutazioni
Progetti
287
34%
Arbitraggio
18
22%
/
61%
In ritardo
42
15%
In elaborazione
18
Valutazioni
Progetti
2
0%
Arbitraggio
2
50%
/
50%
In ritardo
0
Gratuito
19
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
20
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
Pubblicati: 1 codice
Ordini simili
1. Project Overview Asset: XAUUSD (Gold) Timeframe: M1 (1-Minute) for execution; M5/M15 for trend filtering. Objective: Execute high-frequency scalps during peak liquidity (London/NY overlap) to capture 10–30 pip movements with high precision. Core Logic: The "Poverty Bot" strategy relies on Mean Reversion combined with Momentum Burst (Price Action + RSI/EMA filters). 2. Strategy Logic (The "Poverty"
Simple MA indicator with buy and sell arrow with a push notification. Conditions for buy or sell should be when price breaks above or below the MA and then retraced back to the MA creating a HH/HL or LH/LL then the buy/sell signal arrow should be at the reversal candle that forms the HL/HH. And on indicator window1 RSI cross over MA and the RSI line
Highly profitable robot needed
30+ USD
I need any highly profitable robot which can trade small account like 50-100USD and any currency pair(s) The robot should avoid trading around news time and have good risk management. It should use any strategy which is profitable and not those unacceptable by brokers. Demo versions will be required before selection
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
Gold_m1_ob_bot.
30+ USD
import MetaTrader5 as mt5 import pandas as pd import time from datetime import datetime # ================== CONFIG ================== SYMBOL = "XAUUSD" TIMEFRAME = mt5.TIMEFRAME_M1 LOT = 0.01 MAX_OBS = 12 # keeps signals frequent ATR_PERIOD = 14 IMPULSE_FACTOR = 1.5 # strong candle = impulse SESSION_START = 8 # GMT (London open) SESSION_END = 20 # GMT (NY close) MAX_SPREAD = 30 #
A perfect indicator
30 - 80 USD
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance
Criei um Robô para a venda alta precisão que automatiza a estratégia de correção média de Larry Williams. Possui filtros de tendência seletiva, controle de lote por risco percentual e execução rápida. Compatível com contas Hedge e Netting. Configuração simples e otimizada para mercados de alta volatilidade. *55(16) 993786056
SMC ORDER BLOCK
30 - 60 USD
I want already build FULLY AUTOMATED order block MT5 XAUUSD HTF H4 ENTRY LTF M15 - Show result on live account. m15 ob entry in the direction of h4 ob bias the developper to provide source code in the end
Project Title: Custom XAUUSD Support & Resistance Indicator Platform Required: MT5 preferred. If possible, also provide TradingView Pine Script version later. Main Goal: I want a custom indicator made specifically for XAUUSD (Gold) only. The indicator should automatically detect and draw strong support and resistance zones where price has a high probability of reacting, rejecting, or reversing. It must update
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
Informazioni sul progetto
Budget
30 - 100 USD