Disliked{quote} Well, I add it as usual to the directory of indicators. No problem at my end. Did you remember to refresh?? Right click on the heading "Indicators" and click on refresh. Anybody else having a problem??Ignored
else! Poor me!
1
Help identifying the indicator 6 replies
Help identifying this indicator to search for the mq4 file 0 replies
MT4 Trade Condition Indicator/Dashboard 22 replies
Condition Identifier Indicator? 7 replies
Identifying Ranging Markets 8 replies
Disliked{quote} Well, I add it as usual to the directory of indicators. No problem at my end. Did you remember to refresh?? Right click on the heading "Indicators" and click on refresh. Anybody else having a problem??Ignored
DislikedI saw an indicator on Tradingview the other day. I want to keep my MT4, because it is better in so many ways, so I had to programme the indicator for MT4. The biggest problem we have as traders are - when is the chart ranging and when is it trending. There are many ways to find the information, but I don't have the perfect way. I have allways thought, that the Bollinger Indicator is one of the best indicators for the purpose, but it can be quit messy and it can be difficult to sort out the view in a glance. So I made this indicator which I think...Ignored
Disliked{quote} Hey RiskFighter, I've attached a slightly refactored version of your indicator. It uses the recommended "OnCalculate" handler as opposed to "start". Also, if you set "strict" on (recommended), your code fails because you aren't taking into account the size of the buffer at the initial/earliest processing stage and increasing the value of "pos" by "MA_Length". This means your code initially tries to access buffer elements that are effectively "out of range". At the moment, your code fails silently because "strict" is off. Anyway, I hope this...Ignored
Disliked{quote} Could you please, if it is possible, create the mt5 version? Thanks!Ignored
DislikedSeems promising - thanks seems to be the best for ranging/trending i have seen..Ignored
Disliked{quote} Hey RiskFighter, I've attached a slightly refactored version of your indicator. It uses the recommended "OnCalculate" handler as opposed to "start". Also, if you set "strict" on (recommended), your code fails because you aren't taking into account the size of the buffer at the initial/earliest processing stage and increasing the value of "pos" by "MA_Length". This means your code initially tries to access buffer elements that are effectively "out of range". At the moment, your code fails silently because "strict" is off. Anyway, I hope this...Ignored
DislikedGuys, this is a little journey. I allways wanted to find a way to display the ranging tool at Bollinger Band in a more user friendly way. I just did that. I then improved it with the Darkred bars, which is predicting that Green bars might come. NOW! The green bars overshoot the turning point of the trend. This is natural when you are using a moving average as a signal. I have made an extra function. Using this function you will have the green bars coloured dark green as long as the momentum is rising and light green if the momentum stop rising....Ignored
DislikedI made an update. Now version 5. Recap: When the histogram is green, then then momentum between the upper and the lower bollingerbands are bigger than in the last X bars. X can be set at the variabl MA_Length. Personally I use the number 40, but it is not backtested yet and it will be different under different circumstances and different instruments. When the histogram is red, then the momentum are smaller than ........ (opposite of green). I have added a function. If the histogram is red and the momentum is rising, but it has still not reached...Ignored
DislikedGuys, this is a little journey. I allways wanted to find a way to display the ranging tool at Bollinger Band in a more user friendly way. I just did that. I then improved it with the Darkred bars, which is predicting that Green bars might come. NOW! The green bars overshoot the turning point of the trend. This is natural when you are using a moving average as a signal. I have made an extra function. Using this function you will have the green bars coloured dark green as long as the momentum is rising and light green if the momentum stop rising....Ignored
Disliked{quote} Excellent thinking. Momentum is always associated with time and size achieved. You may include an option to draw a strong candle (threshold size in points to be detrmined by the user) . If the strong candle prints Pips and minutes are taken for each candle, printed on the chart or shown in the tooltip, then it will give you an idea of momentum velocity.Ignored
Disliked{quote} Hey RiskFighter, I'll assume that as you are now only posting the .ex4 file, you no longer want any further help/critique with the code. That's totally fine but just wanted to make the point in case you had overlooked what you said in post #1 about welcoming help with the coding. Again, whilst it's totally your prerogative to choose whatever colours you want, generally, colour choice is ideally a user preference and it's helpful to provide inputs for colour and in this case, histogram width. The reason I say this is because in most histograms...Ignored
Disliked{quote} >Pips and minutes are taken for each candle Maybe you could explain the above further? Candles provide the pip range over time (minutes) by default. How do you want this to interact with what RiskFighter is providing? Maybe some high-level pseudo-code will help.Ignored
Disliked{quote} Hi Geester I just saw it myself, that I have only published the exe file. No it is my intension, that other programmers can use my idea. We are here to help each others. So the MQ file will be uploaded. User choice of colours is a good idea. I will make that. Right now I am thinking more in improving the profit.Ignored
Disliked{quote} Simnz, Geester Thank you. Let me have a detailed description. And maybe a bit of designing by discussion before I make it.Ignored