Page 21 of 26
Re: No Nonsense Forex - Indicators
Posted: Tue Mar 28, 2023 2:49 am
by mrtools
global wrote: Mon Mar 20, 2023 9:49 pm
Can you please convert
Linear Regression Candles.mq5 and
UT Bot Arrows.mq5 to mq4? Thanks.
The linear regression candles i made awhile back, just not sure if these are the same.
Re: No Nonsense Forex - Indicators
Posted: Tue Mar 28, 2023 7:42 pm
by Centaur
Re: No Nonsense Forex - Indicators
Posted: Tue Mar 28, 2023 7:52 pm
by Centaur
Correction on the minimum value of the depth period
Re: No Nonsense Forex - Indicators
Posted: Thu Mar 30, 2023 8:42 am
by colorwind
hi Centaur, can you please convert this to mq5. thank you.
https://www.tradingview.com/script/pH8s ... ndles-MTF/
Re: No Nonsense Forex - Indicators
Posted: Thu Mar 30, 2023 12:48 pm
by sheezey
Centaur wrote: Mon Mar 27, 2023 5:15 pm
The Vortex reacts fast to minor movements in price action, whereas the Buy & Sell pressure indicator seems to resist some of these minor movements and acts only on intermediate to major movements. If the question is between the two which is a better indicator / calculation I'll say the Buy & Sell pressure indicator, then again this is very biased of me as the Vortex with the correct confirmation indicators can be very profitable. Not sure if this answers your question?
Thanks for sharing the Vortex TV code
This answers my question perfectly. Thanks again. A problem I commonly have from testing indicators is that very sensitivity you speak of. It often causes false signals and I find it especially frustrating with volume indicators. I think there’s something to be said about Buy and Sell pressure based calculations. This is something I’m going to research.
Re: No Nonsense Forex - Indicators
Posted: Thu Mar 30, 2023 1:08 pm
by sheezey
For those searching for indicators, I’d like to share an article I came across on the NNFX discord I found to be very interesting.
https://tradingstrategyguides.com/volum ... -strategy/
Re: No Nonsense Forex - Indicators
Posted: Thu Mar 30, 2023 1:23 pm
by mrtools
global wrote: Mon Mar 20, 2023 9:49 pm
Can you please convert
Linear Regression Candles.mq5 and
UT Bot Arrows.mq5 to mq4? Thanks.
Found a version of UT Bot.
Re: No Nonsense Forex - Indicators
Posted: Thu Mar 30, 2023 3:51 pm
by global
mrtools wrote: Thu Mar 30, 2023 1:23 pm
Found a version of UT Bot.
Thank you very much Mr. Tools. Much appreciated.
Re: No Nonsense Forex - Indicators
Posted: Thu Mar 30, 2023 6:27 pm
by Centaur
To be honest I've had several request to make my indicators MTF, this is something I still need to change on my price calculation function, as OHLC data will no longer be retrieved from the OnCalculate function. Instead one will use the built-in "iopen; ihigh; ilow; iclose; ibarshift; itime" functions of mql5.
This is not very high-up on my list of things to do, currently. But I'll get to it eventually. Once done all my indicators will be MTF. If you are looking for a standard Heikin Ashi indicator, MT5 comes standard with this under the examples folder.
Re: No Nonsense Forex - Indicators
Posted: Fri Mar 31, 2023 6:50 am
by colorwind
Centaur wrote: Thu Mar 30, 2023 6:27 pm
To be honest I've had several request to make my indicators MTF, this is something I still need to change on my price calculation function, as OHLC data will no longer be retrieved from the OnCalculate function. Instead one will use the built-in "iopen; ihigh; ilow; iclose; ibarshift; itime" functions of mql5.
This is not very high-up on my list of things to do, currently. But I'll get to it eventually. Once done all my indicators will be MTF. If you are looking for a standard Heikin Ashi indicator, MT5 comes standard with this under the examples folder.
hi Centaur, NO MTF is fine for me for this indicator. The standard MT5 Heikin Ashi does not allow me to change the period. thanks.