Hi all,

I see this message when I try to run my function.
Why I need the history if I want to trade without test.

the .t1 data is requested whether is must backtest otherwise waht is it for only trade?

Below the code I'm using

Code:
function run()
{
  set(LOGFILE);
  StartDate = NOW;
  BarPeriod = 0.001/60;
  LookBack = 0;
  Weekend = 0;
  asset("BTCUSD_simple");
  if(!NumOpenLong)
  enterLong();
}



EnterLong1ms
Login 0 MT4/5...
!SimpleFX Ltd. connected at UTC 05-26 09:06
Error 057: need .t1 history
Error 075 ((BTCUSD_simple::L)): Can't open 1@7624.50 at 09:06:51
V 1.748 on Sat 18-05-26 11:06:51 (Zorro S Subscription)

Trade: EnterLong1ms BTCUSD_simple 2018-05-26
Assets AssetsArb
Error 030 - Check lookback, settings, asset order
Logout.. ok