거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
라이브러리

Smooth Algorithms - Corrected/Modified - library for MetaTrader 5 - MetaTrader 5용 라이브러리

https://www.mql5.com/en/code/17472
게시자:
Dragan Drenjanin
조회수:
2970
평가:
(6)
게시됨:
2023.10.12 20:23
업데이트됨:
2023.11.13 15:29
\MQL5\Indicators\ \MQL5\Include\ \MQL5\Experts\
ExampleEA.mq5 (85.99 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This library is fully functional and bug free. A few years ago I thoroughly revised this library. Exactly  2021, ensuring its reliability. I recommend reading the author's original explanation for this library at the following   LINK.

In this example, you will see complete and operational project, labeled "Example EA". This project uses a template obtained from the codebase, which is freely available. I made several modifications, added new features and more. Even though I've been away from this robot for a while now, that doesn't mean it lacks potential. With some fine-tuning and the addition of new features and functionality, it could be the promised robot. However, its current main role is to show how I have integrated this library.

Note:  <TradeAlgorithms.mqh>,  has been integrated into this example and has undergone the necessary improvements.

    Double Bolling Band Signal Double Bolling Band Signal

    Let follow previous EA by this link https://www.mql5.com/en/code/46630

    ATR Trailing Stop with 1 Buffer only ATR Trailing Stop with 1 Buffer only

    This is an edit of the Mod_ATR_Trailing_Stop by MQL5 user @Scriptor found here https://www.mql5.com/en/code/20423 . MT5 indicator .mql5 and .ex5 files, report any bugs, I'll fix.

    MT5 CCI with shift parameter MT5 CCI with shift parameter

    The default CCI in MT5 doesn't have the shift parameter. This script implements the shift.

    Simplest CSV file reader Simplest CSV file reader

    Provide simplest class to read and parse CSV file