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.
1. Context help by F1 and Help button for every dialog window in program.
2. Showing nice window during program starting.
3. Corrected controls under win xp.
4. Added new instrument - Fibonacci levels!
5. Added Awesome Oscillator indicator.
Just a little question: I would like to use EMA in STRATEGIES (not indicator), but to calculate current EMA I need past EMA :-). So how can I implemente this in Strategy project ? Using a array of EMA updated on each tick (GetSingleTick) ?
Just a little question: I would like to use EMA in STRATEGIES (not indicator), but to calculate current EMA I need past EMA :-). So how can I implemente this in Strategy project ? Using a array of EMA updated on each tick (GetSingleTick) ?
Thanks.
bye bye
I did it just keeping 2 variables - previous EMA and current EMA. Every tick I reculculated current, if I detect new bar - I did previous EMA = current and recalculated current again.
Yes I've do this for testing, but seems have problem when stop testing, back step and restart testing, I've lost the last EMA corresponding to the current Bar, so after that my strategy doesn't work like I want !
Just a question (like newbie I am), how is calculated the Margin and Free Margin? I know how calculate Equity but I've problem for the rest :-(.
Perhaps it will be great to add function in ForexTester Interface (.pas) to access the account informations like: Initial Deposit, Equity, Margin, Free Margin and more
Yes I've do this for testing, but seems have problem when stop testing, back step and restart testing, I've lost the last EMA corresponding to the current Bar, so after that my strategy doesn't work like I want !
Just a question (like newbie I am), how is calculated the Margin and Free Margin? I know how calculate Equity but I've problem for the rest :-(.
Perhaps it will be great to add function in ForexTester Interface (.pas) to access the account informations like: Initial Deposit, Equity, Margin, Free Margin and more
Thanks
bye bye
Back step was designed for manual testing, strategy can lost their state or should track these changes by itself.
Margin is calculated as a cost of the lot you choose. For example for EURUSD 1 lot costs 100000 EUR, so 0.1 lot will be 100000/10/*1.2624 (curr price)/100 (credit shoulder) = 126 usd.
Free margin = free funds you have at the moment. Free margin = equity - Margin.
Just a question, Can I post some new indicator on the/your forextester forum ? I ask you because for the moment only russian posts exists and I don't speak russian lol ?