NexusFi: Find Your Edge


Home Menu

 





HIMA_MONEY_FLOW_INDEX


Discussion in ThinkOrSwim

Updated
    1. trending_up 933 views
    2. thumb_up 0 thanks given
    3. group 1 followers
    1. forum 0 posts
    2. attach_file 1 attachments




 
Search this Thread

HIMA_MONEY_FLOW_INDEX

  #1 (permalink)
alagrande
glendale ca usa
 
Posts: 97 since Sep 2017
Thanks Given: 11
Thanks Received: 88

declare lower;
#HIMA_MONEY_FLOW_INDEX
input over_Sold = 20;
input over_Bought = 80;

input length = 24;#14
input movingAvgLength = 2;#1

def MoneyFlowIndex = Average(moneyflow(high, close, low, volume, length), movingAvgLength);

PLOT smooth = average(moneyFlowIndex, 4);
plot S_ = average(smooth, 4);

#plot z =50;

plot a = 45;
a.setStyle(curve.MEDIUM_DASH);
plot b = 55;
b.setStyle(curve.MEDIUM_DASH);

addcloud(20, 45, color.red, color.red);

addcloud(55, 80, color.cyan, color.cyan);

addcloud(45, 55, color.white, color.white);


#end code

Reply With Quote




Last Updated on February 9, 2020


© 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