Friends

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

Farshad Saremifar
Added topic How to Detect Changes to order
Hi Im working on My EA to something like Copier,Not exact the same any one had any idea how to detect changes to order?Like opening new order,Modify Orders,Closing (Partial Closing),... How to detect Changes in Orders
Farshad Saremifar
Added topic How to select one of menu's using API
Hello every one is there any way to select a menu item in mql with api?? for example select Help->About menu within EA?? THanks for helping
Farshad Saremifar
Added topic What is max file size for openning with FileOpen Function?
Hello . I am using FileOpen Function just like below: Everything is working fine,but when i use the same for a file with 20MB size it gave me error for openning file? So i think that's because size restrictions, any one know what is maximum file size
Farshad Saremifar
Registered at MQL5.community
Farshad Saremifar
Added topic Reading variable from file
Hello guys lets say i have a file containing 3 lines with these numbers on it example file: 123456789 987654321 234568798 for example i need to call line 2 with it's number and set each number to a variable like: a=9 b=8 c=7 ... i=1 how can i open
Farshad Saremifar
Added topic Using indicator Slows Down speed of backtesting,Why?
Hello Guys, I have Create a simple indicator which shows a moving average on OsMa indicator everything works fine, but when i want to use it from an EA The backtesting Speed's is too slow I call it from EA like this OSMAmain = iCustom ( NULL , 0
Farshad Saremifar
Added topic Problem On Adding MA to Osma Indicator
Hello Every one im trying to add Moving Average to OsMa Indicator: What's wrong with that? #property  copyright "Copyright © 2004, MetaQuotes Software Corp." #property  link      
Farshad Saremifar
Added topic Lot Size Formula Help
Hi Guys im using this to calculate my lot size,any one know why this set a big lot size on mini account?? double lots = AccountFreeMargin ( ) * Risk / 100 / ( StopLoss * MarketInfo ( Symbol ( ) , MODE_TICKVALUE ) ) ; I want to calculate lot size by
Farshad Saremifar
Added topic Finding Prevoius High/low(Little Help Needed Here)
Hi Every body, little help needed just im usign this to find a high/low iHighest(NULL,0,MODE_HIGH,BarsHistoryCount,1) or .... any one have any idea to find a better high/low (previously)? BarsHistoryCount is always changing, i need a better way to
Farshad Saremifar
Added topic Detecting Range Trends(Help)
Hi Guys, I have some Problems on Detecting Range trends i Using this by myself but i think it needs some modification, Let say ADX_PERIOD=14 MODE_MAIN=25 t1=15 t2=60 t3=240 bool IsRange(){ if
Farshad Saremifar
Added topic Creating optimization Report file
Dear Coders Do you have any idea how can i create a report file when my expert is in optimization mode??? i dont want to use the optimization report that mt4 creates, Im really hang on this :-( plz help
Farshad Saremifar
Added topic Load a Set File while Expert is running?(Help)
hello guys, how can i load a set file while expert is running