Advertisement IC Markets

Brokers with good VPS partnerships for low latency

Discuss 1-minute to 15-minute price action setups, fading intraday momentum, key support/resistance zones, and proven short-term trading methodologies.
PTScalper
Site Admin
Posts: 3027
Joined: Mon Jul 20, 2026 1:28 pm

Re: Brokers with good VPS partnerships for low latency

Post by PTScalper »

Key Implementation Details

Immediate Instantiation: You do not need to call the custom indicator using Indicators.GetIndicator(). Instantiating the built-in AverageTrueRange and passing its Result directly into SimpleMovingAverage inside Initialize() is significantly faster and uses less memory.

Log Throttling: When a strategy triggers a persistent "Buy" signal (e.g., price stays within an entry zone for 30 seconds), OnTick() will attempt to execute thousands of times. The LogRejection() method restricts the journal output to once per minute, ensuring your broker logs remain readable.

State Reset: _lastRejectionLogTime is reset to DateTime.MinValue upon successful execution, ensuring the next rejection is logged immediately, even if it happens on the very next candle.
Preserve your own money. Scale with the market's money. Exponential growth is the ultimate key.
Recommended broker for automated trading & scalping IC Markets
Post Reply