Waldorf Bray Silva Cubas
Waldorf Bray Silva Cubas
  • Information
6+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Waldorf Bray Silva Cubas
Added topic 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
Waldorf Bray Silva Cubas
Added topic 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);
Waldorf Bray Silva Cubas
Added topic 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
Waldorf Bray Silva Cubas
Added topic 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
Waldorf Bray Silva Cubas
Added topic 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
Waldorf Bray Silva Cubas
Added topic 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
Waldorf Bray Silva Cubas
Registered at MQL5.community