Nishant trading system afl

Posted: COPOKA Date of post: 24.05.2017

In the simple example, we had used a really basic strategy which was on a candle EMA. To explain how to manage your script, I will use another example, the one that has been asked in the tutorial blog by one of you. The same 14 EMA crossover as mentioned in the example above, but we use RSI as a filter. Typically, RSI below 30 means that it is getting oversold and if above 70 it is getting overbought. You will see that by having the RSI condition, the total number of trades in the day period has dropped from to 19, but the net profit on backtesting shows only 43 points.

See the pic below. Also, if you notice in the backtest report the largest loss making trade was points and this could have been controlled at 50 points by having a SL which would have improved the profitability of this strategy. In the pic above, once you have clicked on submit, the strategy goes live. Hello NitinI am Zerodha user id ZT can you please help in giving tradescript code for Pi alert and scan for BUY SCRIPT SELL SCRIPT EXIT LONG EXIT SHORT Logic: Please let me know how to write a Script if I wan t to buy Nifty Future if it crosses a particular certain level say I enter at 1 with a fix stop and with every increasing interval the stop would trail.

Can this be done? Also, if i buy 3 lots at a time and want to define the stop diffrent for each and it would trail, would it be possible? It will be tough to do this on tradescript. We will not be able to support you on developing this though. You cannot mention a formulae saying exit if 20 points from buy price. Exit has to be a strategy in itself, a technical analysis strategy.

I think if we can write a sellexpression: In this version on equity and currency, we are hoping to have the approvals for MCX by the next version, hopefully by month end.

Do we need to make it live again every day morning? You will have to take it live everyday, actually you will have to take it live once again, if you logout and log back into the trading platform.

How does my strategy work on 1- minutue chart and 5-min chart. The result will be different or not? The same result should I get? If I put 10 EMA ,on 1-min-chart,it would be 50EMA on 5-min. Check out this blog: Dear Kamath sir, I am nagesh here, my id is RN, ZERODHA trader.

I have few questions please resolve. As i read about ALGOZ Trading, i enquired your office regarding this ph: Thanks for your valuable suggestions sir, nagesh. You can go back to take live and edit it. But make sure that you have stopped the previous script before making the change. First of all you guys r dng an awesome job…. Why I am not getting backtest menu button under my strategy. I tried both intra day and historic charts.

Print screen is attached. Vasanti, this means you are still not enabled for algoZ. Hi Nithin, How to calculate Camarilla Pivot points? Can we have a readymade Camarilla plotting in Technical Analysis section? Below are the equations for calculation various levels. We could get someone to check the code and assist you with it. Its best to post code related queries on tradingqna. Someone from the community will help. Even I am looking forward for camarilla indicator from technical indicator.

Kindly let me know whats the progress on this indicator. How do I get the historical chart for Index spot values like Nifty, Banknifty? I want to backtest on spot values. If i bought a share at Rs. This query of yours has nothing to do with algoZ. Check the blog on how to place orders. Place a selling order with limit price 10 and place selling stop loss with trigger at 6. Make sure you cancel one when the other gets executed, otherwise it will be considered as a fresh order.

I just opened my account with Zerodha…. If yes, Can you tell me what will be the Code? Check the code for price alert: In your any Zerodha software India VIX date and chart not showing. In your Mobile software Nifty Date is not updating.

The backtesting for now will be on the entire data available on the chart that you are backtesting on. Whatever is the duration of chart you are looking, the result will show for that. The next version will give you a lot more intraday data to backtest on, this should be launched by end of month.

Hi, How do I code Aroon indicator? I mean aroon up and down? Is there is index page which gives code for each of the indicator? STOCH 40,1,1 RSI 14 EMA 12EMA 34 Entry for long: Please enable me for algo z. Prabit, it usually takes up to 24 hours to have algoZ enabled on your account. My presumption is that it could be enabled already.

Are you trying algoZ for MCX? Once your Plus Dashboard is open, on the left-hand side please look for Nest Pulse. It involves 2 previous candles and current candle Buy: Now please help me in understanding what type of order will be placed once this condition is met. Minakshi, no order is placed automaticallyyou will get a prompt to place an order since your strategy has initiated an order.

If you click ok on the prompt, the order is is placed based on the detail you enter in the alert preference window as mentioned in the blog above. The code you have suggested, gives trigger only when current candle closes above the previous candle high. It should trigger when current price goes above high of previous candle and this previous candle should have closed above the high of earlier candle. Suppose buy signal is generated at Rs so system buys at say 1 lot. When Sell signal is generated at Rs the system sells 2 lots atone each to cover previous position and initiate fresh short?

If you have a strategy with Buy expression and a buy exit expression and you keep the sell and sell exit as 0. Then like the way you have explained at it will sell 2 lots, one to cover and one as a fresh short…. My question is when system give an buy aleart and i taken postion at price goes up condition met for sell will it give me aleart again or it will square off by itself and vice versa.

Can you provide me one click trade for buy and sell as now for trade i have to press F1 then popup appear then fill to transaction password. Vasim, this is semiautomated so you will get prompts to execute. So you will get a prompt with preset order size and type that you would have mentioned in your alert preference as shown in the blog above.

Once click trade is not possible, but here is the way out. Run your strategy as mentioned in the blog above and in the live scripts window, right click and execute. This would work like a one click trade. However 0 exit stragtegy is gud when ema does zigzag but i face zigzag problem 1 or 2 time only in a day SO can i book my profit at the peak? If you think that EMA crossover for exit is too late as you have mentioned, you can have a separate exit strategy.

Typically an EMA crossover will make you a lot of money on days when the market is moving up and down quite a bit, otherwise it might be choppy. So you can think of some other condition to exit, if you let me know the condition, i can help you with the code. Well my question was that if i bought Nifty through algo and the now price is up can i book it manually through admin position without stopping strategy and it will not take any effect.

You can always exit it manually from the admin position or by taking an opposite position using the sell order window. Please make this exit formula i want to backtest it Long exit if 3EMA cross below 13EMA Short Exit if 3EMA Cross Above 13 ema and can you provide any parameter for avoiding false zigzag signal. Dear sir first thank you for each and every reply i am getting some problem and little bit worried its generating too much false singal please take a look.

Will have it double checked. Sir, Even after 2 emails, I have not been enabled for algo-z. Please do it and advise me. We have some queries. My Question is that, Case1: If i want create a own functionis it possible? Presently on algoZ you cannot run any correlation strategies. You can basically run strategy per scrip. This is a beta version and the backtesting is available only for 22 days for intraday data.

We should have the new release in the next couple of weeks where you will have intraday data upto a year. The language is called PULSE developed by Omnesys. The language is pretty simple, but if you are using a professional charting software, algoZ may not be as powerful as that. We have a plugin developed in partnership with amibroker, where you can connect the amibroker to ZT using a trading plugin.

Read this for more. Please point out my mistake. Thanking you Gilari Decosta. If you are not seeing a backtest option, it means that you are not enabled on algoZ yet. There could be a couple of reasons why you may be getting only an edit option.

Can you check the version of Nest Plus? The version should be 1. You may be trying this on MCX scrips. Please note it works only for NSE. I also faced the same issue and upgraded to 1. I want a template with script to have price alerts 1 with 0. The beep sound will be possible in the next version. Presently you will get a popup with a preset order whenever your condition is matched. What I am not able to understand is your strategy, when do you want to buy and when do you want the sell to appear??

When we can expect new version of AlgoZ and what are the features of new version. Can we run this new version on Android. The new version will have more data for you to backtest on and additional features like a beep sound etc.

I want to buy shares at and do not want to sell if it is going towards up. If it is going to up again,I want to buy shares and sell shares whenever it is down at and repeat the same process till end of the day. As I was busy office work,I will place this strategy morning and see the output of this strategy end of the day.

I hope that we can do this strategy using scripts. I just want to follow above simple steps and please write the strategy and send it to me. Please feel free to contact my number if you need any clarifications on the above strategy.

In algoZ you will need a strategy to buy or sell. Buying at a particular price is not a strategy like what you have mentioned. There has to be a reason to buy and sell. Just I gave example based on but that price is current trading price at that time Initially I will buy 1lot at current trading price and if it is going up then it is fine else if it is going down below one point then sell 2lots i. After sell order is executed,if it is going up one point then I will place buy 2 lots and this process will repeat till end of the day.

You cannot really write a strategy this way. A strategy is typically a technical analysis strategy where if a condition is met you take a buy and sell. In your case, you have just mentioned a price and for what you are planning to doalgoZ will be of no help. How to take a strategy live, backtest and take live is shown in the blogs above. The most important thing is for you to have a strategy. Check this blog where we have explained how to write codes for various strategies, you will get an idea of what I am talking about.

When i was trying to live my strategy in commodity suddenly shutting down my nest trader. Please provide me a solution for this issue. You will have to wait till it comes through to be able to use this. Code for parabolic Sar Crossover: You can also look at our tutorial blog, bunch of queries on parabolic SAR already answered.

Once i buy using any particular strategy. What you can have thought is that whatever is your buying condition, you can have a selling condition which is an increment of your buying condition. Presently we are not getting into telling strategies, just providing the tool and helping you write any strategies that you have. If you just want to put numbers, you will have to place 3 orders separately.

First buy it and once executed put the SL and the target price. Thanx Zerodha for reply. Parameter used by for the indicators are as follows: Stochastics 3,3,3 for slow and fast MACD 9,8,18 where 9 the signal and 8 and 18 are short and long exp moving average. I want an alert for the following conditions: Fast and Slow stochastics are less than 30 and Fast crosses over Slow from below Fast and Slow stochastics are more than 70 and Fast crosses over Slow from top.

Buy when the the Fast Exp mavg. Would I able to use it for multiple charts? What is the bandwidth required for using the trading decision alerts? Please do the needful at the earliest.

Sell when the the Fast Exp mavg. Typically, a broadband connection with kbps should be sufficient. If there are frequent disconnections, it will create issues in chart updation, ultimately affecting the signals generated. This will reduce bandwidth consumption. My MACD parameter are 9,8,18 where 9 is the signal line and 8 is the slow moving average sma RED and 18 is the fast moving average fma GREEN of MACD.

What is the code for MACD crossover of fma and sma: BUY for fma GREEN 18 crossing sma RED 8 from below SELL for fma GREEN 18 crossing sma RED 8 from top. Also is it possible to get alert for the following conditons: I have another requirement where I calculate the break out and break down prices of cash scrips of NSE and feed it in the system and get alerts when:. You have informed that I should apply the strategy to various charts and do not open the charts to reduce bandwidth requirement.

Thanks and Regards, Mira. Buy condition — if nifty price weak form efficiency indian stock markets 8 Day exponential moving average from below.

Stop loss should be 27 points of execution price or 8 Day EMA Sell condition — if nifty price crosses 8 Day exponential moving average from above. Stop loss should be 27 points of execution price or 8 Day EMA Exit long script — 65 points gain from execution price or 8 day exponential average Exit short script — 65 points gain from execution price or 8 day exponential average.

I have a query regarding one of the default script in NEST Pulse. If someone could just post that script here. It was named something like RELSTR and probably has combination of MACD, RSI and STS. It would be great if someone can how do i buy stuff on ebay without paypal that script.

I can utilize my weekend in a fruitful way. Sorry, I do not have much more information regarding this script then what I have already stated. I would also like to share something regarding the issue that I experienced today. Till last night when I logged out from NEST Trader. Today when I opened the Zerodha terminal all my script vanished. I contacted NEST Pulse regarding that but was informed that it cannot be retrieved.

They asked if I have updated anything. Everything was fine till last night and now its all gone. It would have certainly save lot time for customers. This is what we used to offer as a sample strategy: RELSTR WITH MACD Your Buy Alert Expression:. Your Sell Exit Alert Expression: Firstly, i really appreciate the answers from zerodha care and also algoz initiative Please give me the algoz code for below strategy Buy: Please give me the algoz code for below strategy Buy: RSI crossing 30 from below Sell: RSI Crossing 70 from above Please give me the algoz code for MACD Histogram with signal line 12,26,9.

Pls tell code for Buy: Or if Candle closes below 7EMA close Also pls tell if we want to exit on 2 points automatically after buy entry. You cannot have a strategy like exit 2 points after buy entry, because the buy entry price is not captured. Whatever strategies I am trying either getting Error stating script generated no trades and couple of strategies giving so many buy and sell signal though testing in 30 Mins interval. Could you please advise me on this quickly. I suggest you call our office and ask for Hari or Linekar and then discuss your strategy.

Or send us your strategy by email or post it up here so we can look it up and find a solution for you. Our experts will look at it and get back to you. Can you please let me know the parameter values for EMAs, ADX and Slow Stochastics for 1 min, 5 mins, jquery remove all select options except first mins, 30 mins and 60 mins.

What ever default values I am trying for these indicators giving me wrong patterns and signals. It will be great if you provide me values or any reference material where I can get these parameter values. Check out this document. It has most of your answers on parameters and other strategy coding related terms for algoZ. When i make my strategy live and logout, all my live strategies disappear. Is there any way where i can define number of days for which i want the strategy to be live?

Also you have the option of exporting strategies to excel to keep a track of which strategy you have used for which script. Is it possible to make it 2 way and also import strategies so that you dont have to manually make all strategies live? You have to be logged in and the scripts should be running. Again, the whole idea of importing your strategy or making it live through Excel is a next level development for algoZ and it should happen in due course of time.

Try this and let us know if it works for you. Always backtest your strategy before taking it live. This is my first post. Trying to code a scrip. The code is not accepted by NEST. I am new to this so there is. I am a non technical person, just resigned from my day job and wish to do full time day trading. I noticed as not much has been discussed about the Currency Trade or say the least which I am into.

nishant trading system afl

I am new to AlgoZ and the technicalities around the same. Well the following is my idea or say strategy:. Here I have a 80ps range which I hope to cash in as follows:. Whenever the price moves up or down, I should get an indicator to place an order which should give a 0. Depending on the trend I will decide the number of trades per day. They have assured to train me. Selva, algoz is used for coding, backtesting and going live on technical analysis strategies.

Please do let me know what would be the cause of this error?. Also i want to know is there any planning to make web based charting software which will be very convenient to access from any where. Nithin I would like to manage below show script. Can you explain me the buy logic firstly. Again, you will have to define what you mean by market is sideways 3. You have to define by what market is going up.

Buy is when Stoch 14,3,3 cross level 20 from below. Sell is when Stoch 14,3,3 cross level 80 from above. Ref SOPK 14, 3, 3, SIMPLE1 Sir Can you please code this strategy for me BUY — When 12 periods RSI 65 EMA crossover vice versa. Dear Nitin Can you write strategy for Buy: Increase in OBV at least than OBV of previous period.

Decrease in OBV at least than OBV of previous period. Dear Nitin The signal generated through above strategy and many other strategies are not correct signals when I do back testing. It seems the programme itself is faulty. It does not take cognizance of defined scripts correctly. One can not do trading based on these faulty signals.

Sir we dont want a thing in charity that does not work. Lot of money is at stake continued losses can lead to stoppage of trading. Is any trader trading actively using Algoz strategies and making profits consistently. I have coded a strategy. I have back tested the strategy with 5 min chart and it works fine.

When i am putting it live on the 5 min chart, the pop up also gets triggered in the 1 min chart too. That is really creating a trouble for me. Suggest me a solution so that the strategy works only on the 5 min chart. I am a beginner so it may be a silly question but please tell me, where I can write and implement all those scripts you are talking about above and want to know is there any way to buy and sell automatically with help of these scripts?

Check apple stock buying opportunity postshows you how to initiate the interface to code strategies.

Please code me for my strategy and this is for 30 min candle chart consider Palani, in the present version there is not time function as such, so you cannot define a time point to buy. But our new platform that we are working on should have this. High of last previous three candle stick with reference to current bar 4th candle sell: Low of last previous three candle stick with reference to current bar 4th candle.

Initial stop, Profit target stop, Trailing Stop while coding the system? You can have an exit and stop loss condition while coding. For buy signal, BUY Call and for SELL signalBUY Put.

Can we build in Trailing stop loss function in to strategy? Can a bracket order be initiated from ALGO signal? The coding interface gives you Buy, Sell, Buy exit, Sell exit. So you can code a Buy with a Buy Exit which could be your SL which can also act as a trailing SL but note that it cannot be an absolute value, it nishant trading system afl to be some kind of strategy.

Similarly you can code a Sell strategy 8. Is it possible now to initiate a bracket order from an algoz script? I have new ZT and BO enabled. I tried submitting a BO after hours from algoz script and it looks like it gets submitted. But since auto square off is already over I get errors regarding that. Could you please confirm if I can initiate a BO order from algoz? I am trying this on NIFTY Futures. Should I be putting instead of 1. I will have that disabled immediately in any case if you are able to place now.

Sorry typo…need to have 1 instead of -1 Buy: Thanks for your help. I have tried your algoz and I believe this algoz is full of bucks and unreliable trade and poor liable back test result. It completely unreliable, its triggered trade even though strategy is not fulfilled and not to trade when condition is satisfied. I applied the strategy for two script. If any one script condition satisfied both script order is triggered.

Palani, we have been investigating on this and within a few weeks you will have something available that is a lot more advanced. I have tested almost all algo Script and all are generated false trading alert. I have purchased algo script from Nest plus for Rs. They are simply playing with retail investor money. I suggest to all Zerodha clients to stay away from this Algo script. I also welcome the feedback from other zerodha client to make sure about my feedback and also make awareness to other client to away from this.

Palani, what we offer is completely free and it is tough to have issues fixed with a vendor product, one of the reasons why we are focused on getting our new platform out as soon as possible which is built in house and should be much better for scripting and backtesting. If you have paid Rs 2k to Omnesys for advantage of binary options signals review franco, you would have to follow up with them directly for this, we will have no track of this payment you have made to them.

How do I code a standard Slow Stoch based algorithm i.

How do I delete or stop a running script once it is running? Also can I edit a script that is running? If I edit the script, will it also reflect in the running script? Yes, the beep sound is enabled on the new version of Exchange rates euro to indian rupee. On that you can choose to receive Beeps for various kinds of events like order execution, cancellation, etc.

Well actually I did activate beep option on latest ZT terminal. Also i asked CC abt it and der rply is:. Thank you for writing to Zerodha Support. There is no beep sound feature activated on the latest version of Zerodha Trader 3.

Can One save the strategy of n number of scripts on logout? Can one open the same strategies of n number of scripts on login vsa trading system next day? I tried copying and pasting the same code you mentioned bdo forex may 2 2016 the article but I keep getting the error when I try backtesting the code: Backtest Scrip Error, Scrip Generated No Trades.

I have the same error when Daily chart analysis forex write down my code. I think it might be the following reasons: The ALgoz system is great, I really appreciate that I can write my own strategies and take it live.

I just spoke to your support staff right now. Looks like we have to take the strategy live on every script individually everyday, For example if I have 4 strategies and 10 positions I want to take live.

I need to do this 40 times individually should i buy lyg stock morning. Please advise if there is a workaround or if this can be implemented in the future versions of NEST trader. I need to gain some confidence before I get to trading. I am new to this trading system.

Sam, Overbought or Oversold are conditions that you will have to determine. If you tell the conditions, they can be coded on algoZ. Here when I tried Backtesting, trades were taken weirdly.

There are more Entry Short positions than Exits. My script is very simple. Enter at one cross over and exit at other cross over. Here are my doubts: How do I set target profit for each trade? How to back test multiple symbols? How to force entry at open and exit at close? Kiran, This is our new in house platform: Much more advanced free signals to binary options markos what we have right now.

We will very soon not be supporting algoZ. I am a software engineer, my ID with Zerodha is DD, in order to use my technology to predict market, I need the bar chart from nest plus to Excel. So that excel I can use to code my logic in my technology. Please suggest me the way of linking data from nestplus chart to excel continuously. Sir, can we create algo expression for pure price based charts like renko instead of time frame charts.

Buy when- MACD Histogram 26,13 and period- 9 is above Zero. Sell when- MACD Histogram 26,13 and period- 9 is below Zero. I have tested for 5 min time frame 15 min time frameI am not getting correct time frame live popup. Venkatesh, we are stopping support for sti stock trading blog. We are launching a much more advance certified brokers in binary options platform called Pi.

Hi Nithin, Could you please write a Intraday stradgey for memy conditions is very simpleBuy only when RSI is below 25 OR RSI above 50 and less then I would like this should be semi automatic. Venky, already asked and answered here20make 20money 20no 20online fee you check.

In bskyb shares buy or sell previous post i asked for US commodity trading time and u sent me this link http: I heard that metals,agri,energy commodity starts at different timing in US.

So kindly update me only,when Crudeoil opens in US market in Indian standard time IST. Please help me out for this query. Om, this is the link http: So if you visit that page and check for energy, you will see Crude oil, and you will see Open outcry from 9.

But this changes when daylight savings is taken off, at that time it becomes 30 minutes early, 7pm IST to RB Hello zerodha Team, I want to know Supertrend code which I want to backtest and live on algo z.

Karen, Can you ask the same on http: Can you ask the question here: Ticket account id- DR Still not able to use algoz due to some registration issue with nest plus. Request your intervention for getting this resolved. Lost faith in your support team. But, no solution yet. There are times the support team is not replying to my queries posted in the ticket. For instance no reply is there from support for my last query till now.

Ramu, some issue with algoZ from NEST side. Check this post on Pi. Is it possible to trade using the PI beta? If so, is it advisable to do so while the product is not yet lauched?

In new version Piparabolic backtesting is giving wrong signal. In Pi charts, one of the indicators is Ease of Movement. I wantif possible, the following:. Buy once that HIGH is crossed. Buy once that LOW is broken. Hi, I am new to zerodha algoz. Infact my Algoz account has still not been activated. Have just sent an request to the admin to activate it. Do you have any video tutorial on how to activate this and how to use Algoz effectively?

It would be great to know about this. Kindly let me know. We are about to release our new trading platform Pi which has a much more advanced version of the same. We will have something out soon. Shashi, buy above 0. You will have to register with us as an AP. AP means authorized person, similar to a sub-broker. If you want to code more complex strategies, I guess you can give a shot at Amibroker or Ninjatrader.

Tradescript will let you code only technical analysis strategies. We have just launched beta of Pi, our new trading platform. We plan to customize tradescript to be able to do this, but it will take a while.

What do i need to do to become AP? What is the approx running cost of Amibroker? I think between Rs to Rs monthly for data feeds. Check out Global data feeds or Neotrade, they both have special deals for Zerodha clients.

I am a frequent trader in Options. For eg, if I short sell Nifty call and Nifty moves aboveI buy Nifty future to hedge the loss and when Nifty moves back belowI cover my long position. You could even do this on an excel. You will need to have programming knowledge for that. Amit, can you ask this on http: Ema13 crossover Ema Again it should be adjusted in param window BUY ARROW WILL COME. Ema 13 crossunder ema Again it should be adjusted in param window SELL ARROW WILL COME.

I am not able to run zerodha trader platform on my windows 8 system. I am getting error as shown in screenshots attached. Looks like your root folder of Zerodha Trader has been modified or you have a very meddling antivirus software. One of our tech experts will get in touch with you soon and help resolve this. I am unable to enter the exchange in the box provided in alert screen of Pi.

Yes Rajendra, looks like a small bug on Pi. But as long as you are putting up the right contract name in the top box, disregard what you mention at the bottom left. It takes what is on top by default. IPO apply service is available on zerodha? As per our strategy requirements we need tick by tick or you can say trade to trade data to form moving average calculation say tic by tic MA of XXX tics.

Same way we need tic to tic volume data. To get tick by tick data you will need to be on our colo host your computer on our rack within the exchange.

NSE colo charges are quite expensive, the running cost of a setup like this including server, colo charges, API charges, can run upto Rs 70k to Rs 1lk per month apart from the brokerage. Need help in following: How can create scanner or back-testing buy script based on days same open and low price on hourly candle and vice versa. Monal, ask your coding related queries here: Is it possible to send alert via email when the coded trading strategy is triggered.

For working people like me, it would be of great help, if we can set an e-mail alert. Do understand the convenience it provides. Is there any function for previous day close,high,low,open ,volume in Pi trade script? If not then how to write them? How can I use a script to run on multiple stocks that generates alert whenever a stock fits that script.

For example I have a price volume script that alerts me when there is 2x volume traded on a stock. How can I use that script to tell me which stock is being traded at 2x volume instead of just placing the script on 1 stock.

Nitin Kamath, I have a simple strategy. But I dont know how to code. Suppose Market is My strategy is to buy at Please provide code for pi.

They are all more for technical analysis based. I want to to test different exits 1. Exit when the gap between MA1 and MA2 reduces.

Can you post all coding related queries on: The market depth shows only the best 5 bids and offers. International brokers like ThinkOrSwim do give tape data where in the name of best 10 buyers and sellers are shown. Is it possible to implement the same in Pi? You could go out and try if any data vendors provide this, this requires level 3 data from exchanges which costs quite a bit. Stocks with price less than rupees 2.

nishant trading system afl - uqyhadet.web.fc2.com

Stocks with float less than 3. Tradescript allows you to code based on technical analysis only. What you asked is currently not possible. I am new to Pi…. Could u plz give your favourite script for intraday trading Future Script Only …. Which I can copy and paste in Artificial intelligence and try to work out on it…. BRACKET ORDER CAN BE INITIATED THROUGH ALGO Z?

There is no more algoz. How to check all the stocks under NSE with RSI below 30 at 9. You can use scanners on Pi.

You can use this code: Back Testing of Script 1. For example for the script CROSSOVER SMA CLOSE,7 ,SMA CLOSE,14orders are always generated at the close price of the candle when crossover takes place. Whether this script will also generates alerts at close price when put to LIVE MARKET? If no does it generates alerts, at any given moment of time when crossover actually takes place? Which is the BEST TIME FRAME for the candles i.

Managing your Script « Z-Connect by Zerodha

There is nothing as such like one best timeframe for intraday trading, it depends on individual, scrip, overall volatility, risk reward ratio and various other factors. Best way to find it out is via experience.

Also can check this http: I want to work on MACD along with HA chart pattern, when both indicates buy it should be buy signal and when sell it should generate sell signal. As I have recently opened account at zerodha, much things are not known to me. I want to work on intraday plus 5 mins chart. And if alert generate and i want that execute that automatic, is it possible with zerodha any platform?

Trade script will throw an error if you set such a condition. Dear Nitin, What are the minimum system specs which can successfully backtest expert advisor on Pi? On my 5 yr old Vaio with Core I3? Im trying to develop code for following strategy buy getting erroe. Please help me out in correcting this. Daily EOD Charts BUY if all following conditions meet 1. Current EOD close is greater than average of highest high and lowest low of last 5 days counting current candle as 1st day 2.

Average of highest high and lowest low of last 5 days is greater than that of 10 days counting current candle as 1st day 3. Current EOD candle close should be greater than High of PREVIOUS 10TH candle counting current candle as 1st day 4. Current EOD candle should close above highest high of last 10 days counting current candle as 1st day.

Rajiv, you can post this on TradingQnA. Trying to create scanner in Pi based VWAP. Below script is running but does provide the desire output. I am running this script on 5 mins interval for 5 day period. Is there any trainnig regarding options trading particularly in nifty and banknifty. Pls send me details. Open an Account Updates-Latest at Zerodha Pi Beta Updates Why Zerodha?

Zerodha Associate Program Zerodha in News — Headlines Zerodha in News — Quotes.

Din erfarne Microsoft Dynamics NAV partner - NAV-Vision

Managing your Script comments. The script window will look like this: Managing your script once you have taken it live: Once you click on Pulse Running Scripts you will get the window as shown below: Zerodha Your friendly neighborhood discount brokerage.

May 1, at 6: March 2, at 9: May 1, at May 2, at January 28, at 1: April 30, at April 30, at 1: May 8, at May 8, at 9: May 1, at 1: May 1, at 2: May 1, at 8: May 21, at 3: May 2, at 2: May 2, at 4: May 4, at 2: May 5, at 7: May 4, at 4: November 3, at November 3, at 3: September 20, at 5: May 23, at May 5, at 6: May 5, at 4: May 6, at 2: May 7, at 9: May 8, at 3: May 6, at 4: May 6, at December 5, at 8: December 6, at 8: May 6, at 1: May 10, at 3: May 8, at 7: May 10, at 1: May 9, at 9: May 13, at 2: April 15, at 4: April 15, at 9: May 10, at 2: May 12, at 4: May 13, at 3: May 14, at May 15, at 1: May 13, at 9: May 14, at 6: May 15, at 5: May 15, at May 15, at 3: May 17, at May 17, at 1: May 20, at 1: May 15, at 4: May 19, at 7: May 20, at 4: May 21, at 8: May 24, at 8: May 25, at 8: May 28, at 5: May 29, at 7: May 31, at 6: May 31, at June 1, at 8: June 1, at June 3, at June 8, at 6: June 9, at 2: June 15, at June 17, at 1: June 20, at 1: June 21, at June 19, at June 20, at 6: June 19, at 1: June 21, at 7: June 24, at 4: June 24, at 5: June 24, at 2: June 28, at 4: June 29, at 8: July 3, at July 15, at August 3, at 4: August 2, at 2: August 3, at 5: August 23, at 7: August 23, at August 26, at 5: August 26, at 8: August 26, at 9: September 12, at 8: September 13, at 9: July 11, at 5: July 11, at 7: August 23, at 3: September 14, at 5: September 16, at 7: September 19, at 5: September 19, at October 2, at 4: October 3, at October 4, at 3: October 5, at 4: October 7, at 9: October 16, at 4: October 17, at 5: October 17, at 6: November 6, at 3: November 7, at 7: November 8, at 5: November 8, at 1: November 9, at 2: December 28, at 1: Selva Mohan V says: January 30, at 6: January 31, at March 14, at March 14, at 1: March 16, at 2: March 17, at 7: March 20, at 6: March 21, at 5: March 25, at 5: March 26, at Rajeev DS says: April 3, at 8: April 4, at April 18, at 4: April 19, at April 28, at 4: April 28, at 8: May 9, at 1: May 9, at 5: May 12, at 9: May 12, at 6: May 13, at May 15, at 9: May 16, at 7: May 27, at 9: May 28, at 4: May 13, at 4: May 16, at 3: May 16, at 8: May 20, at May 21, at 1: May 21, at 4: June 4, at June 12, at 9: June 12, at 2: June 23, at June 30, at June 30, at 1: July 9, at 2: July 9, at 9: July 11, at July 9, at July 9, at 1: July 9, at 8: July 10, at July 15, at 2: July 16, at 4: August 4, at 7: August 4, at 8: August 27, at 9: August 28, at 8: August 29, at September 3, at 6: September 4, at 6: September 12, at 6: September 17, at September 17, at 1: October 2, at 8: October 6, at 8: October 10, at October 10, at 5: October 11, at October 13, at 4: Mohamed Maideen M says: October 16, at 8: October 17, at October 27, at 9: October 28, at November 4, at 3: November 4, at November 4, at 8: November 13, at November 13, at 1: November 20, at 2: November 23, at November 24, at November 20, at 7: November 21, at 2: November 24, at 1: November 24, at 2: November 24, at 7: November 24, at 8: November 25, at 5: November 25, at November 25, at 9: November 26, at November 26, at 2: November 26, at 9: November 27, at 9: November 27, at 7: November 27, at 8: November 27, at November 28, at 2: January 3, at 8: January 4, at 1: January 14, at 5: January 14, at 7: January 14, at 8: January 16, at 4: January 20, at 5: January 20, at 9: January 28, at 4: January 28, at 5: January 21, at 3: January 21, at 5: January 21, at 6: January 21, at 7: January 28, at 2: March 24, at 8: March 24, at March 31, at 1: March 31, at 2: May 9, at May 9, at 3: Amit S P says: June 8, at June 8, at 1: July 5, at 1: August 27, at 4: November 16, at 8: TradeScript Generator for nest trader based stock trading softwares from india brokers like zerodha, way2wealth,anandrathi,etc.

January 2, at 1: March 8, at 1: March 8, at 2: April 1, at 4: April 1, at 5: May 8, at 1: June 9, at 1: June 9, at 7: June 14, at 2: MANOJ KUMAR SHARMA says: June 15, at 6: June 18, at 6: June 18, at 9: July 7, at 7: July 7, at 9: Satya Prakash Chaudhary says: July 23, at 1: July 24, at 1: July 26, at August 31, at 2: September 26, at 7: November 7, at 6: November 7, at 9: November 8, at 4: December 20, at 9: February 4, at 7: February 5, at February 13, at February 14, at 2: February 21, at 9: Ramesh R N says: February 22, at 1: February 22, at 3: February 22, at 8: March 4, at March 24, at 2: April 9, at 1: April 9, at 2: April 21, at 1: May 7, at May 20, at 9: May 21, at 6: Post a comment Click here to cancel reply.

Mail will not be published required. Copyright — Z-Connect by Zerodha.

Rating 4,8 stars - 754 reviews
inserted by FC2 system