Forum

Why there is no ranking on my trading signal?

Why there is no ranking on my trading signal

Terms, requirements and conditions for signal providers

Do I need an investment advisor license to offer my strategy on the signal copy service

Need help with analyzing backtesting data

I have created a MT5 EA, backtested since 2008. I have forward test it using MT5. I have analyze the backtest with Quant Analyzer 4. I have also gather information for the results with earnforex.com webtool I have attached the results in a zip. Do you have any other usefull sites, tools, ways to get

breaking economic news

Is there a way to get notified on my android only for major economic forex news

One year in duration Forex Contest

Anyone knows if there are Forex contests that last 1 year

Programmatically add to tester marketwatch and string array symbols of specific sector

I am trying with this part of code to add to a string array and to testers marrketwatch forex and crypto. I do not understand what i am doing wrong.. litle help? string symbolss[]= { }; int OnInit () { int total= SymbolsTotal ( false ); Print (total); for ( int i=total- 1 ; i>= 0 ; i--)

ROI and Drawdown by month and by year MQ5

Is there a way to display in a bar chart ROI and DD by month and by year on startegy tester report or on a histogram inside the tester? I have tested my EA since 2008 to 2023 and i want to visualize these stats

From Forex to cfds. Pips , Lots and used Margin calculation

Hi. I used to trade only forex , and i was using this part of the code to find out how many pips is the stop loss, and if it was more than 300 pip then i entered the trade. //to find the stop value i use fibonacci. double SymPoint= 0 ; if ( SymbolInfoInteger (thissymbol, SYMBOL_DIGITS ) == 3 )

How to show all symbols and timeframes i use on Strategy Tester Report MQL5

I use 31 Pairs and 15 Timeframes on my expert advisor . How can i see them on Strategy Tester Report? // Symbols are in a class string symbolss[]= { "AUDCAD", "AUDCHF", "AUDJPY", "AUDNZD", "AUDUSD", "CADCHF", "CADJPY", "CHFJPY", "EURAUD", "EURCAD", "EURCHF", "EURGBP", "EURJPY", "EURNZD", "EURSGD"