hi... can i replace symbol() in OrderSend(symbol(),OP_BUY..... with eurusd so it buy eurusd if i run the script from any chart, i just want it to but eurusd... is this possible? thanks christian

 
hi... can i replace symbol() in OrderSend(symbol(),OP_BUY..... with eurusd so it buy eurusd if i run the script from any chart, i just want it to but eurusd... is this possible? thanks christian
 
cjgovi:
hi... can i replace symbol() in OrderSend(symbol(),OP_BUY..... with eurusd so it buy eurusd if i run the script from any chart, i just want it to but eurusd... is this possible? thanks christian
Yes, you can, make sure you have the correct symbol name for EURUSD though . . . and you can't use Bid & Ask as they are relative to the chart that the EA/Script is on, you will need to use MarketInfo() with MODE_BID & MODE_ASK
Reason: