Tag: how to learn algo trading?

MarketSecrets - Learn To Trade Like a Pro

How To Plot HTF EMA in TradingView Chart using Pine Script?

Mar-How To Plot HTF EMA in TradingView Chart using Pine Script? Today’s lesson will cover how to access higher timeframe price data in your custom Pine Script indicators. As always, this lesson builds on the knowledge from previous lessons, so if anything doesn’t make sense here please go back through the other lessons where everything we’re…
Read more

How to set-up Algo Trading for MA Candle Cross Strategy?

How to set-up Algo Trading for MA Candle Cross Strategy? MA Candle Cross Strategy In this episode, we will build a simple MA candle cross over strategy. Note: this is not a moving average crossover strategy but a MA Candle cross strategy. So we will just be using 1 moving average here. Strategy: We will…
Read more

How To Identify Candle Patterns Automatically in TradingView using Pine Script?

In this episode I’ll show you how to detect basic candlestick patterns using Pine Script. We’ll focus solely on Engulfing Candles for now, but the process involved in identifying them is similar for all other candle patterns such as pinbars, shooting stars and hammers, dojis, higher-high higher-close and lower-low lower-close candles. If you’re inexperienced with…
Read more

Algo Trading using Bearing and Bullish Engulfing Strategy

In this episode, we will be scripting a pattern recognition strategy to trade based on  Bearing and Bullish Engulfing  patterns. Bearing and Bullish Engulfing  strategy I am not going to go into the details of whats bearish or bullish engulfing, we talked about it in multiple videos and sessions already. So if you have queries…
Read more

Algo Trading using Open=High Open=Low Strategy

OHOL Strategy   In this episode, we will be scripting a Strategy for intraday traders to trade using a simple OHOL. This strategy is back-testable. So, let’s begin with the rules…. Rules Buy : We need to buy, If low price of the stock is equal to it’s open price, as this indicates buying pressure. Short :…
Read more

How to modify Algo-Trading scripts without coding in TradingView?

How to modify our scripts without coding? A cool feature about Pine script is that we can create custom inputs to easily change the parameters of our strategies and indicators. We have discussed about this in detail in one of the earlier episodes. Let’s take it a step further now Take a look at any…
Read more

Algo Trading using Gap Breakout Strategy

Nov-Algo Trading using Gap Breakout Strategy In this episode, we will be scripting a Strategy for intraday traders to trade the gap ups and gap downs based on price breakout. This strategy is back-testable. First, let’s discuss about the strategy. This involves GAP breakout.. Strategy is very simple. when the market open with gap up and…
Read more

Algo Trading using Gap and Range Breakout Strategy

Algo Trading using Gap and Range Breakout Strategy ups and gap downs based on open range breakout. This strategy is back-testable. First, let’s discuss about the strategy. This involves GAP and Range breakout.. So, let’s begin… Gap: If today’s open is outside the range of yesterday high or low .i.e. if today’s open is higher than yesterday’s…
Read more

Creating and Testing a Algo (or) Strategy in TradingView using PineScript

Sept-Creating and Testing a Algo (or) Strategy in TradingView using PineScript At the start of the series, I mentioned there are 2 types of pine script. 1. Study 2. Strategy Study is simply indicators, where as strategies are the real core which can be used for algo-trading. Whatever we have seen in the last 4…
Read more

How to Calculate and Plot SMA in TradingView using PineScript?

In the previous episodes, we have learnt the basics. Now it’s time to take it up a little further technically. How to get and plot the SMA? In the previous episodes,w e learnt how to plot the price chart in trading view. Now, we can use that as a base to plot the SMA. The…
Read more

error: Content is protected !!