39 lines
2 KiB
Text
39 lines
2 KiB
Text
; |---------- General Settings -----------|
|
|
DatabaseName=ISTL
|
|
RunInVirtualMode=true
|
|
MagicNumber=7775
|
|
verbose=false
|
|
InitialDirection=0
|
|
InpSym=
|
|
BuyInitialLotSize=10
|
|
SellInitialLotSize=10
|
|
; |----------Stop Loss Management----------|
|
|
useVirtualStops=true
|
|
MinimumPointsForStopLossMove=1
|
|
; ||--- Average True Range Settings
|
|
useATRStopLoss=true
|
|
atrMultiplier=0.5
|
|
TimeframeOfATR=16408
|
|
PeriodsInATR=14
|
|
; ||--- Percentage Stop Loss Settings
|
|
usePercentageStopLoss=false
|
|
BuyStopLossPercentage=0.1
|
|
SellStopLossPercentage=0.1
|
|
; ||--- Idle Stoploss movement
|
|
BuyMoveStopLossIfIdle=false
|
|
BuyIdleMinutesRequiringAMove=25
|
|
BuyIdleMovements=5
|
|
BuyPercentageToMoveStopLossIfIdle=0.01
|
|
SellMoveStopLossIfIdle=false
|
|
SellIdleMinutesRequiringAMove=15
|
|
SellPercentageToMoveStopLossIfIdle=0.01
|
|
SellIdleMovements=5
|
|
; |----------Add On Orders Settings----------|
|
|
; ||--- Buy Addons
|
|
BuyAddOnAtPercentage=0
|
|
BuyLotSizeMultiplier=1
|
|
BuysInSeries=1
|
|
; ||--- Sell Addons
|
|
SellAddOnAtPercentage=0
|
|
SellLotSizeMultiplier=1
|
|
SellsInSeries=1
|