Go Back   BabyPips.com Forex Forum > Main Discussion > Newbie Island


Newbie Island This forum is for Forex beginners. If you are new to the Forex and have a question, this is the best place to ask it. If you're looking to learn Forex, get your training and education at the School of Pipsology.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-02-2007, 01:44 PM
 

Join Date: Feb 2007
Posts: 3
Question Pointer DMI GFT X Metatrader

Hello Babyforex! it would like an aid for solution of a problem..... I am trying to find a pointer (DMI) for the platform of the Metatrader, that works equal to the one of the GFT (to include strategy). I obtained some archives in fórum, however with well different configurations..... it will be that somebody could make the gentility of being able to help me to modify the configuration of the archive to work of equal form to the one of the GFT? it follows the code source used for this platform....

I am sending attached, the archives that I found in the NET with which would like to work in metatrader, or either, pointer of arrows...

"CODE Sample DMI GFT"
strategy sample_dmi;
input period = 14;
vars
lst = 1, pdi(series), mdi(series);
begin
directional_movement(period);
pdi := directional_movement.line_plus;
mdi := directional_movement.line_minus;
lst := back(pdi);
if lst < front(pdi) + 1 then return;
if pdi[lst] > mdi[lst] then buy();
if pdi[lst] < mdi[lst] then sell();
end.

I am also annexing two images, being one in platform GFT and another Metatrader, and observe that exactly both working with the same cycle, give different signals very.....

I will be grateful if somebody will be able to help me......
Attached Images
File Type: jpg EURUSD_GFT.JPG (113.9 KB, 23 views)
File Type: jpg EURUSD_Meta.JPG (91.7 KB, 21 views)
Attached Files
File Type: zip DMI.zip (1.9 KB, 12 views)
Reply With Quote
Reply



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 On

All times are GMT -4. The time now is 04:35 AM.
Content Relevant URLs by vBSEO 3.3.1
"Think like a man of action, and act like a man of thought."
Henri Bergson
Feedback Form