Force index with ATR bands-
I'm hoping mrtools or another briliant coder here can possibly put a set of ATR bands around force index for me.
I've attached a version that uses Bollinger bands. hope it helps.
Many thanks!
Re: Trend Direction Force Index Indicators MT4
342
Force Index with ATR Bandsmo1355 wrote: Fri Aug 09, 2024 10:20 pm Force index with ATR bands-
I'm hoping mrtools or another briliant coder here can possibly put a set of ATR bands around force index for me.
I've attached a version that uses Bollinger bands. hope it helps.
Many thanks!
To recap, the Force Index is a tool used in trading that shows how much strength is behind the movement of a price and was originally developed by Dr. Alexander Elder. Sometimes referred to as the EFI (Elders Force Index), the way it calculates is:
- It measures the power behind a price movement using price and volume (tick volume in MT4)
- Is not bound by levels
- Is based off price's
Close
, unlike the MFI (Money Flow Index) which is based offTypical price (high + low + close / 3)
PS: If you prefer a version with Floating Levels, please see here.
Re: Trend Direction Force Index Indicators MT4
343Many thanks for the swift reply mrtools. you're a legend! Works perfectly.
Now while I was waiting for a reply i couldn't resist messing around with the codes (as I usually do) to see if I can figure it myself.
I've attached what I did so far. this script doesn't return any error when compiled in Metaeditor, but clearly missing something as it doesn't display the volatility bands.
If it's not too much to ask, would appreciate if you can amend it for me, so i can learn what I'm missing.
Thanks again.
Now while I was waiting for a reply i couldn't resist messing around with the codes (as I usually do) to see if I can figure it myself.
I've attached what I did so far. this script doesn't return any error when compiled in Metaeditor, but clearly missing something as it doesn't display the volatility bands.
If it's not too much to ask, would appreciate if you can amend it for me, so i can learn what I'm missing.
Thanks again.
Re: Trend Direction Force Index Indicators MT4
344The only way I know is to get an atr of the average of the indicators high, low, open, and close. Then make the atr bands from that.mo1355 wrote: Sat Aug 10, 2024 11:41 am Many thanks for the swift reply mrtools. you're a legend! Works perfectly.
Now while I was waiting for a reply i couldn't resist messing around with the codes (as I usually do) to see if I can figure it myself.
I've attached what I did so far. this script doesn't return any error when compiled in Metaeditor, but clearly missing something as it doesn't display the volatility bands.
If it's not too much to ask, would appreciate if you can amend it for me, so i can learn what I'm missing.
Thanks again.
Re: Trend Direction Force Index Indicators MT4
345No worries mate. your version works just fine and I'll stick with that.
Thanks again.
Mo
Thanks again.
Mo
Re: Trend Direction Force Index Indicators MT4
346Hi mrtools. i hpe you don't mind me asking for one more request.
If it's not too much work for you, would you please make a floating zero level option in your ! Force_Index atr bands indicator?
I think this would help with fulfilling the Elder's defintion of divergence better than a static zero.
Thanks again.
Mo
If it's not too much work for you, would you please make a floating zero level option in your ! Force_Index atr bands indicator?
I think this would help with fulfilling the Elder's defintion of divergence better than a static zero.
Thanks again.
Mo
Re: Trend Direction Force Index Indicators MT4
347Hello, would say the dashed white middle line would be the floating zero.mo1355 wrote: Sun Aug 11, 2024 7:25 pm Hi mrtools. i hpe you don't mind me asking for one more request.
If it's not too much work for you, would you please make a floating zero level option in your ! Force_Index atr bands indicator?
I think this would help with fulfilling the Elder's defintion of divergence better than a static zero.
Thanks again.
Mo
Re: Trend Direction Force Index Indicators MT4
348Hi mrtools. I’m thinking of something like this here done by mladen on MACD: "MACD of RSI adaptive EMA - with floating levels"mrtools wrote: Mon Aug 12, 2024 10:51 am Hello, would say the dashed white middle line would be the floating zero.
Given Force Index is also an unbound indicator, I thought it might benefit from the same idea, i.e. “using RSI adaptive EMA for smoothing FI, which should make it possible to put a sort of over bought and over sold levels on it by using floating levels.”
Hope this makes sense. And thanks again for your time and effort.
Mo
- These users thanked the author mo1355 for the post:
- RodrigoRT7
Re: Trend Direction Force Index Indicators MT4
349Force index with Floating Levelsmo1355 wrote: Mon Aug 12, 2024 12:44 pm Hi mrtools. I’m thinking of something like this here done by mladen on MACD: "MACD of RSI adaptive EMA - with floating levels"
Given Force Index is also an unbound indicator, I thought it might benefit from the same idea, i.e. “using RSI adaptive EMA for smoothing FI, which should make it possible to put a sort of over bought and over sold levels on it by using floating levels.”
Hope this makes sense. And thanks again for your time and effort.
Mo
Hello, maybe try this version. Added an option (if smoothing > 1) for smoothing.
PS: For a version which uses ATR Bands instead, please see here.
- These users thanked the author mrtools for the post (total 8):
- mo1355, alexm, Jimmy, moey_dw, boytoy, Cagliostro, Lwqa, macd & rsi