- Search Energy EXCH
-
jeanlouie replied Apr 8, 2021What you consider to be a "few code changes" to existing and source-available files could very well be several hours of effort in understanding what/how that file does things, and re-writing functions, writing new functions, changing this n that, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 8, 2021I mentioned earlier to the one who posted it that there was an unhandled zero divide, you would have noticed the line always failed at 0 degrees. I addressed the zero divide and shortened the angle calcs.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 8, 2021Unless I'm proven wrong, it can't be done in mql4, you have to import additional windows functions to tell the terminal what to do. Even with the below gif, you still won't be able to arrange the subwindows, ie if youre removing then re-adding a ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 8, 2021Alright then, whilst being limited to mql4/5, I'd like to see how you'd do this: For mql5, chart property windows_total returns say 5, user wants the ability to close subwindow 3, not minimize but remove completely, and it has multiple indicators, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 8, 2021No it's not possible, there is no function in mql/5 to open n close a subwindow. Via chart functions in the documentation, you can use indicator-delete-name-total and windowstotal to find and remove indicators, but once removed there is no way ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 8, 2021I wont be taking it up, but you may be able to find it or something like it or ask elsewhere too
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 7, 2021Yes but it doesn't sound straight forward to do.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 7, 2021With the panel on, you can make as many as you want, I wont automate this. If I did it then it'd have to be for all 10, just just 3, and I'm not going to put 10 individual color-width-style options, and I'm not going to put just 3 either because ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 7, 2021Yes it's possible. If no one here decides to do that 500+word request, go to the thread you got it from, zone recovery? and ask the author to do all these changes for you for no charge. Martingale and/or grid systems are not profitable in the long ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 6, 2021Mladen is a prolific contributor with indicators to the fx world. I haven't touched that indicator, but if you had instead asked what does "nrp" in the title mean, I'd answer it means non-repaint.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 6, 2021As I recall, the way banzai did it was to ask someone for a btn show/hide template, with instructions on where to copy n paste stuff, so it's general purpose. Problem is that doing it this way treats the indicator's event handling as functions to ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 6, 2021As far as I know, this thread, but as you've noticed there's not a long line of coders waiting around to do free stuff. The mql5 forum is another place for related stuff. Either way I have noticed that asking how to do something gets more responses ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 6, 2021It's a bit much for the time being.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 6, 2021If I had a penny for every time that happened to me with something I made... The file you attached with the btn mod is done by banzai, I appreciate this person's contribution and most of the time it works, but the way it's done is very bad. It's a ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 5, 2021Heck no, but I decided to be helpful and gift you some advice on how you can get a working version of the indicator you want straight away. You're wasting people's time for an issue that only exists because you're unwilling to do some minimal ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 4, 2021Everytime you find a 10+yro indicator that doesn't work, are you going to ask others to update it for you, when you're capable of finding working versions? Forget about other people's time, you could already have been using a working version in the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 4, 2021How about you just get an up to date market profile indicator that others are using right now instead of trying to make a version from 2008 work.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 2, 2021I get it on my end, and the code doesn't check the denominator isn't 0 in fractions.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 2, 2021Keep in mind you're using chart xy coords, not time price, the angle you get is relative to the chart scale and has nothing to do with with the ma slope, which should be measured in pips per time, and since time can be standardised to 1 unit per ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 2, 2021Several ways, simplest is to just calculate it inside the ea.
I will code your EAs and Indicators for no charge