Forum

Unable to choose demo account server when creating EA signal

Hey guys, I opened a demo account , server is IC Markets Demo 6. However, in “create signal” page, there is no option for “Ic Markets Demo 6”, you may refer to my attachments. How to solve this? Many thanks

Debugging on Weekends

Hey guys, On MetaEditor (MT4), when I do "Start debugging on real data (F5)", it will always pull up the EURUSD (H1) chart. But now it's on weekend and debugging is not working. I added break points to a few lines but couldn't observe the expressions of certain variables due to no tick data coming

Is there a way to change the font size of the "Comment" function

Hey guys, I wonder if there is a way to change the font size of the words displayed by the "Comment" function? Right now it seems to be too small to read. Many thanks

Data feed for backtesting EA in MT5

Hey guys, In MT4 there's an option that I can use Tick Data Suite data to backtest EAs. However in MT5 there seems not. 1. Then where does the data come from that are used to backtest the EAs on MT5? 2. And are there ways to import my own data when it comes to backtesting EAs on MT5? Thanks a lot

Press a key to perform the a shift from the right chart border function on MT4 chart

How to code such that, When I press the "right shift key", the current chart will perform "a shift from the right chart border" ? Thanks! I have tried to code in the following, but it doesn't work: if (id== CHARTEVENT_KEYDOWN ) { if (lparam==' 16 ') { ChartSetInteger (