Best Practice Timezone Settings – Autotrader

Forums ProRealTime English forum ProOrder support Best Practice Timezone Settings – Autotrader

Viewing 2 posts - 1 through 2 (of 2 total)
  • #246475

    Hello Everyone,

    Is there a recognised best practices setup with respect to Platform Time Zone settings and what you code w/in a system.

    I’ll assume that if our platform is set to local time across all instruments (where we live), that we should adjust the code to marry.

    For example, AUS AEST (non-DST) will have DAX open of 1600 in Melbourne AUS during EU CEST (DST).

    Here we could use as an example;

    DEFPARAM FlatBefore = 1600 //No ANYTHING before 08:00 CEST – ALL Flat, Zero Open, Pending Limit or Stop Orders – No Trades before 08:00 CEST

    or;

     

    TimeForbidden = OpenTime < 160000 OR OpenTime > 060000 //No ANYTHING BEFORE 8.00 Open or AFTER 22:00 Close

    Curious as to whether it’s better to roll with platform local time across all instruments, convert time or set them individually within the platform or go with ‘actual’ open and close times for example and whether there’s gotchas in going one way of the other.

    I know this seems a little rudimentary but it’s work in progress alongside Daylight savings roll, sorting that will then also allow for a closer look at triple witching times.

    Going slow here but still going!

    #246503

    Came across this with a quick google-fu, will have a gander but if there’s any specific gotchas, feedback from the community is always welcome.

    https://www.prorealcode.com/topic/pro-order-automatic-trading-time-zone/

Viewing 2 posts - 1 through 2 (of 2 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login