Sergey Shigorin / プロファイル
- 情報
7+ 年
経験
|
6
製品
|
224
デモバージョン
|
0
ジョブ
|
0
シグナル
|
0
購読者
|
プロファイルまたはユーザー検索を経由して友達を追加できます。追加するとオンラインステータスがわかるようになります。
SearchForPatterns - trading robot for the NZDJPY currency pair on the M1 timeframe. The robot finds patterns in quotes and predicts the next price. Parameters. MagicNumber. Unique order number. Length. Number of prices to search for patterns. Count. Maximum pattern length. Parts. Number of average price movement ranges. MinLevel. Minimum stop loss and take profit level in points. MaxLevel. Maximum stop loss and take profit level in points. Risk. Volume of order in percent. Lots. If Risk is 0
MARSIGrid is a trading robot for the EURUSD currency pair on the M1 timeframe. The trading strategy uses the MA (Moving Average) and RSI (Relative Strength Index) indicators. A order is made based on its signals. If the order becomes loss, a grid of orders is built and closed with a profit. To speed up the selection of parameter values (optimization), you can use opening prices, but you need to check the selected values on every ticks. Parameters. MagicNumber. Unique order number
CatGrid is a trading robot for the EURUSD currency pair on the M1 timeframe. The trading strategy uses the RSI (Relative Strength Index) indicator. When the oversold level is reached, a buy is made, and when the overbought level is reached, a sell is made. If the order becomes loss, a grid of orders is built and closed with a profit. To speed up the selection of parameter values (optimization), you can use opening prices, but you need to check the selected values on every ticks
TrendLimit - trading robot for the EURUSD currency pair on the M1 timeframe . Trades with or against the trend. Sets profit and loss limits. Changes limits. Parameters: AgainstTrend. If true, trades against the trend, otherwise trades with the trend. StopLoss. Sets a loss limit in points. If 0, there is no limit. TrailingStop. If true, when the price moves towards profit, it moves the loss limit in this direction. TakeProfit. Sets a profit limit in points. If 0, there is no limit. TrailingTake
CatRSI is a trading robot for the EURUSD currency pair on the M1 or M5 timeframe. The trading strategy uses the RSI (Relative Strength Index) indicator. To speed up the selection of parameter values (optimization), you can use opening prices, but you need to check the selected values on every ticks. By default, the parameter values are set for 5-digit quotes. Parameters. Ret. If Ret is false, then when the oversold level is reached, a buy is made, and when the overbought level is
QGrid はEURUSD通貨ペアとM1タイムフレームのトレーディングロボットです。 取引戦略 最初の注文は、2つの移動平均インジケーターで開きます。注文が利益に含まれている場合、注文は終了し、すべてが新たに始まります。注文に損失がある場合、徐々に注文のグリッドが開きます。グリッドが収益を上げると、グリッドは閉じて、すべてが最初からやり直されます。 パラメータ qauto = true - パラメータを自動的に設定します。最適化するには、falseに設定します。 qperiod1 = 14 - 最初の指標移動平均の期間。期間を最適化するために、値は1から100まで1の増分で設定されます。 qperiod2 = 24 - 2番目の指標移動平均の期間。 qprofit = 100-注文がクローズされた注文の総利益のポイント数。最適化のために、10から1000までの値が10の増分で設定されます。 qdistance = 100-グリッド内の注文間のポイント数。最適化のために、10から1000までの値が10の増分で設定されます。