Forum

SymbolInfo.mqh causes errors when included

When I include symbolInfo.mqh, it causes errors (attached). Most of the errors says, "const modifier not allowed for nonmember functions ". So far, I have the below: #include <Trade\Trade.mqh> #include <Trade\SymbolInfo.mqh> #include <Trade\PositionInfo.mqh> #include <Trade\AccountInfo.mqh>

See trades or see indicators but don't see both - Strategy Tester Open Chart

I back tested my strategy. When I click Open Chart after the test is done, I saw a black background, green bars, and the trades entry and exits on the bars. I wanted to visually backtest and make sure that the EA was entering and exiting as I wanted, but I was not able to add any indicators or

Want to make an ADR without using Period_D1 - can you please help me fix my first attempt?

I am relativily new to programming and trying to learn by deciding what I want to do and then researching and investigating how to do that one thing. I learn a lot and find it easier to learn with real world application. I want the ADR(20) in the buffer for each candle, for a defined session. I am