Simple Coding Help - No Promise.

Sr114
I can c three different columns for rates one for hight the second one for low and third one is for ?? ( in black colour)

Cud u pls post the code so can c in RT.

Thanks & Regards
 
Hi,
i am looking out for the coding where the calculation starts from the time we have specified.
for instance:
we have a buy setup crossover of EMA (c,10) , ema(c,20)
if we want that ema should start calculating from 5 p.m onwards than how the coding to be made?
 
Hi,
i am looking out for the coding where the calculation starts from the time we have specified.
for instance:
we have a buy setup crossover of EMA (c,10) , ema(c,20)
if we want that ema should start calculating from 5 p.m onwards than how the coding to be made?

Mehtaka im too learning here , so please wait for seniors' Confirmation.

Subroto JI is it
BUY=Cross(EMA (C,10) , EMA(C,20)) AND TimeNUM>=170000;
Thank U
 
Logging started for 'C:\Users\user\Desktop\NIFTY50_2014\NIFTY50_DEC2014\ACC.txt' file, using format definition file 'Formats\default.format'

Error in line ACC,20141201,09:17,1472.75,1476.90,1472.20,1474.50,2441
Invalid date format/value

1) I created empty database
2) then tried to "import ASCII" csv file into it...I am getting this error ..."is "09:17" not correct time format? do i need to change some settings in ambibroker?
 

sr114

Well-Known Member
Logging started for 'C:\Users\user\Desktop\NIFTY50_2014\NIFTY50_DEC2014\ACC.txt' file, using format definition file 'Formats\default.format'

Error in line ACC,20141201,09:17,1472.75,1476.90,1472.20,1474.50,2441
Invalid date format/value

1) I created empty database
2) then tried to "import ASCII" csv file into it...I am getting this error ..."is "09:17" not correct time format? do i need to change some settings in ambibroker?

ur format should be like this

ACC,20141201,09:17,1472.75,1476.90,1472.20,1474.50,2441 [missing time component]
Ticker, YMD, Time,Open,High,Low, Close,Volume

in default format ur missing the time component - so invalid date format/value

define the format in this way and save it , so that u can use this format for subsequent uses.

rgds
 
ur format should be like this

ACC,20141201,09:17,1472.75,1476.90,1472.20,1474.50,2441 [missing time component]
Ticker, YMD, Time,Open,High,Low, Close,Volume

in default format ur missing the time component - so invalid date format/value

define the format in this way and save it , so that u can use this format for subsequent uses.

rgds
how can I define format? When I try to import ASCII, I don't see any format settings?
 

Similar threads