hello, can anyone help make this simple indicator?
edit : also add display / sound alert
*sorry for my bad english
edit : also add display / sound alert
*sorry for my bad english
L-H-LH-HH -> B // H-L-HL-LL -> B
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} Here you go!! Your request was very vague but this should work as intended. {file} {file}Ignored
DislikedThis subject may have been discussed to nauseum. If any has a multi time frame sma indi. please point me to it MT4. Thank you.Ignored
Disliked{quote} Here you goWas unsure why you used buy and sell stops, so I changed it to make market execution orders. I also used OnTick() instead of start() Let me know if you have any questions {file} {file}
Ignored
Disliked{quote} Try this! Just a brief example, but this is for 4 moving averages. Send me a message on here, email me, or message be on Github if you need help! {file} {file}Ignored
Disliked{quote} Is there a method or strategy around this occurrence? Where is the entry? How many pips do you target? Is this just a bias to be used with other methods? Let us know how it plays out, Mate. Cheers!Ignored
Disliked{quote} EA starts with 0.1 lot. It this code I add ( OrderLots() < 1.0 ) correct that the 5th order is last that will be opened with 1.6 lots? if(doubleorder) { int last_order_ticket = OrdersHistoryTotal() > 0 ? OrderTicket() : -1; if (OrderSelect(OrdersHistoryTotal()-1, SELECT_BY_POS, MODE_HISTORY)) { if (OrderTicket() == last_order_ticket && OrderProfit() < 0 && OrderLots() < 1.0) { //Print("Last closed order " + last_order_ticket + " hit Stop Loss at price " + OrderStopLoss()); if(OrderType() == OP_BUY) { SellOrder(OrderLots() * 2); } if(OrderType()...Ignored
Disliked{quote} Stan whatever lurking around everywhere (ex4/mq4) is an decompiled form of so called Oracle Strength which is actually a combination of 4 type indicators MAs crosses - periods 5 and 15,prices close of EMA MACD - periods 8,17,9 (9 is signal line) ADX - period 14 RSI - period 14 when signals from all 4 indicators telling some same direction (buy/sell) yellow bars when no match any of 4 indicator,kind of neutral color/zone can be reinvented wheel by some kind coder,no strange -/* Generated by EX4-TO-MQ4 decompiler V4.0.224.1 [] Website:...
Ignored
Disliked{quote} Lightning speed. Thank you Zbig!! Appreciate your help. May you continue to have great success in your trading business!!Ignored
DislikedI just want to look at the code for a simple 4tf ea for learning purposes. Could be using MA's and the general tp/sl. Nothing special. I did search the net but couldn't find anything.Ignored
QuoteDislikedI did search the net but couldn't find anything.
Disliked{quote} - the whole loop will take approx, rounded up, 1 millisecond, you would not notice the movement if it worked like you expect. You can see for yourself that the resulting location is the xcount value at the end of the loop, you're seeing the correct result of the loop - the "canvas" isn't an object, the canvas is the drawing abilities on the bitmap, the object is a bitmap, that you can treat like any other object, like a label or trendline, that has object properties you can modify. When you create a canvas, look at the object list on the...Ignored
Disliked{quote}...Very hard to read the code for the most part. Using bot creation software can get sticky...Ignored
DislikedThis subject may have been discussed to nauseum. If any has a multi time frame sma indi. please point me to it MT4. Thank you.Ignored
Disliked{quote} The G_ibuf, Li_, and f0_ naming convention hints that it's decompiled from an ex4 file. For any collection of reasons the author did not provide the source for modifications, so it's considered a no-go to work on the decompiled file, let alone decompile in the first place.Ignored
DislikedGood evening everyone. I appreciate if it is possible to respond positively or negatively to the request. It is possible to code a written indicator from TradingView to MT4. Follow the link to the source code with the information, and I will also put it below. https://br.tradingview.com/script/ag4FXRlT/ {image} It is an indicator inspired by Didi=Index, but with the following SUPPLEMENTS: Bollinger Bands , Needle Detector with 100% accuracy, Trend Strength Indicator and Trend...Ignored
Disliked{quote} Good day Sir, thank you so much for your help, am sorry if my screenshot shows vague info, but this EA is not the info i was trying to refer my plan is i only need EA to manage trade while i open the trade manually, point of my manual entry is above or below previous candle i only need EA that will place stop loss on each trade on Auto, i manually open but EA will not place stops by points or pips only below/above last candle, EA will have option if i want stop loss on 1st, 2nd or 3rd previous candle, i want stop loss to be placed, so my...Ignored
Disliked{quote} {quote} Then search properly or search better, there's an abundance of ea's on ff and mql5 codebase. The chatgpt response you posted mixes up mql4 and 5 coding.Ignored
Disliked{quote} Thanks jeanlouie. Being at work, I searched on my phone and these are the links I got: https://www.google.ca/search?q=4+tim...ame%20ea%20mt4...Ignored