MarketInfo(symbol_name,MODE_POINT);
MarketInfo(symbol_name,MODE_BID);
MarketInfo(symbol_name,MODE_ASK);
MarketInfo(symbol_name,MODE_BID);
MarketInfo(symbol_name,MODE_ASK);

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I would like to write an EA that will manage SL and TP of *ALL* open orders but I dont want to have this EA running on all "currency pair charts". I want a single EA/Script to do all that for me.
Is there any way to know the Point of other currency pair even if said EA/Script is attached to another pair?
Likewise, how would I know the BID/ASK price of other currency pairs?