MQL4 - automated forex trading   /  

Forum

Issues with sell and buy stop

Back to topics list To post a new topic, please log in or register

avatar
4
Kfernie 2008.11.04 17:53 

When I set a buy or sell stop under pending orders the accepted order appears in the trade screen for maybe a minute or so then disappears; appearing in the account history section. I am new but have read the information on stop orders and thought it was straight forward....maybe.

USD/CAD - price - 1.808 - sell stop set at 1.796 TP at 1.1786 - it lasted on the Trade screen for 30 seconds. I must be doing something wrong; any thoughts.

Kim

article

Betting Modeling as Means of Developing "Market Intuition"

The article dwells on the notion of "market intuition" and ways of developing it. The method described in the article is based on the modeling of financial betting in the form of a simple game.


avatar
1235
BarrowBoy 2008.11.04 18:45 

KF

Were you placing this manually, if so is the account cleared to trade?

If you are coding this, post your code using the SRC button

-BB-


avatar
4
Kfernie 2008.11.04 19:07 
BarrowBoy wrote >>

KF

Were you placing this manually, if so is the account cleared to trade?

If you are coding this, post your code using the SRC button

-BB-

BB,

This is a manual order; it was accepted; showed in the Trade screen and then disappeared turning up in account history.

Kim


avatar
2462
phy 2008.11.04 19:14 

sell stop set at 1.796

Sell stop price needs to be below current price.


avatar
4
Kfernie 2008.11.04 20:27 
phy wrote >>

Sell stop price needs to be below current price.

phy,

I guess my understanding of stop and limit orders needs a little more educating; any recommendations on reading material.

Kim


avatar
2462
phy 2008.11.04 20:48 

BUY_STOP -- order is above current price

SELL_STOP -- order is below current price

BUY_LIMIT -- order is below current price

SELL_LIMIT -- order is above current price

Back to topics list  

To add comments, please log in or register