Farzad Sadeghishahrestanak
Farzad Sadeghishahrestanak
  • Information
3 years
experience
0
products
0
demo versions
44
jobs
0
signals
0
subscribers
I'm available here, also on Telegram: https://t.me/MQL5_Developer
Farzad Sadeghishahrestanak
Added topic Using bitwise operations for mouse bottom status in CHARTEVENT_MOUSE_MOVE
Hi. Can anyone explain to me why they have used (state& 1) == 1 not state == 1 nor sparam == "1" in the below sample? What's the advantage of using  bitwise operation here, and why we shouldn't use other samples? Thank you
Farzad Sadeghishahrestanak
Added topic Find appropriate font size when monitor DPI changes
Hi developers If I set a button/label height and width according to screen DPI like below double screen_dpi = ( double ) TerminalInfoInteger ( TERMINAL_SCREEN_DPI ); m_DPIScale = screen_dpi / 96.0 ; height = ( int ) MathRound ( 170 * m_DPIScale);
Farzad Sadeghishahrestanak
Left feedback to customer for job Upgrade to ExpertCSV V4
Farzad Sadeghishahrestanak
Left feedback to customer for job EA that works with a CSV file (Quote your budget)
Farzad Sadeghishahrestanak
Left feedback to customer for job Create an expert advisor based on source code of the another one.
Farzad Sadeghishahrestanak
Left feedback to customer for job MT5 EA
Farzad Sadeghishahrestanak
Left feedback to customer for job Adding new open + sthetics
Farzad Sadeghishahrestanak
Left feedback to customer for job Change the volatility outcome
Farzad Sadeghishahrestanak
Left feedback to customer for job Create Fractal Indicator with Swing Points and Market Strcuture ATR
Farzad Sadeghishahrestanak
Left feedback to customer for job EA to send LIMIT orders from an Excel file
Farzad Sadeghishahrestanak
Left feedback to customer for job Creating and updating Orders for Scaling-in Tool
Farzad Sadeghishahrestanak
Left feedback to customer for job Chart Synchronizer
Farzad Sadeghishahrestanak
Left feedback to customer for job Price Action GRID
Farzad Sadeghishahrestanak
Left feedback to customer for job Mt5 expert from json data
Farzad Sadeghishahrestanak
Left feedback to customer for job Adding features to previous job
Farzad Sadeghishahrestanak
Left feedback to customer for job Scanner for 90% daily, weekly, montly price data. MT5
Farzad Sadeghishahrestanak
Added topic Telegram bot signals can't read by WebRequest()
Hello. I have developed an EA. I send the important part of the code: OnTimer ()   {      string url = " https://api.telegram.org/bot " + InpBotToken + "/getUpdates" ;      int code = WebRequest (
Farzad Sadeghishahrestanak
Left feedback to customer for job Telegram Signal
Farzad Sadeghishahrestanak
Added topic Should we run FileOpen() again after the file have changed by another EA?
Hi I want to use an EA on several charts (1 is master mode for writing to the file, others are slave mode for reading from the file) int OnInit ()   {    if (InpMaster)       Handle = FileOpen
Farzad Sadeghishahrestanak
Left feedback to customer for job EA based on Ichimoku for MT 5
123