@Maverick74 @redbaron1981 or anyone else.
Forgive my ignorance on the programing aspect of trading.
So after you have whatever outcome your program produces from your data inputs,is that a stand alone solution ? Or is that just one factor in an investment/ trade decision ?
For ex: how would a programmed action/decision jive with a political event like the Comey hearings or a bianary event such as Brixit ? Thanks for the info.
Just to further explain...the idea of programming is to find edges. We use R to collect data and test data to prove statistical edges. Once an edge is found, it can be traded any number of ways..manually, automated, both, etc.
So say you have a theory, that 30 NLs in currencies have the opposite effect as they do in equities i.e. a 30 NL pos confirm would indicate higher prices in say AAPL but in the Euro, maybe it indicates a fade. You need to test this idea. A chart won't help you. So you write some code to get currency data, write some code for the signal and test the signal over the last 5 years lets say. You can compare the signal to the noise in the data to make sure the relationship is not spurious. If the signal is proven valid, you move on to optimizing the signal. That is, how you properly position size and execute the signal to maximize your MAE and minimize your MFE. Once this is done you have yourself a strategy.
This is all statistical analysis. Programs like R or Python allow one to do this quickly and competently. The confidence you get from the data analysis is what allows one the conviction to both execute the trade and to trade maximum size given a certain risk constraint.
