From fe817f5a90f845e1befd09c47a19fd749e8d4b7a Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Tue, 23 Sep 2025 11:57:28 +0200 Subject: [PATCH] refactor: remove ``` --- Indicators/MyIndicators/RSI_HeikinAshi.mq5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Indicators/MyIndicators/RSI_HeikinAshi.mq5 b/Indicators/MyIndicators/RSI_HeikinAshi.mq5 index e0b4a84..23b5432 100644 --- a/Indicators/MyIndicators/RSI_HeikinAshi.mq5 +++ b/Indicators/MyIndicators/RSI_HeikinAshi.mq5 @@ -167,5 +167,5 @@ int OnCalculate(const int rates_total, return(rates_total); } -//+------------------------------------------------------------------+``` +//+------------------------------------------------------------------+ //+------------------------------------------------------------------+