|
22 | 22 | " max_boxes_count = ${25| ,5,10,50,100,200,300,500|}}${26:,", |
23 | 23 | " calc_bars_count = ${27| ,0,5,10,50,100,200,300,500|}}${28:,", |
24 | 24 | " max_polylines_count = ${29| ,5,10,50,100|}}${30:,", |
25 | | - " dynamic_requests = ${31| ,false,true|}}", |
| 25 | + " dynamic_requests = ${31| ,false,true|}}${32:,", |
| 26 | + " behind_chart = ${33| ,true,false|}}", |
26 | 27 | " )", |
27 | 28 | "// # ========================================================================= #", |
28 | 29 | "// # | $1 Indicator |", |
29 | 30 | "// # ========================================================================= #", |
30 | 31 | "", |
31 | 32 | "$0" |
32 | 33 | ], |
33 | | - "description": "indicator(title, shorttitle, overlay, format, precision, scale, max_bars_back, timeframe, timeframe_gaps, explicit_plot_zorder, max_lines_count, max_labels_count, max_boxes_count, calc_bars_count, max_polylines_count, dynamic_requests) → void" |
| 34 | + "description": "indicator(title, shorttitle, overlay, format, precision, scale, max_bars_back, timeframe, timeframe_gaps, explicit_plot_zorder, max_lines_count, max_labels_count, max_boxes_count, calc_bars_count, max_polylines_count, dynamic_requests, behind_chart) → void" |
34 | 35 | }, |
35 | 36 |
|
36 | 37 | "Indicator ⇨ 𝑓": { |
|
76 | 77 | " max_boxes_count = ${26| ,5,10,50,100,200,300,500|}}${27:,", |
77 | 78 | " calc_bars_count = ${28| ,0,5,10,50,100,200,300,500|}}${29:,", |
78 | 79 | " max_polylines_count = ${30| ,5,10,50,100|}}${31:,", |
79 | | - " dynamic_requests = ${32| ,false,true|}}", |
| 80 | + " dynamic_requests = ${32| ,false,true|}}${33:,", |
| 81 | + " behind_chart = ${34| ,true,false|}}", |
80 | 82 | " )", |
81 | 83 | "// # ========================================================================= #", |
82 | 84 | "// # | $2 Indicator |", |
83 | 85 | "// # ========================================================================= #", |
84 | 86 | "", |
85 | 87 | "$0" |
86 | 88 | ], |
87 | | - "description": "indicator(title, shorttitle, overlay, format, precision, scale, max_bars_back, timeframe, timeframe_gaps, explicit_plot_zorder, max_lines_count, max_labels_count, max_boxes_count, calc_bars_count, max_polylines_count, dynamic_requests) → void" |
| 89 | + "description": "indicator(title, shorttitle, overlay, format, precision, scale, max_bars_back, timeframe, timeframe_gaps, explicit_plot_zorder, max_lines_count, max_labels_count, max_boxes_count, calc_bars_count, max_polylines_count, dynamic_requests, behind_chart) → void" |
88 | 90 | }, |
89 | 91 |
|
90 | 92 | "New Library ⇨ 𝑓": { |
|
149 | 151 | " use_bar_magnifier = ${57| ,false,true|}}${58:,", |
150 | 152 | " fill_orders_on_standard_ohlc = ${59| ,false,true|}}${60:,", |
151 | 153 | " max_polylines_count = ${61| ,5,10,50,100|}}${62:,", |
152 | | - " dynamic_requests = ${63| ,false,true|}}", |
| 154 | + " dynamic_requests = ${63| ,false,true|}}${64:,", |
| 155 | + " behind_chart = ${65| ,true,false|}}", |
153 | 156 | " )", |
154 | 157 | "// # ========================================================================= #", |
155 | 158 | "// # | $1 STRATEGY |", |
156 | 159 | "// # ========================================================================= #", |
157 | 160 | "", |
158 | 161 | "$0" |
159 | 162 | ], |
160 | | - "description": "strategy(title, shorttitle, overlay, format, precision, scale, pyramiding, calc_on_order_fills, calc_on_every_tick, max_bars_back, backtest_fill_limits_assumption, default_qty_type, default_qty_value, initial_capital, currency, slippage, commission_type, commission_value, process_orders_on_close, close_entries_rule, margin_long, margin_short, explicit_plot_zorder, max_lines_count, max_labels_count, max_boxes_count, calc_bars_count, risk_free_rate, use_bar_magnifier, fill_orders_on_standard_ohlc, max_polylines_count, dynamic_requests) → void" |
| 163 | + "description": "strategy(title, shorttitle, overlay, format, precision, scale, pyramiding, calc_on_order_fills, calc_on_every_tick, max_bars_back, backtest_fill_limits_assumption, default_qty_type, default_qty_value, initial_capital, currency, slippage, commission_type, commission_value, process_orders_on_close, close_entries_rule, margin_long, margin_short, explicit_plot_zorder, max_lines_count, max_labels_count, max_boxes_count, calc_bars_count, risk_free_rate, use_bar_magnifier, fill_orders_on_standard_ohlc, max_polylines_count, dynamic_requests, behind_chart) → void" |
161 | 164 | }, |
162 | 165 |
|
163 | 166 | "Strategy ⇨ 𝑓": { |
|
0 commit comments