Oliver Podolak
Oliver Podolak
  • Information
6+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

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

Oliver Podolak
Added topic Problems with double Orders
Hello, I wrote a bot that should open ten BuyLimit Orders. The BuyLimit Orders should be max. 0.00010 under the Ask price with an distance of 0.00001 of each other. That works, but there shouln´t be an takeprofit twice in buy or buylimit orders, but
Oliver Podolak
Added topic Print answer wrong
Hello, I place an Order, but I get the Wrong Order open time . Can someone tell me, where the error is? My code: if ( OrderSend ( Symbol (), OP_SELL , 0.1 , Bid , 3 , 0 ,( Bid - 0.0003 ), NULL , 0 , 0 ,Red))
Oliver Podolak
Added topic place order at certain time
Hello, I am Oliver.I try to program my firtst EA. I want to place an order at an certain time. Is it possible to do it easier. I did it like this: int res; int counter = 0 ; int s = 0 ; int m1 = 59 ; int s1 = 00 ; int h1 = 15 ; void OnTick () { int
Oliver Podolak
Registered at MQL5.community