1. Description: I need an EA trading bot that will automatically execute orders using three indicators in relation to the rules I've developed.
Indicators: Linear Regression Line, Binary Coder, Heiken Ashi
2. Trade signals/Open:
Bullish execution: Once the Binary coder indicator presents and alert and it has to have a bullish Heiken Ashi with no downward candle wick.
Bearish Execution: Once the Binary coder indicator presents an alert and has to have a Heiken ashi candle with no upward wick.
3. Closing Positions:
Bullish Close: Anytime the Binary Code Indicator presents a Bearish Signal prior to Take Profit.
Bearish Close: Anytime the Binary Code Indicator presents a Bullish Signal prior to Take Profit.
Anytime the trade hits Take Profit Buy/Sell
Close by Take Profit: The take profit should be at a 1:4 ratio in relation to the Stop Loss
4. Stop Loss
Bullish: Stop Loss should be set below the recent Bearish Heiken Ashi candle.
Bearish: Stop Loss should be placed above the recent Bullish Heiken Ashi candle.
Anytime the Binary coder presents another alert following the execution the trade should immediately close.
5. Trade Management:
Each Trade should risk 2% of the account size at the time of execution.
At the time of execution the parameters for take profit and stop loss should be at a 1:4 ratio
Once the trade closes at 1.5% or greater the Stop Loss should be automatically moved to breakeven.
Anytime the Binary Coder show another alert following the execution of the trade the trade should immediately close.
6. Settings for the Indicators:
Binary Coder: Period should be set to 5
Linear Regression Line: Period should be set to 7
7. Additional
I would like to be able to manually move the Take Profit and Stop loss, at my convenience, once the trade has been executed.
I would like the Indicator to only operate between the hours of 6am and 12pm Monday-Friday.
If trade has already been executed and still active after 12pm it should still be active.
The Linear Regression Band MA is there for my personal preference so I can Manage the trade once placed
Benzer siparişler
Require an EA that opens trades at preselected RSI values. The EA will then monitor the gain/loss of the open positions and close them as specified in terms of points gain/loss. Once a position closes, the action will trigger the opening of other positions as specified
Look at this chart. The ellipses that I have identified show reversals and liquidity was I am trying to find a good way to identify these areas an indicator that automatically detects the sweep and reversal Look at this chart. The ellipses that I have identified show reversals and liquidity was
Ich möchte einen professionellen Expert Advisor (EA) für MetaTrader 5 entwickeln lassen, der sich funktional am ThunderGold Scalper orientiert. Instrument: XAUUSD / GOLD Zeitrahmen: M15 Plattform: MetaTrader 5 / MQL5 Der EA soll eine eigene, nachprogrammierte Strategie verwenden und keine geschützten Quellcodes oder proprietären Dateien des Originalprodukts kopieren. Gewünschte Funktionen: automatischer Handel auf
I need a fully automated Expert Advisor (EA) written in MQL5 for MetaTrader 5. The EA must work directly inside MT5 and must NOT require TradingView, PineConnector, webhooks, or another external connector to place trades. Trading Instrument Primary symbol: XAGUSD (Silver) My broker may display the symbol as XAGUSD-ECN, so the EA should work with the broker’s available XAGUSD symbol. Main entry timeframe: 5-minute
Hi, I am looking for a profitable manual strategy for trading in forex, no bot no EA , only EA. I want to make good profit.If any one has please let me know, i will test it and if satisfied only i will make the payment. Regards
RECHERCHE DÉVELOPPEUR MQL5 — PARTENARIAT 50/50 Objectif : développer un EA de trading automatisé en 11 jours maximum pour participer à plusieurs concours de trading démo. Je recherche un développeur MQL5 expérimenté, capable de développer, tester et optimiser un EA proprement, avec une vraie maîtrise de la gestion du risque. CONCOURS VISÉS 🥇 XM — Weekly Demo Contest - Concours récurrent - Prize pool annoncé : 25 000
//+------------------------------------------------------------------+ //| XAUUSD Wolfe + SMC Quick Profit EA | //| MT5 / MQL5 | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //================================================================== // INPUTS //================================================================== //--- General
can you help me with I have an indicator that I built and I work with PickMyTrade. The entries come through the alerts I get from Trading View . Trading View needs to send an alert and PickMyTrade executes a trade at that exact same second. Now, I have a problem in Trading View with the synchronization between the alert and the signal. I have a box that I built for a trade. It needs to output the box and get an
Buying profitable EA Budget up to 1.5k (Serious offer) Specification EN I will pay 1.5k (negotiable) for an EA for existing MT4 that generates a minimum of 5% or higher a month consistently no monthly DD more than 5% on ,5k account Please send demo version with optimal settings so I can test, if it performs in a strategy tester i will also need option to forward test it in a demo account. Developer should be willing
I need an MT4 Expert Advisor (MQL4). 1. Open one Buy and one Sell trade simultaneously. 2. Adjustable lot size (default 0.01). 3. Stop Loss on both trades. 4. If one trade hits Stop Loss: - Do not open a replacement trade. - Leave the remaining trade open. 5. Optional trailing stop: - On/Off switch. - Adjustable distance. 6. When the remaining trade closes: - Open a new Buy and Sell pair. - Repeat continuously