Tag: how to start with algo trading in india?

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

How to create custom indicator in TradingView using Pine Script?

In this episode, we are going to create a multi time frame indicator. Sometimes, we want data from one TF on another timeframe. Simple example is daily pivot point. Regardless of any timeframe we are trading like 5M, 15Min, 1 hour, we always want out pivot points to be plotted based on the daily timeframe…
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 52 Week High Low Strategy

52 Week HL Strategy   In this episode, we will be scripting a Strategy for intraday traders to trade using a simple 52 Week HL. This strategy is back-testable. So, let’s begin with the rules…. Rules Buy : We need to buy, If price closes above the 52 Week High Short : We need to short, If…
Read more

How to create algo strategy to automatically trigger reversal trades when a stock moves a certain %?

This can be used as base for 52 Week HL Strategy and as a base for any breakout trade as well. But in this episode, we will be focussing on triggering reversal trades when a stock moves by 3%. So if a stock moves up by 3%, we will short it and viceversa. This is…
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

error: Content is protected !!