Forum

How to change signal settings?

I recently subscribed to a mql5 signal and set my account balance percentage to 75%. However, I would like to change this percentage ratio now. How could I access the settings for the signal to which I am subscribed? Sorry for the newbie question and thanks very much

Newbie Question About Backtesting

I am just getting into backtesting now and writing my first script to try to make it work. I am wondering if it is possible to test price histories with sub-minute precision. In other words, could I find data somewhere that is second-by-second and be able to have a script that trades based on price

MT4 Stubbornly Refusing to Trade

Hello everyone, I have written my first baby of an EA... if you could call it that. More like an embryo. I am trying to get it to buy a small amount on a MB Trading demo MT4 account. Here is the code so far: int init() { start(); // I had to put a call to start() here because otherwise it wouldn't