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 olobay with 1 posts (0 thanks)
    3. looks_3 planetmoto with 1 posts (0 thanks)
    4. looks_4 Quick Summary with 1 posts (0 thanks)
    1. trending_up 3,421 views
    2. thumb_up 0 thanks given
    3. group 7 followers
    1. forum 5 posts
    2. attach_file 1 attachments




 
Search this Thread

Volume Flow Indicator

  #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

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
REcommedations for programming help
Sierra Chart
Strategy stop orders partially filled
EasyLanguage Programming
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
22 thanks
Funded Trader platforms
16 thanks
ApexTraderFunding.com experience and review
13 thanks
Trading with Intuition
12 thanks
GFIs1 1 DAX trade per day journal
9 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: 104 since Apr 2013
Thanks Given: 51
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


© 2024 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 - Privacy Policy - Downloads - Top
no new posts