you can make real time futures by plotting the cash and add the prem to it - those two real time indexes = futures.
tradestation and multicharts synthetic futures code.
/////////////////////////////
input:d1(1),d2(2);
var:csyn(0),go(false),d1change(0),d2change(0);
if d>d[1]then begin...