beto_gauer / Profile
Friends
19
Requests
Outgoing
beto_gauer
Added topic Shortcut To Delete Fibonacci Levels On Chart
Hi there guys. Is there any way to delete fibonacci levels right on the chart? My way of using it is having all the ratios I usually use on the tool, then delete the ones that are not useful at that time, to remove the clutter. Thing is that it is a
beto_gauer
Added topic Average Daily Up Down Movement
Hi there, Does anyone have an indicator that is similar to ADR, but it shows the average movement in pips? I mean the up down daily movement in pips? For example if the ADM is 300 pips (and ADR is 100 pips), then you would have something on the
beto_gauer
Added topic Volume Weighted 3-10 Momentum Oscillator
Hi there, I found this code for the 3-10 Momentum Oscillator threeMA = MA(C, 3); tenMA = MA(C, 10); threeTen = threeMA - tenMA; trendLine = MA(threeTen, 10); Plot(threeTen, "3-10 Line", colorGreen, styleLine, Null, Null, 0, 0, 2); Plot(threeTen
beto_gauer
Added topic Multi Pair MTF MAs Crossover Dashboard
Hi there guys, Does anyone have this indicator to share? Where you can choose the type of MAs? I wanted one with VWMA (volume weighted moving average) crossing over SMA. Something similar to the indicator attached to this post. thanks
beto_gauer
Added topic Zigzag Cumulative Volume Tweaking Needed
Hi there brothers. I think I opened a thread in the wrong forum, I am opening here then, which is the right place. I have this indicator here which I found at forexfactory called zigzag counter, which displays the total volume of each leg of the
: