Marteo Gonzales Cosme / Publications
Codes
Baseline: iMA + ATR Bands for MetaTrader 5
Combines a Moving Average with ATR-based upper and lower bands to act as a trend filter and volatility channel
Kuskus Starlight for MetaTrader 5
Kuskus Starlight is an oscillator that utilizes a Fisher price transformation to identify trends and potential reversals. The original MT4 code by Scriptor is available at: https://www.mql5.com/en/code/8365
Forum
cannot load indicator 'Moving Average' [4002]
I have been troubleshooting this for hours now... I am trying to CopyBuffer the following custom indicator line: int testHandleICustom = iCustom ( _Symbol , TFVal, Toolbox + "iMA+ATR.ex5" , MAPeriodVal, MAShiftVal, MAMethodVal, AppliedPriceVal, ATRPeriodVal
Codebase submission: unble to submit an indicator code and unable to insert img links to the forum / codebase.
Hi All. I am unable to figure out this. 1) Step 4: Code - Stuck at 20% Not sure what to do here. I believed my code is compliant with the code standards. Can anyone provide any advise? screen shot link is below, 2) Unable to insert img from codebase and forums. Insert img icon is missing on both
MQL5: Clearing the [Expert] Tab window via MQL5 script / EA
is there a command or a function that can clear the records of the [Expert] / [Journal] tab windows? I thought this will be an easy to find in the documentation / an internet search... void OnStart () { // --- Start of the Script // --- Is MQL 5 command / function I can clear the records of the
