I found a solution! Thanks!! The problem was with the order of the data
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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:
simply when I click ok nothing happens, Anyone knows what to do?