質問編集履歴

2

文法の修正

2021/10/14 07:39

投稿

tommy---
tommy---

スコア2

test CHANGED
File without changes
test CHANGED
@@ -66,12 +66,24 @@
66
66
 
67
67
 
68
68
 
69
+ //エントリー判定
70
+
71
+ bool EntryFlag = false;
72
+
73
+
74
+
75
+
76
+
69
77
  int maxBars = 2000;
70
78
 
71
79
  int limit = Bars-IndicatorCounted()-1;
72
80
 
73
81
  limit = MathMin(limit, maxBars);
74
82
 
83
+
84
+
85
+
86
+
75
87
  for(int i = limit; i >= 0; i--)
76
88
 
77
89
  {
@@ -90,9 +102,7 @@
90
102
 
91
103
 
92
104
 
93
- //エントリー判定
105
+
94
-
95
- bool EntryFlag = false;
96
106
 
97
107
 
98
108
 

1

文法の修正

2021/10/14 07:39

投稿

tommy---
tommy---

スコア2

test CHANGED
@@ -1 +1 @@
1
- MQL4について、長期間悩んでいる制御があります。
1
+ MQL4について、サインツールのあ部分の制御について困っています。
test CHANGED
File without changes