Forum

Force Index Levels

Hello, Can you help me to calculate the levels of force index for each symbol? The levels for GBPUSD is: top_level=20, bottom_level=-20 The levels for BTCUSD is: top_level=100000, bottom_level=-100000 What is the formula for calculate the levels for each symbol? The formula of force index is: FORCE

How pass arguments of any type to a function

Hello everyone: I have a question, How pass arguments of any type to a fuction, for example: string StringConcatenate_MQL5(void arg1, void arg2, void arg3, void arg4 ){ string result=""; StringConcatenate(result,arg0,arg1,arg2,arg3,arg4); return result; } Call to function: string Vars =

Configure MetaTrader 5 Strategy Tester Agent

Hello everyone, I have installed MetaTrader 5 Strategy Tester Agent in a VPS, But in the tab MQL5 Cloud Network, I can not check the option: Sell computing resources via an MQL5.community account Can you tell me how solve this problem. Thanks

How test an expert advisor with all symbols in parallel

Hello everyone I want to save time by testing an expert advisor Can you tell me how to test an expert advisor with all the symbols in parallel. What is the mql4 code and the mql5 code to test an expert advisor with all the symbols of the strategy tester ? Or What is the website to test an expert

Get the selected symbols in MetaTrader 5

Hello everyone, I need the mql5 code to get the selected symbols of MetaTrader 5 into a string Array. The result Array will be similar to: string Symbols[]={"USDJPY","XAUUSD","EURGBP",......................................................} Can you help me with the code. Thanks

Error in Strategy Tester: cannot load indicator 'MACD' in Periods H1, H2, H3, H4, H6, H8, H12, D1

Hello Everyone, I am developing my EA in Metatrader 5 and have an error in strategy tester in the line: iMACD_Handle=iMACD("USDJPY",PERIOD_H1,20,60,6,PRICE_CLOSE); The strateg tester show the error: cannot load indicator 'MACD' [4805] Error= 4805 Error applying an indicator to chart