Silent errors, indicator halting
Created at 09 Feb 2014, 17:25
Silent errors, indicator halting
09 Feb 2014, 17:25
Good Afternoon,
I have a dashboard that I have created, multiple symbols, multiple timeframes.
I am having a problem because it seems that your data seems get faulty at points or the symbol and timeframe is unavailable. The main problem is, I just don't know.
Now this has happened to me 3 times in the last week, which isn't great because my running indicator resets.
Can we please have an exception for symbol/data not available so that I can catch the error and continue?
It is becoming increasingly unreliable way of operating for me.
Elogos
09 Feb 2014, 19:10
At time of writing :
MarketSeries:
EURSGD 4 Hour, NZDJPY 1 Hour
Are inaccessible.
I have written a little indicator that outputs to a text file (getting around the limitation of writing to screen when error occurs).
It writes on Calculate() what it will test next into this file, thereby catching the faulty MarketSeries.
Then on the next Calculate() call it will test that symbol/timeframe pair, and if the indicator errors and doesn't continue, then obviously the last entry was the faulty pair.
However I have not done a complete job, it won't continue to test a further timeframe of that pair without me typing out all of the test combos.
@Elogos