Ivan
Ivan
Friends

Add friends via their profile or user search and you will be able to see if they are online

Ivan
Added topic FileWrite new line
I looked all over help menu and cannot find  how to write new line when writing to file . Should be somehow overwritten or use smth CRLF? 
Ivan
Added topic 4756
#include <Trade/Trade.mqh>  CTrade *P = new CTrade;   P.OrderModify(0,tick.bid,tick.ask+TS*_Point,0, ORDER_TIME_GTC ,0); It is designed to move stop loss.But instead gives error [invalid request] that tells nothing special.  What
Ivan
Added topic To close position
Can anybody please give a code hint  how to write in MQL5 that was OrderClose() and OrderDelete() in MQL4? Please no OOP.  Thanks a lot
Ivan
Added topic Chart background
Is there any code that changes chart background. For example bars on the view of some picture background. Any help is much appreciated. Thanks. 
Ivan
Added topic OOP in Mql5
Why OOP is in mql5? What advantages it brought to mql5 besides complications?Thanks
Ivan
Added topic About MT5
I talked to number of brokers and they still not ready to open live MT5 accounts. One broker said it is full of bugs. How far true is this? As far as I know only nordfx.com has live accounts. Does anybody knows any other brokers who have live MT5
Ivan
Added topic About trailing stop
Can anybody please upload a code section on  how to modify a position e.g. trailing stop. I tried different variants and it does not work.  Please help. Thank You. 
Ivan
Added topic Strategy tester half working
When I run strategy tester I can see Comment() on the chart but  Print() in Journal tab does not show up. Plus it makes trades in real time chart but no trades on strategy tester chart. What could be the problem? Thanks. 
Ivan
Added topic Number of positions
What is wrong in this code that I am unable to get number of positions . Anyone who knows, please help. int NumberOfPositions()   {    static int N;    ulong ticket;    for ( int a= 0 ;a< PositionsTotal
Ivan
Added topic strategy tester
I wonder if strategy tester works. My EA makes trades in real time but does nothing in strategy tester. Also, there is no Experts tab in it just Journal, impossible to track EA activities.  Maybe I am outdated or need to change something. 
Ivan
Added topic Need help with TS
I did not see an example of how to make trailing stop. Logically try to do myself. if(condition...) {   TradeRequest.sl=tick.bid-_Point*TS;    OrderSend(TradeRequest,TradeResult); }  And it does not trail.  Please help
Ivan
Added topic A coding book
Is there any book existing other than MQL5 help? Or any detailed examples of coding? 
Ivan
Added topic Question about strategy tester
When I run strategy tester , it runs all 1 month for like a seconds. What I need is to see each tick and price is moving visually.  I do not know where to check this option. Please help. Thanks. 
Ivan
Added topic Error 4802 - cannot load custom indicator
I am stuck with this error 4802. When I try to get value of the custom indicator handle  CustomIndicatorHandle=iCustom(...); it says in the Experts tab: cannot load custom indicator (... )[4802] The indicator is put into  C:\Program
Ivan
Added topic OrderModify()
Hello, What is equivalent  of MQL5 OrderModify() function   in MQL5? I searched a lot and could not find. Thanks for any help. 
Ivan
Registered at MQL5.community