[ARCHIVE]Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Can't go anywhere without you - 5. - page 205
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
Hi. Can you tell me how to replace Symbol() with "EURUSD" in Ordersend() or what?
ticket=OrderSend("EURUSD",OP_SELL,Lot,op,3,sl,tp,comm,magic,0,Red); just write it like this. Please tell me what's wrong with 4106
laveosa 07.03.2013 21:15
Hi, can you tell me how to replace Symbol() with "EURUSD" in Ordersend() or what?
I have a TS for EURUSD I want to make a pair of criteria for another currency pair and I need to attach the previous ones to EURUSD how can I do it, I tried to write it this way
ticket=OrderSend("EURUSD",OP_SELL,Lot,op,3,sl,tp,comm,magic,0,Red); I have tested it on another currency pair...... and got no results.
I have a TS for EURUSD I want to make a pair of criteria for another currency pair and I need to attach the previous ones to EURUSD how can I do it, I tried to write it this way
ticket=OrderSend("EURUSD",OP_SELL,Lot,op,3,sl,tp,comm,magic,0,Red); I have tested it on another currency pair...... and got no results.
So, if I test my TS on EURUSD on another currency pair and instead of Symbol() I put NULL, it will be ......, how will it be?
there you go... i have a multi-currency, at least i'm trying to make it a multi-currency. and i'm trying to bind all the criteria already made, sending orders to the currency in question so i can switch to another currency and test the result already with the previous result. i tried the method above and here.... i got the error, i dont know what to do. thank you! :)
If you have multicurrency, then you cannot test! And to avoid mistakes in the demo, write everything, following the rules! Where you know the rules.
Really, I am quite surprised that you can take on a multicurrency without any knowledge or experience!