6.35: Amibroker
With the release of , Tomasz Janeczko and the team at AmiBroker.com have delivered a significant point release that bridges the gap between legacy stability and modern data demands. But is it worth the upgrade? What specific changes does version 6.35 bring to your daily workflow?
SetBarsRequired( sbrAll, sbrAll ); // Webhook alert for breakouts – new in v6.35 Cond = Cross( C, BBandTop( C, 20, 2 ) ); if( LastValue( Cond ) ) amibroker 6.35
payload = " \"symbol\": \"" + Name() + "\", \"price\": " + C + ", \"strategy\": \"BBBreakout\" "; WebhookSend( "https://hooks.slack.com/XXXX", payload, "POST", "application/json" ); With the release of , Tomasz Janeczko and