Li Hua Liu / Publications
Forum
remove lines from tester window
May I know how to remove the red line and gray line from tester chart ? I have set TesterHideIndicators(true) before all the indicator in the EA. I dont even know what they are. it looks like the High and Low of each candle
test on IsNewBar function and class
Happy new year to all, is someone able to help check what's wrong with this code? string symbol1="XAUUSD"; string symbol2="EURUSD"; class CIsNewBar { private : string m_symbol; ENUM_TIMEFRAMES m_tf; datetime m_lastBarOpenedAt; datetime m_time[ 1 ]; public : CIsNewBar( string