beto_gauer
beto_gauer
beto_gauer
Added topic Help Please Changing A Line Of Code
Hi there guys. Can someone help me and tell me how I can change this indicator to use ONLY 1minute timeframe data in it´s calculation, regardless of timeframe it is loaded in? Those are pascal willain effective volume formula, but the code is not
beto_gauer
Added topic Short Bid and Ask Lines Indicator
Hi there guys, does anyone know of an indicator that plots the bid ask line only til the current bar being plotted
beto_gauer
Added topic Dowloading Tick Data, Converting to .HST and Placing in History Folder?
Hi there guys. I am using a tick downloader called QuantDataManager, it downloads tick data from dukascopy going far back in time. This downloader has an " export to MT4" feature (which exports in .FXT or .HST files).  I never did this before so
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
beto_gauer
Registered at MQL5.community
12