mardi 28 février 2017

Crude daily Range

Today 01/03/2017 will be very volatile.


  • Small traders should avoid average. Save with SL or better reverse ur position.
  • Today(1/3/2017) ratio is higher.
  • Data Day.

Disclaimer: just a warning. :)
PPL who can Surf on the wave could do so. if u have just come to learn for Swimming, be Careful .

Finally , Subject to market Risks. :)


Crude daily Range

How to identify buy and sell signal

Hi All,

I am new here, kindly help me to understand that how can we judge for fake buy and sell signal in Amibroker.


How to identify buy and sell signal

Target reports Q4 today

The stock has had a bearish outlook and under performed the S&P and some peers in 2016. Its holiday sales in November and December were not encouraging, leading to a revision in guidance for Q4 and fiscal 2016. However, growth in EBITDA margins and digital sales give reasons for optimism towards future numbers and a relatively lower valuation demand investor attention.
It would pay the investors to look beyond tepid revenue and sales growth numbers. In its last quarter, its gross margins and EBITDA margins both showed a yoy increase of 80bps and 130bps respectively. Its e-commerce sales also showed a jump of 26% in Q3, much larger than the 16% jump in Q2'16. Also, as per Morningstar, the stock is currently valued at 12 times P/E, which is a lot less than the S&P P/E of 21 and industry average of 17.
In the upcoming report, investors could consider understanding digital channel expansion and also the performance of smaller format stores as areas of future revenue growth. The company initiatives around technological advancements, developing new and flexible store formats, attempts at improving customer experience could contribute to driving long-term growth.
Is investor pessimism about $TGT's performance justified? Read more about Target Q4 earnings here:http://hubs.ly/H06t3S90


Target reports Q4 today

hi

new here..


hi

list of brokers that can hold physical shares , please help ?

Hi All,

I need to transfer my Dialog Semiconductor PLC ordinary shares to an online stockbrokers to hold for me and allow me to sell these shares online and also to buy other shares basically start share dealing. I would also wish to open an account for my wife and transfer some of these shares to her name and account.

Below is the name of the shares and their WKN & ISIN id details. I have now contacted four online stockbrokers but when I gave them the share id details they said they couldn't hold these shares or trade with them.

Can anyone in this online trading forum please help me, all I'm looking for
is a list of online brokers that can handle these shares ?

The name of the shares are :

Dialog Semiconductor PLC Ordinary Shares

WKN 927200

ISIN GB0059822006

Many Thanks in advance for any help,

Jeff


list of brokers that can hold physical shares , please help ?

Hello All

Hi all,

let me in join your awesome community :thumb:


Hello All

Hi!

Hello every one! I am Henritte from Germany, I am hoping to have a good conversation with you guys!


Hi!

Help required - convert to Array Code

hi,

I am new to amibroker but know a little bit about C++. I tried coding the following. Amibroker always encourages coding using Arrays and its efficient as well in performance as well as its elegant. I would like to know how to code the following using Arrays and kindly request experienced members to guide me through.

Code:

_SECTION_BEGIN("My-AFL7228");
SetBarsRequired( sbrAll, sbrAll );
TimeFrameSet( inDaily ); // switch to Daily time frame
SetChartOptions(0,chartShowArrows|chartShowDates);
m5  = MACD( 5, 10  );
m10  = MACD( 10,14  );
m14  = MACD( 14,20  );

result=0;

for( bar = 0; bar < BarCount; bar++ )
    {
        if( m5[bar] > m14[bar] )          result[ bar ] = result[ bar ]+2;
        if( m5[bar] > m10[bar] )          result[ bar ] = result[ bar ]+3;
        if( m5[bar] > 50 )                result[ bar ] = result[ bar ]+5;

        if( m5[bar] < m14[bar] )          result[ bar ] = result[ bar ]-2;
        if( m5[bar] < m10[bar] )          result[ bar ] = result[ bar ]-3;
        if( m5[bar] < 50 )                result[ bar ] = result[ bar ]-5;
        }

Pdynamic_color = Null;
_N(Title = StrFormat(" - Open %g, Hi %g, Lo %g, Close %g (%.1f%%) My-AFL-11bc", O, H, L, C, SelectedValue( ROC( C, 1 ) ) ));
Pdynamic_color = TimeFrameExpand(        IIf( result>7, colorGreen,
                                IIf( result>5, colorBrightGreen,
                                IIf( result<-7, colorDarkRed,
                                IIf( result<-5, colorRed, colorWhite)))), inDaily);

TimeFrameRestore(); // restore time frame to original 
Plot( MACD(12,26), "MACD", Pdynamic_color , styleNoTitle | styleHistogram );
_SECTION_END();

//



Help required - convert to Array Code

Array Code required

Hello fellow traders,

I am new to trading and amibroker. I know a little about c++ so was trying to code the following in amibroker. But I would like to know the same logic coded using arrays (Not using for loop). I would humbly request experienced traderji members to kindly guide me.
:)

Code:

_SECTION_BEGIN("My-AFL-11bc-Price");
SetBarsRequired( sbrAll, sbrAll );
TimeFrameSet( inDaily ); // switch to Daily time frame
SetChartOptions(0,chartShowArrows|chartShowDates);
m5  = MACD( 5, 10  );
m10  = MACD( 10,14  );
m14  = MACD( 14,20  );

result=0;

for( bar = 0; bar < BarCount; bar++ )
    {
        if( m5[bar] > m14[bar] )          result[ bar ] = result[ bar ]+2;
        if( m5[bar] > m10[bar] )          result[ bar ] = result[ bar ]+3;
        if( m5[bar] > 50 )                result[ bar ] = result[ bar ]+5;

        if( m5[bar] < m14[bar] )          result[ bar ] = result[ bar ]-2;
        if( m5[bar] < m10[bar] )          result[ bar ] = result[ bar ]-3;
        if( m5[bar] < 50 )                result[ bar ] = result[ bar ]-5;
        }

Pdynamic_color = Null;
_N(Title = StrFormat(" - Open %g, Hi %g, Lo %g, Close %g (%.1f%%) My-AFL-11bc", O, H, L, C, SelectedValue( ROC( C, 1 ) ) ));
Pdynamic_color = TimeFrameExpand(        IIf( result>7, colorGreen,
                                    IIf( result>5, colorBrightGreen,
                                    IIf( result<-7, colorDarkRed,
                                    IIf( result<-5, colorRed, colorWhite)))), inDaily);

TimeFrameRestore(); // restore time frame to original 
Plot( MACD(12,26), "MACD", Pdynamic_color , styleNoTitle | styleHistogram );
_SECTION_END();

//



Array Code required

lundi 27 février 2017

MCX Copper trading

This thread us going to be specially for copper trading.

today copper us in buy mode.
buy copper april contract at cmp 398.10 sl 394.
it is not intraday. its normal trade.hold till exit given


MCX Copper trading

introduction

Hellow Everyone,
I am a house wife,and is having intrested in trading specially day trading.
nslath


introduction

Order flow (FX)

I am a master student and writing a thesis about FX forecast in the microstructure field.

Does anyone can help with the advice of where can I find the order flow data or whom can I ask to provide it? As far as I know it can be provided mostly only by large banks.

Best Wishes,

D


Order flow (FX)

The Big Top

While I prefer trades that last a few days to a few hours (although I currently have a couple of option positions that I am holding longer because I bet against irrational exuberance), I am thinking there is some really big money to be made by anyone who can do what everyone warns traders against doing--call the top correctly in this richly priced market. Major turns come surprisingly often in sep-oct, but other dates are always possible. And I cannot absolutely rule out that this market might continue to levitate into next year. After all, Brazil's market recently continued to climb right through a national recession, fueled by QE.

Does anyone wish to stick his neck out on the chopping block and predict when this market will finally roll over? I'm still half-expecting sep or oct (it's tradition, after all), but I would like to hear other opinions. Any cycle enthusiasts here, or Ellioticians or Ganners? I think such methods are too involved for short term trading decisions, but they might be worth looking at when a major top or bottom appears to be obviously looming.


The Big Top

Is Anand rathi a reliable platform

I am thinking about transferring all holdings from Geojit to Anad Rathi. I'm not happy with Geojit's services and charges at all. I noticed recently that Geojit rounds off brokerage fee so they get more money in their pockets.

Do you suggest I transfer holdings to Anand Rathi?


Is Anand rathi a reliable platform

March series we may green again like 2016

Last time I predicted we may blast in march series...and it happened...Now 2017 Nifty giving interesting signal...we may not blast but over all trend will continue in positive direction.Maximum 2-3 series we may close in red...rest we will close in green.My analyze based on last 10 years historical data..of Nifty.I can clear see 2006 data match with 2017 nifty Chart.:thumb:


March series we may green again like 2016

Top 10 books on stock Market

Trading stocks?investing stocks is an art which has to be mastered every day to be skillful. As time keeps changing , the psychology behind trading also changes. Back in the days, there were less volume and now everyone wants to make quick money. The idea of investing/trading never change and it’s good to read the following books to become a better trader/investor.

Intelligent Investor :
This is considered to be one of the best books on investing. It will take a long time to understand the terms included in the book. we are not going to gamble and add stocks, we are going to find the ultimate reason behind why we buy a particular stock.

Stickky charts : if you are into trading , then this book should be in your list. The book gives you better idea on how to make money trading stocks just by looking at the price patterns. There is no need for fundamental analysis, easy and interesting read.

4 methods to day trading
If you are looking to make trade easy with no confusion, then this is the book. it gives you the top 4 methods on how to trade stocks, there could be plenty of methods but these four make the complete technical analysis of stock market.

A complete guide to volume price analysis this is a new book on volume and it gives you how to read the volume in a chart. How do you know it is a buy or sell from the chart? After reading this book, you can get a clear idea.

The definite guide using Gann’s square of nine
stock market is easy if you are good at numbers and astrology. Gann is an expert stock trader, investor and tutor for many technical analysts. He believed that the stock prices work on the law of numbers. He made the square of nine calculator using the ideas he got from travelling egypt and india. Resistance and support of any stock can be found using his square of nine principle.

breakthrough strategies : combines a variety of stock predicting methods and comes with the best result. Fibonacci retracements are easy and can help you find a stock buy and sell level. You will have to combine the levels with the volume to make the trade decision

one good trade:
the idea is to prepare someone for making good trades. if you make one good trade a daily and your income increases systematically. systematic approach towards financial freedom. there is no trading technique involved but the psychology works.

way of the turtle: this is one good book about breakout strategies. when a stock breaks the 5 day support or resistance with volume, you can see a trend change.

trading for living:
what if you have to be trader for life and make a career out of it? how will you succeed? what are the money making skills that one must have to save money for future?

power of habit: This is not a trading book , but it can help you achieve your goals. what seperates the rich from the poor? their habits ofcourse. The poor fears to make a financial decision, whereas the rich is happy to make it.

These are the top ten books , use the power of habit to master it. You have to learn, study, research and trade/invest with stocks. Little knowledge is the worst when it comes to stock trading. Good Luck with your trading!

read more at top-10-books-read-tradersinvestors/


Top 10 books on stock Market

Rsi

hi

RSI is good for trading is any one use it ?
i like to kow how can put stoploss when trade base on RSI


Rsi

dimanche 26 février 2017

To Read & Re-Read !!!

Some important posts by TJ members or from net to improve trading psychology.


To Read & Re-Read !!!

sbi analysis

hi friends,
i m new to traderji.
i m posting a chart of sbi .
would be grateful if you can analyze & help me with my analysis.
any suggestion is welcome.
u r free to add ur comments.

i m having buy@ 270

thanks in advance.

Attached Images
File Type: jpg SBI.jpg (88.7 KB)


sbi analysis

Is it possible to exit a bad delivery trade in T+1 day instead of waiting till T+2?

Hi Guys,

Suppose i buy shares of ABC company in delivery and go long.
The next day (T+1) i realize i made a bad trade, and the prices are going down, unlike my expectation, and i decide to exit or square off my position right after T+1 day instead of waiting till T+2 and incurring further losses (but the share is still not in my account as it gets settled after T+2 :().

Is it possible to square off? I know concept of stop-loss, but the shares are still not in my account, then?

On the contrary, i might also see substantial increase in price next day (T+1), and decide to square off there itself instead of taking further chances (again shares are not in my account), then how do i exit?

Kindly advice.

Thanks in advance :)


Is it possible to exit a bad delivery trade in T+1 day instead of waiting till T+2?

Good Cas who can file properly

Starting this thread as many traders are getting notices. It may be due to wrong filing by CAs or any other issue on traders part as well. Request other fellow traders to list some CAs who can file properly for traders. Knowing whether to audit or not,file appropriate ITR and do the needful. I would also suggest cheapest option may not be the best as wrong filing can lead to refiling, repayment and unnecessary headaches. Please dont ask me there fares you can ask them directly.. More options better for traders as they can file with whoever they are comfortable........
Here are some options

1. http://ift.tt/2kZv1rb - All india
Since they are in touch with zerodha they must be aware of notices faced by zerodha users

2. CA Nikhil : Hes a traderji member. He is in touch with traderji members and is active here on issues faced by traders


Good Cas who can file properly

need amibroker software with crack

need amibroker software with crack....

please provide if anyone have this....

thanks..


need amibroker software with crack

samedi 25 février 2017

Unlimited Bracket Order

Dear Friends,

Which Broker providing unlimited Bracket order under unlimited plan?

Please tell who is used unlimited trading plan.

Waiting for your valuable answer. Thank you very much


Unlimited Bracket Order

Stochastic Momentum Indicator(SMI)

Hello
Would anyone please have the UDI code for Stochastic Momentum Indicator(SMI)
Thank you


Stochastic Momentum Indicator(SMI)

i want afl for the mt4 indicator

#property copyright "xbox forex"
#property link "http://ift.tt/2lat6LP;

#property indicator_separate_window
#property indicator_buffers 3
#property indicator_color1 Black
#property indicator_color2 Blue
#property indicator_color3 Red

extern int period = 27;
extern int offset = 0;
extern bool EnableAlerts = True;
extern bool EnableArrows = True;
extern color ArrowUP = Blue;
extern color ArrowDOWN = Magenta;

double g_ibuf_80[];
double g_ibuf_84[];
double g_ibuf_88[];
string gs_92 = "";
string gs_xb4_ind_100 = "XB4 ind";
int prevbar;

int init() {
SetIndexStyle(0, DRAW_HISTOGRAM);
SetIndexStyle(1, DRAW_HISTOGRAM);
SetIndexStyle(2, DRAW_HISTOGRAM);
IndicatorDigits(Digits + 1);
SetIndexBuffer(0, g_ibuf_80);
SetIndexBuffer(1, g_ibuf_84);
SetIndexBuffer(2, g_ibuf_88);
IndicatorShortName(gs_xb4_ind_100);
SetIndexLabel(1, NULL);
SetIndexLabel(2, NULL);
prevbar = Bars;
return (0);
}

int start() {

double ld_0;
double ld_8;
double ld_16;
int li_24 = IndicatorCounted();
double ld_28 = 0;
double ld_36 = 0;
double ld_60 = 0;
double l_low_76 = 0;
double l_high_84 = 0;
creataalltext();
int li_92 = 16777215;
if (li_24 > 0) li_24--;
int li_96 = Bars - li_24;

for (int li_100 = offset; li_100 < li_96; li_100++) { //First bar 0(+offset) to Last bar
l_high_84 = High[iHighest(NULL, 0, MODE_HIGH, period, li_100)];
l_low_76 = Low[iLowest(NULL, 0, MODE_LOW, period, li_100)];
ld_16 = (High[li_100] + Low[li_100]) / 2.0;
ld_28 = 0.66 * ((ld_16 - l_low_76) / (l_high_84 - l_low_76) - 0.5) + 0.67 * ld_36;
ld_28 = MathMin(MathMax(ld_28, -0.999), 0.999);
g_ibuf_80[li_100] = MathLog((ld_28 + 1.0) / (1 - ld_28)) / 2.0 + ld_60 / 2.0;
ld_36 = ld_28;
ld_60 = g_ibuf_80[li_100];
}
bool li_104 = TRUE;
for (li_100 = li_96 - (2 + offset); li_100 >= 0; li_100--) { //Last bar-2(+offset) to First bar
ld_8 = g_ibuf_80[li_100];
ld_0 = g_ibuf_80[li_100 + 1];
if ((ld_8 < 0.0 && ld_0 > 0.0) || ld_8 < 0.0) li_104 = FALSE;
if ((ld_8 > 0.0 && ld_0 < 0.0) || ld_8 > 0.0) li_104 = TRUE;
if (!li_104) {
g_ibuf_88[li_100] = ld_8;
g_ibuf_84[li_100] = 0.0;
gs_92 = "SHORT";
li_92 = 65535;
} else {
g_ibuf_84[li_100] = ld_8;
g_ibuf_88[li_100] = 0.0;
gs_92 = "LONG";
li_92 = 65280;
}
}

bool Newbar = False;
if (prevbar != Bars) Newbar = True; prevbar = Bars;

if (Newbar)
{
if (g_ibuf_80[3] < 0.0 && g_ibuf_80[1] > 0.0)
{
if (EnableAlerts) Alert(Symbol() + " xb4d BUY");
if (EnableArrows)
{
ObjectCreate("xb4d_Buy_" + Time[0], OBJ_ARROW, 0, TimeCurrent(), Bid);
ObjectSet("xb4d_Buy_" + Time[0], OBJPROP_ARROWCODE, 228);
ObjectSet("xb4d_Buy_" + Time[0], OBJPROP_COLOR, ArrowUP);
}
}
if (g_ibuf_80[3] > 0.0 && g_ibuf_80[1] < 0.0)
{
if (EnableAlerts) Alert(Symbol() + " xb4d SELL");
if (EnableArrows)
{
ObjectCreate("xb4d_Sell_" + Time[0], OBJ_ARROW, 0, TimeCurrent(), Bid);
ObjectSet("xb4d_Sell_" + Time[0], OBJPROP_ARROWCODE, 230);
ObjectSet("xb4d_Sell_" + Time[0], OBJPROP_COLOR, ArrowDOWN);
}
}
}


settext("SIGNAL STRENGTH", gs_92, 12, li_92, 10, 15);
return (0);
}

void creataalltext() {
createtext("xboxforex_ind");
settext("xboxforex_ind", "", 12, White, 10, 15);
}

void createtext(string a_name_0) {
ObjectCreate(a_name_0, OBJ_LABEL, WindowFind(gs_xb4_ind_100), 0, 0);
}

void settext(string a_name_0, string a_text_8, int a_fontsize_16, color a_color_20, int a_x_24, int a_y_28) {
ObjectSet(a_name_0, OBJPROP_XDISTANCE, a_x_24);
ObjectSet(a_name_0, OBJPROP_YDISTANCE, a_y_28);
ObjectSetText(a_name_0, a_text_8, a_fontsize_16, "Arial", a_color_20);
}


i want afl for the mt4 indicator

Need Help (Trend Quality)

Deal all Amibroker experts

I have 2 afl: Q-indicator (Trend Quality) and B-indicator (balance) , I use both in Ami ver 6.0 / 6.1 and it running well.

But since Amibroker upgrade to version 6.2, it's produce a chart irregular (strange chart ).

Is there that needs to be changed line of code in both the afl order to run properly ?

Please help
Thanks in advance


Q-indicator (Trend Quality) :
_SECTION_BEGIN("TREND");
// Piecewise EMA is an EMA that restarts calculations each time
// the 'sincebar' argument is true
function PiecewiseEMA( array, range, sincebar )
{
factor = IIf( sincebar, 1, 2/(range+1) );
return AMA2( array, factor, 1-factor );
}
// parameters
m=4;
n=250;
// generate reversal signals based on EMA crossover rule
Lpf1 = EMA( C, 7 );
Lpf2 = EMA( C, 15 );
CrossPoint = Cross( Lpf1, Lpf2 ) OR Cross( Lpf2, Lpf1 );
Periods = BarsSince( CrossPoint );
// variable bar sum
DC = Close - Ref( Close, -1 );
CPC = Sum( DC, Periods );
// smooth CPC by piecewise 4 bar EMA
Trend = PiecewiseEMA( CPC, 4, CrossPoint );
// noise
DT = CPC - Trend;
Noise = 2 * sqrt( MA( DT^2, n ) );
// alternative 'linear' noise calculation
// Noise = 2 * MA( abs( DT ), n ) );
QIndicator = Trend/Noise;
Plot(sign(Lpf1-Lpf2), "Rev", colorRed );
Plot( Qindicator, "Qindicator", colorGreen, styleHistogram);
PlotGrid( -1 );
PlotGrid( 1 );
PlotGrid( 2 );
PlotGrid( -2 );
PlotGrid( 5 );
PlotGrid( 5);
_SECTION_END();


B-indicator (Balance Indicator) :
// Piecewise EMA is an EMA function that restarts calculations each time
// the 'sincebar' argument is true
function PiecewiseEMA( array, range, sincebar )
{
factor = IIf( sincebar, 1, 2/(range+1) );
return AMA2( array, factor, 1-factor );
//ama2( ARRAY, SMOOTHINGFACTOR, FEEDBACKFACTOR )
}
// parameters
smoothing=Param("smooth",4,0,100,1);
//m=4;
n=250;
// generate reversal signals based on EMA crossover rule
Lpf1 = EMA( C, 7 );
Lpf2 = EMA( C, 15 );
CrossPoint = Cross( Lpf1, Lpf2 ) OR Cross( Lpf2, Lpf1 );
Periods = BarsSince( CrossPoint );
// variable bar sum
DC = Close - Ref( Close, -1 );
CPC = Sum( DC, Periods );
// smooth CPC by piecewise 4 bar EMA
Trend = PiecewiseEMA( CPC, smoothing , CrossPoint );
// noise
DT = CPC - Trend;
Noise = 2 * sqrt( MA( DT^2, n ) );
// alternative 'linear' noise calculation
// Noise = 2 * MA( abs( DT ), n ) );
BIndicator = (abs(Trend)/(abs (Noise)+abs(Trend))) * 100;
Plot( Bindicator, "Bindicator", colorBrightGreen, 1);
PlotGrid( 0 );
PlotGrid( 20 );
PlotGrid( 40 );
PlotGrid( 60 );
PlotGrid( 80);
PlotGrid(100);
GraphXSpace = 3;


Need Help (Trend Quality)

Find Unlimited Plans strategy

Hi Friends,

I have plan to option trading with unlimited trading brokerage plan.
I have seen breakeven point option trade (without brokerage) 0.20-0.25 Rs.
So the Nifty or Bank nifty options easily move 0.70-1.0 Rs.
I hope my self easily pick the small movement with Bracket Order. I have plan to put bracket order with 0.7 Rs target and 20-30 Rs SL order.
My winning probability is very very high.
Please anyone say, any drawback my strategy? And Good Brokers for unlimited Bracket orders .
Waiting for yours valuable response. Thank you


Find Unlimited Plans strategy

vendredi 24 février 2017

introduction

hello


it would be my honour to learn and connect with traders here.


regards
abhinav gupta


introduction

Price cross ( or touch ) Weekly Ema 360

Hi,

I want explore price cross weekly ema 360.

I already use below code for daily cross;

_SECTION_BEGIN("Test");
Title = Name() + " " + Date() + " Open:" + O +"," + " High: " + H +"," + " Low: " + L+"," + EncodeColor( colorBlue ) + " Close: " + C+"," + EncodeColor( colorBlack ) + " Volume: " + V ;//+ EncodeColor( colorBlue )+ "\n" + EncodeColor(colorDarkGreen) + WriteVal (XR, format=1.2 ) + " Price Required for EMA Crossover";
Plot(EMA( Close,360), "", colorRed );
// Identify the price when the MA crosses above the price.
crossOverValue = ValueWhen( Cross( EMA(C, 360), C), C, 1);
// Trigger the buy-signal when the price crosses above the crossOverValue
buySignal = Cross( C, crossOverValue );
// Trigger the Buy signal when the condition is met.
Buy = buySignal;
shape = Buy * shapeUpArrow ;
PlotShapes( shape, IIf( Buy, colorGreen, colorRed ), 0, IIf( Buy, Low, High ) );
// Further code can be written to avoid whip-saws of the buy-signal.
_SECTION_END();



please help me..

thanks...


Price cross ( or touch ) Weekly Ema 360

Hello

Hello Folks,

I'm interesting Amibroker.

Thanks in advance Traderji.com :thumb:


Hello

Hello

Hi all this is dr.meenakshi sundaram a surgeon by profession. Recently got impressed by the intricacies of options trading. I am a math guy.I love mathematics. And options is all about maths.though I have a demat account for the past 10 years.just now got to read abt options and futures.so decided to swim in the ocean.I see many guiding posts and friends. Very much impressed by suryasweets bank nifty strategy. I have just doing only deep OTM put selling naked puts waiting for it to expire worthless taking a small profit.I do only this bcoz I had already lost nearly 50k doing some blind aggressive strategies by mistakes. Now I m in this forum .I can see a lot of helping hands and shared ideas.so now I feel more confident


Hello

Hello from Madrid

Hi everyone !

I´m in Madrid (spain)

I´m not an expert, but i'm lookikg forward to learning about Amibroker and trading systems

I`m interested in stocks and ETF

I´m trying to make my trader decissions according to quantitative methods programmed in Amibroker

I discovered this Forum thanks to Jose Miguel


Hello from Madrid

Suprising new technique

GOOD MORNING ALL,

AFTER TESTING A LOT OF TECHNIQUES WHICH DRAG ME ALWAYS IN LOSS IN DAY TRADING, I ANALYSED THE FOLLOWING SURPRISIG, SHOCKING, GOOD YIELDING TECHNIQUE WHICH I TESTED YESTERDAY I.E. 23/02/2017. (I DID PAPER TRADING ONLY)

KINDLY COMMENT MY POST AFTER ANALYSIS.

In India, there are two major index i.e. BSE SENSEX and NSE NIFTY 50.

I made a trial as follows:

It is generally believed that if one scrip is gainer of a particular time in BSE Sensex, surely it will also be gainer in NSE NIfty 50 also.

Based upon the theory,

I illustrate as follows:

During 0915-1000 hours first three gainers in both sensex and nifty are:

BSE SENSEX
Company LTP Price at 10:00 Price at 11:00 Change % Change

TCS 2481.65 2435.00 2467.90 32.90 1.35
Wipro 485.55 475.60 478.60 3.00 0.63
Infosys 1009.05 996.90 1002.45 5.55 0.56

NSE NIFTY
Company LTP Price at 9:00 Price at 10:00 Change % Change

HCL Tech 842.85 839.25 850.60 11.35 1.35
TCS 2481.80 2435.35 2467.25 31.90 1.31
Bank Baroda 168.15 167.15 168.80 1.65 0.99

out of above 3 scrips during 09-1000, common scrip is TCS, so follow the scrip and buy at 5 minutes after beginning hour ie.0920 (0915+5) and aim for 0.5 to 0.75% gain as these blue chip shares have minimum 20 - 40 times exposure from any broker, thus hourly gain will be from 10% to 30%.

friends pl. examine and tell your comments.

this is my first post.


Suprising new technique

Second Wise IEOD Data for 1 Week

Hello All,

I am very new to trading and need to backtest couple of strategies before jumping into actual trading. For the backtesting, I need second wise intraday data of any NSE/BSE script. Tried looking around on internet but wasted an entire day. Any member who could please help me with second wise intraday data of any week of 2017 for the given scripts. Any support is greatly appreciated.

Scripts:
IDEA,ONGC,SAIL,Unitech,Icici,RCOM,Jaiprakash Ass.,Airtel,HDIL,Vedanta,Jindal Steel

Regards,
Jimmy


Second Wise IEOD Data for 1 Week

Need MT4 Indicator

Dear Friends i need mt4 indicator for given below formula ..

z = yesterday HIGH + yesterday Low + yesterday close,

A = Z * 0.67,

Q= Z - yesterday HIGH

IF TODAY OPEN IS ABOVE " Q " THEN PLOT RED COLOUR LINE BELOW 2 POINTS FROM OPEN PRICE ( OPEN - 2 )

IF TODAY OPEN IS BELOW " Q " THEN PLOT GREEN COLOUR LINE ABOVE 2 POINTS FROMOPEN PRICE ( OPEN + 2 )



KINDLY CODE ABOVE FORMULA and HELP ME

THANKS IN ADVANCE


Need MT4 Indicator

Alternative income for a trader

Fellow traders can help. Feel free to correct or share more information.

As per statistics only 5% traders make consistent profits. It takes anwhere between 3 -6 years for trader to become consistent.Some may take more time.

Till those 3 to 5 years traders may not only have income but may loose money. So hes loosing some money in markets and spending money on day to day expenses. So capital loss.

A trader has good knowledge on technical analysis, price action, best broker, trading platform, fundamental analysis, finance news, company information, global news, logical mind and other

important domain knowledge.

How a trader can make some money while hes learning?


1. Becoming a mentor: Saint started TSF.Munde_77 trains So can we. What would be difficulties here

2. Making software : Programmers can make some programs which doesnt exist which will serve fellow traders needs and charge a small fee. We have many RTD and other free apps here. Small fee

software

3. Becoming a sub broker : For motilal oswal, nirmal bang and others. Mostly all brokers have this program. Enrol customers with broker and make some income. Even zerodha provides some cut for

refering customers. Also provide customers with some tips. Manage his money

4. Provide tips service : Sebi has made it difficult.

5. Promote other services: Promote other brokers/ softwares or services and earn a commission

6. Work with funding companies: Topstep trader for US markets, asiatic for nse

7. Collect funds from non finance guys and trade on their behalf and take portion of profits


Alternative income for a trader

Path to Consistency

Dear Friends,
I am starting a new thread for discussing Trading journey- Path to consistency.

Lets Start....the journey.


Path to Consistency

jeudi 23 février 2017

add or update data in downloader

Good morning,

Case 1. Downloader has daily intraday data downloaded in my computer via a data provider, assume its a one minute data. For example if jet airways LTP at 10:00 am is 423.50, I wanted to update that data to 426.5, simply add 3 to the existing price and see the value in the chart, how do I do this.


Case 2. Downloader has daily intraday data downloaded in my computer via a data provider, assume its a one minute data. For example if jet airways LTP at 10:00 am is 423.50, I wanted to ADD a new record as 10:01 am with LTP as 426.5, simply add 3 to the newly added row and see the value in the chart, how do I do this.

thanks
ml


add or update data in downloader

Hello...

Hello guys, i am a new trader looking forward to learn from you guys.
Josep.


Hello...

new trader in the field

hi every body


new trader in the field

new trader entry

hello every body iam new to this site iwant learn from u friends


new trader entry

Hello. I'm new here.

I'm Bennet from Amsterdam, im new here in this forum but already have a basic knowledge about trading, hope to learn a lot more and share what i know to my fellow traders. thanks for accepting me


Hello. I'm new here.

Tantia Constructions

I think This Stock Is Going To be Multibaager in coming years.
Book value of this stock is good which is above the market Price.The company is dealing with construction projects in India.
Due to under forming infra sectors this stock is not performing well.
i one of the main thing about this stock that promoters increase their holdings which may indicate something happening side the company.
porinju veliyath also have this stock in his portfolio.
So i feel this stocks become the multibbager in coming years.


Tantia Constructions

Delivery in commodities and futures/ options

Hello,
There is a distinct difference in trading commodity futures and equity futures and options in India and in other foreign markets.
Here in India when your futures ( both commodity and equity) and options are about to expire , if not traded are squared off automaticaly by the exchange.This is as opposed to the practice in foreign markets where the commodity or the equity shares are delivered physically.
The technical analysis rules by which we trade Indian markets mostly have origin in foreign bourses.
Technical analysis is nothing but mathematical applications of mass trading psychologies.
In India since there is no physical delivery the mass psychology is bound to be different.
My question is -- can the same technical analysis tools be applied to these Indian markets since the trading psychology for reasons stated above is different?
Can someone please comment on this?
Regards,
Dr.Chatterjee


Delivery in commodities and futures/ options

Is it an opportunity to buy Yahoo?

Yahoo shares were up 1% on Tuesday despite news of Verizon discounting its deal price by $350 mn to $4.48bn. Why so?
Background:
The deal was first announced in July last year when Verizon sought to buy Yahoo's core internet business for $4.83bn. Subsequently, Yahoo reported two major data breaches of user account data affecting over 1bn accounts. It has since faced criticism for late disclosure of these breaches and is currently facing investigation by the SEC
Why did Verizon not drop the deal or deeply discount its price despite this breach? And why are Yahoo shareholders pleased despite a cut in the deal price?
Possibly,
1) The synergies and benefits that Verizon sees in the deal far outweigh the price. The deal allows Verizon to substantially expand its user base, gives it access to international users and also helps Verizon's ads become more relevant for the global markets. This serves its strategy of focusing on targeted mobile advertising and diversifying away from the stagnating wireless market All this at a very reasonable price
2) On the other hand, Yahoo investors are relieved of being able to witness the consummation of the deal after the months-long process and the possibility of the breach being a deal breaker. The deal allows Yahoo to bring a closure to its fading internet business and is also tax efficient for Yahoo stakeholders as the holdings in Alibaba and Yahoo Japan properties will not be spun off but will remain in the holding company Altaba Inc.

Read more about Yahoo and Verizon here: http://ift.tt/2lO51OY


Is it an opportunity to buy Yahoo?

mercredi 22 février 2017

Last Hour Buying Gained D-street

The rally also has an impact on other banks - ICICI Bank surged 1 percent. HDFC Bank was up 0.4 percent and SBI gained 0.5 percent while HDFC rose 1.06 percent. After Reliance Industries Chairman and Managing Director, Mukesh Ambani announced Reliance Jio's tariff plans, Reliance Industries gained 1.4 percent. The company aims to cover 99 percent population by the end of 2017. Reliance Jio will start offering tariff plans with effect from April 1. In the wake of this development, its peers Bharti Airtel and Idea Cellular were down 3.4 percent and 0.4 percent, respectively.


Last Hour Buying Gained D-street

Req: Metastock Database of NSE EOD data (preferrably split/bonus adjusted

Dear fellow traders,

I am new to trading and currently learning Metastock software. Can someone using Metastock be kind enough to share their up-to-date NSE Cash EOD database files? Please it would be of great help for a beginner like me.

Thanks in advance

Arun


Req: Metastock Database of NSE EOD data (preferrably split/bonus adjusted

Amibroker Learning guide

Hi ,

I want some help in learning amibroker programming. I am new in this field, but want to learn how to code . i found that this forum has lots of contents regarding amibroker . Hence taught if someone could guide on how to proceed.

i have learned some simple codes like

X=Cross(EMA(Close,20),EMA(Close,50));
Y=RSI(14)<60;
Buy=X AND Y ;
Sell=Cross(EMA(Close,50),EMA(Close,20));

Here logic is buy when ema 20 cross ema 50 and rsi less than 60 and exit when ema 50 cross ema 20.

when i apply this , i sometimes get sell signals , where there were no buy signal generated in first place . plz someone guide me how to correct it.

Also plz let me know some simple buy sell codes to learn initially .Like the CROSS function is a basic thing and easy to grasp .Likewise plz suggest some simple systems to learn .

Thanks
Deepak.


Amibroker Learning guide

Hi All

Hi friends,
I am new to traderji and hope I will learn a lot of things about trading and investment from this forum.

Thanks and Regards
venkat


Hi All

Full-time traders from Chennai?

Hello...

I quit my job and started trading full-time since April-2016 - if there are any full time traders from Chennai interested in connecting / meeting, please feel free to drop a line here or PM me.

Thank you.


Full-time traders from Chennai?

mardi 21 février 2017

Are these brokrage charges correct?

Hello everyone,
I am new to trading and today I did my first option trades in intraday and was quite shocked at the amount of brokerage charged! Can someone please check and help me understand how this works?
I am on anger Broker Angel Premier plan. Do I need to change my broker?

Attached Images
File Type: jpg IMG_20170222_011051~01.jpg (63.5 KB)


Are these brokrage charges correct?

My Equities Long Only HF in the making...

Hello friends...

I started a website by name www.FatCowsFund.com where I will be posting my market calls. By the end of one year, I will hit near 50% + returns by the end of one year.

The purpose of creating this website is to create a track record for myself. I dont have sizeable account that can interest a potential accredited investor. Since a website will have timestamps, I believe it to be an authentic way to create a report at the end of the year and SHOW THAT I MEAN BUSINESS!

I will be using imaginary capital of 100 crores and posting my calls as per the strategy mentioned in the website... I may create a thread on Traderji too with my calls...

So.... :thumb: Watchout ladies and gentlemen!!!!!

I'M GONNA TAKE YOUR MONEY!!!! :D


My Equities Long Only HF in the making...

new in share market

pls share your trading strategy


new in share market

new user

Hello This is Hritvik.


new user

Domestic And Global Cues Charging Market

GST Council's approval to law for compensation to states and positive global cues also supported the market that gained strength in afternoon trade after consolidation in morning. The broader markets smartly outperformed benchmarks, rising over a percent on positive breadth. The Nifty Midcap ended at record closing high. About two shares advanced for every share falling on the exchange. TCS shares rallied 4 percent after the IT major has announced buyback of up to 5.6 crore equity shares (representing 2.85 percent of total paid up equity capital) at Rs 2,850 apiece, aggregating up to Rs.16,000 crores. The rally also spilled over to other peers - Infosys was up 1.2 percent and HCL Technologies gained 0.5 percent.


Domestic And Global Cues Charging Market

How do you accept an Buy Back Offer in Sharekhan?

How do you accept an Buy Back Offer in Sharekhan?

Example the upcoming TCS Buy Back


How do you accept an Buy Back Offer in Sharekhan?

Short selling derivatives - Possible in Indian markets?

Hi,
Pardon me if this sounds basic, but can we short sell Derivatives which we don't own using margin money (intraday basis) ? (Just like stocks)

Futures - I short sell some 75 lot of say Nifty 8000 seeing price coming down

Options - in case of options, lets say i wish to sell some Nifty 8000 CE call options (which i don't own using margin money), expecting market to come down - I know, i can buy puts if i expect market to come down, but lets understand it from short sell perspective, hence saying call.

Also, what happens if we don't square off - since it is margin money, does that also get auto-square off?
Kindly help.

Thanks You :)


Short selling derivatives - Possible in Indian markets?

lundi 20 février 2017

Banknifty Option Buying Strategy

Hi All,

Banknifty is my favourite because of its volatility and I always try to find most safest way to trade banknifty.
I paper traded this strategy from 06-Feb to 16th Feb and my result was around 200+ points profit in banknifty options.

I want to know your's feedback over this strategy

Strategy:

When banknifty is trading at XXX00 price, like 20300,20400, 20200 then

Buy Call & put option of current month of same strike price. You can say it long straddle.

Wait for the banknifty to move 200 points either way and
Exit the profitable position at that points. and keep the other position open.

At the same time create a new straddle at the current strike price like we have done before. and again wait for the banknifty to move 200 points either side.

Keep doing the same and on every exit check your overall profit.

Here you are taking profits to your pocket at every 200 points move. You will make good if market is moving sideways.

Always follow SPOT BankNifty.
As, I have paper traded total points I made in banknifty was around 230 points.


I also applied it to Nifty for each 100 points move. Paper trade was also in profit but, I didn't count all points accurately for it. I will share it later in free time


Banknifty Option Buying Strategy

MCX - 60 days open challenge with Zerodha

Starting this thread for posting my trades.
Aim is to beat the 60 day challenge.


MCX - 60 days open challenge with Zerodha

samedi 18 février 2017

Datafeeder for amibroker

GM friends i want your suggestion for good datafeeder for amibroker with reasonable rate without dellay and good customer support.Thankyou


Datafeeder for amibroker

Alert help

Hello everyone,

Anyone can please help me to get alert if price trad above hammer high.
more explanation in the attached image.

this is the code that i use for hammer pattern
Code:

uppershadow = H - Max(O,C);
body = abs(O-C);
lowerShadow = Min(O,C) - L;

Hammer        = L < Ref(L,-1) AND uppershadow < body*3 AND lowerShadow > body*4 ;

Any help will be highly appreciated

Attached Images
File Type: jpg hammer.jpg (79.0 KB)


Alert help

new joinee...

hi all:clap:


new joinee...

CJI Magic Trades Cours Review

I did the CJI Magic Trades at Pune batch and after the course i feel it is not worth the money,
there is no support provided by the team after doing the course, they just created the whats app group of the participants :), Query related to market or doubt has been not answered after the course, its 2.5 days course and in 2.5 days 1.5 days call will be taken by Ankush Sir and Chaitanya sir will take the class only 0.5 days, Ankush and Chaitanya Sir they both are very kind person, but I think nobody can make huge money(except Chitanya Sir) from there strategies, many participants believe that they are hiding the main strategy :)

So before taking the CJI Magic Trades course please do some research after the course, and ask the single person name who is making money from their strategy, otherwise you feel looted like me after doing this course.

I was suggesting because i did the mistake, i blindly joined the course just seeing the % of the return they have mentioned in their web site and ITL.

if you want more details or have any query please post here.

Thanks,
Happy Trading.


CJI Magic Trades Cours Review

New to Traderji

Hi friends
I am new to traderji and hope I will learn a lot of things about trading and investment from this forum


New to Traderji

Participants of Popular Trading Challenge

Hi,

I am glad to inform you that I am participating in Z 60 day challenge. The outcome will be known on the 2nd March. So far it is going good.

I would like to invite others to announce their participation here. You could support your developments with screen shot, if possible.

I believe Samco is also having similar challenge. All are welcome.


Participants of Popular Trading Challenge

Startup Stories

My Journey with Vada Pav from venkatesh iyer is a book on his experiences while starting goli vadapav. This guy is a tamil brahmin (from mumbai ) and is the biggest vadapav seller in india.( not idli or vada seller) Owns 6 th largest food chain in india after the big 5 MNCs. He is from a middle class background and shares his experiences in the book.

https://www.youtube.com/watch?v=btCWFMfUxXg


Startup Stories

Is there an upper limit on percentage of futures initial margin required by broker?

For the past month or so, Interactive broker has arbitrarily raised initial margin requirements on most pharma stocks. Consider the following examples:

Symbol----------------Initial margin Requirment
AJANTPHARM-------------887684
KSCL----------------------869257.5
BIOCON-------------------827490
GLENMARK----------------821450
GRANULES----------------802710
STAR----------------------748060
TORNTPHARM-------------631396
DIVISLAB-----------------554236.8
WOCKPHARMA------------517276.8

I contacted Interactive Brokers and they initially informed me that this is as per exchange requirement. So, I contacted NSE and they informed me that my broker is charging very high margin. When I contacted Interactive broker with this information, they responded that due to their internal margin policy (which cannot be disclosed), such margins have been set. Note that these margin requirements are even higher than the notional value of individual contracts.

By setting such high margin requirements, Interactive broker is effectively creating unjust hurdles for its customers to trade these contracts.

Now, I know that NSE mandates minimum margin requirement. But I cannot find any information regarding cap on margin requirement as a percentage of notional value.

Is anybody aware of such regulation on cap on margin requirement or are brokers free to charge initial margin requirements as much as they calculate as per their internal proprietary calculations?


Is there an upper limit on percentage of futures initial margin required by broker?

Charting/software query

Hi all !

Currently i am using icharts which are java based. I would like to know which are the paid charts/software available in the market other than amibroker metacafe in which i can suppose save all f&o scrips according to particular time frame and no of days data and can scroll all at once means single setting apply to all charts and change when i change to all.

Full time trader kindly suggest. Thanks


Charting/software query

vendredi 17 février 2017

option action

I am using option action but getting wrong pay off graph ... for eg. I have attached a pay off graph of SBI collar as follows -buy sbi march future @ 270
+ buy sbi 260 march put @5.40 +sell sbi 280 march call @6.50 , any one using option action facing this type of wrong pay off graph....:annoyed::annoyed:
pay off graph completely differs from option oracle. Pay off graph of option oracle is correct and also attached here .

Attached Images
File Type: gif option action.gif (8.2 KB)
File Type: gif option oracle.gif (17.9 KB)


option action

Market research - NIFTY, BANKNIFTY & STOCKS

Hi friends,
jalpesh here,
would like to share my daily experience and technical views about market here, just for your knowledge and information......
Ok....so lets stay in touch and will share my views on the basis of technical fundas...
:)


Market research - NIFTY, BANKNIFTY & STOCKS

Samsung family succession hits snag with chief’s arrest

South Korea was taken by surprise Friday with the arrest of the scion of the country’s richest family and de-facto leader at Samsung over his alleged involvement in a massive corruption scandal that engulfed the president and riveted the nation.

Prosecutors believe Lee Jae-yong, 48, a vice chairman at Samsung Electronics and the only son of the ailing Samsung chairman, gave bribes worth $36 million to President Park Geun-hye and her close friend to help win government support for a smooth company leadership transition, including a contentious merger of two Samsung companies.

Some conservative commentators are worried that Lee’s arrest could hurt Samsung’s businesses and therefore the economy, which relies on such companies for exports and jobs.

But others dismiss such concern as exaggerated. “What would affect its businesses are the Galaxy phone’s success, the performance of the semiconductor sector and how fast Chinese rivals are catching up, not whether Lee Jae-yong is arrested or not,” said Park Sang-in, a professor at Seoul National University.

Chiefs of companies such as Hyundai Motor Group and SK Group have been jailed before but still ran their companies from behind bars.

Samsung Electronics, which is the world’s largest maker of mobile phones, TVs and computer memory chips, has three separate chief executive officers each overseeing its electronic component, mobile phone and television divisions.

But long-term business decisions, such as appointing executives and deciding on mergers and acquisitions, may be put on hold. Samsung normally announces personnel reshuffling and promotions each December, but postponed those announcements in 2016 as it was dragged deeper into the political scandal.

Lee is not the first in his family to face criminal charges. His father was convicted in 2008 and 2009 for embezzlement and tax evasion related to business dealings designed to pass down wealth to his son. Lee Kun-hee, the ailing chairman, stepped away from his role at the company when prosecutors indicted him in 2008. The younger Lee will likely follow a similar course and stay away from leadership role once investigators formally bring charges against him.

As he stepped up his role in the absence of his ailing father, Lee was seen as the new face of Samsung, fluent in foreign languages and educated oversees. Since Lee assumed a bigger role, Samsung promised to inject the company’s top-down hierarchy with a nimble, startup-like attitude. Corruption allegations similar to those that took down his father may mean the damage to Lee’s reputation is irreversible.

Prosecutors were able to secure Lee’s arrest in their second attempt, thanks to new evidence showing President Park’s broader involvement in Samsung’s family succession plan. Initially, prosecutors focused on their argument that Samsung offered bribes and in return, the government backed a controversial merger of two Samsung companies in 2015, which was a key step in the leadership transition.

But after the initial request was dismissed, additional evidence from a notebook that belonged to a top presidential adviser showed that the government gave favors to Samsung in other areas related to the Lee family’s father-to-son succession, said Lee Kyu-chul, a spokesman for the special prosecution team.

Thanks to the family’s decadeslong succession plan, the 48-year-old heir to Samsung was able to amass enormous wealth even before starting his own business.

Lee’s net worth is estimated at $6 billion. Here’s how: In 1995, the elder Lee gave his only son, then in his 20s, 6 billion won ($52 million), which became the seed money to purchase unlisted stock in several Samsung companies. And during the next two decades those unlisted Samsung companies saw increased revenues based on lucrative deals done with other Samsung firms. The shares could then be sold when the companies went public. Some Samsung securities were sold at illegally cheap prices to Lee before he sold them off with huge returns, which later led to the conviction of his father.

With the Samsung scion’s arrest, others saw an opportunity to change a business community long criticized for poor corporate governance and a lack of transparency.

Even though Lee has less than a 1 percent stake in Samsung Electronics and his father owns a 3.5 percent stake, the family’s influence on the consumer electronics giant and other Samsung companies exceed other shareholders thanks in part to the way they control the business empire through a complicated web of cross-shareholding.

The merger between Samsung C&T and Cheil Industries in 2015 was one example showing how the Lee family could exert an outsized influence on Samsung Group.

Opponents of the merger, mostly minority shareholders, said the deal unfairly benefits the founding family while hurting other shareholders by devaluing the price of one company.


Samsung family succession hits snag with chief’s arrest

Why is brokerage charges different for each company?

Hi,
Can someone tell me, why is brokerage rate different for each company for buy and sell? On what factors, brokerage rate for each company depends (since different for each)?

I did some trading in sharekhan, and as you can see in attached picture, for one company Mahindra&Mahindra it goes as high as 1.2914 per unit :eek: :mad::mad:

So seems like if i sell 1000 quantity with a margin of 50 paise, thinking i have 500 Rs profit, it is actually a loss :(:(

Also, is this case only in sharekhan or all brokers?

Kindly help.


Why is brokerage charges different for each company?

introduction

hello everybody


introduction

jeudi 16 février 2017

Newbie

New to trading and investing, after realizing our dishonest broker used his discretion in 18 trades and locked in a realized loss of over $11K; he made a profit of about $500 in 2 fund exchanges. The brokerage fired him, but won't return the losses.

Studying candlesticks and western techniques; trying to understand entry and exit points. Any recommendations would be appreciated.


Newbie

Need strategy code - please help

Hi,

Need strategy code for the following strategy can you please help me, I do not know coding so need help...

chart type: line and break (three line break)
time frame: 5 minutes
When the 1st bar/brick/candle becomes green (new/1st green bar/candle) in three line break charts then open long position
Stoploss as 1st/new red bar/candle/brick
And target for long position same as above 1st/new red bar/candle formed

Vice a versa for short positions
when 1st/new red bar/candle/brick is formed open short position
Stop loss as 1st/new green bar/candle/brick formation
Target also the same 1st/new green bar/candle/brick formation

basically what I am trying to do here is when we have the green bricks start forming in line and break charts I go long
and as green bricks become red I close long positions and take short positions

thank you so much for your help

Please suggest me what is the best platform for backtesting the strategies?


Need strategy code - please help

IOC and Indiabulls Housing Finance included in NSE’s Nifty50 index; Idea, BHEL exclud

Indiabulls Housing Finance and Indian Oil Corporation will replace BHEL and Idea Cellular in NSE’s benchmark index Nifty. The changes will come into effect from March 31, 2017


IOC and Indiabulls Housing Finance included in NSE’s Nifty50 index; Idea, BHEL exclud

Need A Software other than Amibroker

Hiii Allll Experts
In Amibroker Software
We Press Down Arrow button when we need to change the chart of one script to another script.
Please Suggest any other Software who has this type of feature
As per My knowledge software from sharekhan (trader Tiger) or Meta Trader or Zerodha Pi
We need to Click on Script to change the Chart

Please Suggest any borker's or individual Software has this facility
I need this feature because using this feature i can scan 50 stock chart in just 5 min
and need another software because in my office IT person Block Amibroker Software
Please suggest.............


Need A Software other than Amibroker

How does delivery trade get settled off after T+2 days?

Hi,

Can someone help me to understand this?

Suppose i buy a share of ABC company on Tuesday when the price was Rs100. I decide to sell it on Wednesday at 11am (market price) when the price reached Rs.145. However since it gets settled on T+2 days, which happens to be on Friday, the price fell back to Rs95/- on 11am Friday, and further fell to Rs.80 by Friday day end.

So, which price gets considered as the final sell market price? Is it when i clicked the "sell" button on Wednesday 11am when the market was Rs.145/- or is it on Friday (T+2)th day? If that is on Friday, will it consider Friday market closing time as the final market price? (which is Rs 80)

Kindly help.


How does delivery trade get settled off after T+2 days?

Hello

Hi. im alfred from france... new here in this forum but already a forex trader


Hello

Snap is seeking an IPO valuation of up to $22 billion

Snapchat's parent company, Snap Inc., is seeking to price its initial public offering at $14 to $16 a share, setting its valuation below initial expectations, according to documents filed with the Securities and Exchange Committee on Thursday.

The updated filing confirms Snap is looking to sell 200 million class A shares. That would raise about $3.2 billion, and Snap estimates its proceeds from the deal will be $2.1 billion to $2.3 billion.

The filing confirms earlier reports from The Wall Street Journal and the Financial Times that the company has set itself a valuation of $19.5 billion to $22.2 billion.

People familiar with Snap's thinking had earlier said it would seek a valuation of up to $25 billion. It's still possible, however, that Snap could increase its valuation range if it sees strong demand for the stock during its IPO road show.

The company will list on the New York Stock Exchange under the ticker symbol SNAP. According to a schedule obtained by Business Insider, the IPO is expected to price on March 1.

Road-show schedule
The company's executives will embark on a global road show starting Friday. The schedule shows that they will travel to London on Monday, followed by two days in New York. The road show then takes them to Boston, the Midwest, and the West Coast.

Morgan Stanley is the lead bank working on the share sale. The other banks participating are Goldman Sachs, Barclays, Credit Suisse, JPMorgan, Allen & Company, and Deutsche Bank.

Snap, which made its fame with an app that sends ephemeral photo and video messages, describes itself as a "camera company."

The Snapchat app had 158 million average daily active users as of the fourth quarter of 2016. It makes the majority its money through advertising and booked revenue of $404.4 million last year, up from just $58.6 million in 2015. Last year the company introduced its first hardware product, camera glasses called Spectacles that retail at $130.

Snap says it plans to use the IPO funding for "general corporate purposes, including working capital, operating expenses, and capital expenditures."

The company adds that while it might purchase some "complementary businesses, products, services, or technologies," it is not anticipating any material acquisitions.

The class A stock being offered carries no voting rights. Holders of class B stock are entitled to one vote, and it is convertible into one share of class A stock. Holders of class C stock — restricted to the company's founders, CEO Evan Spiegel and chief technology officer Bobby Murphy — are entitled to 10 votes. The class C stock represents 88.5% of the voting power of the outstanding capital stock after the IPO.

"As a result, Mr. Spiegel and Mr. Murphy, and potentially either one of them alone, have the ability to control the outcome of all matters submitted to our stockholders for approval, including the election, removal, and replacement of directors and any merger, consolidation, or sale of all or substantially all of our assets," the regulatory filing reads. "If Mr. Spiegel's or Mr. Murphy's employment with us is terminated, they will continue to have the ability to exercise the same."

It marks the first US IPO to issue shares with no voting rights — something that prompted several of the largest US pension funds to send a letter of objection to Snap earlier this month, the Financial Times reported.

Snap's executives will now embark on the IPO road show, where they will pitch the stock to potential investors. The company is likely to be asked questions about how Snap plans to compete in a competitive market for users and advertising dollars.

The filing shows Snapchat's user growth slowed after the launch of Instagram Stories — a feature that mimics Snapchat's flagship feature, also called Stories, which allows users to send a string of videos and images to their friends that disappear after 24 hours.

Snap's executives are also likely to be quizzed on the company's path to profitability. The company posted an annual loss of $514 million in 2016.


Snap is seeking an IPO valuation of up to $22 billion

Trailing stop loss

Hi,
If you don't mind can u explain how you can use trailing stop loss in positional nifty? As far as I know zerodha gives trailing stop loss only in intraday and that too in bracket order.. is there any other broker out there who gives trailing stop loss option in positional? Or do I have to move it manually? Sorry I am a novice trader.. It would be very helpful if someone can guide me..


Trailing stop loss

mercredi 15 février 2017

Banknifty Weekly Strategy

Hi Friends,

This strategy is for banknifty weekly options. Hold it till expiry.

1. Buy 1 Lot future
2. Sell 2 Lot ATM Call

Using this strategy we will be in profit between 19700 - 20300

And banknifty got 600 points wide range to move.
Our max profit will be 368 points in one week.
Check all profits here: http://ift.tt/2lNznlj

I know this srategy can give unlimited loss if market open more than 300 point away. For this we can hedge our strategy by buying current/next month Call & put of our breakeven strike price.


Banknifty Weekly Strategy

I m back

Hello friends,

I have resumed trading after long gap (and losing lots of money 10 yrs back). In my second inning I am going to follow strategy and right sets of tools and technologies. Hope to make this one a profitable stint.

My background is IT and data science in particular. I am very keen on algorithmic trading. Looking forward to interact with best brains in this forum.

Regards
Akbar


I m back

How do you find leverage offered by AngelBroking on a particular scrip

Got an account with angel but wondering How do you find leverage offered by AngelBroking on a particular scrip

RM not picking up calls -.-


How do you find leverage offered by AngelBroking on a particular scrip

Need Your Help For Simple AFL

Hello! I need your help. Prompt to me please why this formula doesn't work? When switching a taymfreym in AmiBroker MACD color doesn't change?

Code:

_SECTION_BEGIN("MACD");
i=Interval(0);
if( i==3600 ) // Hourly
Plot( MACD(), _DEFAULT_NAME(), ParamColor("Histogram color", colorRed ), ParamStyle("Histogram style", styleHistogram, maskHistogram ) );
else
{
  Plot( MACD(), _DEFAULT_NAME(), ParamColor("Histogram color", colorGreen ), ParamStyle("Histogram style", styleHistogram, maskHistogram ) );
}
_SECTION_END();



Need Your Help For Simple AFL

Weekend trendy stocks...

Note banned will bless for Traders.Now we will find more trend than whipsaw.The main reason now there will be zero illegal trading/manipulation.So all traders ye condor/mondor/vendor choro (for defensive option traders:D)Now time to start aggressive trading.I will post two good trendy stocks on weekend but no chart you guys analyze it with your own simple method,If my signal and your signal match go for kill...:)


Weekend trendy stocks...

Nifty Trading diary

I will be posting my nifty futures swing trades here.


Nifty Trading diary

Trading Nifty futures with Alchemist

Hi Friends,

I have been trading nifty successfully since last 10 years and will be posting my live trades here.

Thanks
Alchemist


Trading Nifty futures with Alchemist

Day Trading in Equity for living

Hi,

After many years of investing i was trying to practice full time trading for living in equity. I will share my live trading screen shots (with proof). I am in middle to practice day trading for a living & trying to do from last 5-6 months.
Still results are good & i am trading in very low volume (but not paper trading ) like 10-20 shares but will increase gradually after get confidence & reliability on my strategy !!
After so long time in equity world i have realized that it required more & more experience to succeed whether it is investment or trading. Nobody can teach it & there is no magic formula or technical indicator which is 100% correct. Stop losses also can't avoid !!
will post my today trade shortly. Happy Trading


Day Trading in Equity for living

mardi 14 février 2017

new to join

hi all
vijay


new to join

Hi All..

Hi all.. my name is omjies. Need guidance from all of you.
:):)


Hi All..

Hello!

Hello I am Nadine, nice meeting you all!


Hello!

123capital

123capital anybody used?offering perday 123only

Sent from my Aqua Star II 16GB using Tapatalk


123capital

after hours orders not getting converted to stock exchange order

Hi All ,

Of late I am experiencing frequent problem with my broker server that my after hours order instructions are not converted into valid stock exchange orders (4-5 times in a span of 2 months ) . As a result I dont get to participate in pre-open trades .Normally every day it gets converted at 9:00 am . But of late this problem happens (afterhours orders converstion to valid exchange orders ) at 9:20 or 9:30 which is very late and I suffer lot of my instructions get missed out in the initial 30 mins of the trade .

I have raised this issue with borker and they say they are working on it and it will take 2-3 days to resolve this .

To me this is simple issue and should be resolved immediately and should not recurr again .

I wish to know other board members experience in this and also feedback as to any broker who has very good record in order execution space (importing order from csv file , proper participation in pre-open etc ) .

Please share your experiences and feedback on this .


after hours orders not getting converted to stock exchange order

Implied Volatility - IV

hello,
I want to start trading in options in Indian markets but can someone help me with Implied Volatility - IV. how to find IV for any stock in the Indian market as I didn't find this indicator in any platform


Implied Volatility - IV

lundi 13 février 2017

Hi .. this is amit

Hello everyone,

I am amit from Bhubaneswar. I have been trading since 2009 and I seek to gain more knowledge about technical analysis for trading in the futures market. I have been researching a lot about technical analysis for the past 4 years. Hope I would learn a lot from the experienced members of this forum.

Cheers !!


Hi .. this is amit

into - uzair

hi , introducing myself, I m uzair , live in Pune and value investor :)


into - uzair

Amibroker Elliot wave label afl

Does any one have afl to label EW in amibroker. I have seen it in metastock there are codes for Elliot wave labels for different degree. Can we have the similar afl for amibroker? if any one has please share it.
say for lower degree we name it as i, ii, iii, iv, v and for higher levels, 1,2,3,4,5 and another higher levels it would be (1)(2)(3)(4)(5) with different colors it goes on. If we have the afl then we dont need to manually edit the text everytime for different degree. Hope You get the requirement. Can anyone share if you have this afl. Thanks.


Amibroker Elliot wave label afl

Technical Screener

Hi,

Does anyone know of a good website where one can upload a custom list of tickers and one is able to monitor some basic technical screens on this stock list ?


Technical Screener

Hi friend

I m new in trading and having trade in commodity market


Hi friend

Amibroker realtime data

Hi,
how to get realtime data in amibroker


Amibroker realtime data

Help needed in high low ploting

Dear friends and Experts ..

when i click any candle the AFL code should plot lines for previous swing high and low in any time frame ..

pls Help me ...

Thanks in Advance


Help needed in high low ploting

dimanche 12 février 2017

help for triple inside bar in scan automatic analize in all group of stocks

PlotShapes(IIf((Ref(H,-1) < Ref(H,-2) AND Ref(L,-1) > Ref(L,-2)), IIf(H < Ref(H,-1) AND L > Ref(L,-1), shapeSquare, IIf(H < Ref(H,-2) AND L > Ref(L,-2), shapeDigit1, shapeNone)),shapeNone),colorGreen,0,L,-30);
PlotShapes(IIf((Ref(H,-1) < Ref(H,-2) AND Ref(L,-1) > Ref(L,-2)), IIf(H < Ref(H,-1) AND L > Ref(L,-1), shapeSquare, IIf(H < Ref(H,-2) AND L > Ref(L,-2), shapeDigit1, shapeNone)),shapeNone),colorLime,0,L,-30);
PlotShapes(IIf((Ref(H,-1) < Ref(H,-2) AND Ref(L,-1) > Ref(L,-2)), IIf(H < Ref(H,-1) AND L > Ref(L,-1), shapeUpArrow, IIf(H < Ref(H,-2) AND L > Ref(L,-2), shapeDigit1, shapeNone)),shapeNone),colorBlack,0,L,-30);

Attached Images
File Type: png triple inside bar.png (31.0 KB)


help for triple inside bar in scan automatic analize in all group of stocks

Options order completed at 09:15:01 hrs.

Hi,

How do people carry out an options trade at 09:15:01 hrs, 09:15:02 hrs etc? How do they get the option price? Can you place an options order before 09:15 hrs so that it gets done at 09:15?


Options order completed at 09:15:01 hrs.

My Details and strategy

1) My trading/investing experience---12years

2) The number of years you have been investing or trading in the markets---12.

3) Your area of interest - IPO's/secondary market/futures/options/commodities, etc----IPO/Secondary market.Received Big Set Back in Futures in 2008 so no more future in futures.

4) How do you make your trading decisions---By own judgement/Moneycontrol recommendations keeping under obsevation and tracking movement.

5) How you discovered this forum---google.

6) Since last 6-7 years of obsevations i keep the stock still it doubles and sell 50% making it free,and dont look back towards it.It has given me good returns.


My Details and strategy

new intro

hello everybody!!good evening!!!!


new intro

zero loss FNO Trading Strategy

Long 1 lot futures contract
Sell 1 OTM Call
Buy 1 ITM Put
With this strategy we can earn monthly up to 12% without risk

Example-

Suppose the Infosys stock is currently trading at Rs.935 on February6 . If the trader is neutral to bullish and he setup this trade by writing the call option of 1020 for Rs2.7 while simultaneously he buys the 1000 put for Rs.67.


Buy 1 Lots of FEB 1000 PUT : 67
SELL 1 Lots of FEB 1020 CALL : 2.7
Buy 1 Lot of infosys Future at Rs.935

If the stock price rally to Rs.1020 or above at expiration date, his maximum profit is Rs.10,250
On the other hand, should the stock price plunge to Rs.900 instead,he has profit of Rs.250
However, should the stock price remain unchanged at Rs.935, while his net profit is still Rs.250
So,he is in profits regardless the movement of the stock.



Position Will be Closed on or Before FEB,2017 Expiry



Maximum Loss Risk Involved in the trade : 0

Maximum Profit Potential : RS.10,350

Return if stock remains unchanged : RS.350



During FEB Expiry


PAYOFF GRAPH









Underlying Value at Expiry Total Profit and Loss




1075 - ₹ 10,350
1047 - ₹ 10,350
1029 - ₹ 10,350
1019 - ₹ 9,925
1010 - ₹ 5,250
1000 - ₹ 575
991 - ₹ 350
982 - ₹ 350
972 - ₹ 350
950 - ₹ 350
900 - ₹ 350

IMPORTANT NOTE
Exclusion of transaction costs during calculation
For ease of calculations, we have not taken into consideration the transaction cost that would be incurred by the investor upon entering the above strategy.
Investors are requested to calculate their brokerage and transaction charges as per applicable to them prior to entering any transaction.
For more previous trades visit blog


zero loss FNO Trading Strategy

Ficus wealth broker anybody used?reliable?

Sent from my Aqua Star II 16GB using Tapatalk


Ficus wealth broker anybody used?reliable?

Altman Z results website

I currently use screener dot in for my screening needs.

I used to use Value Research to cross check the Altman Z scores of screener and sometimes there were mismatches. Now I can't find the Altman Z scores on Value Research.

What is a good website to find Altman Z scores of Indian stocks?


Altman Z results website

samedi 11 février 2017

Toddler

Dear all,
Just joined. I feel proud to join with you all for getting your valuable and experienced suggestions in stock market.

Thanks & Regards

Lawrance


Toddler

technical analysis software

hi all
was out of the market for some time. i was looking for a free technical analysis software. just downloaded chart nexus but it seems they are giving sgx data only.anyone has an idea about. is there any other free software for technical anlysis. preferably working offline

thanks in advance

rajeev


technical analysis software

discrepancy in stock volume amounts at Yahoo, Google, Stock Market Watch etc.

I have a question regarding differing stock volume amounts for a specific stock reported on various financial websites. For example, let's take a look at Lockheed Martin's volume amount at 12-12-2016.

Yahoo Finance: 7 080 300
http://ift.tt/2kEcr6h

Google Finance: 7 080 271
http://ift.tt/2kE603a

Stock Market Watch: 7 079 560
http://ift.tt/2kDYfdw

and finally the Lockheed Martin's official website: 7 078 760
http://ift.tt/2kE2lSO

My guess is that it perhaps could be a result of some data providers including pre-market and after-hours trading into the calculation of the volume but still, 4 different numbers?

I hope someone can explain this. Thank you in advance.


discrepancy in stock volume amounts at Yahoo, Google, Stock Market Watch etc.

Trade to Trade Question

hi,
i was wondering if someone knows the criteria on which a stock is taken out of trade to trade (T2T) segment.

i have seen that many stocks are taken in and out of this segment from time to time but i couldn't find how a stock can come out of this segment. what are the criteria.

please share if you know about this.

can someone share a URL regarding this on BSE.

Thanks


Trade to Trade Question

vendredi 10 février 2017

New Start

Hi friends...Just started the voyage...


New Start

50 Thousand to 3 Lakhs - Thoughts

Dear Members,
Is it possible to earn 3 lakhs from 50000 in a span of 6 months?

I would like to achieve this target and would want your thoughts regarding my 3 lakhs target.

Is it possible in 6 months, if not, then what can be the average ideal time to make this happen.

If not in 6 months, will it take 1 year, 2 years ?!!

Kindly give your thoughts and guide me where to start


50 Thousand to 3 Lakhs - Thoughts

Regarding Takitpro

Anyone have used this software...


Regarding Takitpro

Jktyre

Every Body Knows that rubber prices are high and because of the china cheap quality tyres (No Anti Dumping) Tyre industries badly affected and their is no special provision for Tyre industries in this budget so they are right now badly hit.

1.)Why i am choosing this stock over others because other stocks are almost trading high.
2.)Their total production has increased they have also acquire Cavendish industry for 2200 crs.
3.) Asia First And World Second ISO 50001 CERTIFIED company.
4.)Technology Edge- Hasetri Asia First and India Biggest foremost research center.
5.) Key Partners to leading OEM.
6.)Pioneer of Radial Technology in India.
7.)India’s No. 1 Truck/Bus Radial manufacturer, Market Share -30% approx.

You can also check their investor presentation from their website here is the link http://ift.tt/2lwyZTY

I feel this stock will rise to a very good level from here potential of this company is very high and brand is well known it is technically and fundamentally strong stock only drag due to global policy and its aggressive expansion.
if you look into its presentation then you know valuable it is.
"Always remember buy those stock which are valuable and nobody is taking about them"
Invest in it and forget it for at least 1 year for maximum return.
Its ROE is 22 % for the past 5 years. and i feel that it is far better then Apollo Tyre.
my maximum target for this stock is 250 - 300rs.


Jktyre

can u make elliott wave theory simplified

Hi I am new to Elliott wave theory and would like to learn but finding it difficult what I know about this theory is just 5impulse and 3 corrective waves and third wave cannot be shortest I know there are many books available and also many expensive courses for it but if anyone who can explain it here in simplified way it would be very helpful and also post your nifty Elliott wave counts daily basis everyone has different views even though following same theory


can u make elliott wave theory simplified

Intraday Nifty with Gann

Hi Guys,

I am starting this new thread for Intraday Nifty. I will trade 2 lots of Nifty everyday. The fundamental will be Gann Square of 9 which I really trust alot. I have been trading Gann square of 9 from last 1 month and got some good results. Just sharing my trades in this forum.

Today's VWAP @ 9:30 - 8825

Buy Trigger - 8836 Tgt 8855
Sell trigger - 8812.5 Tgt 8793.5

Sell triggerred @ 9:48 - 8811.15
1 lot covered @ 1:42 - 8793
2 lot covered @ 8796

Total profit points: 16.5 - 2 = 14.5
Total profit : 14.5*150 = 2175

:thumb::thumb:


Intraday Nifty with Gann

Algo Trading Course using Amibroker- 20% off

Hi,

There is cheap algo trading course offered by AlgoJi: http://ift.tt/2lxWI6Z

You can use my referral code ADIT9265-01 to avail Rs. 4000 discount.

Note: I am not affiliated with algoji in any sense. I am enrolled in first batch and I think some other forum members are also enrolled. I will leave to others to write a review :)


Algo Trading Course using Amibroker- 20% off

jeudi 9 février 2017

is anyone daytrading on 4 g connection?

members if anyone using 4 g for trading please share ur experience. is it possible? can t his replace wired bb.


is anyone daytrading on 4 g connection?

SBIN-I trading

trades based on market profile and ITF theories.
Parameters is 0.5
TF 2 min charts.
Lets get going.


SBIN-I trading

Banknifty SureShot Intraday Strategy without any analysis

Hi,

I tested this strategy myself and it is working perfect for me.
This strategy works in every market conditions like Upside, downside or sideways.
No carry forward, No technical/fundamental Analysis, Less margin in intraday


Best time to take position At 09:30 -10 AM:
But you can take position at any time in the day. You will surely make profit.

Sell current week
ITM/ATM Call
ITM/ATM Put

On wednesday/thursday sell next week CALL & Put

At the same time draw a straight line at the Banknifty future Chart at the current price

If banknifty future is below that line sell Banknifty future
If banknifty future is above that line Buy Future

Keep the positions opened till market close and keep your future stoploss at line.

Exit future trade position as soon as price cross the line in opposite direction. And place another order as per future price direction from the line

There are chances that you have to take multiple orders in future if sideways.
But this amount will be covered by your option selling in sideways.

You will make big if trade is in any one side of your line.

We are not going to make money from future here. We will take benefit of option selling. Future is for hedge only.

Let me know your views


Banknifty SureShot Intraday Strategy without any analysis

Short Straddle - Advise / Best Way to do

Hello ,

Am interested in pursuing short straddle on a monthly basis.

Assuming Rs.130 for Nifty 8500 PE and Rs.130 for Nift 8500 CE on Day 1.
CE+PE bought at Rs.260.
1 lot short required Rs.37,000 margin so for 1 lot CE + 1 lot PE = approx 75,000
For sum-price falling to 230 the Rs.30 diff x 75 = 2250 on 75,000 blocked is 3%. Sufficient.
Target is 3-4% only.


Have a few questions ?


1. Please tell how much is the apporixmate time decay per day
in phases probabaly Day 1 to Day 5 , 5 to 10 , 10 t 15 , 15 to 20 , 20 to 25 and Day 25 to 30 (Calendar Days).
Was trying(unsuccefully) to draw an exponential curve in excel.
Assuming 25 January to be Day 1 and 25 Feb to be Day 30 for feb month contracts.
Always interested in immediate month (not next month)
Or is it smarter to do next month.

2. Which would be a better time to do this.
Day 1 to Day 10 - Slower Time Decay but higher price realized , leading to more safety
Day 10 to Day 20 - Rapid Time Decay but lower price realized , leading to less safety
Remeber target is 3-4% only. Experience/feedback would help.

3. Monitoring volatility - it usually ranges around 14 - India VIX - but cant wait for it to change and loose trade oppurtunities.
Or is it essential and imporatnt.

4. Mangaing / Exiting -
Advise required regarding this. Intending to hold for 7-9 caledar days.
Hoping it remains within range eventually , despite swings.
Statistically wondering , if it is profitable enough to stay in the trade for a few days to get the return.
260/8500 is 3% - so staying within 3% range foe 7-9 days , hence no loss.


5. Comparing with strangles , straddle seem better considering that the amount recieved is higher and time value decreases faster.


I am direction neutral always. Looking to only profit from the fact that time goes forward and decay is certain.

Comparing to safer Spreads , this seemed better , cause ATM loses time value faster than OTM options.


Short Straddle - Advise / Best Way to do

mercredi 8 février 2017

hello traders!!

hello traders!!


hello traders!!

New oldie on the block!

Hi Everyone!
I have been investing, well I should say buying some MFs and blue-chip shares for past 3 years. But no strategy as yet.

My horizon is long term. But the investment approach I am interested in is a combination of Fundamentals and technical analysis. Fundamentals in the choice of stock to invest in and technical analysis for when to buy or sell.

MF investing is mostly for tax saving and long term investment. I need to learn how to 'balance the portfolio' (is that the term for when we rejig our MF investments?).

I was a frequent visitor to this forum many years back and I am back as an actual investor now.

Hoping to learn from the wise and experienced members here and in turn share my experiences as I too grow wiser and more experienced... :-)

Let the journey begin! :clap:


New oldie on the block!

Hi Everyone....

Hello Friends,

I am Form Bangladesh.... I wanna to learn Stock analysis...
I am here to hope cooperation from you. Hope you do.


Hi Everyone....

Share transfer

My father has shares in DEMAT form in sharekhan.
He wants to gift me shares.
I too have a Sharekhan demat AC.

But sharekhan is charging 0.03% as transaction charges.

Is there any other way to transfer shares to me without incurring charges?

Can we directly transfer thru NSDL Ideas platform?
If so, then will Sharekhan still be able to charge me transaction charges?


Share transfer

STT-A bad deal for traders & a systemic risk for capital markets

Traders,

Please read what happened to this trader and sign the petition online:

Security transaction tax(STT)-A bad deal for traders & a systemic risk for capital markets


STT-A bad deal for traders & a systemic risk for capital markets

mardi 7 février 2017

How to fund managers mitigate dips?

I've always wondered that in a trending bear market how do fund managers handle investments? Do they exit and park cash in bonds or there is always some stock that will be moving upwards even in a bear market?

Thanks


How to fund managers mitigate dips?

Free Image Hosting for Low Bandwidth Users

Free Image Hosting for Low Bandwidth Users

1.Avoid Ad bandwidth

http://ift.tt/1DCgfZ6

will Upload your image into imgur website


Free Image Hosting for Low Bandwidth Users

A little portfolio

Started working on a portfolio since November 2015 with a capital of Rs.84,533.2. As on 31st January 2017 , the portfolio stands at a value of Rs. 1,00,827, indicating a gain of 19.3%.


A little portfolio

lundi 6 février 2017

Easy way to loose money in option ^^

HI,
i am back lol.

We all trade for profit. I have observed something. when i trade expecting profit i have always made loss .
So if we are about to make a loss anyways then why not make a loss as fun :)
Either way what we invest in option is going to be loss anyways ..(for me atlest)

This time i will not chase profit.This time i am chase Loss .Lets see if i become successful or Not

Warning it is advice not to copy trade . As this trade are kept in mind to make loss ::clap::clap:

says to option . tu tu meri mai tear hone laga Evil smile.
Now i am chase Loss ^^

Date 07/02/2017

Buy 8600 PE qty 6900 @ 31.55 .....

Puts mental stop loss as 15% and sleeps

Motive is to make Loss ... i am book loss at 15% from buy price . if not reached i stay in trade.


Easy way to loose money in option ^^

Price action chart reading

Dear Senior Traders,

I am new to trading,I read little about price action trading.I like to learn more about price action and chart reading.Please help me to read the price action from the attached chart. This is 3 months EOD chart of POWERGRID trading in NSE.Last bar is created on 6/2/2017 Attachment 21165

Warm regards,
Thanku.

Attached Images
File Type: jpg POWERGRID.JPG (68.2 KB)


Price action chart reading

Is there any FREE MT4 for NSE, stocks and futures ?

Hi Friend,

I am new to trading. Is there any free MT4/MT5 software for Indian stocks, futures or commodities. Kindly help me with this information.


Is there any FREE MT4 for NSE, stocks and futures ?

Tick by tick

I have subscribed to tick by tick data feed. Today i was notified that there is a trojan virus named Trojan: Win32/Skeeyah.A!rfn is present is the software that records user data. Please help.


Tick by tick

Hi All

Hi All, Iam a option trader, looking ahead for members support to learn market as iam new to trading


Hi All

HI all

I have just registered, Hello to all


HI all

dimanche 5 février 2017

Hi All. . .

Hi,

This is Vijay kumar aka VijayNiftyTracker. . . Gr8 to be here. . .

Cheers . . .:) :) :)


Hi All. . .

Daily Loss Limit

Dear Friends,,

I want to implement an afl code to find Daily Loss Limit in intraday trading. I will use the code for backtesting around 200 days.
I have the following code, but it has serious mistakes.

Code:

// identify new day
dn = DateNum();
newDay = dn != Ref( dn,-1);

// Daily Loss Limit
dll = Optimize("dll", 0, 5, 10000, 5 );

EquityCount = 10000;

for( i = 0; i < BarCount; i++ )

// signals
Buy  =  ....;
Sell =  ....;

diff = (Equity(1) - Ref(Equity(1), -1));
EquityCount = EquityCount + diff;

// allow only dll
Buy = Buy AND EquityCount > dll;
}

Any help will be appreciated.
Thanks.


Daily Loss Limit

Hi everybody

I am Vinit


Hi everybody

Event Days Charts, comments etc.

BNF chart for RBI Policy day December 2016 (lifted from elsewhere in the forum).

Open : 15860, high : 18645, Low : 17980, close : 18261



For further charts, let's add whatever other details possible - PCR, USDINR, India Vix, OI etc. anything on which the members may have any questions at a later date.


Event Days Charts, comments etc.

samedi 4 février 2017

Website developer required to display quote and chart using EOD data

I need experienced software developer to develop my site to display daily stock quotes and charts by using EOD data.


Website developer required to display quote and chart using EOD data

Fundamental data

Hello,
Is there a data service that provide historical fundamental data for amibroker?
If the service does provide info for amibroker how can it be accessed? Amibroker Fundamental does not have the below info to query.

Looking for past info on the following

Dividend rates
Past 5 yr growth
Past PE
Past ROE
Beta
Ect


Thnx
Marty


Fundamental data

Techincal Analysis of IDFC BANK Ltd.

Please check my Analysis on IDFC bank Ltd. both in daily and weekly charts forming a very strong pattern of cup and handle if i am not wrong signs are positive.
This bank is new ( Only 1 year old bank ) and it will take time to move up those people who are thinking price will cross 100 to 200 rs within short period of time they are wrong every company especially banks take time to up move For Example at this price it is far better then RBL BANK and other banks because it is now more stabilize at this price level. Why this bank stock fall suddenly from the price levels of 80 rs because of some bulk deal and people start selling due to negative sentiments about ruchi soya and NPAs.
I will post a detailed fundamental analysis on this bank but this very difficult because data is inadequate but i will try my best.. and hope this technical analysis will help you to take your decision.

And remember in market everything moves no matter in which price they are " Bottom will go Up and Up will go down" & Vice Versa...
I have Loaded Screen Shot of Analysis Please check it.


Techincal Analysis of IDFC BANK Ltd.