MarketData for #NASDAQ100 on Hour timeframe don't respond ...
MarketData for #NASDAQ100 on Hour timeframe don't respond ...
14 Jan 2016, 11:15
Running HS=MarketData.GetSeries(TimeFrame.Hour); under FxPro cAlgo for #NASDAQ100 return no answer even I wait one hour ... practically accessing hourly data series For Nasdaq block the cBot ... the problem occur obly for #NASDAQ100 on Hourly timeframe ...
Replies
cristianpauna
18 Jan 2016, 08:40
The error is still active. Starting the US trading session on 14.01.2016, the same error occurs for #US30 index on hourly timeframe ... MarketData.GetSeries(TimeFrame.Hour); block the cBot forever ... We wait for a solution ...
@cristianpauna
cristianpauna
30 Jan 2016, 10:03
There is still no answer for this error ... to be more clear run this code on cAlgo with 5M timeframe for "#USNDAQ100" ...
//Run this on 5Minute timeframe ... MarketData.GetSeries("#USNDAQ100", TimeFrame.Hour); return no data even I wait more than on hour ...
using System; using System.Net; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.Indicators;
using cAlgo.API.Internals; using cAlgo.API.Requests; using System.IO; using Microsoft.Win32;
namespace cAlgo.Robots
{[Robot("Test1HDataSeries", AccessRights=AccessRights.FullAccess)]
public class Trade:Robot
{
private MarketSeries HS;
protected override void OnStart()
{
Print("Start the test program ...");
HS=MarketData.GetSeries("#USNDAQ100", TimeFrame.Hour);
Print("If you get this message ... the error was fixed ...");
}
protected override void OnTick(){Print("Do something ...");}
}
}
//Run this on 5Minute timeframe ... MarketData.GetSeries("#USNDAQ100", TimeFrame.Hour); return no data even I wait more than on hour ...
@cristianpauna
... Deleted by UFO ...
cristianpauna
31 Jan 2016, 19:22
Thank you for your reply.
Any code works for "US30" but no code works for "USNDAQ100" ...
I still wait for a solution ... it seams USNDAQ100 series are the problem ... not the code ...
@cristianpauna
... Deleted by UFO ...
... Deleted by UFO ...
cristianpauna
31 Jan 2016, 20:34
( Updated at: 21 Dec 2023, 09:20 )
I repeted your code for #USNDAQ100 under a FxPro cTrader real account ... the cBot is still blocking on my platform ... only for #USNDAQ100 ...
@cristianpauna
cristianpauna
06 Feb 2016, 08:33
The problem was solved.
Thank you for your support!
Cristian Pauna
@cristianpauna
Spotware
14 Jan 2016, 15:29
Dear Trader,
Thank you for reporting it. We will investigate.
We apologize for any inconvenience.
@Spotware