diff --git a/.vscode/settings.json b/.vscode/settings.json index bd3e496..d4d3c86 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -24,7 +24,7 @@ "editor.wordWrap": "wordWrapColumn", // "on"|"off"|"wordWrapColumn"|"bounded" "editor.wordWrapColumn": 100, // wrap column (set to whatever you prefer) "editor.wrappingIndent": "indent", // keeps wrapped lines indented - "editor.rulers": [90, 100], // visual guides for line length + "editor.rulers": [100], // visual guides for line length "C_Cpp.default.forcedInclude": [ "c:\\Users\\thinh\\.vscode\\extensions\\l-i-v.mql-tools-2.2.0\\data\\mql5_en.mqh" ], diff --git a/Experts/BellPriceActionWithEma50EA.mq5 b/Experts/BellPriceActionWithEma50EA.mq5 index d2eab1f..7e90402 100644 Binary files a/Experts/BellPriceActionWithEma50EA.mq5 and b/Experts/BellPriceActionWithEma50EA.mq5 differ