- MaxSingleDirectionPosition Sets the maximum number of positions that can be held in one direction per currency.
- Set the initial number of lots .
- Lots_exp: Sets the lot increase rate. This is used when increasing trading volume through averaging down, etc. When using the Martingale method, you may be able to expect a daily interest rate of around 30%, but it is very risky.
- AveragingIntervalPoints : Sets the interval at which to add positions. This setting is used to open the next position at the specified number of points away from the current price.
- IntervalMultiplier sets the multiplier for expanding the nanpinning interval. For example, if left at 1, nanpinning will occur at a fixed interval, but by changing the multiplier you can flexibly change the nanpinning interval. If you want to gradually increase the nanpinning interval, you can set it to 1.2, for example.
- FirstTakeProfitPoints – Sets the number of points for the first take profit. When this value is reached, the first position will be taken profit.
- TotalProfitPoints Sets the total number of profit-taking points. If you have multiple positions, all positions will be closed when they have reached a certain profit.
- LastPositionStopLossPoints Sets the number of stop loss points for the last position. If set to 0, there is no stop loss.
- TotalLossCloseAmount: Set the total loss amount for each currency pair, when which the position will be closed.
- TotalProfitCloseAmount: Set the total profit amount for each currency pair, and when that amount is reached, the position will be closed.
- Slippage : Set the tolerance for slippage (the difference between the order price and the actual executed price). Even if slippage occurs, the transaction will be executed as long as it is within the set range.
- Magic Set the EA's magic number.
- BollingerBandPeriod Sets the period of the Bollinger Bands.
- BollingerBandDeviation Sets the deviation (standard deviation) of the Bollinger Bands.
- BollingerBandShift Sets the shift (shift) of the Bollinger Bands.
- EnableMADirectionControl Sets whether to use moving average (MA) to control the major direction.
- MAperiod: Sets the period of the moving average.
- MAShift Sets the shift of the moving average.
- MAMethod Sets the type of moving average to use.
- MAprice Sets the price at which the moving average is calculated.
- TimeFilter: Set whether to use a time filter. This is used to limit the hours during which trading is available.
- StartHour, StartMinutes, EndHour, EndMinutes : Set the start and end times for trading. Trading will only take place within this range.
- AllowHedging: Set whether to allow hedging. If you allow it, you can hold both a buy and a sell position for the same currency pair at the same time.
- BuyOrSell: Sets whether to allow buying, selling, or both for each currency pair. Values include: Buy only, Sell only, Both, and Disabled. Trading symbol
Recommended Margin The default setting is 500,000 yen/0.01. If using the Martingale method, we recommend a capital amount of 1 to 2 million yen. It can be used for various strategies, such as using only your preferred currency pairs.