Brokey | For Amibroker
// 1. Include Brokey headers (if applicable) // 2. Define parameters Lookback = 20; MaxPositions = 5; CorrThreshold = 0.70;
Once data is flowing, use these custom AFL formulas (copy-paste into Amibroker). brokey for amibroker
At its core, Brokey solves three fundamental problems that native AmiBroker struggles with: MaxPositions = 5
client = BrokeyClient(api_key="YOUR_KEY") client.login() CorrThreshold = 0.70