Dukascopy Support Board
http://www.dukascopy.com/swiss/english/forex/jforex/forum/

Weis Wave distances
http://www.dukascopy.com/swiss/english/forex/jforex/forum/viewtopic.php?f=128&t=57305
Page 1 of 1

Author:  tokyo [ Mon 30 Mar, 2020, 14:53 ]
Post subject:  Weis Wave distances

Hello i have a question, is it posible to change distances in Weis Wave and Weis Wave Zig Zag indicators from 5 - 600 to 1 - 10000?

Thanky you

Author:  Platform Support [ Thu 02 Apr, 2020, 08:40 ]
Post subject:  Re: Weis Wave distances

Yes. Find it in the Navigator. Right click ot Edit the code.
Find this line:
new OptInputParameterInfo("Difference", OptInputParameterInfo.Type.OTHER, new IntegerRangeDescription(difference, 5, 600, 1))

Change it to:
new OptInputParameterInfo("Difference", OptInputParameterInfo.Type.OTHER, new IntegerRangeDescription(difference, 5, 10000, 1))

Change the name of the indicator:
 indicatorInfo = new IndicatorInfo("WEIS_WAVES2", "Weis Waves", "", false, false, false, 1, 1, 2);

Compile and use.

Author:  tokyo [ Fri 17 Apr, 2020, 18:41 ]
Post subject:  Re: Weis Wave distances

Thank you,

one more question, how to change decimal place to show smaller volumes numbers in Weis ZigZag indicator to not overlap when zoom out?
For example: from 75063.78 to only 750, or 3137.72 to only 31.

Thank you

  Page 1 of 1