
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
The MovingInWL() function just goes through all open positions, regardless of filters sy,op,mn. This is also true for attached example EA (page 55).
Andrei, thank you! Corrected...
The e-MovingInWL2.mq4 is also fixed.Good afternoon Igor!
Thank you for devoting so much time to the forum. Igor, do you know of an opportunity to get information on incoming buy/sell requests - "market depth".
Igor, do you know of an opportunity to get information on incoming buy/sell requests - "market depth".
no
The isTradeTimeString() function.
This function returns the flag allowing to trade by time. Actually, it actually checks if the current time of the trade server is located inside some time period. If it is inside, the isTradeTimeString() function returns true, otherwise it returns false. The peculiarity of this function is the possibility to specify the time interval both within and outside a day. This will be shown in details in the examples of use. The isTradeTimeString() function accepts the following optional parameters:
Examples of use of isTradeTimeString().
SZY. Attached is a script to test the isTradeTimeString() function.
Igor, the i-Sessions indicator occasionally has glitches: areas of not yet opened sessions appear and disappear...
Igor, the i-Sessions indicator occasionally has glitches: areas of sessions not yet opened appear and disappear...
Oops... I take that back... They'll come in handy in terms of waiting for events too... Pardon me... please...
The isTradeTimeString() function.
This function returns the flag allowing to trade by time. Actually, it actually checks if the current time of the trade server is located inside some time period. If it is inside, the isTradeTimeString() function returns true, otherwise it returns false. The peculiarity of this function is the possibility to specify the time interval both within and outside a day. This will be shown in details in the examples of use. The isTradeTimeString() function accepts the following optional parameters:
It is also possible to set variables to be not "string", but "int". In order to search in the tester?
>> Thank you in advance.
Can you make variables to be not "string" but "int". To be able to search in the tester?
On page 76...