Only one query left joshji,
following are screenshots , In datasheet1 rates are updating exact one minute data
but using RTNEST, In datasheet2 rates are updating every five second.
problem with 5 sec updating is , it gives frequent buy/sale signal even in 15 min chart. The query is, can i feed the data for exact one min. like datasheet1 ????
following are screenshots , In datasheet1 rates are updating exact one minute data
but using RTNEST, In datasheet2 rates are updating every five second.
problem with 5 sec updating is , it gives frequent buy/sale signal even in 15 min chart. The query is, can i feed the data for exact one min. like datasheet1 ????
There is a problem in your AFL if it is giving you frequent buy/sell signal in 15 min. chart.
You can feed 1 min. data from RTNest. You will have to change refresh period to 60 seconds. However, you will have to accumulate O,H,L,C prices for 1 min. in four arrays and refresh the Nest Sheet every minute before you transport it to AMIBroker. That will require some coding effort.
In my opinion, correcting you AFL for buy/sell signal will be better solution.