Header settings reference
All 21 header settings in AlgoBarsX, each with its parameters, defaults, ranges and an example: market, markets, bars, evaluate, pane, max_open, max_open_per_side, direction, opposite, warmup and 11 more.
market markets bars evaluate pane max_open max_open_per_side direction opposite warmup repeat cooldown expires check show_on_chart max_daily_loss max_drawdown max_total_risk pyramiding min_distance trade_only
markets: <list<symbol>>#
Several symbols; alerts evaluate each independently.
markets: EURUSD, GBPUSDbars: <bartype>#
Bar type: timeframe, range(n), xray(n), renko(n) or heikin_ashi(tf).
bars: 15mevaluate: <string>#
bar_close (default, never repaints) or tick.
evaluate: bar_closeopposite: <string>#
On an opposite signal: close, reverse, ignore or hedge (where the venue supports it).
opposite: reversewarmup: <int>#
Bars required before rules run (computed by the compiler when omitted).
warmup: 300repeat: <string>#
once, once per bar, once per bar close or every time.
repeat: once per barshow_on_chart: <bool>#
Draw fire points, watched levels and live status on the chart.
show_on_chart: truemax_daily_loss: <percent | money>#
Pause the deployment after this loss in a day.
max_daily_loss: 3%max_drawdown: <percent | money>#
Pause the deployment at this drawdown.
max_drawdown: 10%min_distance: <distance>#
Smallest distance between pyramided entries.
min_distance: 20 pipstrade_only: <sessions>#
Sessions in which the strategy may open trades.
trade_only: within sessions london, new_york