Forum

Modifying QuickTrade order lot size in OnTradeTransaction event

Hi, Is it possible to to modify the lot size of an order before it gets opened using the OnTradeTransaction event? I want to split the lot size of orders send via the QuickTrade Panel between multiple orders. So that for example one 8 lots order becomes four 2 lots orders. I just want to know if it

OnTick does not execute

Hi, I'm new to this and I'm stuck. My code does not seem to execute at all. Here my very simple code : void OnTick() { //--- Print("OnTick"); } Nothing appears in the "Experts" log when I run my EA. I don't know where to look or what to look for