[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 26
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
My EA sets orders on the signal of the indicator, and if the indicator gives a signal to re-set an existing order, for example with 0.1 lot, then the EA sets one more order which is identical to the existing order, which makes the number of orders increase unreasonably. Question: How to make the EA simply increase the lot size of the existing order in such cases? Is such a modification possible in principle?
You can try the opposite: at the first signal you open a lot with the maximum possible volume and then, if the signal disappears, you start to close this order partially.
Am I stupid or what? I am playing with an EA. Under certain conditions (I do not change it) it opens positions up or down. Take Profit and Stop Loss at 30 pips. If I draw a Sell position, in these conditions I open a Sell position and vice versa, respectively, change the direction of stops and it goes bust again. What is the trick? I have already lost my head. Maybe this spread influences something? Or more precisely, what BUY opens by Ask and SELL by Bid?
In the beginning I also thought that if an EA was losing money it would be enough to reverse the buy and sell and everything would be OK. The spread has a 100 per cent effect.
iClose()
T-G:
and if I need a more accurate price i.e. the current Bid for another instrument what should I do?
That's the only way to get a price on another tool
Only the tester in MT4 will not work with more than one instrument.This is the only way to get a price for another tool
Only the tester will not work with more than one instrument in MT4.I understand, but I need to use EURUSD and get GBPUSD on Demo or Real.
What can I do if I want to get a different instrument price?
I understand, but I need to use EURUSD and get GBPUSD on Demo or Real.
What can I do if I want to get another symbol price when testing?
EURUSD and get GBPUSD on Demo or Live......?
Bid = Last known bid/ask price of the current symbol
You need for example:
EURUSD and get with GBPUSD on demo or real work......?
Bid = Last known bid/ask price of the current symbol
You need for example:
When I test it in the tester , I need to get a price of another instrument.
it does not work in the tester (although the demo and real give the price of another instrument) my question is how come in testing on the euro and get the pound price. iClose is rough.