Macro Newbie Help Please, MM 7.2.5

G’day everyone. After a couple of years away from WoW, I have come back and thought I’d try my hand at a macros, to teach myself not to be a clicker and attempt to get more out of the game. Primarily I have set it up as Single-Target Focus with AoE as a secondary objective.

Here is my macro (Sorry not boxed).

Sequences[‘NewMM725’] = {
– This Sequence was exported from GSE 2.1.03.
Author=“Yourhuntard”,
SpecID=254,
Talents = “1113232”,
Help = [[Version2_0]],
Default=1,
Icon=‘Ability_Hunter_FocusedAim’,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/cast [target=focus, exists, nodead] Misdirection”,
“/castsequence [combat] [nochanneling] Trueshot, Arcane Shot”,
“/cast [mod:ctrl] Multi-Shot”,
},
PreMacro={
},
“/cast [combat] [nochanneling] Windburst”,
“/castsequence [combat] [nochanneling] Arcane Shot, Arcane Shot”,
“/cast [mod:ctrl] Multi-Shot”,
“/cast [mod:ctrl] Multi-Shot”,
“/cast [combat] [nochanneling] Aimed Shot”,
“/castsequence [combat] [nochanneling] Arcane Shot, Arcane Shot”,
“/cast [mod:ctrl] Multi-Shot”,
“/cast [mod:ctrl] Multi-Shot”,
“/cast [combat] [nochanneling] Windburst”,
“/cast [combat] [nochanneling] Aimed Shot”,
“/cast [combat] [nochanneling] Aimed Shot”,
PostMacro={
},
KeyRelease={
},
},
},
}

For some reason, my DPS seems too low (lower than me clicking anyway). Maintains approximately 1.15M during sim on dummy targets, although in raid/M dungeons only about 454k.

I am at iLvL903 with talents 1113232, I have no set bonuses although have Ullr’s Feather Snowshoes and the Warbelt of the Sentinel Army belt. I have included a modified cast for Multishot, to increase damage of Aimed shot and for use during AoE fights.
I have the macro setup as (1) with AHK set to 185ms, Marked shot (2) and Piercing shot (3). Trueshot is use as required on a separate keybind.

Any help for people to test and modify, increasing DPS would be greatly appreciated.

Thanks in advance