Beginner’s Guide : How to use Zerodha Pi Expert Advisor – EA

What is Zerodha Pi Expert Advisor – EA ? Zerodha Pi EA is an alert generating tool that comes bundled with your Zerodha Pi Trading terminal. The Pi EA tool generates visual and sound alerts when the stock you have applied the EA on matches the tradescript conditions you have used with the EA. A predefined list of Tradescript conditions are Read more about Beginner’s Guide : How to use Zerodha Pi Expert Advisor – EA[…]

Zerodha Kite vs Pi

Zerodha Kite vs Zerodha Pi main differences

Zerodha Kite vs Zerodha Pi main differences. COMPARISON ON ZERODHA KITE ZERODHA PI PLATFORM WEBSITE INTERFACE DEDICATED WINDOWS APP IDEAL FOR BEGINNERS, INVESTORS DAYTRADERS EXCHANGES NSE, BSE AND MCX NSE, BSE AND MCX REALTIME TICKS YES YES STOCK SCANNER NO YES BACKTESTING NO YES PLACE ORDERS FROM CHART NO YES SOUND ALERTS NO YES QUICK Read more about Zerodha Kite vs Zerodha Pi main differences[…]

Trading Brokerage Calculator

Download Advanced Excel Sheet for Zerodha Intraday Brokerage Calculator

Advanced Excel sheet with Daily and Weekly Targets for Zerodha Equity DAYTraders. This excel sheet automatically calculates the net profit per trade after deducting all charges and updates your daily and weekly targets for you to review progress as you trade. PLEASE NOTE: Since the stt, gst, exchange and clearing charges keep changing from time to time, Read more about Download Advanced Excel Sheet for Zerodha Intraday Brokerage Calculator[…]

Zerodha Coin Information

Zerodha Coin, What is it ? Simplified

The new COIN platform from Zerodha makes a revolutionary change on how the traditional SIP worked in India. The Zerodha Coin platform helps you invest directly in the portfolios of SIP Asset Management Companies in India. As a consumer, you can now buy directly from the manufacturer instead of approaching the wholesaler or the retail suppliers. You as Read more about Zerodha Coin, What is it ? Simplified[…]

Trading Brokerage Calculator

Download Excel Sheet for Zerodha Intraday Brokerage Calculator

This excel sheet calculates the net profit of each intraday trade after deducting the brokerage and charges (including stamp duty) for Zerodha equity day traders. Calculates up to 15 intraday trades. Use this as your daily intraday equity trading journal. PLEASE NOTE: Since the stt, gst, exchange and clearing charges keep changing from time to time, after Read more about Download Excel Sheet for Zerodha Intraday Brokerage Calculator[…]

FataFat Stock Screener

Fast Intraday Scanner for Indian Stock Markets

The Free FataFat Stock Screener is a very fast Intraday Scanner. The Free FataFat Stock Screener is a useful tool for traders. This screener helps you scan for intraday screening conditions quite useful for an intraday trader. The FataFat Stock Screener scans the FnO Underlying Stocks.   Here are some videos on How to use Read more about Fast Intraday Scanner for Indian Stock Markets[…]

Tradescript Codes

What is Tradescript on Zerodha Pi ? The FAQ’s

Tradescript is a programming language created for the stock markets. You can use this in The Zerodha Pi Trading Terminal.  Codes created using tradescript codes helps you identify trade opportunities in a live market. If you plan to start using tradescript language, it is advisable to read through the article. You can use tradescript codes on Read more about What is Tradescript on Zerodha Pi ? The FAQ’s[…]

Tradescript Codes

Zerodha Pi Scanner : Tradescript for Bullflag pattern.

CLOSE <= REF(CLOSE,1) AND REF(CLOSE,1) > REF(CLOSE,2) AND REF(CLOSE,2) > REF(CLOSE,3) AND REF(CLOSE,3) >= REF(CLOSE,4) AND ABS((REF(HIGH,1) – REF(LOW,1))) >= ABS((REF(HIGH,3) – REF(LOW,3)) * 2 AND DIP(14) > DIN(14) AND REF(ADX(14),1) > REF(ADX(14),2) AND REF(ADX(14),2) > REF(ADX(14),3) AND REF(VOLUME,1) > REF(VOLUME,2) AND REF(VOLUME,2) > REF(VOLUME,4) AND REF(VOLUME,1) > REF(VOLUME,4) * 2 The above Pi Scanner Tradescript Read more about Zerodha Pi Scanner : Tradescript for Bullflag pattern.[…]

Tradescript Codes

Tradescript Code : Bear Flag Pattern on Zerodha Pi Scanner

Tradescript code to work on the Zerodha Pi Scanner. This code generates trade signals on bear flag pattern formation on your favorite stocks. This Tradescript code can be used to generate  intraday trade signals in a Bear Market. Use on the Zerodha Pi scanner on 1 min time frames. Use the signal to trade: The second leg of bear flag Read more about Tradescript Code : Bear Flag Pattern on Zerodha Pi Scanner[…]

Tradescript Codes

Tradescript : Heikin Ashi flip over / color change alert code

This is the Tradescript code for heikin-ashi candle color change. This code can be used for backtesting or in the EA to generate BUY and SELL signals on heikin-ashi strategy. GREEN CANDLE FOR ZERODHA PI EA: SET HC = (OPEN+HIGH+LOW+CLOSE)/4 SET HO = (REF(OPEN,1) + REF(CLOSE,1))/2 SET HH = MAXOF(HIGH, MAXOF(HC, HO)) SET HW = MINOF(LOW, HO, Read more about Tradescript : Heikin Ashi flip over / color change alert code[…]

Tradescript Codes

Tradescript Code : Price and RSI Divergence Intraday Signal.

Tradescript code to identify Divergence in Price and RSI values. This is a classic trading strategy used by intraday and positional traders. This code works with The Zerodha Pi scanner for generating Intraday divergence signals. Tradescript code for Price RSI Divergence Signal for Reversal Signal : REF(CLOSE,3) < REF(CLOSE,2) AND REF(CLOSE,2) < REF(CLOSE,1) AND REF(CLOSE,2) < CLOSE Read more about Tradescript Code : Price and RSI Divergence Intraday Signal.[…]

Tradescript Codes

Tradescript Code : NR7 and NR4 Candlestick Patterns

Identifying the Narrow Range 7 NR7 candlestick pattern: (HIGH-LOW) < (REF(HIGH,1)-REF(LOW,1)) AND (HIGH-LOW) < (REF(HIGH,2)-REF(LOW,2)) AND (HIGH-LOW) < (REF(HIGH,3)-REF(LOW,3)) AND (HIGH-LOW) < (REF(HIGH,4)-REF(LOW,4)) AND (HIGH-LOW) < (REF(HIGH,5)-REF(LOW,5)) AND (HIGH-LOW) < (REF(HIGH,6)-REF(LOW,6)) Identifying the Narrow Range 4 NR4 candlestick pattern: (HIGH-LOW) < (REF(HIGH,1)-REF(LOW,1)) AND (HIGH-LOW) < (REF(HIGH,2)-REF(LOW,2)) AND (HIGH-LOW) < (REF(HIGH,3)-REF(LOW,3))

tradescript codes

Premium Zerodha Pi EA Code : NIFTY and BANK NIFTY 1min.

This is a Zerodha Pi EA Tradescript code for daytrading the NIFTY and BANK NIFTY indices on 1 min candles. Please read the below screen shots for more detailed info. If you do not understand the back-test results, please do not buy this EA tradescript codes. This is one set of Zerodha Pi Tradescript codes.  A  LONG and Read more about Premium Zerodha Pi EA Code : NIFTY and BANK NIFTY 1min.[…]

tradescript codes

Premium Zerodha Pi TradeScript for ICHIMOKU Crossover.

Tradescript Codes set for Ichimoku Cloud Trading System. The codes in this package includes the following signals: SPAN A cross up SPAN B, bullish Crossover code. SPAN B cross up SPAN A, bearish Crossover code. TENKAN-SEN cross up KIJUN-SEN , bullish Crossover code. TENKAN-SEN cross down KIJUN-SEN , bearish Crossover code. PRICE crossing above TENKAN-SEN. PRICE crossing above Read more about Premium Zerodha Pi TradeScript for ICHIMOKU Crossover.[…]

Tradescript Codes

Zerodha Pi : Backtesting and Supertrend Indicator

Can I use supertrend indicator to back-test on Zerodha Pi ? This a question that gets repeated very often on the online forums. With the latest release of Zerodha Pi on 22-JULY-2016 the Supertrend Indicator is now available to use as a charting tool on Pi charts. However, the Back-testing and Scanner engine on Pi works Read more about Zerodha Pi : Backtesting and Supertrend Indicator[…]

tradescript codes

Elder Force Index , Tradescript Code for Pi Scanner.

This is a working Elder Force Index TradeScript code for Zerodha Pi Scanner. The BUY TradeScript Code screens for stocks with Positive  Force Index values. The SELL TradeScript Code screens for stocks with Negative Force Index values. Please Note : This code is not for Elder BULL, Elder BEAR Indicator screening. The Elder Force Index Working Tradescript Code Read more about Elder Force Index , Tradescript Code for Pi Scanner.[…]

stock float screening

FataFat Stock Screener, Low Float Stock Screener.

Stock Float refers to the total number of available shares to trade in the Open Market. FataFat stock screener, has stock float Screening feature for the F&O stocks. You can sort from high to low or low to high, or even filter stocks within your specific range. Day traders, prefer to do intraday trades in low Read more about FataFat Stock Screener, Low Float Stock Screener.[…]

Zerodha Pi: The Beginner’s Guide to Download and Start Trading on Pi

Zerodha Pi is a Trading Terminal software used by traders and investors in India. The Pi trading app is available to all clients of Zerodha Trading company. Pi app is a windows based application and works from a Laptop or a Desktop computer. Using the Pi app you can trade or invest in stocks and commodities on Read more about Zerodha Pi: The Beginner’s Guide to Download and Start Trading on Pi[…]

Webdata Analytics

Recover WordPress Password hosted on Google Cloud. SOLVED

If your WordPress site is hosted on google Cloud, follow this method to recover your WordPress password. Have you forgotten or lost your WordPress password ? If you have come so far, you must have tried other ways and given up. If your WordPress site is hosted on Google Cloud, For some reason the Forgot password Read more about Recover WordPress Password hosted on Google Cloud. SOLVED[…]