BB - HL.mq4 : 2005 .
Attached File(s)
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
DislikedBestTrader , good day. Kindly add OFF/ON Buttons to these indicators Thank you {file} {file}Ignored
DislikedGood day all, please could someone make this indi work on a 2m time frame, i have tried various pairs but only seems to load onto normal 1m, 5m, 15m etc time frames. Thanking you. {file}Ignored
Disliked{quote} {file} Works on Renko, so will work on any other generated offline chart. {image}Ignored
Disliked{quote} Thank you BestTrader, for adding OFF/On buttons on the 2 indicators Kindly share the mq4 of this indicator( GI_Digger_FiboLevels_BT.ex4 ) Thank youIgnored
Disliked{quote} Thanks for the help . I downloaded it but, I don't know how to use them. they are many files . should I copy files and paste them into MQL4, Data Folder, Script ? If u can provide a Detailed Video abut to use it I'll be so so Thankful to you .....Ignored
DislikedHi guys - i am trying to create an engulfing indicator and hopefgully a dashboard. I used chatgpt to write the code but it wont work. Can anyone pls review and advice? //+------------------------------------------------------------------+ //| EngulfingAlert.mq4 | //| Custom Indicator by ChatGPT | //+------------------------------------------------------------------+ #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 Lime // Color for bullish engulfing pattern #property indicator_color2 Red // Color for bearish...Ignored
Disliked{quote} Why are you doing it the hard way? There are ready indicators available with open source code: {file} Or this one by cja: {file} Adding an alert is an easy job. One more thing: Please do not post your codes as a direct text message! Either use the "</>" Code brackets, or simply attach the .mq4 file.Ignored
Disliked{quote} Thank you very much! Is it possible to make a dashboard based on the indicator? Thank you !Ignored
Disliked{quote} The solution for adding an ON/OFF button is commonly available, for example on forex-station.com. You can modify your .mq4 file on your own. If you can't, too bad.Ignored
DislikedIf an EA in the inputs asks: ECN broker: true/false And you answer yes, how would that change the EA's behavior? What if you answer wrong? How would the EA act dealing with a broker that is ECN but has been entered as not? And vise versa of course.Ignored
Disliked{quote} I heard this in the expert writing course and I don't have a specific source ECN servers do not allow the SL and Tp to be set at the same time as the entry price In other words, the order is opened in the first step, for the second step, the order will be edited and the stop and target will be set The coding of setting everything in one step will be different than setting it in 2 stepsIgnored
Dislikeda 20 sma line to only start from day open price till current bar labels & time frames h1, h4, DIgnored