open order/close trade when price = indicator
-
dear sir,
first of all, thanks fxdreema is GREAT
forgive me if there was previous thread has the same idea, make u answer again n againi was trying to make open order/close trade when bid/ask price reach/equal to indicator
http://i.imgur.com/UEsNm5E.jpg
i was trying to test first make open order when bid price reach the indicator, but somehow doesn't work.
kindly need your advise
https://fxdreema.com/shared/gtaow38cb -
Never use == to compare prices! If you use it, then there is a huge difference between prices 1.23456 and 1.23457 that otherwise looks very similar. Use anything else, but not == for price and indicator values.
-
__Never use == to compare prices! If you use it, then there is a huge difference between prices 1.23456 and 1.23457 that otherwise looks very similar. Use anything else, but not == for price and indicator values.[/quote:2uqqkwqs]
thanks for the xplanation
