Skip to content

Commit

Permalink
Update BetterVolume-2.mq5
Browse files Browse the repository at this point in the history
  • Loading branch information
peterthomet committed Mar 12, 2020
1 parent 9faa601 commit 98a4435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Volume/BetterVolume-2.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ int OnCalculate(const int rates_total,
const double &High[],
const double &Low[],
const double &Close[],
const long &TickvolumeX[],
const long &Tickvolume[],
const long &TickvolumeX[],
const int &spread[])
{
double VolLowest, Range, Value2, Value3, HiValue2, HiValue3, LoValue3, tempv2, tempv3, tempv;
Expand Down

0 comments on commit 98a4435

Please sign in to comment.