To open a sell ‘Order Type A’, the following conditions have to verify: STOCH(shift_0) is equal or higher than 80; STOCH(shift_1) is equal or higher than 70; STOCH(shift_2) is equal or higher than 60; the spread is equal or lower than 2 pips; the difference between the daily high and the daily low is equal or higher than 30 pips; the gap between two consecutive orders is equal or higher than 60 minutes. The screen capture below shows:
  • Blocks highlighted inside a yellow rectangle to verify the conditions for the Stochastic Oscillator Output value for the Slow %K: STOCH_Slow_%K(shift_0) >= 80 && STOCH_Slow_%K(shift_1) >= 70 && STOCH_Slow_%K(shift_2) >= 60
  • Blocks highlighted inside a red rectangle to verify the conditions for the Stochastic Oscillator Output value for the Slow %D: STOCH_Slow_%D(shift_0) >= 80 && STOCH_Slow_%D(shift_1) >= 70 && STOCH_Slow_%D(shift_2) >= 60
翻訳する: 英語 オリジナルを表示