Versão 2.0
2022.10.31
Corrections:
- Fixed the currency symbol, now the asset profit currency symbol will appear.
Improvements:
- Updated the links.
Versão 1.99
2022.10.06
Corrections:
- Fixed issue on Gale systems.
- Fixed the problem in modelable variables, ScriptBot stopped converting STR variables generating incomplete expressions.
Improvements:
- Now with each new confirmed entry ScriptBot forces variables to be updated, this fixes several problems with high frequency strategies.
- Changed the name of the adjustment calculation from Pips to Ticks.
Added variables:
- ALL_TIME_OPEN[N] - Return the number of open positions up to the candlestick index.
- BUY_TIME_OPEN[N] - Return the number of open buy positions up to the candlestick index.
- SELL_TIME_OPEN[N] - Return the number of open sell positions up to the candlestick index.
Use of variables:
- ALL_TIME_OPEN[0] = SB will return the number of positions until candle 0;
- ALL_TIME_OPEN[10] = SB will return the number of positions of the last 11 candles;
Versão 1.97
2022.03.28
News:
- Added support for a new renko generator robot; **Renko BR**
Improvements:
- Now with each new confirmed entry ScriptBot forces variables to be updated, this fixes several problems with high frequency strategies.
Versão 1.96
2022.03.03
Added variables:
- GAIN_TIME - Time in seconds of the last victory;
- LOSS_TIME - Time in seconds of the last defeat;
- BUY_GAIN_TIME - Time in seconds of the last victory in the purchase;
- BUY_LOSS_TIME - Time in seconds of the last loss in the purchase;
- SELL_GAIN_TIME - Time in seconds of the last victory in the sale;
- SELL_LOSS_TIME - Time in seconds of the last loss in the sale;
- CLOSE_TIME - Time in seconds of the last closing of an order;
- REVERSE_CLOSE - Returns the reverse close price;
- REVERSE_OPEN - Returns the reverse open price;
- REVERSE_HIGH - Returns the price of the reverse high;
- REVERSE_LOW - Returns the price of the reverse low;
Improvements:
- Added pause and close button in trade panel.
Examples:
- REVERSE_CLOSE[0] = Closing of the first candle of the day;
- REVERSE_CLOSE[1] = Closing of the second candle of the day;
- REVERSE_CLOSE[10] = Closing of the tenth candle of the day;
Versão 1.95
2022.02.22
Corrections:
- Fixes in some sub systems.
New parameters:
- Limit the maximum amount of contracts that can be opened. (Gradient is ignored)
- Possibility to disable the Signal Arrows objects.
- Possibility to reset the amount of contracts when martigale and sorosgale reach the maximum.
Improvements:
- SorosGale and Martigale will work together respecting each other's redefinition.
Versão 1.94
2022.02.16
Corrections:
- Sorosgale not respecting the maximum number of contracts.
- Straddle and gradient orders being canceled when they shouldn't.
- Close buttons on the ticket are not working properly.
- Gradient and straddle pending orders being recognized as real orders (They are real, but they should not be recognized so as not to cause problems).
New parameters:
- Parameter to activate the reset of martigale and sorosgale contracts on robot restart.
- Parameter to enable or disable trade buttons;
News:
- Added robot name in order comments.
Improvements:
- Reduced panel size;
Versão 1.93
2022.02.15
Corrections:
- Fixed the robot removing pending orders at the turn of the day;
New parameters:
- Added new parameter in Robot Settings category to bypass margin calculation;
News
- Added SorosGale System;
Versão 1.92
2022.02.11
Corrections:
- Fixed issue with price conversion on panel chart.
Improvements:
- Improved the input type conversion form;
- Added a new error message regarding invalid price.
- Adjustable input type name has been changed to Pending / Adjustable, just for the avoidance of doubt.
Versão 1.90
2022.02.09
Corrections:
- Fixed invalid price issue on certain symbols;
- Fixed problem of not appearing stop loss in linear gradient system settings;
- Fixed issue of duplication of entries in the linear gradient system;
- Fixed some small issues in position price checks;
Versão 1.89
2022.02.06
Added variables:
- NEW_BAR_TIME - Time remaining for the next candle;
- CURRENT_TIME - Time in seconds of the current time;
- INITIAL_TIME - Time in seconds of opening time;
- FINAL_TIME - Time in seconds from the closing time;
Versão 1.88
2022.01.29
Corrections:
- Fixed issue of not saving the sale price in the SIGNAL_PRICE and SIGNAL_CONFIRM_PRICE variables, the price did not update;
Added variables:
- ALL_PROFIT_WEEK - Total profit for the week;
- ALL_PROFIT_MONTH - Total profit for the month;
- SIGNAL_BUY_PRICE - Price of the last buy signal.
- SIGNAL_SELL_PRICE - Price of the last sell signal.
- SIGNAL_BUY_CONFIRM_PRICE - Price of the last confirmed buy signal;
- SIGNAL_SELL_CONFIRM_PRICE - Price of the last confirmed sell signal;
Versão 1.87
2022.01.29
Corrections:
- Fixed issue of not being able to access indicator buffer when offset was less than zero.
Versão 1.86
2022.01.21
Corrections:
- Fixed problem in position and order checkers, this problem only happened in real accounts and disabled the robot to invert the position (turn the hand).
Versão 1.83
2022.01.06
Fixes:
- Fixed some errors in returning POS_# variables;
Improvements:
- Now Straddle's Gradient calculations are force updated when a new order is created.
Added variables:
- BALANCE - Returns the total money in the account.
- EQUITY - Returns the money available on the account.
Versão 1.82
2022.01.04
Fixes:
- Fixed martigale issues.
Added variables:
- SIGNAL_PRICE - Price of the last signal validated by the input calculation.
- SIGNAL_CONFIRM_PRICE - Price of the last signal validated by the confirmation calculation.
Versão 1.80
2021.12.22
Fixes:
- Several problems that were generating wrong behavior in certain strategies were fixed;
New parameters:
- Activate or deactivate the closing of all positions if the margin and money of the account is zero;
News:
- STRADDLE - This system will basically go against your position, if you enter long and the market starts going against your position, this system automatically enters against your position and favors the current movement.
- GRADIENT LINEAR - This system will basically create a grid with several positions positioned, this system is used to pick up few points as it takes into account the market oscillation.
Added variables:
- POS_OPEN - Position opening price;
- POS_PROFIT - Current gain with the position;
- POS_CURRENT - Current position price;
- POS_SL - Position stop price;
- POS_TP - Price of the position's take;
- POS_TYPE - Type of position: 0=Buy, 1=Sale;
- POS_TIME - Position time in seconds since 1970;
Observations:
* This is a pretty big version, many things have been modified and fixed, it shouldn't affect or even cause problems with the strategies, if you find any problems, don't hesitate to get in touch;
Versão 1.71
2021.12.13
News:
- It is now possible to use indicators that have color and time parameters, use COLOR when the parameter is a color and (1M, 2M, 3M...) when the parameter is a time frame.
Versão 1.70
2021.12.13
New parameters:
- Choose the candle that will be used in the calculation to schedule a new pending order;
News:
- MARTIGALE - It is now possible to activate the martigale system, this system will basically increase the number of contracts if the previous entry was a defeat;
Martigale:
* This is a very dangerous system and should only be used in strategy with good hit rate, remember that most strategies don't need martigale, so before activating this feature make sure it is necessary for your strategy;
Versão 1.63
2021.12.08
Fixed:
- Fixed issue when sending pending orders.
New parameters:
- Multiple positions per candle - This feature is disabled by default, this parameter tells the robot that there can be multiple positions per candle, useful for those who want to have full control over the inputs;
Versão 1.62
2021.10.17
Added variables:
- CLOSE_PRICE_LASTDAY - Closing price of the previous day;
- VARIATION_DAY_CLOSE - Percentage of the day's variation, however using the previous day's closing price;;
- TIME - Time in seconds since 1970;
- SIGNAL_LAST_TIME - Time in seconds of the last signal, since 1970;
Versão 1.61
2021.08.07
Added variables:
- MARGIN_LEVEL - Variable that returns the level of the account's margin.
Versão 1.60
2021.08.07
Fixed:
- Failure to correctly update ticket values;
- Do not close positions when the free margin is less than or equal to Zero;
Added variables:
- SIGNAL_DAY - Returns the amount of signals (buy and sell) from the day's calculations.
- MARGIN_FREE - Variable that returns the free margin of the account.
- OPEN_PRICE_DAY - Variable that returns the asset's opening value.
- VARIATION_DAY - Variation of the asset on the day.
- COMMISSION - Returns the total commission of open positions;
- SWAP - Returns the total exchange value of open positions;
News:
- CALCULATIONS OF CONFIRMATIONS (Experimental, failures may occur);
Confirmation Calculations:
* This calculation is performed at each validation of the input calculation, using this calculation you can make a system of goals, signals, global calculations among other possibilities, this helps to avoid placing many repeated variables, in this case, when you have the operator "|";
WoW! ottimo