Skip to content

Instantly share code, notes, and snippets.

@EA31337-Tester
Created December 12, 2016 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EA31337-Tester/3f757bcc7f321a124e10c828875014c5 to your computer and use it in GitHub Desktop.
Save EA31337-Tester/3f757bcc7f321a124e10c828875014c5 to your computer and use it in GitHub Desktop.
Tickmill vs Dukascopy
$ diff -ty <(./read_mt_formats.py -i Tickmill/EURUSD30_0.fxt -t fxt-header) <(./read_mt_formats.py -i tester-history/EURUSD30_0.fxt -t fxt-header)
headerVersion = 405 headerVersion = 405
copyright = (C)opyright 2005-2007, MetaQuotes Software Corp. | copyright = Copyright 2001-2016, MetaQuotes Software Corp.
server = Tickmill-DemoUK | server = default
symbol = EURUSD symbol = EURUSD
timeframe = 30 timeframe = 30
modelType = 0 modelType = 0
totalBars = 14491 | totalBars = 12360
modelStart = 2013-12-01 22:00:01 | modelStart = 2014-01-06 00:00:00
modelEnd = 2015-01-30 21:59:54 | modelEnd = 2014-12-29 23:30:00
padding1 = <...> padding1 = <...>
modelQuality = 99.0 | modelQuality = 89.27273462783171
baseCurrency = EUR baseCurrency = EUR
spread = 10 spread = 10
digits = 5 digits = 5
padding2 = <...> padding2 = <...>
pointSize = 1e-05 pointSize = 1e-05
minLotSize = 1 minLotSize = 1
maxLotSize = 10000 | maxLotSize = 1000000
lotStep = 1 lotStep = 1
stopLevel = 0 | stopLevel = 8
GTC = 0 | GTC = 1
padding3 = <...> padding3 = <...>
contractSize = 100000.0 contractSize = 100000.0
tickValue = 1.0 | tickValue = 0.0
tickSize = 1e-05 | tickSize = 0.0
profitMode = 0 profitMode = 0
swapEnabled = 1 swapEnabled = 1
swapMethod = 0 swapMethod = 0
padding4 = <...> padding4 = <...>
swapLong = -3.23 | swapLong = 0.33
swapShort = 1.08 | swapShort = -1.04
swapRollover = 3 swapRollover = 3
accountLeverage = 500 | accountLeverage = 100
freeMarginMode = 1 freeMarginMode = 1
marginCalcMode = 0 marginCalcMode = 0
marginStopoutLevel = 30 | marginStopoutLevel = 70
marginStopoutMode = 0 marginStopoutMode = 0
marginRequirements = 0.0 marginRequirements = 0.0
marginMaintenanceReq = 0.0 marginMaintenanceReq = 0.0
marginHedgedPosReq = 0.0 | marginHedgedPosReq = 50000.0
marginLeverageDivider = 1.0 marginLeverageDivider = 1.0
marginCurrency = EUR marginCurrency = EUR
padding5 = <...> padding5 = <...>
commission = 0.0 commission = 0.0
commissionType = 1 | commissionType = 0
commissionPerEntry = 0 commissionPerEntry = 0
indexOfFirstBar = 0 | indexOfFirstBar = 1
indexOfLastBar = 0 indexOfLastBar = 0
indexOfM1Bar = 1 | indexOfM1Bar = 101
indexOfM5Bar = 0 indexOfM5Bar = 0
indexOfM15Bar = 0 indexOfM15Bar = 0
indexOfM30Bar = 0 indexOfM30Bar = 0
indexOfH1Bar = 0 indexOfH1Bar = 0
indexOfH4Bar = 0 indexOfH4Bar = 0
beginDate = 1970-01-01 01:00:00 | beginDate = 2014-01-01 00:00:00
endDate = 1970-01-01 01:00:00 | endDate = 2014-12-30 00:00:00
freezeLevel = 0 freezeLevel = 0
numberOfErrors = 0 numberOfErrors = 0
reserved = <...> reserved = <...>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment