Forum

Default-Template-Layout for "Strategy Tester Visualization"

Hi dear experts, when starting a background-test with visualzation, the " Strategy Tester Visualization" pop-ups in a new window with a horrible black/green chart-layout. How can i set my default-template layout here? Thanks a lot for help

Debugger don't stop

Hi, MQL5-experts: My MetaEditor don't stop at the defined breakpoints. I am starting debugging with F5. The first lines of codes are int OnInit() { //--- Do we have sufficient bars to work if(Bars(_Symbol,_Period)<60) // total number of bars is less than 60? // <----- HERE