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

Average Volume per Hour - MetaTrader 4용 스크립트

조회수:
18095
평가:
(11)
게시됨:
2018.05.23 10:01
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This script scans through the bars within a 1 Hour chart and calculates the average volume per hour. It is prevented from working on any chart other than 1 hour and the average calculation uses MathAbs to ensure the absolute volume is calculated.

Just drag the script onto a 1 Hour chart and it should display a message box with the results. I thought this might be useful if you are thinking of limiting trading to times when the volume is high and you wanted to double check which times were most liquid.

Average Volume Per Hour.

Record IsConnected, Spread, Stop, FreezeLevel Record IsConnected, Spread, Stop, FreezeLevel

EA is run say once every minute and writes the status of IsConnected, spread, stop and freeze level to a file.

Martingale Bone Crusher Martingale Bone Crusher

This Martingale EA trades with one moving average, it is considered relatively safe because it takes a single trade at a time.

Martingale VI Hybrid Martingale VI Hybrid

A martingale strategy, an old EA that was rebuilt to be efficient.

SHA256, SHA384 and SHA512 + HMAC SHA256, SHA384 and SHA512 + HMAC

Many developers need these functions, while working with different kinds of external APIs, like Bitcoin and altcoin exchanges where it is often necessary to send data with the confirmation of parameters validity through HMAC-SHA512, HMAC-SHA384 and HMAC-SHA256.