版本 11.0
2021.08.11
The new update takes into account the user's wishes.
👉 Can you add a stop loss based on the Moving Average as I find this type of stop to be very useful in a trending market.
SL inputs to include the moving average type and the moving average value. Also is it possible to add a small buffer value to the stop loss to allow the trader to offset the value for the stop loss.
I forgot to add that the requested SL should be a trailing SL.
✅ For this to work, you need to select the following in the "Inputs" :
//--
(1)For initial (Starting) orders.
a) TrailingStop_S= iMA.
b) Settings of the Moving Average indicator:
MA_Time Frames (if TrailingStop_S=iMA);
MA_Period (if TrailingStop_S=iMA);
MA_shift (if TrailingStop_S=iMA);
MA_method (if TrailingStop_S=iMA);
MA_Apply to(if TrailingStop_S=iMA).
c) The buffer value (the sign before the number (-/+) is of great importance), which is added to the value of the Moving Average indicator:
BufferMA_buy (-/+ point or pips) (if TrailingStop_S=iMA) – buffer for buy orders;
BufferMA_sell (-/+ point or pips) (if TrailingStop_S=iMA) – buffer for sell orders.
//---
(2) For Averaging and Pyramid orders
a) TrailingStop_AP= iMA.
b) Settings of the Moving Average indicator:
MA_Time Frames (if TrailingStop_AP=iMA);
MA_Period (if TrailingStop_AP=iMA);
MA_shift (if TrailingStop_AP=iMA);
MA_method (if TrailingStop_AP=iMA);
MA_Apply to(if TrailingStop_AP=iMA).
c) The buffer value (the sign before the number (-/+) is of great importance), which is added to the value of the Moving Average indicator:
BufferMA_buy (-/+ point or pips) (if TrailingStop_AP=iMA) – buffer for buy orders;
BufferMA_sell (-/+ point or pips) (if TrailingStop_AP=iMA) – buffer for sell orders.
版本 10.0
2021.07.28
First of all:
Fixed an error when enter " + " for the input "StopLossMoney".
Secondly:
The new update takes into account the user's wishes.
👉 What I propose is the folowing:-
(1) New option to set the TP to a % of the ADR.
Example the current ADR (14) for the EUR/USD =60
Set the TP =50% of the ADR so the new TP is automatically calculated = value of 30 pips.
(2) Also the same computation is used for the SL value.
These new prposals would then enable the trader to track the value of the TP and SL based on the volatility of the trading range over a given period instead of using a fixed numerical value that does not consider the actual market movements.
Is this a good idea and can you do this in order to further enhance the EA ?
✅ For this to work, you need to select the following in the "Inputs" :
"Inputs" settings = "number of days (if "0", it is used today) " – the number of previous days used to calculate the ADR (Daily Average Range). If you set "0", the ADR of the current day will be used;
"Inputs" settings = "% profit target for the TP(if "0", then it is not used) " ;
"Inputs" settings = "% Loss target for the SL(if "0", then it is not used) " .
版本 9.10
2021.07.21
The new update takes into account the user's wishes.
👉 The offer is as follows:
The new inputs option for start and end time and date for the EA to trade is a most welcome.
Is it possible to refine this new option by adding the following :-
An option that when ticked will work with exactly the same logic as the "CloseAll" button.
But this new refinement will close the trades using the exact logic as the "Close All" button but it does this at the same time each trading day.
Example I want the new option to close the trades and turn off the EA at 22:00 hours every night on every trading day. (This is repeated for every day).
Also it would be very useful to have another input to enable the EA for automatic trading each morning such as 08:00 hours.
With this new refinement added the trader would then be able to select a repeatable starting time and end time for each day of trading using the logic of the "Close All" button.
✅ For this to work, you need to select the following in the "Inputs" :
“ShutdownOpening”= “every day”.
// Time to close trades every day :
“CloseTradesHour” ,
“CloseTradesMinute” .
// Time to open trades every day :
“EnableTradingHour” ,
“EnableTradingMinute”.
版本 9.0
2021.07.20
The new update takes into account the user's wishes.
👉 The offer is as follows:
I have a request for some extra "Inputs"
Can you add a new input option that when selected it will work with exactly the same logic as the "CloseAll" button.
This input should be time selectable.
Example using the same logic as the "Close All" button we input a time on the new "Inputs" option that will close all trades and disable the EA.
and we also need the same option to re-open the EA the next day. (as it will still be closed and not switched on).
The thinking behind this is to allow automatic timed shutdown and open of the EA for unattended operation of the EA when we are away from the computer screen.
✅ Added new " Input ":
“ShutdownOpening” - true/false, if "ShutdownOpening =true“, then the input parameters” DateShutdown “and” DateOpening" are relevant and used;
“DateShutdown” – the date(day, month, year) and time(hour, minutes, seconds) from which EA will close all its trades and disconnect;
“DateOpening” – the date(day, month, year) and time(hour, minutes, seconds) from which EA is allowed to trade.
版本 8.0
2021.07.12
The new update takes into account the user's wishes.
(1) The logic on the "Close All" button has been changed. When you click on the "Close All" button, the new logic will close ALL transactions of the current EA, and also activate the "EA is OFF" button , this will stop trading of the current EA.
(2) Is it possible to have a trade account protection feature for use when using "Averaging" and "Pyramiding" options ?
The variable “StopLoss (- /+ money) " has been added to the section "_ _ Trailing money, Closing profit", the sign before the number(-/+) is of great importance!
For information, logic:
If the profit of open positions (of the current EA) is less than or equal to the value of “StopLoss(-/+ money)”, the EA will close all its current open positions. Positions(orders) of other EA's will not be closed.
If “StopLoss (- /+money) “= 0, this function is disabled.
(3)Changes(additions) have been made to the logic of the “bar+MA " function.
For a Short position example:
Current bar is the current active bar.
Previous bar is the bar that has already closed before the current bar under the MA.
So therefore if the current price drops below the closed price of the previous bar then we go short.
So as soon as the price drops below the previous closed bar (provided it is below the MA) then we go short during the current bar formation.
We will be short before the current bar has closed.
版本 7.0
2021.07.06
The new update takes into account the user's wishes.
👉 The offer is as follows:
When this mode is activated, the Expert Advisor will automatically SELL when the current bar closes below the average, and automatically BUY when the Expert Advisor is above the MA.
The user can select an option in the "Inputs" menu ",
All trading operations activated by the new function will also continue to contain the original configuration parameters set in the "Inputs" menu.
✅ A new market entry criterion has been added to the "Inputs" menu for each trading style:
For the initial order, this is StartCondition==bar+MA;
For Averaging orders, this is The type of Grid==bar+MA;
For Pyramiding orders, this is The type of Grid==bar+MA.
✅ The bar and Moving Average parameters can be selected in the "Inputs" menu, there are separate settings for each trading style.
👉 When trading using the “bar+MA " function, you need to use the following settings:
• • For the initial (starting) order (section «__Settings for the initial (starting) order: »)
//StartCondition==bar+MA
// Time Frames(StartCondition) – bar settings
// MA_Time Frames – MA settings
// MA_Period – МА settings
// MA_shift – МА settings
// MA_method – МА settings
// MA_Apply to – МА settings
• • For Averaging orders (section «__Averaging__ series Grid: »
// The type of Grid== bar+MA
// A_MA_Period – МА settings
// A_MA_shift – МА settings
// A_MA_method – МА settings
// A_MA_Apply to – МА settings
// A_TF strategy – bar settings
• • For Pyramiding orders (section «__ Pyramiding __ Grid: »
// The type of Grid== bar+MA
// P_MA_Period – МА settings
// P_MA_shift – МА settings
// P_MA_method – МА settings
// P_MA_Apply to – МА settings
// P_TF strategy – bar settings
版本 6.10
2021.06.25
For a more correct display, the font size for the buttons has been changed.
版本 6.0
2021.06.25
The new update takes into account the user's wishes.
👉 The suggestion is as follows:
A button on screen that will REVERSE the current running trade setup.
When this button is hit it would completely reverse the current EA trade direction but with the same inputs automatically used.
This would enable the new market direction change to be captured instantly.
✅ In EA, two buttons are created (at the bottom of the screen) :
1) "buy->SELL" button, Closes all BUY positions and Opens only one SELL position (the lot size is "Fixed lot").
2) "sell->BUY" button, Closes all SELL positions and Opens only one BUY position (the lot size is "Fixed lot").
版本 5.1
2021.05.26
The size of the buttons ("Close All" and "EA is On") is increased.
And these buttons are moved to the lower-right corner of the screen.
版本 5.0
2021.05.20
Fixed a bug(the "Close All" button was not displayed).
版本 4.0
2021.05.20
The new update takes into account the user's wishes.
👉 (1 offer) Add a "Close All" button onto the chart maybe positioned underneath the "EA is On" label. So when we hit this button it will close all trades but still leave the EA ready for next trade use.
✅Added the "Close All" button on the chart, it is located to the left of the "EA is On" button. When we click the "Close All"
button, it will close all trades, but still leave the EA ready for the next use.
👉 (2 offer) Is it possible to convert POINTS to PIPS (so the formula will be *10 points = 1 x Pip). Most traders talk in terms of pips so this would be very useful to have this as an option in the "Inputs" menu.
✅An option has been added to the "Inputs" menu “Use PIPS = true/false” If “Use PIPS = true” then EA will use PIPS in the
calculations. If “Use PIPS = false”, then EA will use POINTS in the calculations.
👉 (3 offer) How about adding an option for a Moving Average input. The EA BUYS above the Moving Average or the EA SELLS below the Moving Average. This could help to filter out the number of poor quality trades. Buying above the MA is a good filter and Selling below the MA is also a good trade filter. The Moving average could be selected in the inputs menu. This option could be applied for ALL styles of selected trading on the EA.
✅Added options to the "Inputs" menu “Using the Moving Average as a filter = true/false “, for each trading style.
✅The Moving Average parameters can be selected in the "Inputs" menu, with separate settings for each trading style.
✅If “Using the Moving Average as a filter = true “, then EA buys above the Moving Average or sells below the Moving
Average, the style of the selected trade is taken into account.
版本 3.0
2021.01.28
The "BUY + SELL Only" option has been added to the "Closing profit" variable.
If "Closing profit" = = "BUY + SELL Only", then the support and closing of profit is carried out only if both types of orders (both buy and sell) are available in the market.
Added a selection option that allows you to select the type of the first order when entering the market, when there are no open orders.
If «StartCondition» == «with a Buy (if there are no open orders) », then the first S-order will be for the buy.
If «StartCondition» == «with a Sell (if there are no open orders) », then the first S-order will be for the sell.
Added a variable «Use S-orders of the opposite type».
If the variable "Use S-orders of the opposite type"==TRUE, then
//… With the opening of the Buy S-order, the Sell S-order will also be opened, taking into account the "MinDistance_S"variable.
//... With the opening of the Sell S-order, the Buy S-order will also be opened, taking into account the "MinDistance_S"variable.
Added the "MinDistance_S" variable, which is the minimum installation distance between S-orders of the opposite type.
The variable "MinDistance_S" works only if the variable "Use S-orders of the opposite type" = = TRUE.
版本 2.0
2021.01.07
Minor upgrade of the Pyramiding algorithm.
hi. its working