General Trading Chat

travi

Well-Known Member
HDFC Ltd catches up with HDFC Bank.....now it is time for HDFC Bank to move up.....
Smart_trade
Any view on the next 3 upcoming IPO's in light with current correction?
1. Bandhan bank: The PB in this case is very high and a bit reluctant.
what about
2. Hind. Aeronautics and
3. Bharat Dynamics ?
 
Any view on the next 3 upcoming IPO's in light with current correction?
1. Bandhan bank: The PB in this case is very high and a bit reluctant.
what about
2. Hind. Aeronautics and
3. Bharat Dynamics ?
I have no clarity on any of them...so will pass all of them.

Smart_trade
 

toocool

Well-Known Member
i am watching both call and put option charts in amibroker via foreign function .................any ways to make it change the chart automatically as reversed side call or put ?

for example if i am watching 25000 call , 25000 put is also displayed automatically?
 
I want to scan in Amibroker to filter the stocks if they had MA cross in 5 min time frame
From 12.3.2018 to 12.3.2018. I should be able to change the time frame. Does anyone know how to do it? if so please help me with the code. Thanks
 

travi

Well-Known Member
Name() <-- this special variable returns the current symbol.

so. eg. if it is BANKNIFTY18MAR24500CE

then you need to do string operations on it like this.

Code:
    symbol = Name();
    length = StrLen(symbol);
    firstpart = StrLeft(symbol,length - 2);
    secpart = StrRight(symbol,2);
  
    if(secpart == "PE")
    {
        secpart = "CE";
    }
    else
    {
        secpart = "PE";
    }
    symbol = firstpart + secpart;
  
  PlotForeign( symbol, symbol, colorRed);
Haven't tried it but it should work, logic is fine.
 

okabira

Well-Known Member
Now Zerodha is buying in EQ segment and sending me SMS about it. Let's see how they square it off by EOD.

sir what happened to your original position ??

is it closed now ??

My is still open + Margin blocked

they said to take reverse position in MIS order to minimize risk .

Now the MIS order is closed but the morning order is still open .

Pl. tell is it closed from order book ?
 
Last edited:

Similar threads