Forum

MT4 - What is the best solution for back testing?

I need to back test my EA since 2015 year to year. This is what I am doing now: I hired a VPS and run an optimization backtesting on MT4 strategy tester tool for one year. I import results to an Excel and order/filter the best of them. Then, I run a backtest on MT4 strategy tester tool for each year

Get an Indicator's signal in an Expert

Hi there, I am writing an Expert that is going to open trade on Buy/Sell signals (arrows) from Hull MA indicator This is an example of my code: double val = iCustom ( _Symbol , PERIOD_CURRENT , "hull-moving-average-arrows" , 34 , 0 , 2 , 1 , 5 , 0 , 0 , 0 , 0 , 0 , 1 , 2 , 233 , 234 , 1 , 1 , 1 );

Being subscriber of my own signal. Possible?

Hello. I have two trading accounts. I use one of them as a signal provider in MQL5. Is it possible for me to be a subscriber to myself? So, I could link my other account to the signal provider account. Or, if there is a better solution, please do not hesitate to share with me

Is it possible to sell a signal from a PAMM account

Hi there. I know there are some rules to sell the signal. I couldn't find out the answer to my question. I would like to know if it is possible to sell a signal connecting to my PAMM account . Thanks in advance