Search found 12368 matches

Re: MT4 Indicator requests and ideas

Hello, one of the coders could modify this indicator, to remove those data crossed out in X and only leave those in the attached image. Added code to turn the comments on/off and with the support/resistance line there is a show lines setting and for the boxes enter/take profit zones can simply put ...

Re: Volume Indicators for MT4

That's a neat feature by the coder. So those Alternative options possibly use other timeframe readings of the OBV to maybe smooth the noise a bit do you think? If Normalization is applied would that mean the OBV and it's Alternative options would gain levels of some sort? Like an oscillator that ha...

Re: Volume Indicators for MT4

The classic formula Close > previousClose OBV = OBVprevious + VOLUME Close < previousClose OBV = OBVprevious - VOLUME IF Close = previousClose OBV = previousOBV 1. Alternative (Close > Open) OBV = previousOBV + (Volume* (Close-Open) / (High-Low)); (Close < Open) OBV = previousOBV - (Volume * (Open-...

Re: Volume Indicators for MT4

Jeff, Mrtools, Kvak can you decipher and tell us what is the difference between the Classic OBV calculation and these two alternative ones Im struggling to understand it....... the three codes are shown here !! What do those alternative ones by fxcodebase do?? They look deadly 😵‍💫 The classic formu...

Re: MT4 Indicator requests and ideas

No need adding the lower time frame function.. just the bar histogram will be enough.. so the code/indicator be as light as possible. Thanks. Also, please let it alert/change colour at candle close. I notice it changes colour before candle close, and often it reverts back to the previous color at c...

Return to the advanced search