1798 Indicators

Inverse Distance Weighted Moving Average (IDWma)

Inverse Distance Weighted Moving Average (IDWma) This multi-timeframe capable moving average discounts prices far from the average. It is smoother than SMA but follows price similar to an EMA of the same length. It does have some overshoot and initial lag just like SMA, but converges to nearer to price than the corresponding EMA. The…

Read More

MMPRO – Dottor Market

MMPRO – Dottor Market The indicator shows the lot size, corresponding to the specified risk. Once applied on the chart, you need to set up two basic parameters: The stop you want to use to perform each operation How much will you risk your capital (Equivalent if you already have open positions) for the single…

Read More

LRMA Fast Calculation

LRMA Fast Calculation   Both methods (“Moving Totals” and ” Simplification”) are used. It calculates the values very fast.

Read More

Triniti

Triniti  The support and resistance levels are determined. It provides the values for TP and SL. My first self-made indicators. The current one examines the occurrence of the same price. You can set the period and the number of repetitions. Buffer3, Buffer4 = support, resistance. It can be used in EA Buffer2, Buffer1, Buffer5, Target…

Read More

Double ZigZag (no repaint)

Double ZigZag (no repaint) This indicator is very simple: it shows signals triggered using two different ZigZag indicators (fast and slow) without any filtering. It does never -ever- repaint a past signal and therefore is useful to study the real behaviour of the ZigZag indicator -which does repaint- as a trading tool over time. As you can…

Read More

Fractal ZigZag (never repaints)

Fractal ZigZag (never repaints) This indicator is very simple: it shows signals triggered using Fractals and the original ZigZag indicator without any further filtering. It does never -ever- repaint a past signal and therefore it useful to study the real behaviour of the ZigZag -which does repaint- as a trading tool over time. You should…

Read More

SpreadLogger + Bid and Ask Logger

SpreadLogger + Bid and Ask Logger It came the time to bring my input to the MQL4 community as well. Many people do not know if the brokers are honest or not on Spread with them. I developed 2 small indicators which will allow you to see how the spread is performing in real-time and…

Read More

Main Points – Dottor Market

Main Points – Dottor Market I suggest a classic version of the 3 main pivot points: Daily Weekly Monthly Every day the first (daily) is updated, while the second and the third are updated at the end of the candle weekly and monthly. It’s possible to set the lines colours and text colour.

Read More

Ideal ZigZag

Ideal ZigZag Advantages : The most expensive function is iBarShift which totally replaces all cycles in the code needed for peaks retrieval. All information needed to build ZZ for every bar is accessible not only in every moment but also for every extern code. No suspended peaks An efficient method to find peaks is available…

Read More

Reversal fractals

Reversal fractals This indicator examines 5bar and 7bar fractals and highlights those which seem to be price reversals.

Read More