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

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

Nikolay Kositsin
게시자:
Nicholas C Weber
조회수:
3621
평가:
(14)
게시됨:
2022.12.22 04:41
업데이트됨:
2022.12.22 04:45
\MQL5\Include\
ema[1].mq5 (12.64 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

SmoothAlgorithms.mqh logo

Original code and description here:
https://www.mql5.com/en/code/17472


Modifications:
Corrected errors that prevent compiling indicators that won't due to errors in the <SmoothAlgorithms.mqh> file.
I've also changed "int period" to "double period" in a lot of places so you can now use decimal periods on your custom indicators. This feature works, I've checked.

Introsort (Introspective sort) Introsort (Introspective sort)

Sort the input array in-place using comparison function less.

Volume Average percent spread mod Volume Average percent spread mod

Volume Average percent spread mod

Volumes Spread mod Volumes Spread mod

Volumes Spread mod

TrendLinearReg - indicator for MetaTrader 5 TrendLinearReg - indicator for MetaTrader 5

The equation of the straight line from the school, it is y = bx + с. (Conversion from https://www.mql5.com/en/code/7883)