Twiggs Money Flow

Twiggs Money Flow

The Twiggs Money Flow indicator was created by Collin Twiggs.

It is a variation of the Chaikin Money Flow Index that uses ranges and volumes in its formulation.

This code is an adaptation of the tradingview platform code: https: //www.tradingview.com/script/Jccjg8CR-Indicators-Twiggs-Money-Flow-TMF-Wilder-s-MA-WiMA/

In this version, the average is configurable, being possible to choose between simple, exponential, wilder ..

—–

El indicador Twiggs Money Flow fué creado por Collin Twiggs .

Es una variación del Chaikin Money Flow Index que utiliza rangos y volúmenes en su formulación.

Este código es una adaptación del código de la plataforma tradingview :https://www.tradingview.com/script/Jccjg8CR-Indicators-Twiggs-Money-Flow-TMF-Wilder-s-MA-WiMA/

En esta versión , la media es configurable , siendo posible elegir entre simple,exponencial ,de wilder..

 

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. century • 01/03/2017 #

    what’s the variable “t”, it’s missing :!

    • Nicolas • 01/03/2017 #

      Not in the attached ITF file, “t” is for the moving average type. You can change it from 1 to 6.

  2. century • 01/03/2017 #

    any explanation about the different moving average type ? please

    • Nicolas • 01/03/2017 #

      https://www.prorealcode.com/documentation/average/
      0 = SMA
      1 = EMA
      2 = WMA
      3 = Wilder
      4 = Triangular
      5 = End point
      6 = Time series

  3. century • 01/03/2017 #

    thanks alot . it’s all i need 😉

  4. dcos • 01/03/2017 #

    Any ideas why this would return an empty chart? Imported the ITF and it doesn’t seem to want to calculate the average of vw.. VOLUME[1]* 0 = 0 yes?

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar
Related users ' posts
Geronima Ortiz okay bien estaré pendiente en esta pagina gracias
Domenec Aqui dejo colgado link del video para ver como funciona el indicador https://www.youtube....
Geronima Ortiz Gracias Domenec
Juanjo Hola?. Exactamente cuál es su utilización?.
bolsatrilera Hola Juanjo, su principio esparecido a las bandas de Bollinguer.Las lineas de las bandas son...
Gordon101 Hi when I added your Guppy indicator to my chart it went below the chart beside the oscilla...
Nicolas Add it on the price by using the wrench located on the left upper side of your price chart.
Gordon101 Thanks Nicolas, worked a treat.
Geronima Ortiz I watched the video three times, but I can not put the npips parameter as a variable. I do...
Geronima Ortiz I think the video is for an old version of prorealtime, the images do not correspond at all ...
Nicolas indicator1 = CALL “PRC_StopReversal”[npips, 1] and define npips in the optimization window ...
Etienne Hi, thanks for proving this code. I would like to contribute by adding a computation speed...
Etienne //Compute Super Smoother coefficients once if barindex = 1 then a1 = exp( -1.414 * 3.14159...
Nicolas Thanks a lot!
Rafa And the PriceMAPeriod? aren´t the same?
Nicolas The PriceMAPeriod is the period to make the average of all the last X medianprice found.
Rafa Thanks a lot Nicolás. Have a nice day
bolsatrilera
7 years ago
Kairi Relative Index
Kairi Relative Index
0
Indicators
GraHal Wow! Thank you Vonasi, great idea!
Vonasi No Problem GraHal. Please share anything interesting that you find using it.
Vonasi I've made a small improvement by adding a Buy and Hold line for comparison. This line can be...
anametsinwha Is it possible to change it to highs and lows rather than open and close?
Caribeengeek Bonjour j’avais vu que vous proposiez d’écrire des codes pour ceux qui s’y connaisse pas Mai...
Caribeengeek Les devises unité
Nicolas Merci d'utiliser le forum pour les demandes de programmation personnalisée
juanj
8 years ago
Vonasi Thanks for your thanks Real Pro and yes everyone should import the itf file to make sure tha...
Pepsmile Good job, which could be applied for a spectrum of another indicators.
Pepsmile As to better understand which parameters are better for an indicators in a specific period (...
Bard I was talking to a Machine Learning coder today who's algos have apparently managed to get 7...
Carlos Garcia If price tags the lower BBand, look for IIIX has positive values to enter a trade. Converse...
Nicolas Please add a request on forums for any MT4 code conversion, thank you. Follow these easy ste...
mecon I will do so, thank you!
avatar
Anonymous @mecon, did you ever get one?
ullle73 nicolas, can you somehome make this to be in the background of the price chart?
jonpt88 none did that yet right?
Nicolas You can ask for a code modification on forums, please open a new topic with your request.
Thally Thanks for the quick response Nicholas. Would you have any idea how to resolve. Manually ref...
Thally Do you think adjusting the below code might help? newperiod = minuteminute[1] if newperi...
Nicolas There is no "second" instruction.

Top