Blog

AgenaTrader Documentation

The official documentation for AgenaScript and the documentation for all indicators in AgenaTrader can be found here on these two ...

Debugging in Visual Studio 2022

Debugging using the Print() statement, where we write values or texts into the output, works very well, but in order ...

Big Scrollbar in Visual Studio 2022

Another feature that you should definitely turn on is the big scrollbar in Visual Studio 2022. If you have already  ...

Line numbers in Visual Studio 2022

If you have spent some time creating trading scripts, you will notice how important line numbers are when programming with ...

Increase memory size for TWS

If you have a large number of instruments loaded or many tabs open in your TWS, you may experience that ...

AT 2.8.3.1 💔 VS 2022

The latest version of Microsoft Visual Studio in version 2022 has been published in the beginning of November 2021. Some ...

New version Basic Package (1.0.3)

Hello Script-Traders! At the beginning of this year, a new AgenaTrader API has been released, which has made some adjustments ...

Golden Cross with AgenaScript

Golden Cross and Death Cross The golden cross is a bullish (long) signal in technical stock analysis and is triggered ...

New Version Basic Package (1.0.2)

Hello Script-Traders! As promised, we provide you a new version of our free package as part of our Script-Trading Basic ...

New version Basic Package (1.0.1)

Hello Script-Traders! As promised, we provide you a new version of our free package as part of our Script-Trading Basic ...

AgenaScript API Update!

The AgenaTrader team has completely updated the AgenaScript API. This AgenaScript API adaptation will be released with the AgenaTrader version ...

Installation IBController for automatic 24h stock trading (part 2)

In the first part of this article, “Installation IBController for automatic 24h stock trading (part 1)”, we have downloaded and installed ...

Installation IBController for automatic 24h stock trading (part 1)

As mentioned in the posting “Financial trading in 24/7 continuous operation”, there is an open source project on GitHub which ...

Tutorial: How to use an Indicator in a Condition or Strategy in the AgenaTrader (Advanced)

This tutorial will show you an advanced example for indicators, conditions, strategies and give you the ability to communicate between ...

Tutorial: How to use an Indicator in a Condition or Strategy in the AgenaTrader (Basic)

This tutorial will show you a basic example for indicators, conditions and strategies. Download source code files Indicator In many cases ...

Automation of Interactive Brokers (IB) Trading Workstation (TWS) using IBController

You are using AgenaTrader in combination with brokerage software Trading Workstation (TWS) from Interactive Broker (IB) or the german based broker Captrader and you want ...

Visual Studio 2015 and AgenaTrader 1.9

Last month the long-awaited update from AgenaTrader to version 1.9 has happened. AgenaTrader 1.8 used so far the .NET Framework 3.5 ...

Integrate an AgenaScript DLL into AgenaTrader

The integration of an AgenaScript DLL into the AgenaTrader is an extremely useful option, because you can centrally classify classes, ...

Connect GitHub with AgenaTrader

To use scripts from our GitHub project you have two options: Manual download the source files to your local directories ...

Visual Studio 2015 for AgenaTrader

AgenaTrader originally provides his own ScriptEditor that can be used for AgenaScript developments. AgenaTrader script editor This editor is a ...