CandleTrader

Lavoro terminato

Tempo di esecuzione 1 giorno
Feedback del cliente
Compliance: 4.9/5 (Strong adherence) Efficiency: 4.9/5 (Prompt issue resolution) Availability & Communication: 4.9/5 (Exceptional responsiveness)

Specifiche

1. Trade Direction

·       The bot will have two modes: Buy and Sell.

·       In Buy mode, the bot will open a buy trade when a bullish candle closes on the selected timeframe (e.g., 30 minutes, 1 hour, etc.).

·       In Sell mode, the bot will open a sell trade when a bearish candle closes on the selected timeframe.

2. Trade Management

·       The bot will have four parameters to manage trades:

1.     Profit amount: Set a fixed amount (e.g., $100) to close the trade when reached.

2.     Profit percentage: Set a percentage (e.g., 2%) to close the trade when reached.

3.     Loss amount: Set a fixed amount (e.g., $100) to close the trade when reached.

4.     Loss percentage: Set a percentage (e.g., 2%) to close the trade when reached.

3. Control Panel

·       The bot will have a control panel with the following buttons:

    1. Pause/Resume: Pause or resume trading.
    2. Close All Trades: Close all open trades.
    3. Buy/Sell: Open a trade in the selected direction (Buy or Sell).

4. Pips Management

The bot will have two parameters to manage pips:

·       Pips in profit: Set a number of pips (e.g., 10) to close the trade when reached.

·       Pips in loss: Set a number of pips (e.g., 10) to close the trade when reached.

5. Trade per Signal

  • The bot will have a parameter to set the number of trades to open per signal.
  • For example, if set to 2, the bot will open two trades when a bullish or bearish candle closes.

6. Lot Size

  • The bot will have a parameter to set the lot size for each trade.
  • Lot size determines the size of the trade (e.g., 0.1 lots, 1 lot, etc.).

7. Close by

The bot will have three parameters to close trades:

    1. Close by profit: True/False, close all open positions and stop opening trades when the set profit amount is reached.
    2. Close by loss: True/False, close all open positions and stop opening trades when the set loss amount is reached.
    3. Close by percentage: True/False, close all open positions and stop opening trades when the set percentage is reached.

8. Triggered Amount of Loss

·       The bot will have a parameter to set a negative amount (e.g., -50) to close trades when the loss reaches that amount.

9. Options

·       The bot will have four options:

1.     Trade direction (Sell/Buy).

2.     Close by profit (True/False).

3.     Close by percentage (True/False).

4.     Triggered amount loss (True/False).


Deliverables
  • The developer will provide the complete source code for the bot.
  • The bot will be fully functional and tested.
  • The developer will ensure the bot is compatible with MT5.
  • The developer will provide documentation and instructions for setup and use.



































Con risposta

1
Sviluppatore 1
Valutazioni
(62)
Progetti
90
29%
Arbitraggio
24
13% / 58%
In ritardo
7
8%
In elaborazione
2
Sviluppatore 2
Valutazioni
(13)
Progetti
18
11%
Arbitraggio
6
33% / 67%
In ritardo
1
6%
Gratuito
Pubblicati: 1 codice
3
Sviluppatore 3
Valutazioni
(274)
Progetti
403
28%
Arbitraggio
40
40% / 50%
In ritardo
1
0%
Gratuito
4
Sviluppatore 4
Valutazioni
(2)
Progetti
5
0%
Arbitraggio
3
0% / 100%
In ritardo
1
20%
In elaborazione
5
Sviluppatore 5
Valutazioni
(279)
Progetti
350
29%
Arbitraggio
37
27% / 65%
In ritardo
10
3%
Caricato
6
Sviluppatore 6
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(43)
Progetti
66
12%
Arbitraggio
12
58% / 42%
In ritardo
1
2%
Gratuito
8
Sviluppatore 8
Valutazioni
(31)
Progetti
38
53%
Arbitraggio
2
50% / 50%
In ritardo
3
8%
Gratuito
9
Sviluppatore 9
Valutazioni
(329)
Progetti
515
19%
Arbitraggio
35
46% / 31%
In ritardo
34
7%
In elaborazione
10
Sviluppatore 10
Valutazioni
(160)
Progetti
208
61%
Arbitraggio
10
80% / 0%
In ritardo
0
Gratuito
Pubblicati: 1 codice
11
Sviluppatore 11
Valutazioni
(298)
Progetti
478
40%
Arbitraggio
105
40% / 24%
In ritardo
82
17%
Caricato
Pubblicati: 2 codici
Ordini simili
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name
I need a unique grid trading system for XAUUSD that combines entry, controlled two-sided grid expansion, DCA (Dollar Cost Averaging) basket profit control, hedging. Unlike traditional grid EAs that only trade against price, this unique grid system should dynamically build positions in both directions based on market movement, allowing flexible adaptation to changing conditions ie the grid needs to dynamically move
I need an experienced MQL5 developer to create a fully automated MT5 Expert Advisor called Ayoub Gold EA , focused exclusively on XAUUSD (Gold) . Main requirements: Platform: MT5 / MQL5. Fully automated BUY and SELL trading on XAUUSD. Must support broker suffixes such as XAUUSD, XAUUSD.f and XAUUSDm. Trading strategy based mainly on Range Breakout with trend confirmation. EMA, ADX and ATR filters. London/New York
Mashiri 50 - 10000 USD
I need a custom MetaTrader 5 indicator designed specifically for XAUUSD gold trading. The indicator should identify potential buy and sell opportunities, display clear entry and exit signals on the chart, provide alerts, and help identify market trends and possible reversals
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— 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
Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo, in grado di adattare il proprio comportamento alle mutevoli condizioni di mercato di XAUUSD. Lo sviluppatore dovrebbe essere libero di combinare qualsiasi tecnica ritenuta opportuna
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured

Informazioni sul progetto

Budget
50 - 100 USD
Scadenze
da 2 a 10 giorno(i)