Job finished
Execution time 25 days
I have a trading strategy with trading view indicators which has to be changed in to mt4 indicators to make an EA.
Indicators
a smooth heiken ashi indocators ( already changed to mt4)
b. traditional trading view macd
c. trading view volume with 50 MA line.
d. Tsi histo & Ma by Samaccount
e. EMA 13 and ATR
BUY conditions when price crossed up the smooth heiken ashi and EMA 13 closed above, macd histogram has a color change light red or dark green and volume should be above 50 MA line,we entered a buy entry with previous low or ATR. we stacked the consecutive macd histograms with the same colors with 0.25% risk till it exited.
closing tp
a TP1 when macd histogram changes color we close 50% of the profit and move the sl to BE. b TP2 when price reversed and touched EMA 13. (another 50%)
c TP3 when price reversed and closed above smooth heiken ashi. (long term)
SELL conditions when price crossed down the smooth heiken ashi and EMA 13 closed down, macd histogram has a color change dark red or light green and volume should be above 50 MA line,we entered a sell entry with previous low or ATR. we stacked with the consecutive macd histograms with the same colors with 0.25% risk till it exited.
Closing Tp for sell entry has the same characterstics with buy Tp mentioned above.
Similar orders
I need an ea which should work with 3 custom indicators 1st indicator will select direction of trades (buffer 0 is for buy orders only and buffer 1 is for sell orders only) then combination of 2nd and 3rd indicators will enter trades with option of closing trades with opposite buffers all other EA features should be included without any errors the 3 custom indicators will be anything with arrow/ histogram buffers
// Define input parameters input int EMA_Period = 25; // EMA period input double LotSize = 0.1; // Trading lot size input int StopLossDistance = 10; // Initial stop loss distance in pips input int TrailingStopDistance = 10; // Trailing stop distance in pips // Define variables for trailing stop double trailingStopLevel = 0; // Define the main function int start() { // Calculate the EMA 25 value for the
Hello, I'm looking ot create a simple indicator using simple entry conditions. The system uses 2 MA and another indicator that will be shared in private (this indicator needs to be added as ressource, but that I can do it). The conditions of this last indicator is only crossing levels. The indicator should also sends alerts and most imporantly works correctly, no lag, no loops in code. This is an easy project but I
Greetings, I am interested in obtaining a Backrest report for an MT4 EA covering the past year, specifically from September 25, 2022, to September 25, 2023. The desired time frame for this report is 1 minute, and the pairs to be included are EURUSD, USDCHF, GBPUSD, AUDUSD, USDCAD, and USDJPY. Kindly Bid for this project if it what you can do for me
I want to make 2 bot with one mql4 expert advisor , I want to make one bot only for long trade and another so for short trade , now the bot make both side but not in the same time
****SERIOUS DEVELOPERS ONLY**** I am in need of creating a Expert Advisor based off my Mt5 indicator. All of the requirements will be sent. Developer must have advanced trading knowledge to understand the logic needed. Please send sample of the most sophisticated work completed. Must have great efficiency and fast work. Budget is negotiable. Need expert completed within 3 days max if possible
There is an input called PAS set at let's say 28, it needs to scan for previous alerts but it cannot pickup an old alert.. ... here is the code........... Tell me if you can tackle it... input PreviousAlertScreening = 8; def PrevBuyAlert = if PreviousAlertScreening == 0 then 0 else Highest(blabel, PreviousAlertScreening) ; Alert(blabel or PrevBuyAlert, "B Signal", Alert.BAR, Sound.Ring); def PrevSellAlert = if
Hello I would need an EA that starts trading on zones of Supply & Demand / Support & Resistance, and have an option of modification of order step, order profit according to total pips , and profit
I draw a square on the chart manually in blue -When the candle exceeds the blue box by closing higher than it = open a buy deal -When the candle breaks the blue box below by closing = sell The length of the green and pink squares is determined from the inputs, and the expert draws them on the chart as in the picture. -When the candle reaches the end of the green and pink square, close the contract immediately
I am looking to develop a trading bot that primarily focuses on analyzing candlestick formations and price action dynamics, particularly at key support and resistance levels. I'll share detailed specifications later. The objective is to enable a straightforward user experience where, upon placing the bot on the chart, the user can opt for a "buy" or "sell" position and specify the number of trades to initiate. The