Thursday, July 30, 2020



KNDI in a move this morning. Track to trade as per last move using your strategy. A very nice move since opening to trade a move to any side.

For educational purposes only and not intended as a financial advice of any kind.

Tuesday, July 21, 2020


It is China buying copper? Charting such of a commodity as it is the copper futures will shows us that it has been moving up for some time, and still moving today. Nice profits with the best entry and exit strategies are possible.

Nothing better than watching for news, technical and fundamentals, as when they all agree, such moves happens very fast. The best time to get in and out has to be carefully planned for the benefit of very generous profits.

For educational purposes only and not intended as a financial advice of any kind. Invest at your own risk and do your research homework.



Here are the latest move of crude oil due to federal government news on the stimulus. Crude oil price has moved up since yesterday in around a two dollars move. A nice profit for those who saw up the move in time.

The reason why investors need to be watching the market for great moves on stocks, futures and everything that moves on the market. The idea is to identify for a potential and profitable entry and exit strategy.

For educational purposes only and not intended as financial advice of any kind.

Sunday, July 19, 2020


Finding all tickers of the S&P500. Here, on the picture above, we can see the tickers printed and the Python code we used to print them from Wikipedia. We used web scrapping in Python with the libraries as shown.

For educational purposes only. Not intended or claimed as a financial advice of any kind.

Very cheap stocks with a strong move. Here we can see the ticker "AUTO" on a daily chart. The volume has been over the highest average itself. As per the technical indicators, a modified set of the Quadratic regression, Truncated and Separated Moving average.

As for the Quadratic indicator, we can see it is a predictive plot of the current move. With the new features on TradingView, where you can use one indicator as the input of another, we then feed the WMA of one indicator into the Quadratic.

We can now see such moves of the stock on a daily chart or a lower aggregation. For educational purposes only and not intended or claimed as a financial advice of any kind.

Saturday, July 18, 2020

Calling data with Python into a json dictionary. It also can be printed as a dataframe, which means such data can be printed in a table format and as an .csv file too.

Such fields can be called as a technical indicator on the desired instrument. Below a json dictionary.

[{'symbol': 'SALM', 'date': '2020-07-17', 'rating': 'B+', 'ratingScore': 3, 'ratingRecommendation': 'Neutral', 'ratingDetailsDCFScore': 5, 'ratingDetailsDCFRecommendation': 'Strong Buy', 'ratingDetailsROEScore': 1, 'ratingDetailsROERecommendation': 'Strong Sell', 'ratingDetailsROAScore': 2, 'ratingDetailsROARecommendation': 'Sell', 'ratingDetailsDEScore': 5, 'ratingDetailsDERecommendation': 'Strong Buy', 'ratingDetailsPEScore': 3, | 'ratingDetailsPERecommendation': 'Neutral', 'ratingDetailsPBScore': 3, 'ratingDetailsPBRecommendation': 'Neutral'}]
Just few lines of Python code is needed in order to achieve this printed data.

Friday, July 17, 2020




Live Cattle futures is has move significantly in the last few days. For a nice gains with restaurant news and positive market outlook in certain areas of the food industry. 

While we are not on the technical indicators business, I build custom indicators that are not available anywhere to create a new set of tools to test for such moves.

For educational purposes only and not intended as financial advice of any kind.

Saturday, July 11, 2020


Python with its financial set of libraries, has been great when it comes to stock trading and financial solutions. Technical indicators, charts and data formats are also very neat presented with Python.
There has been some preferences regarding speed and capabilities.

Python is super loaded for trading, and to take advantage of the features of JAVA, C++ and Python, we can now test pulling pricing information and more with go, golang, a nice and very fast programming language, good for even a nice full trading platform.

The picture above is just an example of calling stock and futures pricing data in one line of code, not shown, but date as per picture above.

Keep in touch for the latest and thanks for visiting.

For educational purposes only and not intended as a financial advice of any kind.