forex software

Create and Test Forex Strategies

forex software

Skip to forum content

Forex Software

Create and Test Forex Strategies

You are not logged in. Please login or register.


(Page 8 of 8)

Forex Software → Express Generator → Express Generator - News and Updates

Pages Previous 1 6 7 8

You must login or register to post a reply

RSS topic feed

Posts: 176 to 180 of 180

176

Re: Express Generator - News and Updates

Uploaded Express Generator v2.49

It fixes a bug when parsing dynamic spread information from the fetched files.

177

Re: Express Generator - News and Updates

Uploaded Express Generator v2.50.

It fixes a bug with the input parameter validation.
Now, we can set multiple symbols and periods in a settings file for "fetch".

178

Re: Express Generator - News and Updates

Uploaded Express Generator v2.52

It can fetch data from different data feeds we provide.

There is a new parameter in fetch: --server
The default value of --server is "Premium", so the default behaviour of "fetch" is unchanged.

The supported servers are: Premium, FTMO, BlackBull, MetaQuotes.

You can (and need to from time to time) update the symbols information:

node .\bin\fetch.js --server BlackBull --symbol-info true

Fetch data from different servers:

// Fetch Premium data (both work)
node .\bin\fetch.js --symbol EURUSD --period M15 M30
node .\bin\fetch.js --server Premum --symbol EURUSD --period M15 M30

// Fetch FTMO data
node .\bin\fetch.js --server FTMO --symbol BTCUSD --period M15 M30

https://image-holder.forexsb.com/store/express-generator-fetch-ftmo-data.png

Trade Safe!

179

Re: Express Generator - News and Updates

Uploaded Express Generator v2.53

New feature:  a "take_profit_gte_stop_loss" option.

Now it is possible to set overlapping Stop Loss and Take Profit ranges and to be sure the TP will be greater or equal to the SL.

Example:

;; Stop Loss
stop_loss_usage     = AlwaysUse
stop_loss_type      = Fixed
stop_loss_range_min = 10
stop_loss_range_max = 100

;; Take Profit
take_profit_usage         = AlwaysUse
take_profit_range_min     = 20
take_profit_range_max     = 200
take_profit_gte_stop_loss = true

When the "take_profit_gte_stop_loss" is set to true, the Generator will choose SL and TP values in order to TP >= SL.

Trade Safe!

Re: Express Generator - News and Updates

Mr Popov, it is important to remember the following that even if the stop is equal to or smaller than what I have here, the Express generator still creates strategies that close before hitting the TPI stop, I don't know if it's a bug or my configuration, but every time I he creates a strategy in which the stop becomes long before it even gets there he simply closes the operation before accepting the Lost or accepting someone smaller than he should have he doesn't close exactly at the stop in the TP

Posts: 176 to 180 of 180

Pages Previous 1 6 7 8

You must login or register to post a reply

Forex Software → Express Generator → Express Generator - News and Updates

Similar topics in this forum