- Search Metals Mine
-
FxArt.Trader replied May 15, 2025Thank you very much for the time you spent. I checked the link you posted here along with the links inside that page at least three times. I even gave the links to an AI for research and asked many questions. The issue is that the answers from those ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 15, 2025In all the tests, I changed the time frame to 5 minutes, then closed and reopened MetaTrader to test the indicators. All images are animated. Test 1: The indicator I have currently built for multi-time frame using 1-hour candle data. image Test 2: ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 15, 2025Well, that’s right-once the problem is solved once, the same method can be used for the rest of the cases. I checked the codes on mql5.com, most of them use iCustom, not iMA, iMACD, etc. The conclusion from the codes I reviewed is that they don’t ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 14, 2025To replicate the exact line at the same price and time as shown in the reference image, first convert the desired time range (D1 to D2) into candlestick indices using MetaTrader's time functions. Locate the starting index, then use a nested loop to ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 14, 2025What exactly needs to be fixed? If you want a horizontal line, the numbers in front of the highs/lows must be the same. image
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 14, 2025Thank you for taking the time to respond. So, we conclude that even if the indicator code is correctly written, there are still issues in the offline market. I haven’t tested the solution you mentioned, but I used to manually change the chart’s ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 13, 2025I have experienced exactly the same issues you mentioned, and I can’t fully trust everything AI says. I have seen that it couldn’t solve problems like time[0] or using _Points, Points()... That’s why I want to make sure about how to use the built-in ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 13, 2025Yes, I recently saw it. I had previously implemented a similar method for the Moving Average in MetaTrader 4. It can be both useful and harmful. The data is not exactly what you want; it is not the same as the higher timeframe. Sometimes it can be ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 13, 2025That's why we shouldn't pay AI, because it doesn't tell us everything It just sits in a loop where you create your own function, create a class They didn't tell me where I could complain.
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 13, 2025Assume it is the weekend now, and I have tested several times. On weekends, I download the complete data and the market is closed, yet the same issue happens. Sometimes when I switch to a lower timeframe and add another indicator, the moving average ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 13, 2025Thank you very much for taking the time to respond. I really appreciate a direct and clear opinion on this matter. I don’t want to make excuses for the points you mentioned; I just want to explain so you understand my purpose and can help me solve ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 13, 2025Thanks for sharing your experience I think it's a coding issue (of course it doesn't really matter what the issue is) Does MetaTrader 5 have any issues with the following issue or question? At least I can't answer this question, someone who is ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 13, 2025I didn’t mean that I have to create a separate function for each timeframe. Let me explain it this way: I want to build a multi-timeframe indicator that combines several indicators, for example, a combination of Moving Average, MACD, and so on. For ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 13, 2025I had come to the same answer, I even coded it with AI, but I don't like it very much, because using a ready-made function is much easier I don't want to create a custom function for each indicator, although there are custom functions in the example ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 13, 2025Question: How to use iMA for multi-timeframe indicators in offline mode (MT5)? Hi everyone, I'm trying to build a multi-timeframe indicator in MetaTrader 5 using iMA (e.g. get H1 EMA from an M5 chart). The issue is: in offline mode (when the market ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 12, 2025ok, here the code //+------------------------------------------------------------------+ //| Indicator: MACD_Zero_Cross.mq4 | //+------------------------------------------------------------------+ #property description ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 12, 2025are you looking for something like this one? image
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 12, 2025EMA channel??? do you need something like this?
url I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 11, 2025My opinion is simple as well: There is no security for any code, whether you give the source code to the buyer or just the compiled file. You have definitely seen decompiled files. According to the software developer's claim, in the newer versions, ...
I will code your EAs and Indicators for no charge
-
FxArt.Trader replied May 11, 2025It doesn't seem like a good suggestion, even if the person didn't mention not to publish the code, even if the code is a simple moving average that can be downloaded anywhere, you shouldn't publish it, you should respect the effort you put into the ...
I will code your EAs and Indicators for no charge