Forum

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

auto reconnect on lost connection script?

maybe somebody already has got this script? mind sharing? script reconnects favorite account once it detects that there are no quotes or a freeze occured

GlobalSC-Live04 ip address ICMarkets

how to find out the ip address for GlobalSC-Live04 ICmarkets

how to sell portoflio?

there are 10 strategies in one portfolio how to sell them as one in mql5 market