MetaTrader 5 Import Bar data to a custom symbol simply not working

 

A lot of issues happening. I'm trying to import 5000 candles to a custom Symbol, here is the properties:

{
"ConfigSymbols" : [
{
"Symbol" : "ETHUSDcustom",
"Path" : "Custom\\ETHUSDcustom",
"ISIN" : "",
"Category" : "",
"Exchange" : "",
"Description" : "",
"Basis" : "",
"Page" : "",
"CurrencyBase" : "USD",
"CurrencyProfit" : "USD",
"CurrencyMargin" : "USD",
"ColorBackground" : "4278190080",
"Digits" : "1",
"Point" : "0.10000000",
"TickFlags" : "1",
"TickBookDepth" : "0",
"TickChartMode" : "1",
"TradeMode" : "4",
"TradeFlags" : "2",
"CalcMode" : "0",
"ExecMode" : "1",
"GTCMode" : "0",
"FillFlags" : "1",
"ExpirFlags" : "15",
"OrderFlags" : "127",
"Spread" : "0",
"TickValue" : "0.10000000",
"TickSize" : "0.10000000",
"ContractSize" : "0.00100000",
"StopsLevel" : "0",
"FreezeLevel" : "0",
"VolumeMin" : "10",
"VolumeMinExt" : "100000",
"VolumeMax" : "10000",
"VolumeMaxExt" : "100000000",
"VolumeStep" : "10",
"VolumeStepExt" : "100000",
"VolumeLimit" : "10",
"VolumeLimitExt" : "100000",
"MarginFlags" : "0",
"MarginInitial" : "0.00000000",
"MarginMaintenance" : "0.00000000",
"MarginInitialBuy" : "0.00000000",
"MarginInitialSell" : "0.00000000",
"MarginInitialBuyLimit" : "0.00000000",
"MarginInitialSellLimit" : "0.00000000",
"MarginInitialBuyStop" : "0.00000000",
"MarginInitialSellStop" : "0.00000000",
"MarginInitialBuyStopLimit" : "0.00000000",
"MarginInitialSellStopLimit" : "0.00000000",
"MarginMaintenanceBuy" : "0.00000000",
"MarginMaintenanceSell" : "0.00000000",
"MarginMaintenanceBuyLimit" : "0.00000000",
"MarginMaintenanceSellLimit" : "0.00000000",
"MarginMaintenanceBuyStop" : "0.00000000",
"MarginMaintenanceSellStop" : "0.00000000",
"MarginMaintenanceBuyStopLimit" : "0.00000000",
"MarginMaintenanceSellStopLimit" : "0.00000000",
"MarginLiquidity" : "0.00000000",
"MarginHedged" : "100000.00000000",
"SwapMode" : "0",
"SwapLong" : "0.00",
"SwapShort" : "0.00",
"Swap3Day" : "0",
"TimeStart" : "0",
"TimeExpiration" : "0",
"SessionsQuotes" : [
[],
[],
[],
[],
[],
[],
[]
],
"SessionsTrades" : [
[],
[],
[],
[],
[],
[],
[]
],
"PriceSettle" : "0.0",
"PriceLimitMax" : "0.0",
"PriceLimitMin" : "0.0",
"PriceStrike" : "0.0",
"OptionMode" : "0",
"FaceValue" : "0.00",
"AccruedInterest" : "0.00",
"PricesAllowNegative" : "0",
"Formula" : ""
}
]
}


and here is some sample if the data I'm trying to input:


2021.04.20,03:00,2095.5,2115.7,2082.0,2108.7,0,128891826.9737,0
2021.04.20,02:00,2100.9,2110.0,2054.1,2095.5,0,190139627.507,0
2021.04.20,01:00,2090.0,2134.0,2081.9,2101.0,0,190257119.5651,0
2021.04.20,00:00,2164.7,2180.4,2068.0,2090.3,0,304187078.8021,0
2021.04.19,23:00,2191.9,2204.9,2154.0,2164.7,0,106140223.0773,0
2021.04.19,22:00,2204.2,2213.3,2182.2,2191.9,0,79037904.1426,0
2021.04.19,21:00,2208.5,2225.0,2181.6,2204.2,0,65846523.0243,0
2021.04.19,20:00,2190.8,2220.8,2177.1,2208.5,0,71794934.1404,0
2021.04.19,19:00,2171.7,2191.9,2158.8,2190.9,0,60121693.3109,0
2021.04.19,18:00,2148.3,2178.7,2146.0,2171.7,0,94891037.992,0
2021.04.19,17:00,2108.2,2152.4,2092.5,2148.3,0,149240189.998,0
2021.04.19,16:00,2095.7,2144.7,2085.9,2108.2,0,320295349.8488,0
2021.04.19,15:00,2148.6,2159.6,2081.6,2095.6,0,416059363.6811,0


simply when I click ok nothing happens, Anyone knows what to do?

 
I found a solution! Thanks!! The problem was with the order of the data
Reason: