Re: Free RealTime Data NOW Nest ODIN Trade Tiger Google Yahoo to AmiBroker, Fcharts M
Yes we can set default timing to whatever we want by editing the *.au3 files.
To change default start time to 00:00:00 I use below code:
To change default end time to 17:00:00 I use below code:
You can make similar change in your au3 files and run those text files directly or make exe and run exe.
hello josh can we set default timing of backfill from 9:15 to 3:29:59? in app
Code:
Spaces within " " seem to matter, so its " 17:00:00" and not "17:00:00"
Code:
Global $T1 = GUICtrlCreateDate(_NowCalcDate() & " 00:00:00", $h+85, $v+5, 70, 18,$DTS_SHORTDATEFORMAT)
Code:
Global $T2 = GUICtrlCreateDate(_NowCalcDate() & " 17:00:00", $h+210, $v +5, 70, 18,$DTS_SHORTDATEFORMAT) ;$DTS_TIMEFORMAT