質問編集履歴
1
書式の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -41,4 +41,5 @@
|
|
41
41
|
ObjectSetText("price_to_pips","PIPS:"+PriceToPips(Profit_Loss()),font_size,"MS ゴシック",clrRed);
|
42
42
|
|
43
43
|
/*-------------------------//上記のコードを使用した一文-------------------------*/
|
44
|
-
ObjectSetText("price_to_pips","PIPS:"+PriceToPips(Profit_Loss()),font_size,"MS ゴシック",clrYellow);
|
44
|
+
ObjectSetText("price_to_pips","PIPS:"+PriceToPips(Profit_Loss()),font_size,"MS ゴシック",clrYellow);
|
45
|
+
```
|