Ronnaphop Monthian / Profile
MQL4/MQL5 Developer
at
Thailand
MQL4/MQL5 Algorithmic Trading Developer | 14 Years Experience in Forex & Crypto | Trader & IB | FB: https://www.facebook.com/momocoong
Ronnaphop Monthian
Added topic ChartGetInteger(0,CHART_BRING_TO_TOP) does not work properly in mt5 tester
ChartGetInteger ( 0 , CHART_BRING_TO_TOP ); It should return a value of 1 (or true) in visual testing , but it returns 0 (or false). Meanwhile, in MT4 testing visual mode, it returns 1 (or true). It should be the same. Could you please check this
Ronnaphop Monthian
Added topic ChartSetInteger(0,CHART_SHOW_TRADE_LEVELS,false) not work in MT5 tester visual mode
ChartSetInteger ( 0 , CHART_SHOW_TRADE_LEVELS , false ); It does not work in MT5 Strategy Tester (visual mode). You can try it yourself. This is important for me because it obstructs my trading bot’s display. Please check and fix it in the next build
Ronnaphop Monthian
Added topic ChartIndicatorGet function has problem
OnDeinit() event will not called if you call ChartIndicatorGet(0,ChartWindowOnDropped(),MQLInfoString(MQL_PROGRAM_NAME)) like this. (It's only on indicator process) In this code you will don't see print "reason: "+reason in log when you
Ronnaphop Monthian
Added topic result time_day_of_year of TimeToStruct() and TimeDayOfYear() is different
#property strict int OnInit () { MqlDateTime _Time; TimeToStruct ( TimeCurrent (),_Time); Print ( "_Time.day_of_year = " +_Time.day_of_year); Print ( "TimeDayOfYear(TimeCurrent()) = " +TimeDayOfYear( TimeCurrent ())); return ( INIT_SUCCEEDED ); }
Ronnaphop Monthian
Added topic Indicator cannot call in OnCalculate()
"[MQL5 bug]" removed from topic title by moderator. Indicator call function like iMA(), iRSI(), iCustom() .... etc. It's strict must call only in OnInit() ? If call in other event like OnCalculate(), Buffer value will be distorted. (From code the
Ronnaphop Monthian
Added topic Indicator still process after removed it
"[MT5 bug]" removed from the title by moderator Download indicator file and include file. Then try run on your MT5. Then remove it from chart. You will see log still run in Expert tab even close chart. Way to stop process is only close terminal. I
Ronnaphop Monthian
Added topic Over value in indicator
Who has ever this problem? Indicator buffer is over value at sometime. Getting strange values even though we didn't set that value. I don't know where it gets the value from
Ronnaphop Monthian
Added topic MT5 navigator window feature recommendations
In navigator window in MT4, You will can click on any items and type any letter on keyboard. The selector will move to nearest item with name same you type letter. But not in MT5. I want this. Anyone want this too
Ronnaphop Monthian
Added topic [MQL5] OBJPROP_LEVELCOLOR not working
This is problem on MQL5 I set ObjectSetInteger(0,".....",OBJPROP_LEVELCOLOR,.....); to fibonacci retracment object. But color not change. Check and fix it please. Thank you so much
Ronnaphop Monthian
Added topic I want to skip the absent ticks
Hi everyone. I'm MQL5 programmer. I backtest on "Every tick based on real ticks" model. But my ticks data is so many real ticks absent. If tick is absent MT5 will generate tick replaced. I don't wanna trade at absent ticks (generate ticks) time. How
Ronnaphop Monthian
Added topic How to change value in Trade Settings
I can't change value in Trade Settings (MT5 tester setting). Anyone else encountering this problem as well
Ronnaphop Monthian
Added topic Margins in Trade Settings can't change value
Margins in Trade Settings can't change value. Fix it, Please. Thank you
: