まくまく投資ノート
ギャップアップ足 (WA-Gap Up Bar) は、安値が一つ前の高値よりも高い場合に描画します。
WA-Gap Up Bar
{ Search Tag: WA-Gap Up Bar }

if Low > High[1] then
    begin
    Plot1( High, !( "GapUp" ) ) ;
    Alert ;
    end
else
    NoPlot( 1 ) ; { remove the marker }
Copyright © TradeStation Technologies, Inc. All Rights Reserved TradeStation reserves the right to modify or overwrite this analysis technique with each release.
まくまく投資ノート
サイトマップまくへのメッセージ