Arbubu / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
Arbubu
Added topic Displaying data from an Expert Advisor
The ways I'm aware of in which I can display data from an Expert Adviser are: 1. Using the Print command to send messages to the Experts tab; 2. Using the FileWrite command to send data to a csv file. Any more? Is it possible to have a specific
Arbubu
Added topic Duplicative Code for Shorts and Longs
If you're looking for the same, but opposite things for short and long positions, you will get code which is quite duplicative. The differences will be simple things like use of < rather than > and use of OP_SELL rather than OP_BUY. Do people
Arbubu
Added topic Variables outside start() event
Say I want to count the number of times a price is above the upper Bollinger band . I would want to do this on the basis of the current period, but the test will be made every tick. So am I right in thinking that the only two ways to do this are: 1
Arbubu
Added topic Expert Advisors - time scale.
I've just opened an account with Smart Live Spreads and am using MetaTrader which they provide. I'd like to gain an understanding of how the Expert Advisors work. Any suggestions of a guide to look at online? I'm familiar with VB.net, but not C
: