Rajandran R Telecom Engineer turned Full-time Derivative Trader. Mostly Trading Nifty, Banknifty, USDINR and High Liquid Stock Derivatives. Trading the Markets Since 2006 onwards. Using Market Profile and Orderflow for more than a decade. Designed and published 100+ open source trading systems on various trading tools. Strongly believe that market understanding and robust trading frameworks are the key to the trading success. Writing about Markets, Trading System Design, Market Sentiment, Trading Softwares & Trading Nuances since 2007 onwards. Author of Marketcalls.in)

Nifty Futures Ichimoku Update

5 sec read

Ichimoku Indicator turned to buy for all the timeframes

Nifty Futures 5 min Chart


[wp_ad_camp_5]

 
Nifty Futures 15 min Chart

Nifty Futures Hourly Chart

Rajandran R Telecom Engineer turned Full-time Derivative Trader. Mostly Trading Nifty, Banknifty, USDINR and High Liquid Stock Derivatives. Trading the Markets Since 2006 onwards. Using Market Profile and Orderflow for more than a decade. Designed and published 100+ open source trading systems on various trading tools. Strongly believe that market understanding and robust trading frameworks are the key to the trading success. Writing about Markets, Trading System Design, Market Sentiment, Trading Softwares & Trading Nuances since 2007 onwards. Author of Marketcalls.in)

Nifty Short-Term Trend Turning Negative – Market Profile Update

The short-term trend for Nifty appears to be shifting towards the negative, encountering intermediate resistance in the range of 21920-21950. Additionally, a top-down analysis...
Rajandran R
1 min read

Nifty Futures – Short-Term Overview – Feb 2024 Futures

Nifty Futures is a short term is likely to test the G2 High reference level around 22200. Short Term Supports are formed around the...
Rajandran R
46 sec read

Nifty Sentiment likely to turn Positive?

Nifty Futures is likely to have a short truncated week. And last Saturday's trading session showed a comeback of Bank Nifty despite Nifty Futures...
Rajandran R
31 sec read

One Reply to “Nifty Futures Ichimoku Update”

  1. Please provide the afl code for Ichimoku. I have following correct me it it is wrong..

    Title = "{{NAME}} - {{INTERVAL}} {{DATE}} - Ichimokku -11: {{VALUES}}"; // Optimizer can be used to find optimum periods for SL and TL SL_Prd = Optimize( "No_of_Days for SL", 22, 18, 24, 1 ); TL_Prd = Optimize( "No_of_Days for TL", 7, 5, 11, 1 ); SL = ( HHV( H, SL_Prd) + LLV( L, SL_Prd) )/2; TL = ( HHV( H, TL_Prd) + LLV( L, TL_Prd) )/2; Span1 = Ref( ( SL + TL )/2, -SL_Prd ); Span2 = Ref( (HHV( H, 2*SL_Prd) + LLV(L, 2*SL_Prd))/2, -SL_Prd); MaxGraph = 6; GraphXSpace = 15; /* create empty space of 15% top and bottom of chart */ Plot(SL,"SL",colorBlue,styleThick); // standard, base, or kijun-sen line Plot(TL,"TL",colorRed,styleThick); // turning, conversion, or tenkan-sen line Plot(Close,"Close",colorLightGrey,styleLine,styleThick); // price close Buy = Cover = Short = Cross(C, TL); Sell = Cross(TL, C) ; Equity(1,0); IIf( (Buy),PlotShapes(shapeUpArrow*Buy,colorBlue),0); IIf( (Sell),PlotShapes(shapeDownArrow*Sell,colorRed),0); Plot( Volume, _DEFAULT_NAME(), ParamColor("Color", colorBlueGrey ), ParamStyle( "Style", styleHistogram | styleOwnScale | styleThick, maskHistogram ), 2 ); _SECTION_END();

Leave a Reply

Get Notifications, Alerts on Market Updates, Trading Tools, Automation & More