A simple EA that has a UI on the chart.
basic rules for example:
BUY Setup
Buy setup =Candle closes bullish
Buy when bid price breaks above previous candle
Close trade when bid price is either candle length away in profit or when bid price crosses below low of previous candle.
Opposite for a sell setup ( I always want to use bid price because the candles are drawn using bid price)
Should the bid price not cross the high of the previous bull candle within the time that the current candle closes, cancel order.
***This is the basic logic behind the system.***
Other requirements include inputting a panel for:
Daily target
Risk %
Balance
ETC.
PDF of all detail will be sent upon accepting project As I don't want to share too much info here.
Look forward to working with you!
Solicitudes similares
//+------------------------------------------------------------------+ //| Simple Moving Average Robot | //+------------------------------------------------------------------+ #property strict input int MA_Period = 50; input double LotSize = 0.1; double MA_Value; //+------------------------------------------------------------------+ int OnInit() { return(INIT_SUCCEEDED); }
Dear Developer, I hope you are doing well. I would like to request the conversion of a TradingView indicator "Forex ATR" into an MT5-compatible indicator. Requirements: The MT5 indicator must match the TradingView version exactly Same logic and calculation Same input settings Similar graphical representation (visuals/plots) Once the indicator conversion is successfully completed, I would like to proceed with the next
buy condition when blue color appears sell condition when yellow color appears close all buys when there is a sell order close all sells when there is a buy order
I need a fully automated trading robot designed to generate consistent profits while strictly controlling risk and minimizing losses. The robot should use a combination of strategies, including trend-following, scalping, and price action, and must be able to adapt to different market conditions such as trending and ranging markets. It should analyze the market using indicators like Moving Averages, RSI, MACD, and
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