16 lines
No EOL
950 B
Text
16 lines
No EOL
950 B
Text
// コメントがオープンパラメータの時、初期化で消失チェック、アラート
|
|
|
|
OnInit()
|
|
{
|
|
//+------------------------------------------------------------------+
|
|
// コメント文字消失チェック
|
|
if (StringLen(_Comment) == 0)
|
|
{
|
|
Alert(WindowExpertName() + " OrderComment disappeared."
|
|
+ "\n" + "オーダーコメント消失");
|
|
SendNotification(WindowExpertName()
|
|
+ "\n" + "OrderComment disappeared."
|
|
+ "\n" + "オーダーコメント消失");
|
|
}
|
|
//+------------------------------------------------------------------+
|
|
} |