maximo / Publications
Codes
Fair Value Gaps for MetaTrader 4
Fair Value Gaps indicator or 'imbalance areas' where markets often move back to
Ehlers reverse EMA for MetaTrader 4
A trend or cycle indicator with very low lag
Gaussian Low Lag Filters for MetaTrader 4
Gaussian Filter Multi Pole smoother of price data
DPO Histogram and smoothing for MetaTrader 4
This version of the 'Detrended Price Oscillator' shows the DPO in blue with a smoothed estimate of it as a histogram to view the length of price cycles from peak to peak and trough to trough
TSV - Time Segmented Volume for MetaTrader 4
Time segmented volume (TSV) is a technical analysis indicator developed by Worden Brothers Inc. that segments a stock’s price and volume according to specific time intervals. The price and volume data is then compared to uncover periods of accumulation (buying) and distribution (selling). Time
Momentum offset histo for MetaTrader 4
Histogram of momentum
CCI of Moving Average with Dynamic Signal Lines for MetaTrader 4
CCI of Moving Average with Dynamic Signal Lines
High Volume Bars for MetaTrader 4
Colors bars when their volume has exceeded more than a standard deviation, or a multiple of it. Volume is commonly used as confirmation for a break of a significant level
Chaikin Oscillator smoothed for MT4 for MetaTrader 4
Chaikin Oscillator with smoothing option
Simple Slope Oscillator Normalized with symbol overlay for MT4 for MetaTrader 4
Simple Slope Oscillator Normalized with symbol overlay for MT4
Forum
How to calculate Easter in Metatrader by formula?
I'm doing a project for the community to make a perpetual calendar holiday indicator to advise markets are closing early today and need to convert an Excel formula that should calculate the day of Easter (Sunday) then -2days for today Friday a trading day. Would just like the formula to work in
Why does MetaEditor need to connect to the internet?
MetaEditor still works fine when I block it's internet connection, and even allows forum links to run via default browser. So why does it need itself to connect to the internet while you are editing your code
Wicked out in a single tick microsecond on GBPJPY for -45 pips on June 1st.
2023.06.01 20:13:41.782 '4117408': order #67975146 buy stop 0.02 GBPJPY.pro at 174.085 activated at price 174.090 2023.06.01 20:13:41.782 '4117408': order #67940641 sell 0.02 GBPJPY.pro at 172.947 closed due stop-loss at price 174.090 Note: order numbers change when a pending order is filled. I
Anyone else experience huge slippage on USDJPY ?
55 pips is the largest slippage on record for me, how about you
Is this a bug?
The terminal I'm using is MT4 build 1170 but this also compiles MT5. double lotsplitpercent = 60 / 100; //returns 0 ??? I'm sure it used to return 0.6 for splitting 60% of open lots. My workaround for today is.. double lotsplitpercent = 60 * .01;