[VB] | Public Function addUltimateOscillator(height As Integer, period1 As Integer, period2 As Integer, period3 As Integer, color As Integer, range As Double, upColor As Integer, downColor As Integer) As XYChart |
[C#] | public XYChart addUltimateOscillator(int height, int period1, int period2, int period3, int color, double range, int upColor, int downColor); |