Hello everybody, i have this AD indicator and want to apply two moving averages . The first moving average should use the price data from the AD. The second moving average should use the smoothed price data from the first moving average. It´s easy to
Hello again, I have some problem with an enum Type. Since I am still a beginner, I hope you can help me. I want to implement an indicator, called xdpo into my EA. When i am trying to compile the indicator, this error occurs: It seems to be, that the
Hey guys, i have an interesting approach. Suppose I wrote an EA and tested it with 2 parameters. Furthermore, I would like to graph these parameters in a 3D- graph. The x- and y-axis corresponds to the parameters of the EA and the Z-axis (height)
Hey guy, i want to use this indicator in my EA. Below you can see a picture of the indicator in any chart: Now a picture from the same chart, but within the backtester: I´ve used 1m OHLC and tick data as well. nothing works. In the left upper corner
Hello everybody, I want to trade on Binance broker via an Expert Advisor, written in MT5. Unfortunately, the course data for Binance are not available for the MT5. However, Phyton is able to both retrieve the price data from Binance through an API
Hello everyone, Since I am still a beginner in programming and does not know any further, I hope that this forum can help me. If my EA opens a position (long or short), then I would like to find out whether it is a long or short position. Maybe