Forum

Creating objects on multiple charts simultaneously in a backtest

hi, i was wondering whether it is possible to create objects on multiple charts simultaneously in a backtest. The following code is obviously basic, I've made it simplier so i wouldn/t exceed character usage but its supposed to be able to identify types of candles and does so perfectly. However

Differing Values

Hi, im not sure why but two different values are being printed. Can't seem to figure out why, thanks in advance input bool MAEntryRequirement = true ; input int MAMinimumDistance = 0 ; input int

MQL5 structure

I've made the overall code much simpler by avoiding candlestick type recognition, SLs etc but problem remains the same. How do I avoid the print statement from repeating itself ? //+-------------------------------------------------------------------------------------------------------+ //| Global

Changing Settings

Hi Everyone, quick question, is it possible to permanently change the settings of visualize section. When i backtest my EA and the visualize section appears, there is always a grid and candlesticks are always in the form of a bar chart. Is there anyway to permanently change this to the settings i

Objects on the chart keep disappearing

Hi I have this EA which works perfectly although i cant seem to figure out why the pivot zones and lines are disappearing. How can I ensure previous pivot points and zones remain throughout the backtest ? Spent countless hours trying to figure this out but cant seem to make progress. Would

Creating objects on multiple charts

Hi Everyone, not entirely how this works since this is my first post:) Everything in this EA works fine, i tested it all multiple times. The only issue lies in the createObject. It works fine when i create objects just for one symbol which i make corresponding in the strategy tester although when