josip2247
josip2247
Friends 1
josip2247
Added topic [Python] How to limit order requests
Hello, I'm trying to automate trade Eurusd but I can't figure out how to limit order requests. When the program recognize "price in y", it buys as much as possible but i would like that it buys just once. Here is the code  symbol= "EURUSD"
josip2247
Added topic [Python] comment=invalid stops
Hello, I'm trying to automate trade Eurusd but every time I send a request it doesn't execute. The error comment is invalid stops . Here is the code: symbol= "EURUSD" volume= 0.01 price=mt.symbol_info_tick( "EURUSD" ).ask sl=price- 0.0001
josip2247
Registered at MQL5.community