Upcoming Contest Q&A
| Subscribe to this topic | Previous 1 2 3 Next |
|
|
Member Since Aug 03, 2010 6 posts
m_gazar
Sep 05 2011 at 21:19
I have the same problem of Angelo,,,
I don't have the account password to trade on the metatrader of Go market,,, my Account number is 1655 m_gazar@hotmail.com thank you |
|
Member Since May 14, 2010 10 posts
Chris Reynolds (reynoldscj)
Sep 05 2011 at 23:34
ikatsko posted:     I ask to help. The problem is stated in dialogue with GO Markets. I write through the technical translator. Itself I speak Russian. I direct you correspondence with GO Markets on my question. I of its strutters to your worker, and it have directed me in GO Market. gonl4: Hello. How may I assist you? you: Hello! Can answer in Russian? gonl4: No I am sorry. irena is on holiday and I am not able to speak russian you: I will ask a question by means of the technical translator gonl4: ok go ahead pls you: Here the message of opening of my account: Hello Ivan. You have registered successfully to the Myfxbook Trading Championship September 2011 contest. Your MetaTrader login details are: Login: 1642 Password: KS0doAp To Download GOMarkets's trading platform click here. gonl4: ok and what is the problem? you: 2011.09.05 10:30:02 OrderSend (GBPUSD, OP_SELL, 2.05,1.61157,4,1.64077,1.60827, iK_candle: 4404: GBPUSD_PERIOD_M30,4404,0,255) It is a command on position opening gonl4: ok you: And so, on this command the terminal reports about an error 130 gonl4: what kind of error is that? you: Though it is visible that the nearest value of price TakeProfi is on distance of 330 points from price you: (130) invalid stops you: In the resulted example of a command exact terminal time is specified. You can check up: what command has come to you and why it isn't executed? gonl4: pls send an e-mail to trading@gomarketsaus.com gonl4: with a printscreen and your details you: STOPLEVEL, which is specified командой:MarketInfo (Symbol (), MODE_STOPLEVEL), it is equal 0. That is level STOPLEVEL in this case isn't broken. In what the reason of such error? gonl4: one moment pls gonl4: because our servers are logged of gonl4: for 5 minutes, because we are updating our firewall. you: 2011.09.05 10:45:05 AM: OrderSend (EURUSD, OP_BUY, 4.16,1.41460,4,1.39060,1.41700, iK_TF: 3102: EURUSD_PERIOD_M5,3102,0,32768) Here the next command on which the warrant hasn't opened. An error 130. TakeProfit 400 points. gonl4: pls send an e-mail to trading@gomarketsaus.com gonl4: they will look into this gonl4: and give you the answer you need you: It is everything, what you can tell to me? gonl4: yes gonl4: I am sorry I can't help you gonl4: but they can gonl4: they are able to look into this Error 130 means that you are placing invalid stops/limits. We are market execution so you will need to have your pending orders attach to your trades after the initial order is executed. Thanks, Chris |
|
Member Since May 14, 2010 10 posts
Chris Reynolds (reynoldscj)
Sep 05 2011 at 23:36
m_gazar posted:     I have the same problem of Angelo,,, I don't have the account password to trade on the metatrader of Go market,,, my Account number is 1655 m_gazar@hotmail.com thank you Hi, It was myfxbook that distributes the login and passwords to you. I will get yours checked however and emailed across to you. Thanks, Chris |
|
Member Since Jan 14, 2011 4 posts
Иван Семенович (ikatsko)
Sep 06 2011 at 06:19
Error 130 means that you are placing invalid stops/limits. We are market execution so you will need to have your pending orders attach to your trades after the initial order is executed.
Thanks, Chris Excuse, but I haven't understood the second offer from your answer. I use the technical translator and consequently, likely, not all clearly. Please, describe in more details here this part: We are market execution so you will need to have your pending orders attach to your trades after the initial order is executed. |
|
Member Since May 14, 2010 10 posts
Chris Reynolds (reynoldscj)
Sep 06 2011 at 06:23
ikatsko posted:     Error 130 means that you are placing invalid stops/limits. We are market execution so you will need to have your pending orders attach to your trades after the initial order is executed. Thanks, Chris Excuse, but I haven't understood the second offer from your answer. I use the technical translator and consequently, likely, not all clearly. Please, describe in more details here this part: We are market execution so you will need to have your pending orders attach to your trades after the initial order is executed. Hi, MetaTrader 4 has two main execution types - instant or market. We use market execution which means that if you wanted to place a trade, you must wait until it is executed before adding in your TP and/or SL orders. You can see a list of error codes here: http://www.gomarketsaus.com/~gomarket/index.php/download_file/view/112/69/. Thanks, Chris |
|
Member Since Jan 14, 2011 4 posts
Иван Семенович (ikatsko)
Sep 06 2011 at 06:38
MetaTrader 4 has two main execution types - instant or market. We use market execution which means that if you wanted to place a trade, you must wait until it is executed before adding in your TP and/or SL orders.
That is you assert, what I can't give a command on the warrant opening, provided in MQL4 where simultaneously with instructions of the price of purchasing/sale levels TakeProfit and StopLoss are specified? Namely: OrderSend (EURUSD, OP_BUY, 4 (lots), 1.40616 (price), 4 (slippage), 1.38116 (stoploss), 1.40866 (takeprofit), iK_TF: 3102: EURUSD_PERIOD_M5,3102,0,32768) I mean at first should give a command on opening of the warrant with values TakeProfit = 0 and StopLoss = 0, and then command OrderModify () to establish to an open award necessary levels TakeProfit and StopLoss? I correctly have understood you? |
|
Member Since May 14, 2010 10 posts
Chris Reynolds (reynoldscj)
Sep 06 2011 at 06:40
ikatsko posted:     MetaTrader 4 has two main execution types - instant or market. We use market execution which means that if you wanted to place a trade, you must wait until it is executed before adding in your TP and/or SL orders. That is you assert, what I can't give a command on the warrant opening, provided in MQL4 where simultaneously with instructions of the price of purchasing/sale levels TakeProfit and StopLoss are specified? Namely: OrderSend (EURUSD, OP_BUY, 4 (lots), 1.40616 (price), 4 (slippage), 1.38116 (stoploss), 1.40866 (takeprofit), iK_TF: 3102: EURUSD_PERIOD_M5,3102,0,32768) I mean at first should give a command on opening of the warrant with values TakeProfit = 0 and StopLoss = 0, and then command OrderModify () to establish to an open award necessary levels TakeProfit and StopLoss? I correctly have understood you? yes, that sounds correct. |
|
Member Since Jan 14, 2011 4 posts
Иван Семенович (ikatsko)
Sep 06 2011 at 06:45
Thanks, now I will check up
|
|
Please login to comment.
|
|
Share

