topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 4:41 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Fix the bug in freeware project - forex strategy trader  (Read 2592 times)

togr

  • Participant
  • Joined in 2011
  • *
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
Fix the bug in freeware project - forex strategy trader
« on: March 28, 2013, 06:21 AM »
This project is for programmers who also know at least basics of forex trading via MT4.

There is freeware project http://forexsb.com/f...builder-source-code/ that allows users to create and trade forex strategies.
There are 2 main programs
- forex strategy builder
- forex strategy trader.

There is a bug in FST - martingale option does not work properly.
It should multiply trade size by given number when the trade is a loss. And it should go back to original trade size when trade was profitable. http://forexsb.com/f.../topic/3696/fst-bug/
The problem seems to be that FST does not know that trade was closed, as MT4 does not provide this info.

FST does execute trades in MT4 via EA and .dll.

The goal of this project is to deliver FST .exe, dll and mq4 files with fixed martingale functionality.