You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to QuantumXcel_Experts
The Relax Hours feature is intended to cause a delay in order
placements if any kind of loss is taken. If you have a losing trade
with this feature working there is supposed to be a wait time before
any more orders are placed. If the Scalper_RelaxHours Input is set at
anything but “0” this feature will be activated. The coding in this
feature attempts to monitor the Open Order Price, the Close Order
Price and the Stop Loss of the last order placed in the attempt to
determine if there was a loss on this order or not. The only problem
with this is that the Orders History file where they are trying to get
this information will not give them anything that will make this
coding do anything. When an order is closed all of the values they are
attempting to access are set to “zero”. Those values the coding is
monitoring are only active when an order is open. In other words this
kind of coding will not track any kind of previous order losses making
the Relax Hours feature basically worthless.