Skip to content

Commit

Permalink
1.0.5 Fixed minor bug on repaint
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoCiaccio committed Oct 1, 2022
1 parent 50f33db commit 977443a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified ZigZag.algo
Binary file not shown.
2 changes: 1 addition & 1 deletion ZigZag/ZigZag.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public enum ModeZigZag

#region Params

[Parameter(NAME + " " + VERSION, Group = "Identity", DefaultValue = "https://www.google.com/search?q=ctrader+zigzag")]
[Parameter(NAME + " " + VERSION, Group = "Identity", DefaultValue = "https://www.google.com/search?q=ctrader+guru+zigzag")]
public string ProductInfo { get; set; }

[Parameter("Mode", DefaultValue = ModeZigZag.HighLow, Group = "Params")]
Expand Down

0 comments on commit 977443a

Please sign in to comment.