Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. //Active//
  2. BarsCount=500
  3. BarsCountMax=70000
  4. CanTradeLocalRatio=1000
  5. CmaPasses=30
  6. CmaRatioForWaveLength=2
  7. CorridorDistanceRatio=0.03
  8. FatnessWeightPower=0.5
  9. MacdRsdAvgLevel=0
  10. PriceCmaLevels_=0.34
  11. RatesDistanceMin=0.02
  12. RatesStDevMinInPips=1
  13. RhSDRatio=0
  14. TakeProfitLimitRatio=5
  15. TipRatio=0
  16. TradeCountMax=0
  17. TradeCountStart=0
  18. TradeStripJumpRatio=1.5
  19. TradingAngleRange_=0
  20. TradingHoursRange=19:00-17:00
  21. TrendAngleBlue=0
  22. TrendAngleGreen=0
  23. TrendAngleLime=0
  24. TrendAngleRed=0
  25. TrendAnglesPerc=0
  26. TrendHeightPerc=0
  27.  
  28.  
  29. //Active Funcs//
  30. BarPeriod=t1
  31. BarPeriodCalc=none
  32. CorridorByStDevRatioFunc=HPAverage
  33. CorridorByStDevRatioFunc2=HPAverage
  34. CorridorCalcMethod=Height
  35. CorridorHighLowMethod=AskHighBidLow
  36. LevelBuyBy=LimeMax
  37. LevelBuyCloseBy=None
  38. LevelSellBy=LimeMin
  39. LevelSellCloseBy=None
  40. MovingAverageType=Cma
  41. RatesLengthBy=DistanceMinSmth
  42. ScanCorridorBy=OneTwoThree
  43. TakeProfitFunction=Lime
  44. TakeProfitXRatio=0.3
  45. TimeFrameTreshold=0
  46. TradeConditionsSave=
  47. TradeDirectionTriggerssSave=OnCantTradeFreeze;OnManualColdMove
  48. TradeEnterBy=PriceCurr
  49. TradeExitBy=PriceCurr
  50. TradeOpenActionsSave=WrapOnTrade
  51. TradingDaysRange=SuFr
  52. TradingDistanceFunction=Blue
  53. TradingDistanceX=1
  54. TrailingDistanceFunction=SimpleMove
  55. VoltageFunction_=StDev
  56.  
  57.  
  58. //Active Yes or No//
  59. CanDoNetLimitOrders=False
  60. CanDoNetStopOrders=False
  61. CanTradeAlwaysOn=False
  62. CloseAfterTradingHours=False
  63. CloseTradesBeforeNews=False
  64. DoAdjustExitLevelByTradeTime=False
  65. DoCorrDistByDist=False
  66. DoSetTradeStrip=True
  67. ExitByBuySellLevel=False
  68. IsCorridorForwardOnly=False
  69. IsTakeBack=True
  70. IsTrender=True
  71. IsTurnOnOnly=False
  72. LimitProfitByRatesHeight=False
  73. TradingRatioByPMC=True
  74. UseLastLoss=False
  75. UsePrevHeight=False
  76. UseVoltage=True
  77.  
  78.  
  79. //Corridor//
  80. CanShowNews=False
  81. ChartHighMethod=AskBidByReg
  82. ChartLowMethod=AskBidByReg
  83. ClearCOMs=True
  84. CorrelationMinimum=0.15
  85. CorridorCrossHighLowMethod=Average
  86. CorridorLengthMinimum_=0.1
  87. DoShowTradeOnChart=True
  88. FitRatesToPlotter=False
  89. GreenRedBlue=2,2,2
  90. IsAutoSync=False
  91. IteratorLastRatioForCorridor=3
  92. PriceFftLevelsFast=1
  93. PriceFftLevelsSlow=1
  94. ResetTradeStrip=False
  95. ShowParabola=False
  96. SuppResLevelsCount_=2
  97. SyncAll=False
  98. VoltsAvgIterations=0
  99.  
  100.  
  101. //Test//
  102. TestBarsCount=
  103. TestCorrelationMinimum=
  104. TestCorridorDistanceRatio=
  105. TestDistanceIterations=
  106. TestPriceCmaLevels=
  107. TestProfitToLossExitRatio=
  108. TestRatesHeightMinimum=
  109. TestWaveStDevRatio=
  110.  
  111.  
  112. //Test Control//
  113. TestMinimumBalancePerc=-0.4
  114. TestSuperSessionUid_=00000000-0000-0000-0000-000000000000
  115. TestUseSuperSession=False
  116.  
  117.  
  118. //Trading//
  119. BigWaveIndex=0
  120. DoNews=True
  121. EllasticRange=5
  122. ExitFunction=Friday
  123. IsTrader=True
  124. MaximumPositions_=1
  125. MoveWrapTradeWithNewTrade=False
  126. StreatchTakeProfit=True
  127. TradingRatio_=10
  128. TurnOffFunction=Void
  129. TurnOffOnProfit=False
  130.  
  131.  
  132. //XXX//
  133. CloseOnOpen_=False
  134. CorridorHeightMax=1.06
  135. DistanceDaysBack=2
  136. DoStreatchRates_=False
  137. ForceOpenTrade=False
  138. IsGannAnglesManual_=False
  139. IsSuppResManual_=False
  140. LoadRatesSecondsWarning_=5
  141. MaxLotByTakeProfitRatio_=0.5
  142. ProfitToLossExitRatio_=2
  143. ReverseStrategy_=True
  144. RsdTreshold=0
  145. StreatchRatesMaxRatio=1
  146. VoltsBelowAboveLengthMin=60
  147. VoltsFrameLength=0
  148. VoltsHighIterations=0
  149. WaveStDevRatio=0
  150.  
  151.  
  152. //XXX_NU//
  153. CloseByMomentum_=False
  154. CloseOnProfitOnly_=True
  155. CorridorBigToSmallRatio_=-1
  156. ExtreamCloseOffset_=2
  157. ResetOnBalance_=0
  158. TradeByRateDirection_=False
  159. TradeOnBOW=True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement