how to write add column to get the ema value in exploration for all stock
EG
AddColumn( cci(), "CCI", 1.4 );
I want to get the EMA 50 value of all the stocks.
Plz help me Great Minds with the code...
how to write add column to get the ema value in exploration for all stock
EG
AddColumn( cci(), "CCI", 1.4 );
I want to get the EMA 50 value of all the stocks.
Plz help me Great Minds with the code...
AddColumn( EMA(C,50), "ema", 1.4 );
Thanks KB
hope this is correct
Filter = 1; //to include everything
AddColumn( EMA(C,50), "ema", 1.4 );
In the exploration setting, select All symbols