無料でロボットをダウンロードする方法を見る
Telegram上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
スクリプト

Average Volume per Hour - MetaTrader 4のためのスクリプト

ビュー:
17777
評価:
(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.