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. Its 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.
Hello, I am needing pointer DMI with arrows for Metatrader that can be located directly on the graph, the example of DealBook 360 of the GFT, someone could help me?
sorry my bad english.....
Hello, I am needing pointer DMI with arrows for Metatrader that can be located directly on the graph, the example of DealBook 360 of the GFT, someone could help me?
sorry my bad english.....
Tank you friend, for the gentility to help me, but stows testing this pointer, however he is different of the DMI in the entrances same with config that I use, I go to postar my photos to see.
Tank you friend, for the gentility to help me, but stows testing this pointer, however he is different of the DMI in the entrances same with config that I use, I go to postar my photos to see.
I cantīt understand what you want. Arrows in all bars?
I cantīt understand what you want. Arrows in all bars?
it forgives for my English, I am saying that the tool is different, I only placed the graph to illustrate this, both with the same configuration.
the pointer with arrows that sent me is valid for what I am wanting, however must be configured to work as DMI or ADMI.
if it will have possibility of being modified or in case that this pointer with arrows exists, it could assist me?
pointer ADX is different of pointer DMI
Tank you and that he has Pips!
friend forgives me, already I understood the problem...... was making a comparison enters the platform of the GFT and the Metatrader, what he caused the difference, therefore both possess different quotations in the market...very tanks for the aid and the archive......
by the way, would know to say what cause to me this difference? it stows comparing PAIR USDCHF in the period of 1 hour and the reached principle enters the day to 01mar to 02mar was of 1,2247 (GFT) and 1,2244 (Metatrader) ace 23:00 hours....
Friend, forgives me, but I came back! analyzing the pointers well, I perceived that difference of one for the other exists and as would like to solve my problem, I am placing the code used for the GFT, and, in case that has the possibility to make one analyzes and possible adaptation for the goal, I will be been thankful......
Strategy DMI (GFT):
"Code"
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 need the configuration of this pointer to metatrader...
Tks!!!