-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49c2a0d
commit 7ac5116
Showing
1 changed file
with
2 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,5 @@ | ||
# Algo Bots v.1.1 | ||
|
||
## Algo Api version | ||
* Algo Api version has been uploaded to v.1.5.2 | ||
# Bots | ||
|
||
## New bots | ||
|
||
* **ImportAccountStateBot** v1.2 has been added. This bot helps to integrate bots written on another programming languange to SoftFx Environment. Just write required trade state to csv file from python, r, mathlab and this bot will adjust orders and positions to required state. More info you can find [here](https://github.com/SoftFx/AlgoBots/tree/develop/ImportAccountStateBot) | ||
|
||
* **100YearPortfolio** v1.0 has been added. Based on the stock distribution in the Portfolio sheet, this bot tries to open and change positions according to desired distribution. More info you can find [here](https://github.com/SoftFx/AlgoBots/tree/develop/100YearPortfolio) | ||
|
||
* **MACDsampleBot** v1.1 has been added. The MACD expert advisor is designed to use moving average convergence and divergence in order to enter a trade. This will open up a trade once the signal line breaks through the MACD histogram and both are below (or above) the zero lines. More info you can find [here](https://github.com/SoftFx/AlgoBots/tree/develop/MACDsampleBot) | ||
|
||
* **MovingAverageBot** v1.3 has been added. The Moving Average bot uses one Moving Average indicator to trade. More info you can find [here](https://github.com/SoftFx/AlgoBots/tree/develop/MovingAverageBot) | ||
|
||
* **TPtoAllNewPositionsInPercents** v1.3 has been added. The bot emulates the TakeProfit for positions on Net account. More info you can find [here](https://github.com/SoftFx/AlgoBots/tree/develop/TPtoAllNewPositionsInPercents) | ||
* **TPtoAllNewPositionsInPercents** has been uploaded to v1.4. Price settings in pips and Exlude symbols setting have been added. More info you can find [here](https://github.com/SoftFx/AlgoBots/tree/develop/TPtoAllNewPositionsInPercents) |