Quantcast
Channel: Traderji.com
Viewing all 10287 articles
Browse latest View live

hi

$
0
0
i am a 6 month old trader , trying to learning the tricks of trade .:)

Introduction

When the market trends only 20%

$
0
0
One query,pls all reply-

when the market trends only 20% and remains in the range(tuk tuk mode you guys call all the time),then why always advised trend based system to take a trade?

Amibroker and daylight saving

$
0
0
Hi to all,
I have a database of 1Min of EUR/USD of DukasCopy. The TimeZone used is GMT (UTC) so when I want to see "daily timeFrame" I see 3-4 hours of trading on Sunday bar.

In order to have 5 bars for week and use all data ..In the group of the specific Ticker I have used the following settings:
1)show day and night session only = true
2)Day Session (RTH) : 09:00 - 21:00
3)night sessions (ETH): 21:00 - 09:00
4)Day/Night session times as defined above = true


All Is alright...until 08/March when the daylight saving change the way I must compress the data to make right daily bars.


So On that date I Should change the settings in this:
1)show day and night session only = true
2)Day Session (RTH) : 10:00 - 22:00
3)Night sessions (ETH): 22:00 - 10:00
4)Day/Night session times as defined above = true.


THIS IS A BIG PROBLEM!!!

How can I manage daylight saving in AmiBroker?
Is there an automatic way?
Is there anyway to mange the intraday Configuration in AFL so I can assign Day Session (RTH) and Night sessions (ETH) dinamically?


Thanks a lot.
Bye.

introducing

Multiple Time Frames in Single Sheet

$
0
0
Dear Friends,

Trading in line with higher TF has its own advantages. The detailed procedure is given by Alexander Elder by his famous Triple Screen Method. Its easy then to have multiple TFs in single screen especially in Amibroker.

Starting a new thread for " Multiple Time Frames in Single Sheet " :thumb:

Looking forward a step-by-step procedure for same ......

newbie to trading

$
0
0
Hi ,

I am new to trading.When I searched the website for discussion forums for trading, TRADERJI was the first to appear. I have learnt a lot from reading your forums. Thank you so much for all the members who posted here. I hope I will learn more from this forum.:):):)

Forex Scandal

$
0
0
The forex scandal (also known as the forex probe) is a financial scandal that involves the revelation, and subsequent investigation, that banks colluded for at least a decade to manipulate exchange rates for their own financial gain. Market regulators in Asia, Switzerland, the United Kingdom, and the United States began to investigate the $5.3 trillion-a-day foreign exchange market (forex) after Bloomberg News reported in June 2013 that currency dealers said they had been front-running client orders and rigging the foreign exchange benchmark WM/Reuters rates by colluding with counterparts and pushing through trades before and during the 60-second windows when the benchmark rates are set. The behavior occurred daily in the spot foreign-exchange market and went on for at least a decade according to currency traders.


On 20 May 2015, the five banks pleaded guilty to felony charges by the United States Department of Justice and agreed to pay fines totaling more than $5.7 billion. Four of the banks, including Barclays, Citigroup, JP Morgan, and Royal Bank of Scotland pleaded guilty to manipulation of the foreign markets; while the others had already been fined in settlements from the November 2014 investigation, Barclays had not been involved and was fined for $2.4 billion. UBS also pleaded guilty to committing wire fraud and agreed to a $203 million fine. A sixth bank, Bank of America, while not found guilty, agreed to a fine of $204 million for unsafe practices in foreign markets

http://en.wikipedia.org/wiki/Forex_scandal

NSE Cash IEOD Data needed from May 2014 till date

$
0
0
Hello all. I'm looking for NSE Cash market IEOD data from May 2014 till date. Would appreciate if anyone can provide it.

I have data from before that i.e. from roughly 2011 onwards till May 2014. I have posted these data links on Traderji earlier in case someone would like to download them.

Thanks.

advisory company are good or bad?

$
0
0
advisory company are good or bad?

Import Data into Excel

Charts Discussion

$
0
0
Hi,

I am trying to learn charts. Hoping this is the correct place to discussion Indicators and Oscillators and learn together. I have read Teach a Man to Fish... thread long time ago and now trying to implement it...

Please find attached GHCL Ltd daily Chart. As per chart it is uptrend but stochastic shows its in overbought zone. And, Moving Averages giving buy signal stating long term uptrend.

Attached Images
File Type: png GHCL.png (61.5 KB)

Now OR Nest?

$
0
0
Hi

I have used Nest before and I don't have any issues with it, however I changed my broker recently and they are offering me a choice in between NEST and NOW?

Which one you are using?
Any major differences between the both?
Which one you would recommend?

How to upload image

$
0
0
Many traders/ members face trouble to upload their charts/images.
google and download ShareX or pickpick, all are free. uploading from these software is very easy. I am using pickpick.
first you open this app and capture your image. then click 'Share', click Internet URL, you can see a new window, click upload, click Image URL icon. after that you come back to your Traderji massage Board. click Insert Image icon and press ctrl+V on key board and click OK.....huh kaam fitting....within few seconds....:clap:


Which software/broker/website provides IV charts for Indian stocks??

$
0
0
Any known data providers implied volatility

Gee Gee trade on commodities

$
0
0
Hi everybody.
This is gautam here. I have been into markets for about 13 years now, on and off. Have moved through the learning curve and mistakes like anybody else here. Though i havent wished to be vocal about how i trade, but recently i thought why not to share the sequence of events and setups i go through, before entering into positions.
Mine is primarily an intraday strategy, which if in right place may run into weeks as well. I am adept at using FnO and do so frequently. Here in commodities, in absence of any options, i trade light to avoid overnight surprises. I also trade commodities in global markets primarily through ETFs.
Here in this thread i would try to show the technical setups i have and emotional aspect of entering/being in and exiting the trades. I at times may not be very regular hence no point in blankly following the ideas here.
The idea to share all this here is to show, one more approach to trading, thats it.
Here is my first imgae. Rest on MODs approval

Attached Images
File Type: png crudeD.png (43.2 KB)
File Type: png crudeW.png (36.7 KB)

Gee Gee trade on equities

$
0
0
Hello everybody.
On line of my thread in commodities, i would like to share my perspective on equities here.
As said in my other thread, idea is to show one more approach towards trading and neednt' be followed blindly.

PS: Guys i wanted to upload charts on nifty but upload limit is only 100 KB. How do you guys upload it here. Do i upload them on some other site and paste the link here.
regards

Need help on AFL code

$
0
0
Hi Friends,

I need help on the afl code, kindly please help me on this.

Assume I have a signals as below,

Buy = EMA15>EMA16;
Sell = EMA15<EMA16;

BuyPrice=ValueWhen(Buy,C);
SellPrice=ValueWhen(Sell,C);

Now I want to cover(book profit), when the price reaches BuyPrice + x points, similar Short when the price reaches SellPrice - x points.

I have little knowledge on AFL and tried with basic knowledge but did not succeed.

Please help me on this.

Thanks in Advance.

Thanks,
Praveen

wrong ATR value in exploration mode

$
0
0
Hi,

I am porting a system from another platform to Amibroker and I am running into problems with the ATR / position sizing part of the code.

I nshort: the ATR values seem to be wrong hence the position sizing, stop loss and risk rewards are all wrong.

When I output the ATR from outside the code (I call AddColumn(ATR(20), "ATR"); directly ), the correct ATR value shows. When I call the variable storing the ATR value inside the code it is incorrect.

Any idea as per why?

Thanks

Code:

#include "C:\Program Files\AmiBroker\Formulas\Custom\RSI_Solver.afl"


//Filter = Status( "LastBarInTest" );


risk = 0.05;

/* Position sizing */
Account_Size = 10000;
Risk_Lvl = Account_Size * risk;
       

// --- detect watchlist ---
wlnumber    = GetOption( "FilterIncludeWatchlist" );
symlist      = GetCategorySymbols( categoryWatchlist, wlnumber );


       
if ( Status( "stocknum" ) == 0 )
{       
        // delete static variables


// fill input static arrays

        for ( i = 0; ( sym = StrExtract( symlist, i ) ) != ""; i++ )
        {
    SetForeign( sym );
    GSPC = Foreign("GSPC", "C");
   
    vol = ATR(20);
    Ratio = (C / GSPC);
    MA_Ratio = MA(ratio, 20);
    Sdev_Ratio = StDev(Ratio, 20);
    Diff20 = Ratio - MA_Ratio;
    ZScore20 = Diff20 / Sdev_Ratio;

        B1 = Zscore20 < 0;
        B2 = barssince( Zscore20 > 0 ) > 3;
        //B3 = L < BBandBot(10,2);
        B4 = C > MA(C, 100);
        B5 = RSI(2) < 15;

        Cond = B1 AND B2 /*AND B3*/ AND B4 AND B5;
       
       
        /* Entry Price based on targeted RSI */
        Limit_Entry = Min (C , ReverseRSI(2,5) );

       
        //StaticVarSet("vol" + sym, vol);
        //vol =        StaticVarGet ("vol" + sym);
       
        /* Stop price based on ATR */
        Stop_Amt = 2 * vol;
        Stop_Price = Limit_Entry - Stop_Amt;
        //ApplyStop(stopTypeLoss , stopModePoint, Stop_Price);

        /* Number of shares */
        Shares = Risk_Lvl / (vol / C) / C ;
       
        Position_Size = Limit_Entry * Shares;
       
    /*DETERMINE THE REWARD-TO-RISK RATIO BASED ON THE PROFIT TARGET AT RSI(2) = 90*/
        Reward = ( ReverseRSI(2,90) - Limit_Entry ) * Shares;
        RR = Reward / Risk_Lvl;
       
        RestorePriceArrays();
       
        StaticVarSet("vol" + sym, vol);

        StaticVarSet("zscore" + sym, ZScore20);
        StaticVarSet("shares" + sym, Shares);
        StaticVarSet("limit_entry" + sym, Limit_Entry);
        StaticVarSet("stop_price" + sym, Stop_Price);
        StaticVarSet("cond" + sym, Cond);
        StaticVarSet("rr" + sym, rr);
        }
}

sym = Name();
cond = StaticVarGet("cond" + sym);       

Filter=1 AND cond == 1 ;

vol = StaticVarGet("vol" + sym);

zscore = StaticVarGet("zscore" + sym);
shares = StaticVarGet("shares" + sym);
limit_entry = StaticVarGet("limit_entry" + sym);
stop_price = StaticVarGet("stop_price" + sym);       
rr = StaticVarGet("rr" + sym);

//AddColumn(zscore,"Zscore");
//AddColumn(cond, "Cond");
AddColumn(RSI(2), "RSI2");
AddColumn(ATR(20), "ATR(20)");  //Correct ATR value
AddColumn(vol, "ATR in code");  // incorrect ATR value (the one used inside the code)
AddColumn(C, "Closing Price");
AddColumn(shares, "Shares to Buy");
AddColumn(limit_entry,"Limit Entry");
AddColumn(reverseRSI(2,90),"Profit Target");
AddColumn(stop_price,"Stop Loss");
AddColumn(100*rr,"Risk/Reward");

SetSortColumns( -10 );
//AddRankColumn();


/*
AddColumn(Shares, "Shares to Buy");

AddColumn(RR,"Risk/Reward");

SetSortColumns( -11 );
AddRankColumn();


AddColumn(Position_Size,"Position Size");
*/

Hello

$
0
0
Hi Everyone,

Hoping for learning a lot and discussing with you every single doubts I have.
Viewing all 10287 articles
Browse latest View live