MANSTIR
MANSTIR
MANSTIR
Added topic what is coding for count today datetime to tomorror datetime?
hi, i've problem when i want to joint yesterday time with today datetime, do i need use this code double dDay = iCustom ( NULL , PERIOD_D1 , 1 ); double D2Day = iCustom ( NULL , PERIOD_D1, 0 ); To get the time & put inside below code? thanks
MANSTIR
Registered at MQL5.community
MANSTIR
Added topic New styles of Money Management...
Here is what i use on my ea extern bool UseMM = True ; extern bool Micro = True ; extern double Lots = 0.01 ; extern double Risk = 0.1 ; extern double MinLots = 0.01 ; extern double MaxLots = 100.0 ;
MANSTIR
Added topic Semi Auto Ea?
Please correct the coding example... i've no idea how to make it happen... if ( Question = = true ) {                    // Flag (question is already put)
MANSTIR
Added topic Calculation on Leverage & MM together in Expert Advisors.
HEREs some example of MM & Leverage calculation that i've been use now... take a good look....... //+------------------------------------------------------------------+