Skip to content

Commit 89d3700

Browse files
committed
Melhorias e atualizacoes
1 parent 1e6c3cc commit 89d3700

File tree

6 files changed

+1
-8
lines changed

6 files changed

+1
-8
lines changed

Experts/Benchmark/benchmark.mq5

126 Bytes
Binary file not shown.
120 Bytes
Binary file not shown.
140 Bytes
Binary file not shown.
106 Bytes
Binary file not shown.

Include/Framework/Base.mqh

2 Bytes
Binary file not shown.

Include/Robots/Benchmark.mqh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@ class Benchmark : public Base
1515
private:
1616

1717
MqlRates _rates[];
18-
ENUM_TIMEFRAMES _period;
19-
20-
21-
bool GetBuffers()
22-
{
23-
//TODO
24-
return 0;
25-
}
18+
ENUM_TIMEFRAMES _period;
2619

2720
public:
2821

0 commit comments

Comments
 (0)