Michael Quinatadcan Macasil Macasil
Michael Quinatadcan Macasil Macasil
  • Information
3 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Michael Quinatadcan Macasil Macasil
Added topic SendPhoto to telegram desktop
Hello every one, I got trouble below codes. I don't know why runtime errors said  File is not exists I hope someone enlighten me what's going on. Thanks. here is my code: string myJPG=name + ".jpg"; string
Michael Quinatadcan Macasil Macasil
Added topic POSIBLE SOLUTION ABOUT implicit conversion
      MqlCalendarEvent event ;        string txtEN = StringReplace( event .name, "'" , "" ); ERROR implicit conversion from 'number' to 'string' Help me please... Because I wanted to remove
Michael Quinatadcan Macasil Macasil
Added topic WORKER. what is this?
I am XAUUSD user during Mon=Fri I have EA almost 1 year + indicators  last March 29 until now unable to fix the problem I encountered in my chart -the candlestick are moving smooth -the ASK/BID price also moving up/down without any LAG. BUT my
Michael Quinatadcan Macasil Macasil
Added topic MT5 chart problem
Good day to all. I need HELP regarding my mt5 chart. my all screen are FULL shift to LEFT. i can't SEE any bar, except bar 0 in the left corner on chart.? help me as soon as possible on how to FIX this error encountered in 2days now
Michael Quinatadcan Macasil Macasil
Added topic ExponentialMA (please help)
int OnCalculate ( const int rates_total,                  const int prev_calculated
Michael Quinatadcan Macasil Macasil
Added topic MT5 to MS SQL server 2014
Guys I am planning to make sql server as backend of my MT5 EA. How to start and how to get sample codes like Insert into, connection string, Update. as of today my data are storing to  filewrite/read status. (my pevious experience are developing
Michael Quinatadcan Macasil Macasil
Added topic Generate 10digits random number without repeating number
Guys happy coding and Trading. I would like to ask your ideas and knowledge on how to get the above SUBJECT. I have that module when I doing my visual studio project. But here in mql5 I don't know how. I try to google for 2days but nothing happen
Michael Quinatadcan Macasil Macasil
Added topic How to READ .set files?
Good Day to all. Happy weekend. I got a problem regarding to use SET files. the scenario is, I have a set file for my xauusd chart and i have a set file for my btcusd. Can anybody help me to give me any ideas on how to load that SET programmatically
Michael Quinatadcan Macasil Macasil
Added topic Failure to create OBJ_HLINE
Guys please help. I wanted to create OBJ_HLINE but nothing happens. here's the scenario. in my XAUUSD TF M15 chart I have a multiple HLine. with sample ChartID=00001 and a clickbutton to trigger the below code Open a new chart with a TF D1 with
Michael Quinatadcan Macasil Macasil
Added topic How to calculate the CHANGE value from MT5 toolbox trade/history
guys I ask you a favor to teach me on how to obtain the value from CHANGE column? jpeg attached for details
Michael Quinatadcan Macasil Macasil
Added topic How to recover Metaeditor5 file after power lost during compile?
Guys, please help me what to do. During compilation of my MT5 EA my computer restart without my knowledge.  when I open again the Meta editor I don't see my code but these notepad++ ver. 7.9.5 (nulnulnulnulnulnul
Michael Quinatadcan Macasil Macasil
Added topic Change Name
I wanted to correct my name from MICHAEL QUINATADCAN MACASIL to MICHAEL . anybody help on how to correct the said matters. thank you
Michael Quinatadcan Macasil Macasil
Added topic Invalid Price
Anybody help. i have a BUYLIMIT placed. when EA modify the order it reach me the above error "INVALID PRICE". attached JPEG message display my Ticket#, New BUYLIMIT, ctrade, CURRENT BID price. this is a 2days headache whats wrong of my BUYLIMIT
Michael Quinatadcan Macasil Macasil
Added topic OnClickButtonClose()
Anybody help how to use this OnClickButtonClose(). if i click my dialog box ButtonClose the EA also remove. please help
Michael Quinatadcan Macasil Macasil
Added topic need help CAppDialog Always minimized when OPEN
Guys, specially mt5 expert. i need your suggestion/help regarding ALWAYS MINIMIZED my panel3 during call(btnClickEvent). what i need to do? CAppDialog AppWinCTW; void panel3()   {    AppWinCTW.Create( 0 , "GOLD Trading Panel" , 0
Michael Quinatadcan Macasil Macasil
Added topic Backtest Problem
anybody help regarding HOW TO CLICK my EA Controls\Button during backtest . ***coz when I click nothing happens, not like in demo/real chart
Michael Quinatadcan Macasil Macasil
Michael Quinatadcan Macasil Macasil
anybody help regarding HOW TO CLICK my EA Controls\Button during backtest.

#include
CTrade trade;
#include
CPositionInfo m_position;
#include
CAppDialog AppWinCTW;
#include
CLabel lblaP;
#include
CButton btnB;
Michael Quinatadcan Macasil Macasil
Added topic Problem with ILOW
when i coded like this in my 2minutes Timeframe chart double lowerPriceForToday= iLow ( Symbol (), PERIOD_D1 , 0 ); it gives me correct value, but this double lowerPriceForThisWeek= iLow ( Symbol (), PERIOD_W1 , 0 ); nothing happen but no errors
Michael Quinatadcan Macasil Macasil
Michael Quinatadcan Macasil Macasil
when i coded like this in my 2minutes Timeframe chart
"double lowerPriceForToday=iLow(Symbol(),PERIOD_D1,0);"
it gives me correct value, but this
"double lowerPriceForThisWeek=iLow(Symbol(),PERIOD_W1,0);"
nothing happen but no errors found in compiling. anybody helps!
Michael Quinatadcan Macasil Macasil
Added topic Modify Moving Average Color Style
Guys please help to modify Moving Average Style Color using MQL5. i want to change the color from default RED to AQUA in a single 1 click button. iMA ( _Symbol , PERIOD_CURRENT , 60 , 0 , MODE_EMA , PRICE_CLOSE ); additional art to my EA. tnx
12