UT Bot is a very popular script in my TradingView account. Quite a few people asked me to translate it to another programming languages. I already created a version in Python. In this article I’ll show you a way to implement UT Bot strategy in EasyLanguage for TradeStation. I started to look more into TradeStation Implementing UT Bot in TradeStation Read More →
Trading automation has become a trendy topic in recent years as more and more traders are looking for ways to streamline their operations and improve their efficiency. Automated trading systems can help traders make better decisions, identify opportunities, reduce risk, and even execute trades automatically. With the advances in technology, automated trading is becoming increasingly Can you automate trading in TradingView with one of the supported brokers? Read More →
Kraken is a very popular crypto exchange that offers traders a wide variety of digital currencies to buy and sell. It is a secure, reliable platform that provides users with an intuitive interface and advanced trading tools. Kraken is an ideal choice for both experienced traders and beginners, offering a wide range of features at Get market data from Kraken exchange with Python Read More →
The pivot reversal strategy is a popular trading strategy for crypto. It is based on the principle of buying or selling when the price of an asset hits a certain level, signaling a possible reversal in its trend. This strategy can be used to capitalize on short-term price movements in crypto markets. So I decided Implementing Pivot Reversal Strategy in Python with vectorbt Read More →
TradingView is a really great tool, but it still lacks a few important features. One of them is Custom Screener. I created a bunch of hacks in Pine Script that can screen up to 40 instruments, but it’s quite limited and in many cases it might not be enough. So I search for another better Creating an excellent custom screener in TradeStation in minutes Read More →
Pine Script has many versions, and they are not very compatible with each other, making it difficult to switch from one version to another. You might experience quite a lot of issues when you try to copy part of the code from a script in another version or merge different version scripts. My universal advice Automatically upgrade Pine Script indicators from version 3 and v4 to v5 Read More →