theDUDE
theDUDE
Friends

Add friends via their profile or user search and you will be able to see if they are online

theDUDE
Added topic StopLevel
I have been studying the the code for the jolly roger ea and have a few questions....    StopLevel= SymbolInfoInteger ( Symbol (), SYMBOL_TRADE_STOPS_LEVEL ); //--- set orders    if ( PositionsTotal ()< 1 && OrdersTotal
theDUDE
Added topic CopyTicks help
This code gives error: Ticks could not be loaded. GetLastError()=4014 I don't know why. input int       ticks= 10 ;   // the number of requested ticks
theDUDE
Added topic calculating lots
//+------------------------------------------------------------------+ //| volume                                                
theDUDE
Added topic question
In an expert adviser, in the OnTick() function , is there a way to set a global variable that will retain its value it had during the previous call? I'm looking for a variable that won't re-initialize with each new tick
theDUDE
Added topic any difference????
I'm just wondering if there is any difference between the two lines of code below.... (for calculating the spread) 1: double Spread_1=NormalizeDouble(SymbolInfoDouble(Symbol(), SYMBOL_ASK ) - SymbolInfoDouble(Symbol(),SYMBOL_BID),_Digits);
theDUDE
Added topic what is _Point ????
I've read the documentation, and looked at some examples of code, but still not sure what this guy does. Help! Is it the same as _Digits
theDUDE
Added topic CTrade vs MqlTradeRequest - help
I'm just confused, it appears to me that both CTrade and MqlTradeRequest can be used to place a trade independently. Is this true? And if so, is one better that the other
theDUDE
Registered at MQL5.community