Skip to content

Commit

Permalink
BufferFXT: Compilation fix for undeclared identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 11, 2021
1 parent 6142b31 commit 078019b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BufferFXT.mqh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ struct BufferFXTHeader {
// Struct constructor.
BufferFXTHeader(Chart *_c, Account *_a)
: version(405),
period(_c.GetTf()),
period(_c.Get<ENUM_TIMEFRAMES>(CHART_PARAM_TF)),
model(0),
bars(0),
fromdate(0),
Expand Down

0 comments on commit 078019b

Please sign in to comment.