Rajandran R FollowCreator of OpenAlgo - OpenSource Algo Trading framework for Indian Traders. Building GenAI Applications. Telecom Engineer turned Full-time Derivative Trader. Mostly Trading Nifty, Banknifty, 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. Building Algo Platforms, Writing about Markets, Trading System Design, Market Sentiment, Trading Softwares & Trading Nuances since 2007 onwards. Author of Marketcalls.in
Shipping Corporation of India : Stock to watch for Reversal
9 sec read
[wp_ad_camp_5]
Stock Name : Shipping Corpration of India
CMP : Rs 132.25
Expectation : Shorter term Trend reversal from the prolonged downtrend
Strategy used : Marketcalls – Counter Trend Reversal Trading system V1.01
Stop Loss : Rs 129.4 (the recent lower low) on EOD basis
Related
Rajandran R FollowCreator of OpenAlgo - OpenSource Algo Trading framework for Indian Traders. Building GenAI Applications. Telecom Engineer turned Full-time Derivative Trader. Mostly Trading Nifty, Banknifty, 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. Building Algo Platforms, Writing about Markets, Trading System Design, Market Sentiment, Trading Softwares & Trading Nuances since 2007 onwards. Author of Marketcalls.in
The 47th Annual General Meeting (AGM) of Reliance Industries Limited (RIL) was a landmark event, showcasing the company’s remarkable achievements over the past year...
9 Replies to “Shipping Corporation of India : Stock to watch for…”
hello rajandaran,
lets hope we get a good signal on this.. wanted to know if we can get quotes table on amibroker showing same realtime quotes that is shown on external data provider software like manishrt of myquotes etc… so that we dont have to refer to the data provider software again and again to check the quotes for all the scrips in the watchlist.. please help..
correction- manishrt or myquotes etc…
kentuky3
Try this one. Go to Amibroker->View->Realtime Quotes
Dear Rajandran,kindly link SCI with Baltic Dry Index and give your expert opinion.
@Bansal : Correlating fundamentals and technically always results in poor results
Dear sir,
I want the afl code for the following metastock indicator
atrper:=Input(“ATR period :”,1,100,5);
atrfact:=Input(“ATR multiplication :”,1,10,3.5);
loss:=atrfact*ATR(atrper);
trail:=
If(C>PREV AND Ref(C,-1)>PREV,
Max(PREV,C-loss),
If(C<PREV AND Ref(C,-1)PREV,C-loss,C+loss)));
Trail
hello rajandaran,
lets hope we get a good signal on this.. wanted to know if we can get quotes table on amibroker showing same realtime quotes that is shown on external data provider software like manishrt of myquotes etc… so that we dont have to refer to the data provider software again and again to check the quotes for all the scrips in the watchlist.. please help..
correction- manishrt or myquotes etc…
kentuky3
Try this one. Go to Amibroker->View->Realtime Quotes
Dear Rajandran,kindly link SCI with Baltic Dry Index and give your expert opinion.
@Bansal : Correlating fundamentals and technically always results in poor results
Dear sir,
I want the afl code for the following metastock indicator
atrper:=Input(“ATR period :”,1,100,5);
atrfact:=Input(“ATR multiplication :”,1,10,3.5);
loss:=atrfact*ATR(atrper);
trail:=
If(C>PREV AND Ref(C,-1)>PREV,
Max(PREV,C-loss),
If(C<PREV AND Ref(C,-1)PREV,C-loss,C+loss)));
Trail
can you help me please?
SANTHANAM
@Santhanam
This looks like similar to ATR stoploss used in NMA afl code.
http://www.marketcalls.in/afl-code/nma-swing-explorer.html
Thank you Sir
SANTHANAM
Stoploss hit? exit?