金融資産の丸められたボラティリティを計算する簡単な指標。ボラティリティは、平準化されたHeiken_Ashiローソク足の最大値と最小値に基づいてポイントで計算されます。
ボラティリティは、Heiken_Ashi_Smoothedローソク足の高値 – 安値として計算されます。結果の値は点に変換され、StartLevelおよびLevelsStep入力値で定義された座標グリッドステップに従って丸められます。
//+----------------------------------------------+ //| INDICATOR INPUT PARAMETERS | //+----------------------------------------------+ input Smooth_Method HMA_Method=MODE_JJMA; // Smoothing method input uint HLength=5; // Smoothing depth input int HPhase=100; // Smoothing parameter, 3//---- for JJMA within the range of -100 ... +100, it influences the quality of the transition process; //---- for VIDIA it is a CMO period, for AMA it is a slow average period input int Shift=0; // horizontal indicator shift in bars input uint LevelsTotal=20; // number of levels input uint StartLevel=100; // initial level input uint LevelsStep=100; // distance between levels input color LevelsColor=clrDarkOrange; // color of levels
FX口座おすすめ
- $30の取引ボーナス
- 最大$5,000の入金ボーナス
- 無限のロイヤリティープログラム
- 特別ボーナス
ダウンロードするには以下をクリックしてください:
以下にメールアドレスを入力してください。ダウンロードリンクが送信されます。
ダウンロードリンクを取得




















