Oktay Kaube
Oktay Kaube
Topics2Comments5Reader0
Articles0CodeBase0Charts0
Friends

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

Oktay Kaube
Added topic CArrayInt::Resize(n) acts different from ArrayResize(IntArray,n)
When doing this // MQL5 CArrayInt myArray; myArray.Reserve( 50 ); myArray.Resize( 50 ); int size=myArray.Total(); bool success=myArray.Update(0,10);  "size" woudn't be "50" as expected. In my Program size came out with "0" and "success" with
Oktay Kaube
Added topic slippage has no effect !!!
When i began testing wih MT4, I mistake bid for ask at a long position, but i used a slippage of 100, just for securing the success of the opening-process. Anyhow i got the 129-Error (Invalid price) ! After exchanging bid with ask the EA worked well