Block Documentation
Learn everything about building blocks - The core of Profectus.AI
24 articles
'When to trade' Section in Builder
Control when your strategy runs.
- When to Trade Blocks: Controlling When Your Strategy RunsControl when your strategy runs: per tick, per candle, at a set time, or in sessions. Learn the difference and best use cases.
- 'Run per Tick' BlockTriggers strategy actions on every market price update for real-time trade execution.
- 'Run per Candle' BlockTriggers strategy actions only at new candle openings to avoid rapid executions.
- 'Run at Time' BlockTriggers strategy actions at a fixed time daily for scheduled execution.
- 'Run in Session' BlockLimits strategy execution to specific trading sessions, giving you full control over when your system runs and blocks trigger.
- 'On/Off' BlockEasily enable or disable trading rules directly from inputs.
'Trading Rules' Section in Builder
Controle the rules of your strategy.
'Trading Execution' Section in Builder
Define how and when trades execute.
- 'Trading Execution' Section
- 'Buy Now' & 'Sell Now' BlockOpen a long or a short position instantly at the current ask price.
- 'Buy & Sell Pending Order' BlockWant to place a buy limit, buy stop, sell limit, or sell stop? Use Buy Pending Order or Sell Pending Order, set the Open Price Level, add SL/TP, OCO, expiration,…
- Pending Orders, OCO, and Opposite Orders ExplainedLearn pending orders, OCO, opposite-order deletion, no-open-trades checks, multiple entries, and trailing-stop behavior. Understand when to use OCO, Delete Orders, Count Trades, Group Numbers, and Select Trades.
'Trading Management' Section in Builder
Control how open trades are managed.
'Variable' Section in Builder
Variables store and update dynamic data during EA execution. This collection covers essential blocks for assigning, modifying, and calculating values to optimize trade logic.
'Chart Objects' Section in Builder
Chart objects allow you to visually track and manage key trading events. This collection covers blocks that help draw, modify, and remove visual elements directly on your trading chart.
