Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 586
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
Well, there it is. I'll show you tonight.
The only problem is that it draws everything in the window where the programme...
I understand your situation as follows. Your Expert Advisor is working for example on EURUSD and in the OrderSend() Expert Advisor places an order for GBPUSD and on the GBPUSD chart you do not see any dotted lines for this order?
Absolutely right.
2. Does your Expert Advisor place a pending order using OrderSend or open a position on another currency?
3. If you place the pending order by hand, are dashed lines visible?
4. Are you working with the old compiler or the new one, i.e. is there a #property strict line in the beginning of your code?
5. I believe that in OrderSend where you need to put the colour of the line there is a colour operator.
1. What is the build of your MT4?
2. Does your Expert Advisor place a pending order or open a position for another currency using OrderSend?
3. If you place the pending order manually, are those dotted lines visible?
4. Are you working with the old compiler or the new one, i.e. is there a #property strict line in the beginning of your code?
5. I believe that in OrderSend where you need to put the colour of the line there is a colour operator.
Is it working for you?
If yes, I will reply tonight.
Purr ))))
Is it working for you?
If yes, I will reply tonight.
Purr ))))
I don't trade by EAs on MT4, only by hand, pending orders on different instruments. The dotted lines are visible, MT4/625. OK, check with you in the evening.
Good afternoon.
Is it possible to assign other constants to an array? Something like this:
int N[31] = {3,4,5,6,7,12,16,17,18,19,21,25,26,28};
if(tes == 1) N[31] = {3,4,5,6,7,18,19,21,26,28} ;