Maz thanks.
Is Reset supposed to be commented out?
Under what conditions would Reset be made active in the Code?
Cheers
Graham
// reset
//if time = startTime then
//tradesPlaced = 0
//sellOrderLevel = undefined
//buyOrderLevel = undefined
//stopTarget = undefined
//stopLoss = 999999999 // off
//endif
MazParticipant
Veteran
“// reset” is just a code comment meaning “section to reset variables to undefined here below”