- Search Metals Mine
-
jblanked replied Oct 5, 2024You may find more success using the previous candle's low/high compared to the low/high of the candle before that. That should help with:
How to Deal with Bar0?
-
jblanked replied Sep 30, 2024You need to initialize the moving averages first in OnInit(), then use CopyBuffer to get the indicator values (and potentially set your buffers) in OnCalculate()
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 29, 2024MT5 version (the source code works in MQL4 and MQL5)
Trade the turn 2014 par sar
-
jblanked replied Sep 29, 2024Looks great man, but not sure how to backtest the indicator if it redraws every candle.
Trade the turn 2014 par sar
-
jblanked replied Sep 28, 2024Doesn't seem like it works on the W1 and MN1 but I don't get any array out of range errors. I'll take a look into it and look into your coding suggestion too. If you're already working on it, then when you're finished, fork the repository and submit ...
TMA-CG-2024
-
jblanked replied Sep 28, 2024Hey man, You need to download the libraries. I also recommend you download the latest version from Github (the link is in the first post)
TMA-CG-2024
-
jblanked replied Sep 28, 2024Hmm maybe it's something with the rates_total or the iBarShift. Definitely let me know if you find anything.
TMA-CG-2024
-
jblanked replied Sep 28, 2024I'm working on a full solution for that but on the first chart load, MT5 will load the candle history required by indicators. That is why when you load that timeframe a second time, everything is back to normal. In my experience, if you start from ...
TMA-CG-2024
-
jblanked replied Sep 28, 2024That's understandable brother. However, in other coding communities, using libraries is highly recommended, as it's often considered unprofessional to have thousands of lines of code in a single file. Libraries help organize similar ideas and ...
TMA-CG-2024
-
jblanked replied Sep 28, 2024Download the latest version (v1.01) and make sure to download the .mqh file(s) as well; that's why it gave the undeclared identifier warnings.
TMA-CG-2024
-
jblanked replied Sep 28, 2024It's your source code. Not only did you edit the initial version, you also removed some crucial components, which is why you're getting those errors. This is your code you posted: url image image This is the latest version image image
TMA-CG-2024
-
jblanked replied Sep 28, 2024You just said You should question why you're the only one having this issue...
TMA-CG-2024
-
jblanked replied Sep 28, 2024Its time to create a GitHub account and start learning man. Let me know if you need guidance. You’re getting that error still because of your edits to the source code url
TMA-CG-2024
-
jblanked replied Sep 28, 2024Because I explained to you already to submit your changes on Github.
TMA-CG-2024
-
jblanked replied Sep 28, 2024Understanding how to use Git and GitHub is a crucial requirement for a software developer. It doesn’t make sense to keep posting new zip files. Everything that anyone will need from this thread is in Post 1.
TMA-CG-2024
-
jblanked replied Sep 28, 2024Yes, it is. If the original source code works without errors, but you start getting warnings after your edits, it means the changes you made are causing the issue. As I’ve explained three times already, use the updated version from GitHub. If you ...
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 28, 2024No, you can fork the repository on Github and submit a pull request. Also, you can already change colors. Download the updated versions from Github, as explained in Post #1. image image
TMA-CG-2024
-
jblanked replied Sep 28, 2024@rocktheedge Since you removed the post I'm assuming it actually does work. In the attached version, I moved the indicator buffers mapping to the top of OnInit instead of the bottom. int OnInit() { // Indicator buffers mapping: SetIndexBuffer(0, ...
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 28, 2024The latest version is on Github brother
I will code your EAs and Indicators for no charge
-
jblanked replied Sep 27, 2024You can change the colors in the latest version

I will code your EAs and Indicators for no charge