< I collect pips to afford a Starship ride >
Multi-Chart Scroll Master, Just Scroll with it 5 replies
Auto scroll to match where cross hair is on larger time frame 5 replies
Scroll charts via script 7 replies
I lost my ability to click my scroll wheel button and get the crosshairs? 9 replies
Tradexecutioner Scroll Problem 2 replies
ChartSetInteger(chart_id,CHART_AUTOSCROLL,true);
ChartSetInteger(chart_id,CHART_SHIFT,true);
ChartNavigate(chart_id,CHART_END);
ChartRedraw(chart_id);
PrintFormat("Chart window [%s,%d] found",Symbol(),i_period);
break; DislikedThere you go. It's a script that goes through all the charts and executes whatever you code in the command section. I use it to change templates, timeframes, etc. Best regards! Rodolfo. {file}Ignored