Forum

MQL5: How To Output Multiple Lines of Comments()?

If I am trying to output multiple lines, how do I do this? Comment ( "Apples" ); Comment ( "Oranges" ); The code above will only output: Oranges As if it is being re-written on the same line again

Need Help Finding Error In Code Or Console

I am trying to follow the code this person is providing in his example (Code pasted below) #include<Trade\Trade.mqh> Ctrade trade; input int SmallMovingAverage= 20 ; input int BigMovingAverage= 50 ; void OnTick () { // Calculate Ask price double Ask= NormalizeDouble ( SymbolInfoDouble

Getting Started??

Downloaded the MT5 platform on my PC, I'm trying to access US stock market data . I've searched the web for the how-to's and all of them say to go to the symbols list under marketwatch. But I'm not seeing a list of markets as opposed to what is being shown in these how-to guides for getting stock