NexusFi: Find Your Edge


Home Menu

 





Volume Flow Indicator


Discussion in EasyLanguage Programming

Updated
      Top Posters
    1. looks_one donmat with 2 posts (0 thanks)
    2. looks_two Quick Summary with 1 posts (0 thanks)
    3. looks_3 GoldenRatio with 1 posts (0 thanks)
    4. looks_4 olobay with 1 posts (0 thanks)
    1. trending_up 4,392 views
    2. thumb_up 0 thanks given
    3. group 7 followers
    1. forum 5 posts
    2. attach_file 1 attachments




 
Search this Thread
  #1 (permalink)
donmat
Chicago Illinois USA
 
Posts: 7 since Jul 2017
Thanks Given: 0
Thanks Received: 1

I have this code but the only thing that plots is the zeroline. Any suggestions?

Inputs:Period(130),Coef(.2),VCoef(2.5), SmoothingPeriods(3);
Vars:TP(0), Inter(0), VInter(0), CutOff(0), VAve(0), VMax(0), VC(0), MF(0),
DirectionalVolume( 0 ), myVFI(0);
TP = TypicalPrice;
if TP > 0 and TP[1] > 0 then
Inter = Log(TP) - Log(TP[1])
else Inter = 0;
VInter = StdDev( Inter, 30 );
CutOff = Coef * VInter * Close;
VAve = Average(V,50)[ 1 ];
VMax = VAve * VCoef;
VC = IFF( V < VMax , V, VMax );
MF = TP - TP[1];
DirectionalVolume = IFF( MF > CutOff, +VC, IFF( MF < -CutOff, -VC, 0 ) );
if VAve <> 0 then
myVFI = Summation( DirectionalVolume, Period ) / Vave
else myVFI = 0;
If SmoothingPeriods > 0 then myVFI = XAverage(myVFI, SmoothingPeriods)
else myVFI = myVFI;
Plot1(myVFI,"VFI",GREEN);
Plot2(0 ,"0");


Reply With Quote

 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Sober Journey With S&P
21 thanks
2026 Jlab journal
10 thanks
Trying to learn Volume and price action correlation
8 thanks
Algo automated / semi-automated trading anyone?
6 thanks
Hello Im new here
5 thanks
  #3 (permalink)
 olobay 
Montreal
 
Experience: Intermediate
Platform: MultiCharts
Broker: DeepDiscountTrading.com
Trading: CL
Posts: 364 since Jul 2011


The code works for me.


Reply With Quote
  #4 (permalink)
donmat
Chicago Illinois USA
 
Posts: 7 since Jul 2017
Thanks Given: 0
Thanks Received: 1

I changed line 4 to TP = ( High + Low + Close ) / 3; and it works


Reply With Quote
  #5 (permalink)
 planetmoto 
freasno, ca usa
 
Experience: Advanced
Platform: ninja trader
Trading: forex
Posts: 105 since Apr 2013
Thanks Given: 52
Thanks Received: 85

On this topic, anyone that owns the Zunaa indicators willing to recode them and post here on io. I think Barry or the creator either passed away or had a very bad accident. The entire company vanished website is gone everything. It was one of the few systems that tested well and used volume, relative volume(r-vol) a few other things. Of course it's no longer available but the concepts are still extremely relevant. Anyone please feel free to respond.

Sent using the NexusFi mobile app


Reply With Quote
  #6 (permalink)
 
GoldenRatio's Avatar
 GoldenRatio 
Philadelphia, PA
 
Experience: Advanced
Platform: Matlab, TradeStation
Trading: Stocks
Posts: 211 since Aug 2012
Thanks Given: 5,192
Thanks Received: 296

What's the premise behind the volume flow indicator?


Reply With Quote




Last Updated on July 24, 2017


© 2026 NexusFi®, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Downloads - Top
no new posts