New publications in CodeBase
- SmoothStep (generalized) SmoothStep (generalized)
- SmoothStep SmoothStep
- Custom Fractals Have you ever asked yourself why it is not possible to customize fractals more? ... now it is.
- ZigZagExtremaOnArray The ZigZagExtremaOnArray is an mqh include file which contains the calculation function of MetaQuotes' Examples ZigZag, BUT you can use it on any buffer that contains curves or histograms, similarly to the MovingAverages.mqh from include. The idea was to get highs and lows of an indicator curve quickly with the help of an "onBuffer" function.
- Trading Volume Line The indicator compares OHLC prices
- Detecting the start of a new bar or candle Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.
- Detecting the start of a new bar or candle Detecting the start of a new bar or candle, in the OnTick() event handler of an expert advisor.
- Listing all MT4 Signals' properties to a CSV file This simple quick & dirty script code will output a CSV file of all the Signals' properties as reported by the MQL4 Trade Signals functionality.