Ricky
Ricky
Friends

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

Ricky
Added topic [BUG?] .mql4 missing after compile in win 7
windows 7 professional 32 bit 1. open an existing somescriptname.mql4 (double click on the file not from metalang) with metalang editor 2. then modify something 3. compile it 4. the original somescriptname.mql4 will be gone. and there is only
Ricky
Added topic :( crashed, help me with windowhandle()
void init() { while ( WindowHandle ( Symbol (), 0)== 0 ) Print ( "wait until chart is fully loaded" ); if ( WindowHandle ( Symbol (), 0)!= 0 ) Print ( "chart is now fully loaded now indicator can start counting" ); return ( 0 ); } i try do that and
Ricky
Added topic Library vs Individual Scripts
Dear All, especially for experienced programer & metaquotes software writers... if there is one really complex function to be calculated before send an order, Please tell me which one is faster (to compute a complex function) 1. Use Library for
Ricky
Added topic [Help] Object Follow exact Bid Price
Hi i try to make an object (using text/ obj_text ) to follow (point at exact with bid) bid price so if bid move up it move up if bid move down it move down... but the problem is this "Wingdings 3" font i use isn't plot at the exact bid so i
Ricky
Added topic New 388 have Script Icon, how do i make my own script to show different icon like that?
Hey guys, i noticed in new update 388, mt4 has nice globe icon in script. Question is how to make my own script have custom icon like that
Ricky
Added topic [Help - Indicator] why it didn't plot high low like the way i wanted?
I try to make for my self a chart of daily eurusd (EURUSD D1) in London Session Only , at first the candle body was plot wrong however i haven't change the code yet but then it plot nicely the way i want, so i continue write candle shadows High and
Ricky
Added topic How to hide bars of certain period of time?
My mt4 is using Eastern standard time so london opens at 4pm and close at 11.30pm what i want to do is to hide 11.31pm to 3.59pm bars how to do that
Ricky
Added topic mql5.com website
how about add rss to all page? including jobs page
Ricky
Added topic How to flip/rotate chart?
Hello is there any way to rotate chart to certain degree? (example rotate chart 90 degree) or flip it upside down? thnx
Ricky
Added topic Critical Error
i got critical error with one of my mt4, is it possible that EA caused this error? since i read from someone at metatrader forum post ( https://www.mql5.com/en/forum/57952 ) i also did posted the errors to: metatrader4 forum broker customer support
Ricky
Added topic Please please metaquotes I beg you :'(
Dear metaquotes please please let metatrader 5 can do more than 1 client login at the same time ( need it to do hedge strategy ) :'( please please Hehe :) but i do serious about it :)
Ricky
Added topic a question about Ordermodify() lotsize?
dude, currently i do some experiment on positions sizing on buy/sell limit/stop orders i had a little trouble when it comes to modify lot size of an order(s) what i did was delete previous order then send new order this is what i did: if stop loss
Ricky
Added topic Help Script Call Script Upon Drag and Drop
any1 kindly help me please, i tried to call a script after other script drag and dropped... i kind a confused how to explain this in english... i hope one can understand what i mean :) files: script 1 script 2 what i did now: drag and drop script 1
Ricky
Added topic using SendFTP() How to copy to clipboard?
Guys i need help with coding... The goal is to... "take screen shot" (done) and "send it to ftp server" (done) then " copy file link to windows clipboard" (problem) This is the code i use, for the script: //create a
Ricky
Registered at MQL5.community
Ricky
Added topic script code sample to activate certain "profiles"
dude, i need script code example to activate specific " profiles " (what i mean by profile is =File>Profiles>profilename) Cheers
Ricky
Added topic How to code : Expert Set / How to open write modify : *.set file located on expert\presets\*.set
I hope someone could help me, i'm stuck. currently i learning to write EA. 2 problems: i try to save extern inputs into a file , i notice we can save extern inputs into "*.set" file located at ...\experts\presets\*.set (so how to do this?)
Ricky
Added topic Is it possible for script get variable from Indicator?
Is it possible script get variable(s) from an Indicator variable? Any code example? Many Thanks :)
Ricky
Added topic I need code sample for time
hi, i'm currently studying to code scripts ea and indicators. i hope anyone help me give examples codes related to server times , local times, inserting server time into variables, bar times etc... Thanks dude :)