Forum

I would like to turn this into an Expert Advisors

Hello, I had this indicator and I wanted to convert it to an Expert Advisor. I tried to do it myself but it didn't work. Thanks! //---- #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 LawnGreen #property indicator_color2 Red #property indicator_width1 1

A very tiny edit to this signal code adding a MT4 push notification

Hello, I would like to have this signal sends me an alert everytime there is a buy or sell signal because at the moment, it sends a signal once, if more than 1 buy signal has been triggered it only sends the notification on the 1st time only, a sell signal needs to be triggered 1st before the app

Anyone able to fix this code?

//+------------------------------------------------------------------+ //| 1ClickModifyAllv03.mq4 | //| Copyright 2020, Khalid Judo | //| DI |

Fractal indicator code

I have a problem with this code. It is a great indicator however, the fractals are not redrawn, which means if the indicator draw a fractal it doesnt remove it if another fractal formed within the fractal range (2 candles before and after, 5 candles before and after ... etc depends on the user). Can

Looking for a breakout candles indicator

Hello I am looking for an indicator that gives an alert (sound-popup- mobile notification ) when a candle break the higher of a bull candle (or the lower of a bear candle) on any given time frame. Thanks

Fractals Indicator is not refreshing automatically

Hi I am going to attach a code for drawing fractals indicator . The indicator is working great with many option, the only problem that I have to refresh the chart in MT4 in order to see the new fractals. Can anyone tell me what is wrong with the code to make it work right without refreshing the