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.
I Need some help with coding an EA I'm working on. Could someone here please point me to any threads that discuss or give me examples of how to close the current order and reopen a new order in the reverse direction when i get a signal that my original order conditions have reversed?
First time DL and about to use MT4. Help files are no real help. I just need to be shown, once I hope,
1) HOW TO input a pre-written indicator from this forum into MT4 and have it work,
2) how to pass on the data via DDE into Omega Prosuite/Metastock. I have enabled DDE in MT4, but nothing happening over the border in Omega/Metastock
Appreciate the advice given re. shonky brokers too. Seems FXDD are fair enough to start with?
Not sure about answer to number two but to use an indicator just put the file in your 'indicators' folder in the root of your MT4 installation for example C:/MT4/experts/indicators
Then restart MT4 and you're set.
I'm sure somebody else will be able to help you with your second question.
First time DL and about to use MT4. Help files are no real help. I just need to be shown, once I hope,
1) HOW TO input a pre-written indicator from this forum into MT4 and have it work,
2) how to pass on the data via DDE into Omega Prosuite/Metastock. I have enabled DDE in MT4, but nothing happening over the border in Omega/Metastock
Appreciate the advice given re. shonky brokers too. Seems FXDD are fair enough to start with?
Thanks for your time any help.
I knew this link is not related with your question....but hope this can help you out
function to convert real data to modeling control points
Someone has a function that convert real data to modeling control points used to test EA ?
..., when i test EA i use "Method of modeling control points ", when i test EA for forward-testing on market i use real data, now : if EA uses data (converted from real data) used for testing I have the same results of testing
I'm writing up an indicator based on TDMovingAverage (a moving average which hides during ranged markets and shows during trending markets). Could anyone give me some hints on how best to draw this?
Is there some constant I can use when setting the indicator value so it doesn't get drawn? I was toying around with DRAW_LINE using Dot objects and just setting the dots to 0 when in ranging markets. This effectively hides them but I'd still like to investigate using lines.