LSTM for financial data2019 Community Moderator ElectionTime series forecasting with RNN(stateful LSTM) produces constant valuesStateful LSTM for time-series prediciton - should each input sequence be shifted by 1 time step or by `sequenceLength` time stepsWhen to use Stateful LSTM?Input for LSTM for financial time series directional predictionHow to use LSTMs for predicting the value for a specific hour within a day, given past daily data?Multivariate, multistep forecasting with LSTMLSTM future steps prediction with shifted y_train relatively to X_trainStructure the dataset for financial machine learningLSTM Multi-state forecastTrain LSTM model with multiple time series

How could indestructible materials be used in power generation?

Can I ask the recruiters in my resume to put the reason why I am rejected?

Why doesn't H₄O²⁺ exist?

Can I use a neutral wire from another outlet to repair a broken neutral?

Is it inappropriate for a student to attend their mentor's dissertation defense?

Neighboring nodes in the network

How can I tell some body that I want to be his or her friend?

Is the Joker left-handed?

90's TV series where a boy goes to another dimension through portal near power lines

How seriously should I take size and weight limits of hand luggage?

How do I deal with an unproductive colleague in a small company?

Personal Teleportation: From Rags to Riches

Saudi Arabia Transit Visa

Can a virus destroy the BIOS of a modern computer?

What killed these X2 caps?

What is the word for reserving something for yourself before others do?

Is it possible to download Internet Explorer on my Mac running OS X El Capitan?

What is the most common color to indicate the input-field is disabled?

How do I gain back my faith in my PhD degree?

Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?

What is the difference between 仮定 and 想定?

numexpr behavior in math mode and/or TikZ

Contemplating leaving job of two years, but a long travel is in the works. Is it professional for me to resign?

Would Slavery Reparations be considered Bills of Attainder and hence Illegal?



LSTM for financial data



2019 Community Moderator ElectionTime series forecasting with RNN(stateful LSTM) produces constant valuesStateful LSTM for time-series prediciton - should each input sequence be shifted by 1 time step or by `sequenceLength` time stepsWhen to use Stateful LSTM?Input for LSTM for financial time series directional predictionHow to use LSTMs for predicting the value for a specific hour within a day, given past daily data?Multivariate, multistep forecasting with LSTMLSTM future steps prediction with shifted y_train relatively to X_trainStructure the dataset for financial machine learningLSTM Multi-state forecastTrain LSTM model with multiple time series










0












$begingroup$


I'm using LSTM to predict financial data. As input data I use log returns and I want to predict the next day market movement. Do I need to retrain the ANN every day in order to keep time consistency or I can simply train ANN once for example with the data from 2010 to 2018 and predict market movement in 2019?



I'm using daily data










share|improve this question











$endgroup$











  • $begingroup$
    Depends on your data. Are you using daily, monthly or yearly data? + your question need more details.
    $endgroup$
    – Dawny33
    Mar 26 at 10:54










  • $begingroup$
    I'm using daily data
    $endgroup$
    – Andrew
    Mar 26 at 11:05















0












$begingroup$


I'm using LSTM to predict financial data. As input data I use log returns and I want to predict the next day market movement. Do I need to retrain the ANN every day in order to keep time consistency or I can simply train ANN once for example with the data from 2010 to 2018 and predict market movement in 2019?



I'm using daily data










share|improve this question











$endgroup$











  • $begingroup$
    Depends on your data. Are you using daily, monthly or yearly data? + your question need more details.
    $endgroup$
    – Dawny33
    Mar 26 at 10:54










  • $begingroup$
    I'm using daily data
    $endgroup$
    – Andrew
    Mar 26 at 11:05













0












0








0





$begingroup$


I'm using LSTM to predict financial data. As input data I use log returns and I want to predict the next day market movement. Do I need to retrain the ANN every day in order to keep time consistency or I can simply train ANN once for example with the data from 2010 to 2018 and predict market movement in 2019?



I'm using daily data










share|improve this question











$endgroup$




I'm using LSTM to predict financial data. As input data I use log returns and I want to predict the next day market movement. Do I need to retrain the ANN every day in order to keep time consistency or I can simply train ANN once for example with the data from 2010 to 2018 and predict market movement in 2019?



I'm using daily data







lstm finance






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 26 at 11:02







Andrew

















asked Mar 26 at 10:49









AndrewAndrew

254




254











  • $begingroup$
    Depends on your data. Are you using daily, monthly or yearly data? + your question need more details.
    $endgroup$
    – Dawny33
    Mar 26 at 10:54










  • $begingroup$
    I'm using daily data
    $endgroup$
    – Andrew
    Mar 26 at 11:05
















  • $begingroup$
    Depends on your data. Are you using daily, monthly or yearly data? + your question need more details.
    $endgroup$
    – Dawny33
    Mar 26 at 10:54










  • $begingroup$
    I'm using daily data
    $endgroup$
    – Andrew
    Mar 26 at 11:05















$begingroup$
Depends on your data. Are you using daily, monthly or yearly data? + your question need more details.
$endgroup$
– Dawny33
Mar 26 at 10:54




$begingroup$
Depends on your data. Are you using daily, monthly or yearly data? + your question need more details.
$endgroup$
– Dawny33
Mar 26 at 10:54












$begingroup$
I'm using daily data
$endgroup$
– Andrew
Mar 26 at 11:05




$begingroup$
I'm using daily data
$endgroup$
– Andrew
Mar 26 at 11:05










1 Answer
1






active

oldest

votes


















1












$begingroup$

An interesting idea would be to train the model with data between 2010 and 2018 and then keep training it every day to keep it updated.



Interesting related works can be found here and here.



Anyway, you need to decide what you want to predict it: do you want a daily output, monthly or yearly?






share|improve this answer









$endgroup$












  • $begingroup$
    thx, I need daily output
    $endgroup$
    – Andrew
    Mar 26 at 11:25











Your Answer





StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "557"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f48012%2flstm-for-financial-data%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









1












$begingroup$

An interesting idea would be to train the model with data between 2010 and 2018 and then keep training it every day to keep it updated.



Interesting related works can be found here and here.



Anyway, you need to decide what you want to predict it: do you want a daily output, monthly or yearly?






share|improve this answer









$endgroup$












  • $begingroup$
    thx, I need daily output
    $endgroup$
    – Andrew
    Mar 26 at 11:25















1












$begingroup$

An interesting idea would be to train the model with data between 2010 and 2018 and then keep training it every day to keep it updated.



Interesting related works can be found here and here.



Anyway, you need to decide what you want to predict it: do you want a daily output, monthly or yearly?






share|improve this answer









$endgroup$












  • $begingroup$
    thx, I need daily output
    $endgroup$
    – Andrew
    Mar 26 at 11:25













1












1








1





$begingroup$

An interesting idea would be to train the model with data between 2010 and 2018 and then keep training it every day to keep it updated.



Interesting related works can be found here and here.



Anyway, you need to decide what you want to predict it: do you want a daily output, monthly or yearly?






share|improve this answer









$endgroup$



An interesting idea would be to train the model with data between 2010 and 2018 and then keep training it every day to keep it updated.



Interesting related works can be found here and here.



Anyway, you need to decide what you want to predict it: do you want a daily output, monthly or yearly?







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 26 at 11:08









Francesco PegoraroFrancesco Pegoraro

60918




60918











  • $begingroup$
    thx, I need daily output
    $endgroup$
    – Andrew
    Mar 26 at 11:25
















  • $begingroup$
    thx, I need daily output
    $endgroup$
    – Andrew
    Mar 26 at 11:25















$begingroup$
thx, I need daily output
$endgroup$
– Andrew
Mar 26 at 11:25




$begingroup$
thx, I need daily output
$endgroup$
– Andrew
Mar 26 at 11:25

















draft saved

draft discarded
















































Thanks for contributing an answer to Data Science Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f48012%2flstm-for-financial-data%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Quoting Keynes in a lectureIs differentiated instruction permitted by universities?How to make students learn prerequisitesUnsatisfactory Instructor Evaluations: balancing of expectations of engineering studentsWhat is the difference between a “statistician”, “applied statistician”, and an academic applying advanced stats within their field?Listing in reference section, but not quotingHow to efficiently use time while preparing for a class?Graduate Admissions: Teaching Emphasisstrategies for sharing teaching information with universities I don't personally have contacts withIs there an efficient way to give a large class of students feedback about their assignments?Is it unreasonable to expect students to read the lecture notes before attending the first class?

Rank groups within a grouped sequence of TRUE/FALSE and NAGrouping functions (tapply, by, aggregate) and the *apply familyCharacters counting and subletting specific patternsWhat is the purpose of setting a key in data.table?data.table vs dplyr: can one do something well the other can't or does poorly?how to make a bar plot for a list of dataframes?How to group by unique values in a list in RPandas - Alternative to rank() function that gives unique ordinal ranks for a columnRank within group in for loop in RData transformation: from dyadic to observational data in RGetting map from purrr to work with paste0

Are all passive ability checks floors for active ability checks?Does passive perception supersede active perception?Which skills can be used passively?Active Opposition with Free-Form Professions in Fate5E Trap/Ambush/Stealth Mechanics VS Passive Perception ConfusionInteraction between perception and stealth in obscured conditionsHow does Keen Sight affect Passive Perception?Are all d20 rolls either attacks, saves or ability checks?Can players declare that they are making a specific ability check?Can I see a Hidden creature that is not obscured at all?Can a Stealth check ever be made passively?Is this alternate version of the Observant feat balanced?What is the minimum amount of skill points per HD?