I created a system that is capable of configuring any trading strategy that you can possibly imagine. And yet, I've realized that most people don't fully understand how it works.
|
People might get an error in the chat and not understand how to fix it. This comes from a lack of comprehensive understanding of how NexusTrade works under the hood.
|
But first, did you know you could get your first month of NexusTrade Premium (Starter Pack) for just $4.99? 😱 You just have to use promo code NEWUSER15 at checkout. Take your trading experience to the next level with a GPT-4 powered chat, a robust optimization engine, and more!
|
A portfolio in NexusTrade
|
As you probably already know, NexusTrade allows you to create portfolios of trading strategies. A portfolio contains contain positions, cash, and strategies. A strategy is a rule for entering/exiting market based on conditions.
|
Conditions are boolean statements. They evaluate to either "true" or "false". The simplest condition is always true or always false, but that's not very useful for trading and investing. We need a way to create increasingly complicated conditions to express any arbitrary piece of boolean logic. We can do this using a syntax tree.
|
The Simplest Condition: the BaseCondition
|
A BaseCondition compares two indicators using comparators. An indicator is litterally any number. It can be the number 7, SPY's price, or NVIDIA's 30 day average revenue. Comparators are inequalities, such as less than, greater than, or equal to.
|
Building Better Business Logic: the Compound Condition and Compound Indicator
|
Just like how a compound sentence combines two independent clauses, a compound condition combines two or more conditions together. They can be evaluated as “And” and “Or”. They allow us to express increasingly complicated trading rules.
|
We also have compound indicators, which are typically mathematical operators, which allow us to express even more logic than what should be possible for a no-code trading platform.
|
With everything combined, we can express even the most complicated trading ideas imaginable.
|
I've written an entire Medium article on this topic! This article is suitable for everybody to get a better understanding of what's going on under the hood. After you understand how it works, creating the perfect strategy will never be easier! And with GPT-4, the AI-Powered Stock Screener, and the genetic optimization engine, you can create the best trading strategy that the world has ever seen!
|
|