Forum

How To Implement Bulk Operations?

Hello. I am an extreme newbie at this with no formal programming knowledge, so I apologize in advance. I have created a very simple EA. The idea is to have two buttons that will make use of the 'Bulk Operations' commands for "Close All Positions" and "Delete All Orders". The reasoning for this is

Problem With MT5 Indicator Cleaning Chart

Hello. I am using a session indicator (MQLTA MT5 Trading Session Time) that seems to be causing the data from another indicator (candle_time_end_and_spread) to disappear from my chart at random times. I have isolated the problem and have determined that the MQLTA indicator is the cause. However

Cannot Fix Simple Bug With Indicator

Hello. I am trying to fix this indicator: https://www.mql5.com/en/code/21111 https://www.mql5.com/en/code/viewcode/21111/202276/stoch_rsi.mq5 Currently, there is a minor bug that prohibits you from saving the line color/type of the oversold/overbought. My coding knowledge is very limited. I do not

RSI With Alert For MT5?

I have been scouring the web looking for a basic (free) RSI indicator that can alert on oversold/overbought crossing for MT5, but I cannot seem to find one. Has anyone found anything for this? Thanks