sorasit / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
sorasit
Added topic ObjectSetInteger(0, ObjName, OBJPROP_ALIGN, ALIGN_CENTER); ALIGN_LEFT , ALIGN_RIGHT Nothing has changed.
void ShowBS( string CodeName, int BarIndex) { datetime targetTime = iTime ( NULL , Period (), BarIndex); ObjectCreate ( 0 , CodeName, OBJ_TEXT , 1 , targetTime, 9 );
sorasit
Added topic MQL4 uses SetLevelValue, in MQL5 what command is used?
In MQL5 what command is used instead SetLevelValue(..)
sorasit
Added topic Why compile error "IndicatorCounted()" ?
I just switched to MT5. #property indicator_chart_window #property indicator_buffers 0 #property indicator_plots 0 //+------------------------------------------------------------------+ //| Custom indicator
sorasit
Added topic How to set color by RGB ?
example color ZBCol = Gray; How to set color by RGB (128,128,128) ? Thank you
sorasit
Added topic Error "unknow ticket" is what number?
What is number code of "Unknow ticket" ? Thank you
sorasit
Added topic How to get TimeDaylightSavings on server time ? Not local time.
TimeDaylightSavings () . It depends on the time settings of my computer(local time). How to get TimeDaylightSavings on server time ? Thank you
sorasit
Added topic How to set GMT offset in CSV2FXT scripts .
I downloaded the Dukascopy tick data and then used CSV2FXT to convert it . If I want to run backtest by broker "A" with GMT+2 and European DST. How to set " FXT GMT Offset" , "FXT DST setting" , " CSV GMT Offset" , "CSV DST setting" ? Thank you
sorasit
Added topic How to change the timezone on the MT4 platform to preferred GMT?
How to ? Thank you
sorasit
Added topic How to adjust GMT of historical data?
Get historical data TF-M1 (F2) from broker A to broker B . For convert M1 to another timeframe by script " PeriodConverter" in mtt4 . Broker A time zone is GMT+0 . Broker B time zone is GMT+2 . How to use script "PeriodConverter" to
sorasit
Added topic How to export file.csv to the specified folder ?
What function use to copy or export file.csv to the specified folder
sorasit
Added topic How to remote order from another PC?
PC #1 login trade without EA. PC#2 login by difference broker with EA. How to control PC#1 to operate order like PC#2 ? thank you
sorasit
Added topic How do you know what happened before between high or low.
In TF-H4,How to write code for get first happen between high or low
sorasit
Added topic Buy stop order use Ask price. How to place buy stop order at Bid price ?
It’s impossible to know floating spread . How to pending buy stop with Bid price ? Thank you
sorasit
Added topic How to fix 3 digit for all "double data type" ?
How to set only 1 time for all variables of "double data type" ? Thank you
sorasit
Added topic What difference for use Bars and IndicatorCounted ?
How to choose or apply ? Thank you
sorasit
Added topic How to check TimeMinute(Time[0]) = 30 at TF-H4 ?
I run EA on TF-H4. If I want to check TimeMinute(Time[0]) = 30 . How To do ? Thank you
sorasit
Added topic How to calculate degree ?
If tan(X) = 20. What function use to find X ? Thank you
sorasit
Added topic How to export data before stop EA ?
How to export data in some data type before stop EA ? When start EA again ,how to import data back ? Thank you
sorasit
Added topic How to get modified order time success from broker ?
How to confirm modified time
: