Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Tools and utilities


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack (7) Thread Tools Display Modes
  #121 (permalink)  
Old 08-09-2006, 03:48 PM
amarnath's Avatar
Senior Member
 
Join Date: Oct 2005
Location: salem
Posts: 137
amarnath is on a distinguished road
Real time data from 3rd party data feed

Hi Terranin,

Thanks you 1st for creating a master peice backtester . Is it possible to get real time data from own server or from 3rd party feed and to use it like standalone charting program beacuse MT 4 sucks in that regards were i can only able to connect to brokers server and hence only their own trading instruments mostly . Pls let me know if you are interested to undertake such projects

contact me @ amarfx@gmail.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #122 (permalink)  
Old 08-09-2006, 04:39 PM
Terranin's Avatar
Member
 
Join Date: Apr 2006
Posts: 42
Terranin is on a distinguished road
Quote:
Originally Posted by amarnath
Hi Terranin,

Thanks you 1st for creating a master peice backtester . Is it possible to get real time data from own server or from 3rd party feed and to use it like standalone charting program beacuse MT 4 sucks in that regards were i can only able to connect to brokers server and hence only their own trading instruments mostly . Pls let me know if you are interested to undertake such projects

contact me @ amarfx@gmail.com
Yes, I am going to add an open interface to connect to any broker soon and datafeeds. I am planning this.
__________________
www.forextester.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #123 (permalink)  
Old 08-24-2006, 08:10 PM
Member
 
Join Date: Dec 2005
Posts: 44
traden4x is on a distinguished road
Quote:
Originally Posted by Terranin
Yes, I am going to add an open interface to connect to any broker soon and datafeeds. I am planning this.
Hello,

Is there any updates to the program or what is the current status of the program. I am greatly interested in this for hopefully making an easy way to test the combination of indicators for EA developement.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #124 (permalink)  
Old 08-24-2006, 10:24 PM
Terranin's Avatar
Member
 
Join Date: Apr 2006
Posts: 42
Terranin is on a distinguished road
Quote:
Originally Posted by traden4x
Hello,

Is there any updates to the program or what is the current status of the program. I am greatly interested in this for hopefully making an easy way to test the combination of indicators for EA developement.

Thanks
You can check the current status of the program at www.forextester.com you can download trial version there.
__________________
www.forextester.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #125 (permalink)  
Old 08-27-2006, 04:32 PM
Terranin's Avatar
Member
 
Join Date: Apr 2006
Posts: 42
Terranin is on a distinguished road
New build issued

Ver 1.0 Build 7 (25.08.2006)

Code:
1.  Added new function to strategy interface to control indicators. Now you
    can get indicator value from any indicator attached to the program in your
    strategy.

2.  In order window added new buttons to get price directly from chart. Order
    window will be hided and selected price will be represented as a horizontal
    line with price and number of points from current price. It is much more
    convenient than typing price manually.

3.  Added option to adjust levels in oscillators. 

4.  Added new functions to indicators' interface - IndicatorDigits and
    Timeframe (to get indicator timeframe). 

5.  Added new indicators: CCI, Price Channel, Price Daily Range,
    Rate Of Change (ROC), AMA, On Balance Volume (OBV),
    Accelerator Oscillator (AC).
__________________
www.forextester.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #126 (permalink)  
Old 09-24-2006, 03:28 PM
Terranin's Avatar
Member
 
Join Date: Apr 2006
Posts: 42
Terranin is on a distinguished road
New updates

Ver 1.0 Build 8 (23.09.2006)

Code:
1.  Added new function SetIndexLabel to indicators interface that 
    defines description of visible buffer instead of BufferStyleXX. 

2.  Changed histogram drawing, before it was painted with lines, now
    it is painted with bars.

3. Added new mode of indicator drawing - ds_Section. With this style
   you can paint lines between buffer values (for example ZigZag). 

4.  Added new parameters Comment and MagicNumber into the functions
    SendInstantOrder and SendPendingOrder.

5.  Added new functions OrderMagicNumber and OrderComment.

6.  Added new tool - Text to add some text comments to the diagram.
    (Insert->Text)

7.  Added new tool - Wave Symbols to mark waves on diagram with special
    symbols.  (Insert->Wave Symbols)

www.forextester.com
__________________
www.forextester.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #127 (permalink)  
Old 10-14-2006, 04:48 PM
Terranin's Avatar
Member
 
Join Date: Apr 2006
Posts: 42
Terranin is on a distinguished road
Processing statements from MetaTrader

Created strategy that can import statements from MetaTrader in HTML format and than trade according this statement in Testing mode like real trader does. It is interesting to see how trader made his trade in real time or in fast mode. Also you will have full statistics and Balance/Equity/Margin/Drawdown diagrams. I think it will be very good feature for investors that have to process a lot of MT4 statements manually (I received a lot of requests from such investors).

Working algorithm:

- Loading statement in MT4 HTML format (also you can load Forex Tester history from "History.dat")

- You can define minimum deviation of time from order open time in both directions in minutes. It is important to open an order in this interval by OpenPrice precisely. If there was no such price in this interval then order is ignored.

- For every tick strategy goes through the orders list and see if current time is in the order open time interval and price is equal to OpenPrice. If so - order will be opened.

- For opened order strategy checks close time, if current time is bigger or equal to order close time - it will be closed.

For precise testing you should generate ticks data by second option in the Ticks generation form (point by point). In this case you will have all the prices in minute interval of the bar.

Strategy installation:

- Copy file StatementProcessor.dll into the folder <ForexTester>\Strategies.

- Restart the program.

- Enable it in the Strategy List and enable all strategies execution.

You can download it here:

StatementProcessor

Screenshot:



www.forextester.com
__________________
www.forextester.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #128 (permalink)  
Old 11-29-2006, 04:38 PM
Terranin's Avatar
Member
 
Join Date: Apr 2006
Posts: 42
Terranin is on a distinguished road
Issued new build 9

26 November 2006. Ver 1.0 Build 9.

1. Increased speed of line drawing.

2. Corrected error with control bars when they collapsed and did not restore their size.

3. Added templates (View -> Templates).

4. Corrected histogram view (on some indicators such as Volume it was shown incorrectly).

5. Added new indicators: Polarized Fractal Efficiency,
Ultimate oscillator, Demark's Range Expansion Index, Pivot Points,
Bears Power, Bulls Power, Keltner Channel.

6. Added horizontal scroll bar for the main chart.

7. Added demo strategies to the installation package.

8. Added new commands "Pause" and "Resume" to the strategies interface. Pause can
set pause mode and allows user to make decision by himself. Resume can continue execution.

9. Added new option "Show price" in Fibonacci retracements tool.

10. Added new menu options that allow you to save and restore current testing
state including templates, open positions, history and current date on the chart.
See File -> Open/Save project.


www.forextester.com/download.html
__________________
www.forextester.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #129 (permalink)  
Old 04-20-2008, 01:50 AM
Junior Member
 
Join Date: Nov 2006
Posts: 20
jolimoney is on a distinguished road
Please help me

Hi fellow traders...

I am working on a breakout system and i need a tool to make the backtest more easy so i can see if my theory is stupid or not.

Tool describtion:
What i need is an indicator that draws a line between 2 different times and plot the bottom of price and the top of price between these two times.
A support resistance channel between 2 times so to speak.

I have looked across the internet without any sucsess and i am now hoping that some one at TSD know if there even exist such indicator?

Regards / JoLi
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #130 (permalink)  
Old 04-20-2008, 09:05 PM
Senior Member
 
Join Date: Oct 2007
Posts: 190
mikkom is on a distinguished road
Backtesting multiple pairs

I'm looking for a reliable program that I can use to backtest my strategies with multiple pairs. I'm totally frustrated to MT4's tester and at this point I'm willing to learn a new programming language (it's not a big thing for me) to test my strategies with some decent tester that can handle all the portfolio - in this case all the currency pairs available at my broker or some subsection of them.

So my question is: what is the tester you would recommend? I have been thinking about wealth lab, does anyone have any comments about that? Trading blox also has a platform but I don't know anything about it (except that trading blox is operated by a very bright ex-turtle guy). Does anyone have any other recommendations? Ninja trader? Tradestation?

Last edited by mikkom; 04-20-2008 at 09:08 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

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
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/tools-utilities/575-strategy-testers.html
Posted By For Type Date
Services de signaux de trading - Placements, jeux et casino en ligne This thread Refback 11-05-2007 09:26 PM
programy do testowania This thread Refback 10-25-2007 07:41 AM
Services de signaux de trading - Placements, jeux et casino en ligne This thread Refback 10-21-2007 09:19 AM
programy do testowania This thread Refback 08-07-2007 12:16 PM
Discussion Forex Strategy This thread Refback 07-22-2007 03:05 AM
Forex Strategy This thread Refback 07-12-2007 11:53 PM
programy do testowania This thread Refback 07-02-2007 04:49 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
MY TURTLES EA - need Testers mikhaildgreat Expert Advisors - Metatrader 4 119 Today 06:54 AM
Looking for beta testers. AdamDuritz99 Tools and utilities 6 03-28-2007 06:47 AM
Time Bomb Tim Testers Needed thesource Post and compare Trades 1 01-16-2007 08:45 PM
2 EMA Strategy EA abrs70 Expert Advisors - Metatrader 4 6 01-12-2007 07:23 PM
FM strategy black ice Suggestions for Trading Systems 8 11-10-2006 01:33 PM


All times are GMT. The time now is 10:00 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.