- Search Energy EXCH
-
jeanlouie replied Apr 12, 2021Ok arrows up on the chart, same colors as the line colors
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 12, 2021What does a mtf triangle mean? How is it different to any other regular object like a trendline, not being mtf?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 11, 2021Alright, it's not an ea, but I put entry and exit arrows in the first 4 buffers that you can call from an ea. The conditions seem right, but of course verify. Alerts too, and works on completed bars.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 11, 2021Requested, updated Candles_in_subwindow Candles_in_subwindow_w6MAs - auto scaling in window - optional 6 mas
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 11, 2021It's fine if you want it there, it would only run on loading, but if you were supplying the file out, then eventually someone would say "hey its a new month n it's not working", because it won't handle being on and a new terminal month occuring ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 10, 2021Yeah ok I see what you were going for, PERIOD_60 isn't a built in tf name you can use, the proper period name would be PERIOD_H1, url . With that said you could also put 60 alone and it would work. The other compile warnings are for functions that ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 10, 2021My position has always been that it's not doable with mql4 alone. You call that an artificial restriction, perhaps. Very well done, it doesn't handle subwindow indicators that have settings in their shortname more than once and there's no error ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 10, 2021What have you tried?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 10, 2021Post updated, no source file, but I'll answer anything about it. General jist is: - in oncalc, check for a new month n compare to the last saved month to proceed or not, so that on loading the main stuff only runs once per new terminal month or on ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 10, 2021This seems to do that Month_Close_Levels - input how many months back - general styling options updated file - year in the texts too
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 10, 2021Been quite interesting and thinking about it some more, I wouldn't call it kosher but I may make something for you to try out.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 9, 2021Annoymous? Don't know about Paul but I do work on mql5.com, and am incredibly humbled by the skills of other freelances there, I feel like an imposter. This duel, I'd call it a decent back n forth, it's good exercise, it gets you thinking about what ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 9, 2021No point in making a deal with you, the burden of proof is on you, you've said nothing about how to do it within mql4, whereas I've explained the issue and pitfalls trying to do it in mql4, and also demonstrated adding indicators on btn click with a ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 9, 2021The first feedback he had was a practical issue that you still haven't fixed, that I don't think is fixable in mql4. You haven't said anything about addressing the user's first feedback request which exceeds the scope of your workaround. Oh really ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 9, 2021You said "No need of making templates for every combination" Probably semantics, but ok the symbol and period stay the same, you only have the small issue of everything else being changed. You can use a lot more, I think anything will a dll, I made ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 9, 2021Well ok then, but I'll expect you to actually use it in the pure case, and never add other indicators, or objects, or change indicator settings, or change object settings, or chart settings or minimization settings, and not expect these to stay when ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 9, 2021Then how would you load back any 1 subwindow indicator when the user has removed more than 1, and have only 1 template? All of these will be gone if a template is loaded and they weren't saved at the time a subwindow indicator was removed, or if a ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 9, 2021There is a triangle shape option, along with rectangle and ellipse, treat it like any other object
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 9, 2021Lol, you may eventually encounter problems that have solutions you will never find in the documentation.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 9, 2021Loading templates, is not loading indicators, it's loading templates. Templates is a very limited 1-trick pony way of doing it. You are correct that it does do what was asked, if the user will only ever intend to remove/add 1 subwindow at a time, ...
I will code your EAs and Indicators for no charge