まくまく投資ノート
1ヶ月基準の高値更新 (WA-New High for Month) は、1ヶ月の中での高値更新を描画します。
WA-New High for Month
{ Search Tag: WA-New High for Month }

variables:
    HighestHi( 0 ) ;

{ if tick, second, minute, daily or weekly bars }
if BarType < 4 or BarType = 14 then
    begin
    if Month( Date ) <> Month( Date[1] ) then
        HighestHi = High
    else if High > HighestHi then
        begin
        Plot1( High, !( "NewHi-M" ) ) ;
        Alert ;
        HighestHi = High ;
        end ;
    end ;
Copyright © TradeStation Technologies, Inc. All Rights Reserved TradeStation reserves the right to modify or overwrite this analysis technique with each release.
まくまく投資ノート
サイトマップまくへのメッセージ