FX MT4 / Publications
Forum
how to export backtesting mt5 into xml report?
i want to do it via console like this, fully auto through batch console [Common] Login = xxx Password= xxxxx Server = Fxxxx DataFolder = "C:\metatrader5\mt5tester" [Tester] Expert = "4.31.45_s_gbpcad_h4_fus_wf10_8_v141.ex5" Symbol = GBPCAD Period = H4 FromDate= 2024.01 .01 ToDate = 2029.01 .01
How many Letters does Order Comment Supports? MT5 MQL5
How many Letters does Order Comment Supports? MT5 MQL5
mql5 mt5 string order comment length?
is it 31 chars for mt4 and 63 chars for mt5? correct>
Disable Daily Confirmation email spam?
I have many accounts and I get spammed daily with Daily Confirmation reports how to stop it
Negative Risk aka in profit ?
``` double Total_Current_Risk() { double res = 0 ; for ( int i = 0 ; i < OrdersTotal (); i++) { if ( OrderSelect (i, SELECT_BY_POS, MODE_TRADES) && OrderStopLoss() != 0 ) { double m_point = MarketInfo(OrderSymbol(), MODE_POINT); double m_lotstep =
volume does not exit?
in metatrader volume is not volume , but just ticks per minute? correct? so any other indicator eg is invalid such as accum dist ind
Minus Minus Risk -> Plus for this code?
I would like to check with you to make sure that the net balance and risk code works in both directions //Maximum amount of money to risk double moneyToRisk = NormalizeDouble((AccountBalance()-Total_Current_Risk()) * RiskInPercent / 100, 7); Can Total_Current_Risk() be negative? that is, the sum of
pips and ticks for index china50 ?
what is pip and tick here? and spread? pip is 10, and tick is 1 or pip 1 and tick 1? spread 5 pips or 0.5 pips
CA60 Canada Index Histoy Data?
Where and how to download CA60 index history for MT4? how much
Convert CDT Chicago time to EST+7
Broker uses EST+7 data import is set in Chicago time, CDT how to convert