hello guys I have a custom indicator that coloring 'non repainting’ and I need to build EA based on this indicator line
coloring
-==indicator information==-
indicator will be attached to windows 1
windows 1 fixed to two horizontal line value
line (x) colored with DodgerBlue
line (y) colored with DodgerBlue
red line is Bearish or down trend
green line is Bullish or up trend
white is
divergence between the Bearish and Bullish
-==Variables==-
line (x) > upper horizontal line level value (x)
line (y) > bottom horizontal line level value (y)
(z) bar > bar count for confirmation
* if z = 0 it will open position after white divergence
-== trade objectives method ONE 1 ==- < attached sample 1>
sell position
if
indicator cross down line (x)
and
indicator red color confirmed by (z) bar
buy position
if
indicator cross up line (y)
and
indicator green color confirmed by (z) bar
close order by breakeven or trailing stop
and wait till next signal shows up
-== trade objectives method TWO 2 ==- < attached sample 2>
sell position
if
indicator red color confirmed by (z) bar
buy position
if
indicator green color confirmed by (z) bar
close order by breakeven or trailing stop or opposite color shows up
and wait till next signal shows up
-==inputs option==-
Lot size, auto magic number
take profit, stop loss, breakeven, trailing stop (values in US Dollars or PIPS 5+ digits)
order arrow, notification (popup, email, sound), bar time,
-==session settings==-
session trade time (Asia (on/off), London (on/off), New York (on/off)
Monday trade (on/off)
Friday trade(on/off)
Time restriction : Trading time period could be defined
EA pairs: “can work for any kind of pairs"
EA
time frame: can work for all available time frame
EA
open one trade per chart at a time
EA can run full functionality on Back test
EA Activation by password
i'll not share the indicator i need to build this EA fully based on coloring as i
described
Solicitudes similares
Hello, I have a custom indicator with a specific line. Logic I want: 1. When a candle closes and crosses the indicator line (I will tell you the buffer number of this line), start counting. 2. After the cross, wait for 3 consecutive candles with the same color / same direction. 3. If the 3 candles are bullish, open a BUY trade on the next candle open. 4. If the 3 candles are bearish, open a SELL trade on the
I need I trading robot with a dashboard for stop and start working 99%accurate profit while scalping me the user only putting password of mt5 then I run it that doesn't take a long time to process a trade and always making sure that altlest it makes 500dollars per day using 0.05 lot size
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
Anyone with experience in trading bots? I'm using TraderBlox ( https://traderblox.com/ ) and the AI assistant generated a bot with RSI that's showing a 68% win rate in backtesting. However, the generated code has some parts " Important: I will only reply to those who send me a photo of their project and have read this; this way I rule out bots. "I don't fully understand (especially order management and dynamic
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
I need a EA programer to program my EA for MLQ5 to sell at the last candle before impulses to the downside(-) and buy on the last candle before the upside(+) movement. For the take profit we target the nearest high for buy and target nearest low for sell.Stop loss on the last weak of the order block
//+------------------------------------------------------------------+ //| 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