Search found 12304 matches

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...

Re: MT4 Indicator requests and ideas

If you run it through the strategy tester on visual mode, you will see that the USD line always drops to the bottom of the range on the current candle, but then a few candles later the value is corrected. Subsequently the two average values are also corrected / repainted. I posted a version with ar...

Re: Step Indicators for MT4

Steam1 wrote: Tue Mar 12, 2024 7:49 am Hi Mrtools, On the new version I'm having a color issue , no bearish line color
Thanks, on the repaired version added a buffer and forgot to account for it in the mtf code, posted a fixed version there, sorry for the hassle.

Return to the advanced search