TakeProfit | double | 100 | TakeProfit from as many points. Default 100 (= 10 pip) |
|---|
AddPriceGap | double | 0 | Additional price gap in points added to SL and TP in order to avoid Error 130 |
|---|
TrailingStart | double | 20 | Start trailing profit from as so many points. |
|---|
Commission | double | 0 | Some broker accounts charge commission in USD per 1.0 lot. Commission in dollar |
|---|
Slippage | int | 3 | Maximum allowed Slippage in points |
|---|
MinimumUseStopLevel | double | 0 | Minimum stop level. Stoplevel to use will be max value of either this value or broker stoplevel |
|---|
VolatilitySettings | string | ==== Volatility Settings ==== | |
|---|
UseDynamicVolatilityLimit | bool | TRUE | Calculate VolatilityLimit based on INT (spread * VolatilityMultiplier) |
|---|
VolatilityMultiplier | double | 125 | Dynamic value, only used if UseDynamicVolatilityLimit is set to TRUE |
|---|
VolatilityLimit | double | 180 | Fix value, only used if UseDynamicVolatilityLimit is set to FALSE |
|---|
UseVolatilityPercentage | bool | TRUE | If true, then price must break out more than a specific percentage |
|---|
VolatilityPercentageLimit | double | 0 | Percentage of how much iHigh-iLow difference must differ from VolatilityLimit. 0 is risky, 60 means a safe value |
|---|
UseIndicatorSet | string | === Indicators: 1 = Moving Average, 2 = BollingerBand, 3 = E | |
|---|
UseIndicatorSwitch | int | 1 | Switch User indicators. |
|---|
Indicatorperiod | int | 3 | Period in bars for indicators |
|---|
BBDeviation | double | 2.0 | Deviation for the iBands indicator |
|---|
EnvelopesDeviation | double | 0.07 | Deviation for the iEnvelopes indicator |
|---|
OrderExpireSeconds | int | 3600 | Orders are deleted after so many seconds |
|---|
Money_Management | string | ==== Money Management ==== | |
|---|
MoneyManagement | bool | TRUE | If TRUE then calculate lotsize automaticallay based on Risk, if False then use ManualLotsize below |
|---|
MinLots | double | 0.01 | Minimum lot-size to trade with |
|---|
MaxLots | double | 100.0 | Maximum allowed lot-size to trade with |
|---|
Risk | double | 2.0 | Risk setting in percentage, For 10.000 in Equity 10% Risk and 60 StopLoss lotsize = 16.66 |
|---|
ManualLotsize | double | 0.1 | Manual lotsize to trade with if MoneyManagement above is set to FALSE |
|---|
MinMarginLevel | double | 100 | Lowest allowed Margin level for new positions to be opened. |
|---|
Screen_Shooter | string | ==== Screen Shooter ==== | |
|---|
TakeShots | bool | FALSE | Save screen shots on STOP orders? |
|---|
DelayTicks | int | 1 | Delay so many ticks after new bar |
|---|