Welcome to the Traders Laboratory Forums.
Technical Analysis The technical discussion forum for traders.

Reply
Old 09-07-2008, 12:19 PM   #1

Join Date: Sep 2008
Posts: 1
Ignore this user

Thanks: 1
Thanked 0 Times in 0 Posts

Easylanguage Signal on Multiple Symbols and Timeframes

Hi there,

I wonder if with easylaguage i can do what in MQL4 will be pretty easy..

And this is what i mean:

1) 2-3 pairs like usd/jpy, eur/usd, gbp/jpy
2) same indicator.. for example the MACD
3) different timeframe 5min.. 15min and 30 min

And i want to get 1 signal when all this 3 conditions are checked
1) GBP/JPY MACD SIGNAL 15 min >= 0
2) USD/JPY MACD SIGNAL 5min <= 0
3) EUR/USD MACD SIGNAL 30MIN >= 0

Something like that in MQL4.. will be easy to do.. but i try to find a language where TA and EA will be the same.. not to recode every time..


Best Regards,
GV
GV77 is offline  
Reply With Quote
Old 09-22-2008, 01:41 PM   #2

UrmaBlume's Avatar

Join Date: Apr 2008
Location: Las Vegas
Posts: 670
Ignore this user

Thanks: 87
Thanked 618 Times in 251 Posts

Re: Easylanguage Signal on Multiple Symbols and Timeframes

This is easily done using the Easy Language Collections library. Simply use a date/time key and store what ever value you want from the source chart and get them from any other chart.

We do this all the time to store indications from different volume charts, here are some of the EL Collections functions we use:

MapNN.Share - symbol and key
MapNN.Clear()
MapNN.Put

the correct usage of these functions will allow you to store your values and then all you have to do is write the gets

MapNN.Share
TimetoMinutes for the key
MapNN.Exists
MapNN.get

With the very useful EL Collections Library you can store any value from any chart and fetch it for use in strategies or indicators from any other chart.
UrmaBlume is offline  
Reply With Quote
The Following User Says Thank You to UrmaBlume For This Useful Post:
Tams (03-23-2010)

Reply

Thread Tools
Display Modes Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
USD/JPY Buy Signal? jerich Forex Trading Laboratory 7 04-20-2009 06:24 AM
[Market Analysis with Multiple Timeframes] Soultrader Trading Videos 12 12-19-2007 06:09 AM
Candlestick analysis and different timeframes brownsfan019 The Candlestick Corner 11 09-04-2007 11:32 AM
Tape colours and symbols Nick1984 Technical Analysis 2 05-07-2007 07:02 AM
YM Contract Symbols Robert2617 Beginners Forum 14 03-09-2007 06:00 PM

All times are GMT -4. The time now is 04:12 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.