sorasit
sorasit
Friends

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

sorasit
Added topic When next bar open with gap ? How to cancel pending order ?
Open pending order by Buy Stop. If next bar open price with gap jump over buy stop level more than 10 pips. How to delete pending order before change position from buy stop to buy order ? thank you
sorasit
Added topic Where can I download Gold(XAUUSD) Historical M1 data for Metatrader4 ?
I want to run backtest form 2012. Where can I download historical data ? thank you
sorasit
Added topic How to delete pending order by magic number?
... OrderSend(Symbol(),OP_BUYSTOP,0.1,BuyStopLevel,2,0,0,"BuyStop",1111,0,Lime); OrderSend(Symbol(),OP_SELLSTOP,0.1SellStopLevel,2,0,0,"SellStop",22222,0,Red); ... If buy order opened success. How to delete sell stop order by
sorasit
Added topic What function use to convert numeric digit ?
Ex. covert 5 digit to 3 digit. thank you
sorasit
Added topic What different result about count forward & count backward ?
for (i = 0;i < limit;i++) and for (i = limit;i >= 0;i--) What optimum condition to use count forward and count backward ? thank you
sorasit
Added topic How to set type of variable for OBJ_PERIOD
example; Color getcol = White; ???? getPeriod = OBJ_PERIOD_M5; Thank you
sorasit
Added topic Why data at custom indicator change ?
Custom indi. run at TF-H4 name is "indiH4". output as picture 1. Custom indi. run at TF-M30 name is "TransH4ToM30". Which get data from "indiH4" too. output as picture 2. Why EABuf7[iH4] at TF-H4 = 3010 but at TF-M30 =
sorasit
Added topic How to set text at lower right corner ?
I want create 3 OBJ_TEXT on 3 lines from lower right corner of sub window. Without text overlap,when zoom in sub window. (not use OBJ_LEBEL) Thank you
sorasit
Added topic Can use 2D array with indicator buffer?
How to set indicator buffer more than 1 dimension
sorasit
Added topic How to read angle of trend line ?
When drew trend line by --> ObjectCreate("Trendline",OBJ_TREND,0,Time1,Price1,Time2,Price2) . What function use to get degree ? thank you
sorasit
Added topic How to read co-ordinate of trend line ?
When drew trend line by --> ObjectCreate("Trendline",OBJ_TREND,0,Time1,Price1,Time2,Price2) . How to read price at time 3 ? thank you
sorasit
Added topic How to find number of separate window ?
Assume ! my interrest separate windows is number 2 ( Total separate windows = 3). How about code for self get this separate windows? thank you
sorasit
Added topic How to delete OBJ_TEXT by int deinit() ?
int start() { . . ObjectCreate ( "Point" +Time[i], OBJ_TEXT , 0 ,Time[i],Close[i]); ObjectSet( "Point" +Time[i], OBJPROP_TIMEFRAMES , OBJ_PERIOD_H4 ); ObjectSetText( "Point" +Time[i], "Cross" +Close[i], 10 , "Times New Roman" , White); return ( 0 );
sorasit
Added topic How to set digit in ObjectSetText(..) ?
How to set 2 digit ? Ex. ObjectSetText(" Close Price ","Cl = "+Close[i], 10, "Times New Roman", White); Result : Cl = 1310.64200000 want : Cl = 1310.64 Thank you
sorasit
Added topic How to set digit ?
How to set digit for Double variables ? Thanks
sorasit
Added topic What mean of ExtDep,ExtDev,ExtBack in Zigzag ?
In Zigzag indicator . What mean of ExtDepth, ExtDeviation ,ExtBackstep ? thank you
sorasit
Added topic How to change Fibonacci Retracement font size ?
How to make fonts in Fibonacci Retracementl bigger
sorasit
Added topic Can run EA in sleep mode ?
If  PC run at sleep mode . EA can work or not
sorasit
Added topic Where is MQL4 keep history data "F2" ?
What folder which MQL4 keep history data ? Thank you
sorasit
Added topic How to change alert sound ?
I'm copy  "trainhorn.wav" to  C:\Program Files (x86)\MetaTrader - EXNESS\Sounds. ... PlaySound("trainhorn.wav"); ... Why alert sound by  "alert.wav" only ? Thank you Remark  "trainhorn.wav" = 28k
123