Forum

help with strategy tester

I made an EA that compiled without problems... but when I tried to test it, no sells or sales were made. How can I solve this problem? //+------------------------------------------------------------------+ #property copyright "Copyright 2023, MetaQuotes Software Corp." #property link "

Gann Forum: Building and Optimizing Indicators Based on Market Geometry

I'm trying to create an indicator based on the Gann square of 144 but I'm encountering problems. I ask the community for help to be successful in this project and make the indicator available for free to everyone. ;) #property copyright "Copyright 2024" #property link " https://www.mql5.com "

A zigzag that creates horizontal lines.

Hello everyone... I made a code for a zigzag that creates horizontal lines at the highs and lows... but I am receiving the following error message: ('for' - expressions are not allowed on a global scope ZigZag.mq5 292 1) How can I fix the problem? Thank you in advance! The complete code is as