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

Time Segmented Volume (TSV) - MetaTrader 5용 지표

조회수:
7891
평가:
(17)
게시됨:
2023.01.01 16:40
업데이트됨:
2023.03.27 22:10
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This indicator is based on the original “Time Segmented Volume (TSV)” developed by Worden Brothers, Inc. However, I added an extra few features to this one.

One can choose the price to be applied, instead of only having the default close price used by the original.

One can also choose which volume weighting to use, including a pseudo-volume based on true range, or no volume weighting at all.

The indicator displays two moving averages, one being the default simple moving average as the original, and the other being an exponential moving average, which reacts faster.


The code uses conditional compilation and will compile on both MQL4 and MQL5.

Please note that all my CodeBase publications’ source code are now also available in “Public Projects” tab of MetaEditor under the name “FMIC”.


Samy Thuillier Trader Options Dérivées Samy Thuillier Trader Options Dérivées

Parmis les 5% des traders les plus performant du desk ''Options Dérivées'' de la Société Générale. PnL 22MEUR entre 01/01/2022 au 27/12/2022

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)

RSI Bot MT5 RSI Bot MT5

RSI Bot, send alert buy when RSI<=20, send alert sell when RSI>=80

xoshiro256 Random Number Generator xoshiro256 Random Number Generator

The 64-bit xoshiro256** Random Number Generator.