<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.3">Jekyll</generator><link href="http://algovue.app/feed.xml" rel="self" type="application/atom+xml" /><link href="http://algovue.app/" rel="alternate" type="text/html" /><updated>2023-05-01T21:48:27+00:00</updated><id>http://algovue.app/feed.xml</id><title type="html">AlgoVue</title><subtitle>No-Code editor for Algo trading</subtitle><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil, &quot;twitter&quot;=&gt;nil}</name></author><entry><title type="html">Ease-of-Use features</title><link href="http://algovue.app/examples/2023/04/17/drag-drop/" rel="alternate" type="text/html" title="Ease-of-Use features" /><published>2023-04-17T00:00:00+00:00</published><updated>2023-04-17T00:00:00+00:00</updated><id>http://algovue.app/examples/2023/04/17/drag-drop</id><content type="html" xml:base="http://algovue.app/examples/2023/04/17/drag-drop/">&lt;h2 id=&quot;everything-in-algovue-is-draggable&quot;&gt;Everything in AlgoVue is draggable&lt;/h2&gt;
&lt;p&gt;Just drop entire nodes on top of the “+” buttons that will accept them. If they cannot be accepted, such as trying to drop a node within in its own children, or putting an invalid node type inside another, the arrow will be greyed out.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;\images\drop.png&quot; alt=&quot;Checkmate&quot; style=&quot;width:446px&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;everything-in-algovue-can-be-copy-and-pasted&quot;&gt;Everything in AlgoVue can be copy and pasted.&lt;/h2&gt;
&lt;p&gt;click on the “⋮” next to any node to find these options&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;\images\cutpaste.png&quot; alt=&quot;Checkmate&quot; style=&quot;width:446px&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;paste&quot;&gt;Paste&lt;/h2&gt;
&lt;p&gt;click on a blue add sign to paste the node&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;\images\tree.PNG&quot; alt=&quot;Checkmate&quot; style=&quot;width:446px&quot; /&gt;
&lt;!--more--&gt;&lt;/p&gt;</content><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil, &quot;twitter&quot;=&gt;nil}</name></author><category term="examples" /><summary type="html">Everything in AlgoVue is draggable Just drop entire nodes on top of the “+” buttons that will accept them. If they cannot be accepted, such as trying to drop a node within in its own children, or putting an invalid node type inside another, the arrow will be greyed out. Everything in AlgoVue can be copy and pasted. click on the “⋮” next to any node to find these options Paste click on a blue add sign to paste the node</summary></entry><entry><title type="html">MACD</title><link href="http://algovue.app/examples/2023/04/16/MACD/" rel="alternate" type="text/html" title="MACD" /><published>2023-04-16T00:00:00+00:00</published><updated>2023-04-16T00:00:00+00:00</updated><id>http://algovue.app/examples/2023/04/16/MACD</id><content type="html" xml:base="http://algovue.app/examples/2023/04/16/MACD/">&lt;h2 id=&quot;what-is-macd&quot;&gt;What is MACD?&lt;/h2&gt;
&lt;p&gt;Moving average convergence/divergence (MACD, or MAC-D) is a trend-following momentum indicator that shows the relationship between two exponential moving averages (EMAs) of a security’s price.&lt;/p&gt;

&lt;p&gt;To use this in AlgoVue, first click “+”, then choose Complex Conditional, where the condition is the comparison of two technical indicators. You can now choose a moving average, or a exponential moving average, define its windows, and the condition will evaluate to true when the crossover occurs.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;\images\MACD.PNG&quot; alt=&quot;Checkmate&quot; class=&quot;screenshot&quot; /&gt;
&lt;!--more--&gt;&lt;/p&gt;</content><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil, &quot;twitter&quot;=&gt;nil}</name></author><category term="examples" /><summary type="html">What is MACD? Moving average convergence/divergence (MACD, or MAC-D) is a trend-following momentum indicator that shows the relationship between two exponential moving averages (EMAs) of a security’s price. To use this in AlgoVue, first click “+”, then choose Complex Conditional, where the condition is the comparison of two technical indicators. You can now choose a moving average, or a exponential moving average, define its windows, and the condition will evaluate to true when the crossover occurs.</summary></entry><entry><title type="html">Tutorial</title><link href="http://algovue.app/examples/2023/04/16/Tutorial/" rel="alternate" type="text/html" title="Tutorial" /><published>2023-04-16T00:00:00+00:00</published><updated>2023-04-16T00:00:00+00:00</updated><id>http://algovue.app/examples/2023/04/16/Tutorial</id><content type="html" xml:base="http://algovue.app/examples/2023/04/16/Tutorial/">&lt;h2 id=&quot;tutorial&quot;&gt;Tutorial&lt;/h2&gt;
&lt;p&gt;When you first open AlgoVue, you will be greeted with a screen showing you what you can do to get started!&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;\images\tutorial.PNG&quot; alt=&quot;Checkmate&quot; class=&quot;screenshot&quot; /&gt;
&lt;!--more--&gt;
Try ChatGPT: type in a trading idea, and have ChatGPT+AlgoVue automatically transcribe your idea into a runnable, testable strategy!
&lt;img src=&quot;\images\chatGPT.PNG&quot; alt=&quot;Checkmate&quot; class=&quot;screenshot&quot; /&gt;&lt;/p&gt;

&lt;p&gt;click Discover to browse a list of curated strategies!
&lt;img src=&quot;\images\discover.png&quot; alt=&quot;Checkmate&quot; class=&quot;screenshot&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Click the “+” to add a starting block to your brand new strategy. Try things like Assets, named groups, weight allocations, If/Else conditionals, or filter/select assets!
&lt;img src=&quot;\images\tree.PNG&quot; alt=&quot;Checkmate&quot; class=&quot;screenshot&quot; /&gt;&lt;/p&gt;</content><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil, &quot;twitter&quot;=&gt;nil}</name></author><category term="examples" /><summary type="html">Tutorial When you first open AlgoVue, you will be greeted with a screen showing you what you can do to get started!</summary></entry><entry><title type="html">Trend Following</title><link href="http://algovue.app/examples/2023/04/03/big-tech-mom/" rel="alternate" type="text/html" title="Trend Following" /><published>2023-04-03T00:00:00+00:00</published><updated>2023-04-03T00:00:00+00:00</updated><id>http://algovue.app/examples/2023/04/03/big-tech-mom</id><content type="html" xml:base="http://algovue.app/examples/2023/04/03/big-tech-mom/">&lt;h2 id=&quot;big-tech-momentum&quot;&gt;Big Tech Momentum&lt;/h2&gt;
&lt;p&gt;Lets try a Filter and select strategy. In this example, we will look at 9 of the biggest tech stocks from 2015-2022. We will sort them by their performance from the past 20 trading days and buy and hold the top 2.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;\images\filter.PNG&quot; alt=&quot;Checkmate&quot; class=&quot;screenshot&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;does-it-work&quot;&gt;Does it work?&lt;/h2&gt;
&lt;p&gt;wow! this strategy got +1301% from the years 2015 to the end of 2021. This strategy performs better than any of the 9 stocks individually! why does this work? Tech companies often have performances that have a bit of momentum, for example maybe they are betting on a new technology or launched a new product and it is paying off, and the market is slowly realizing how well its going, as consumers are buying in and boosting their quarterly revenue. Of course, 2015-2022 was a great time for tech stocks, will this strategy continue to perform well? who knows, its up to you. Maybe you can start with this idea and apply them to different industries, and tweak the performance criteria and parameters.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;\images\bigtechmo.PNG&quot; alt=&quot;Checkmate&quot; class=&quot;screenshot&quot; /&gt;
&lt;!--more--&gt;&lt;/p&gt;</content><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil, &quot;twitter&quot;=&gt;nil}</name></author><category term="examples" /><summary type="html">Big Tech Momentum Lets try a Filter and select strategy. In this example, we will look at 9 of the biggest tech stocks from 2015-2022. We will sort them by their performance from the past 20 trading days and buy and hold the top 2. Does it work? wow! this strategy got +1301% from the years 2015 to the end of 2021. This strategy performs better than any of the 9 stocks individually! why does this work? Tech companies often have performances that have a bit of momentum, for example maybe they are betting on a new technology or launched a new product and it is paying off, and the market is slowly realizing how well its going, as consumers are buying in and boosting their quarterly revenue. Of course, 2015-2022 was a great time for tech stocks, will this strategy continue to perform well? who knows, its up to you. Maybe you can start with this idea and apply them to different industries, and tweak the performance criteria and parameters.</summary></entry><entry><title type="html">Mean Reversion</title><link href="http://algovue.app/examples/2023/04/03/buy-the-dips-nasdaq/" rel="alternate" type="text/html" title="Mean Reversion" /><published>2023-04-03T00:00:00+00:00</published><updated>2023-04-03T00:00:00+00:00</updated><id>http://algovue.app/examples/2023/04/03/buy-the-dips-nasdaq</id><content type="html" xml:base="http://algovue.app/examples/2023/04/03/buy-the-dips-nasdaq/">&lt;h2 id=&quot;buy-the-dips-nasdaq&quot;&gt;Buy the Dips NASDAQ&lt;/h2&gt;
&lt;p&gt;Lets try a strategy where we buy the dips for NASDAQ. What do we count as a dip? Lets say If the 5 day cumulative return is less than -5%. If there is a dip, lets by TQQQ, a 3x leaverages version of NASDAQ. lets also make sure we are not coming out a dip, or if the 1 day return is less then 5%. To do this, we insert a nested If/Else statement inside another If/Else statement to combine the two conditions. For the Else condition, we can leave empty, to just hold cash and do nothing.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;\images\nasdaqdip.PNG&quot; alt=&quot;Checkmate&quot; class=&quot;screenshot&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;does-it-work&quot;&gt;Does it work?&lt;/h2&gt;
&lt;p&gt;wow! this strategy is on par with NASDAQ itself, and even narrowly beating out S&amp;amp;P 500 from the years 2015-2022, while only holding TQQQ a tiny percentage of the time, as we can see from the performance graph. This strategy is based on the idea of mean reversion, which states that a price has a tendancy to revert to its mean, after a big movement, like a dip.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;\images\dips2.PNG&quot; alt=&quot;Checkmate&quot; class=&quot;screenshot&quot; /&gt;
&lt;!--more--&gt;&lt;/p&gt;</content><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil, &quot;twitter&quot;=&gt;nil}</name></author><category term="examples" /><summary type="html">Buy the Dips NASDAQ Lets try a strategy where we buy the dips for NASDAQ. What do we count as a dip? Lets say If the 5 day cumulative return is less than -5%. If there is a dip, lets by TQQQ, a 3x leaverages version of NASDAQ. lets also make sure we are not coming out a dip, or if the 1 day return is less then 5%. To do this, we insert a nested If/Else statement inside another If/Else statement to combine the two conditions. For the Else condition, we can leave empty, to just hold cash and do nothing. Does it work? wow! this strategy is on par with NASDAQ itself, and even narrowly beating out S&amp;amp;P 500 from the years 2015-2022, while only holding TQQQ a tiny percentage of the time, as we can see from the performance graph. This strategy is based on the idea of mean reversion, which states that a price has a tendancy to revert to its mean, after a big movement, like a dip.</summary></entry><entry><title type="html">pairs trading</title><link href="http://algovue.app/examples/2023/04/03/coke/" rel="alternate" type="text/html" title="pairs trading" /><published>2023-04-03T00:00:00+00:00</published><updated>2023-04-03T00:00:00+00:00</updated><id>http://algovue.app/examples/2023/04/03/coke</id><content type="html" xml:base="http://algovue.app/examples/2023/04/03/coke/">&lt;h2 id=&quot;coke-vs-pepsi&quot;&gt;Coke vs Pepsi.&lt;/h2&gt;
&lt;p&gt;Lets try a a simple pairs trading strategy. Coke vs Pepsi. The assumption is that coke and pepsi must have securities that have a price relationship. So, lets check the performance of COKE vs PEP in the last 5 trading days. If COKE is performing better, buy COKE, otherwise buy PEP.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images\coke1.PNG&quot; alt=&quot;Checkmate&quot; class=&quot;screenshot&quot; /&gt;&lt;/p&gt;

&lt;h2 id=&quot;does-it-work&quot;&gt;Does it work?&lt;/h2&gt;
&lt;p&gt;wow! this strategy got +253% from 2015-2021, beating just coke or just pepsi alone, and also beating the S&amp;amp;P 500! will this continue to perform well in the future? are there any other obvious pairs we can trade like this? its up to you to decide.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images\coke2.PNG&quot; alt=&quot;Checkmate&quot; class=&quot;screenshot&quot; /&gt;
&lt;!--more--&gt;&lt;/p&gt;</content><author><name>{&quot;name&quot;=&gt;nil, &quot;email&quot;=&gt;nil, &quot;twitter&quot;=&gt;nil}</name></author><category term="examples" /><summary type="html">Coke vs Pepsi. Lets try a a simple pairs trading strategy. Coke vs Pepsi. The assumption is that coke and pepsi must have securities that have a price relationship. So, lets check the performance of COKE vs PEP in the last 5 trading days. If COKE is performing better, buy COKE, otherwise buy PEP. Does it work? wow! this strategy got +253% from 2015-2021, beating just coke or just pepsi alone, and also beating the S&amp;amp;P 500! will this continue to perform well in the future? are there any other obvious pairs we can trade like this? its up to you to decide.</summary></entry></feed>