Patch 7.2 and new titanstrike levels

This is what i currently have. But it looks like from the new artifact weapon talents, that maybe there is abit of overflow in energy ?
My auto keyspammer is on 110ms maybe somebody has better results with something else im 899 eqquiped and normaly on top in heroic raids, very good results, my artifact is atm lvl 38 (after 7.2)

ST down here

Sequences['BM_ST'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Sÿlvánás@Kazzak",
  SpecID=253,
  Talents = "3113112",
  Default=1,
  Raid=1,
  Mythic=1,
  Icon='ability_hunter_bestialdiscipline',
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [combat] Bestial Wrath",
        "/cast [combat] Blood Fury",
        "/cast [combat] Titan's Thunder",
        "/cast [combat] Aspect of the Wild",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast [mod] Multi-Shot",
        "/cast [nopet,nodead] Call Pet 1; [@pet,dead] Heart of the Phoenix",
        "/cast [combat,pet:Spirit Beast,@player] Spirit Mend",
        "/cast [combat,pet,@player] Roar of Sacrifice",
        "/cast !Volley",
      },
      PreMacro={
      },
        "/cast Dire Beast",
        "/castsequence [nochanneling] reset=combat/reset  Kill Command, Cobra Shot",
        "/cast A Murder of Crows",
      PostMacro={
        "/cast [nogroup] Mend Pet",
      },
      KeyRelease={
      },
    },
  },
}

Aoe down here

Sequences['BM_AOE'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Sÿlvánás@Kazzak",
  SpecID=253,
  Talents = "3113112",
  Default=1,
  Icon='ability_hunter_bestialdiscipline',
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/petattack [@target,harm]",
        "/cast [@pet,dead] Revive Pet",
        "/cast [nopet,nodead] Call Pet 1; [@pet,dead] Heart of the Phoenix",
        "/cast Aspect of the Wild",
      },
      PreMacro={
      },
        "/cast A Murder of Crows",
        "/cast Dire Beast",
        "/cast Titan's Thunder",
        "/cast Bestial Wrath",
        "/cast Kill Command",
        "/cast Multi-Shot",
      PostMacro={
      },
      KeyRelease={
        "/cast [target=Sÿlvánás] Spirit Mend",
      },
    },
  },
}