Sortcut keys
###################################
a + Mouse click - on time series will add new Alarm Line.
s + Mouse click - new SR_lines.
y + Mouse click - new H_lines.
q + Mouse click - take a screenshoot from TW.
ALT + k - disable all indicators.
ALT + t - set the config of support line for each timeframe.
ALT + Mouse on the line - Delete the line. (Alarm, SR_lines, AI line)
Shift + Mouse - measure distance.
Shift + Mouse - AI mode Select range.
CTRL + Mouse and moving the chart. Will hold the chart at that point.
Esc - Close (measure, sr_lines_conf)
Backtest interval
###################################
{
"fc": "cl_conf_3",
"bcktest": {
"start_time": "2026-01-01",
"end_time": "2026-01-30"
}
}
No filter
{
"fc": "cl_conf_3",
"bcktest": {}
}
Set local config
###################################
LineStyle:
0 → Solid
1 → Dotted
2 → Dashed
3 → LargeDashed
4 → SparseDotted
{
"fc": "cl_conf_2",
"session": {
"ASIA": "#a9a9a91a",
"NY": "#ff00000a"
},
"halarm": {
"lineWidth": 1,
"lineStyle": 3
},
"hprice": {
"lineWidth": 2,
"lineStyle": 2
},
"lprice": {
"lineWidth": 1,
"lineStyle": 2
}
}
# Zsolt
{
"fc": "cl_conf_2",
"session": {
"ASIA": "#b0b0b033",
"LONDON": "#cfcfcf30",
"NY": "#ffffff3c"
},
"halarm": {
"lineWidth": 2,
"lineStyle": 0
},
"hprice": {
"lineWidth": 3,
"lineStyle": 2
},
"lprice": {
"lineWidth": 2,
"lineStyle": 3
}
}