Sunday, July 16, 2006

FXRobot for multiple accounts 3.83


At money managers demand I have been expanding the FXRobot with multiple accounts processing. Recently, this new release has been created ready for use. The money managers having combinations of managed accounts and client accounts should win time when using this FXRobot application. Thanks to Microsoft .Net Framework 2.0, where the MTAPI.dll can be copied for each account and the MTAPI.dll copies can be called dynamically, the FXRobot can process with theoritically unlimited number of accounts of type 3.83.
Furthermore, the FXRobot has been previously filled with the long-term trading and profitable expert advisor, called Nano. This expert advisor uses EMA5, EMA20 and EMA100 indicators and will close all trades if the total profit exceeds an user-defined limit. The newcomers should first try out some demo accounts with default risk parameters, which are mostly the lowest risk parameters. Once they feel comfortable with his risk parameters, they can start with live accounts.
If you are interested, please contact with info@forexampletrades.com. You will then be delivered a Robot software together with the user manual. The only requirement is to have Microsoft .Net framework, version 2.0 installed in your PC. And also install MetaTrader3 and open it multiple times to view trades per account.
As I do not like lurkers posting a little note like "Please send me a bot", then further nothing anymore... I would like to ask interesting people to write me a proper letter, telling about their motivations to use boosting tools like this applications, what advantages this application should bring to them. It should also be properly if they told about their market plans.

Sunday, April 23, 2006

Free FX .NET Robot application for your demo account!


The FX Robot is now free to run with demo accounts (from InterbankFX, version 3.83). It has 19 InterbankFX symbols to trade automatically. It contains a simple trading system, using SAR indicator. It has been optimized to run at normal CPU speed for 24 hours per day. With this application, you can also close, cancel all or partly all trades. It has also logging features. If you are interested, please contact with info@forexampletrades.com. You will then be delivered a Robot software together with the user manual. The only requirement is to have Microsoft .Net framework, version 1.1 or later installed in your PC. And also install MetaTrader3 for viewing trades.

Wednesday, December 07, 2005

FX Robot running on this template table

A new FX robot has been created to read forex data, to calculate signals and to post trades into this template table, in an automatic manner. The FX robot is built with the strategy rules, written in C# language, tested and with fixed bugs. Also, the webapplication running this robot is activated for longer session timeout than normal: 7500 minutes (1 week), so you don't longer need to be online anymore, or you don't need to use pc anymore for automatic trading, but just upload trading system into the website and activate the fx robot therein. The FX robot is programmed according to a simple trading system in EasyLanguage programming language, using BollingerBand indicators. It runs on 10 minutes base. It's just an example to test fx robots on server, so don't ask me if this trading mechanism is successful...

Saturday, November 19, 2005

Update template table

From now, the timezone is GMT when entering or exiting trades.

The important new feature:

This template table is now equipped with the code to use the Dukascopy's DataFeed webservice to read Forex data and to process with currently open trades. It means that from entering time, the posted trades are automatically closed when hitting stoploss or limitorder later, whichever occurs first.

Sunday, November 13, 2005

Update template table

The template table has been updated with a new feature:
The user can from now filter the list of closed trades by a timespan, which can be configured in the option dialog (filter, option). It has also popup calendars to select dates.

This configuration is only memorized during reading or editing template, including internal refreshing (only template). When external refreshing (the whole webpage) the configuration is reset.

Thursday, November 03, 2005

Update Template Table

Today, the template table has been updated with new features:
* Menu functionalities to view trades, to login, to post new trade, adjust it with stoploss, limitorder, close it with exit price. The edit comments functionalities are not yet available. The Filter menu lists open trades, new trades (stoploss different from entry price), break-even trades and closed trades, with one selected or all currencies.
* Also, the authors can directly post their trades into their template on their blogger site or forum.

Wednesday, October 26, 2005

Bug Report 1: History Cache grows up after each clicking tab/column event

When clicking on tab or column, the history cache has been added with the last changed webpage. To resolve this, I have added a JavaScript code "history.back();" in the onclick event, just before updating window location. This is only resolved for the Internet Explorer. The bug is stil present in the Mozilla FireFox browser.