Forex



Go Back   Forex Trading > Training > Metatrader > Metatrader 4 mql 4 - Development course
Forex Forum Register More recent Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #21 (permalink)  
Old 09-05-2008, 05:43 AM
Junior Member
 
Join Date: Aug 2008
Posts: 1
sys_master is on a distinguished road
Question where can i find this original CD or related material?

Jack_Schwager's (OMEGA RESEARCH) Complete Guide To designing and Testing Trading Systems CD (
POWER POINT).rar



where can i find this original CD or related material? here the material you provided just is the powerpoint slide.

I need the material.
Please help me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #22 (permalink)  
Old 10-11-2009, 06:23 PM
Junior Member
 
Join Date: Apr 2009
Posts: 3
MSV_Trader is on a distinguished road
Exclamation convert mq4 to easylanguage

Hi,

Can anyone help me please converting this mq4 scipt to easylanguage. Is a script that exports realtime data to a csv file and update it every tick.

string gs_76 = "";
string gs_84 = "";

int init() {
gs_84 = Symbol();
return (0);
}

int deinit() {
return (0);
}

int start() {
double l_ask_0 = MarketInfo(Symbol(), MODE_ASK);
double l_bid_8 = MarketInfo(Symbol(), MODE_BID);
double ld_16 = l_bid_8 + (l_ask_0 - l_bid_8) / 2.0;
log("" + ld_16);
return (0);
}

void log(string as_0) {
int li_12 = TimeLocal();
li_12 -= 18000;
string ls_16 = "";
ls_16 = "" + TimeYear(li_12);
ls_16 = ls_16 + "-" + TimeMonth(li_12);
ls_16 = ls_16 + "-" + TimeDay(li_12);
int l_file_8 = FileOpen(gs_76 + "\\" + "log__" + StringSubstr(gs_84, 0, 6) + "_" + ls_16 + ".csv", FILE_CSV|FILE_WRITE|FILE_READ, ';');
if (l_file_8 > 0) {
FileSeek(l_file_8, 0, SEEK_END);
FileWrite(l_file_8, ls_16 + " " + TimeHour(li_12) + ":" + TimeMinute(li_12) + ":" + TimeSeconds(li_12), as_0);
FileClose(l_file_8);
}
}

Thanks in advance

MSV
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
easy language tutorial, easylanguage manual, tradestation easylanguage tutorial, mq4 tutorial, easylanguage tutorial, easylanguage pdf, easylanguage reference, easy language forex, easylanguage, tradestation easy language, easy language manual, Easy Language PDF, mql4 tutorial, easylanguage tutorials, tradestation easy language tutorial, tutorial, mq4 language tutorial, tutorial MQ4, tradestation easylanguage manual, easylanguage forex


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
CATFX50 tutorial , help us dellan CatFx50 20 06-12-2007 11:38 AM
Forex Tutorial Site. cumminsj Documentation 4 08-16-2006 11:13 AM
How hard to convert to Easy Language (Tradestation) srbtop General Discussion 1 01-17-2006 03:53 PM
Foreign language posts forexts Announcements Blog 0 12-04-2005 10:37 PM


All times are GMT. The time now is 07:24 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.