User Portlet User Portlet

Discussions
Does Mathematica offer any APIs that can be used to submit and execute trades on stock market? If the core Mathematica product can't do it, are there any packages enabling an execution of trading transactions from Mathematica? Thanks - Larry
Is there a way to automatically evaluate test.nb every 30 minutes during a day? Thanks - Larry
I am using Predict with 26 training examples. In each example the input is a list of 8 parameters. Regardless the Method I used ("LinearRegression", "NeuralNetwork", "NearestNeighbors", etc) - I tried all of them, PredictInformation shows only one...
I am new to Mathematica. Just trying to test a simple loop example: Do[Print[i^2], {i, 4}] It is a copy/paste from a published example with an expected outcome 1 4 9 16 Instead Mathematica output displays something different, please see the...