Trabajo finalizado
Plazo de ejecución 4 días
I want to make develop a robot which is below details .
Name:Saydul AI
Condition 1:For Buy order
A. Trend is down (if candle /market price ) stay down from Slow MA is down trend ) but place order will be buy after touching First MA line (MA line and method customizable) through 1 bulish candle (it’s may ingulfing, pinber etc.) Must be 1 candle
Condition 2:For sell order
B. Trend is up (if candle /market price stay up from Slow MA is up trend ) but place order will be sell after tucch First MA line (MA line customizable) through 1 Bearish candle ( it’s may ingulfing , pinber etc. ) Must be 1 candle
Condition 3:
Stop loss, take profit, Training SL or tp etc. available also breakeven set
Condition4:close or martingle
Order Close when opposition effect or manual
If not opposition direction and again same pattern then martingle apply with double lot
maximum 3 times martingle alow
Condition 5:lot size
Lot size fixed or customizable
Condition 6:Draw down
No trade execution if DD touch maximum 3%-4% within day customization set
Details screen shot are attached with file and specially see with summery immage.
AI temple example attached just your understand
Han respondido
Ha publicado: 13 ejemplos
Solicitudes similares
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
I want a highfrequency straddle scalping mt5 ea,that is excellent for news event trading. Must be fully configurable and the pending stop orders must be used fast with the OCO style. It must trade cycles ultra-fast and dynamically increase lotSize bases on the current balance or equity
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the