Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
12
Yevhen Chystiukhin  
lucrativeideas #:
Hello Eugene. I just purchased your PhythonML expert advisor and installed it on a demo. The problem is the expert advisor is opening the wrong symbols. For example, instead of EURUSD, it will open EURUSD.mini. In the strategy tester, instead of EURUSD, it will open EURUSD.var. Even when choosing FullEntrySymbolName, the incorrect symbols are still opened. I'm using the broker EnviFX. Could you please correct this bug for that broker? You can see all of the errors in the screenshot.

I fixed the error for the parameter FullEntrySymbolName = true, now everything should work, in your case you need to set this parameter to true

There will be questions about the adviser, write to me

lucrativeideas  
Eugene Chistyukhin #:

I fixed the error for the parameter FullEntrySymbolName = true, now everything should work, in your case you need to set this parameter to true

There will be questions about the adviser, write to me

I updated the advisor and it is now working correctly. Thank you Eugene!

lucrativeideas  
Hello Eugene. Would you please explain the parameter "MaxDropDownPercent" and what exactly the adivsor will do if the value is exceeded when using it? Thank you.
Yevhen Chystiukhin  
lucrativeideas #:
Hello Eugene. Would you please explain the parameter "MaxDropDownPercent" and what exactly the adivsor will do if the value is exceeded when using it? Thank you.
Hello, if the drawdown is below this percentage, then the adviser will close deals one by one and check if the percentage has become higher than the specified one. But I didn’t use this parameter in real trading, the usual stop losses are enough for me
lucrativeideas  
Eugene Chistyukhin #:
Hello, if the drawdown is below this percentage, then the adviser will close deals one by one and check if the percentage has become higher than the specified one. But I didn’t use this parameter in real trading, the usual stop losses are enough for me

Thanks Eugene. One last question. How does the advisor determine when to close trades for a take profit?

Yevhen Chystiukhin  
lucrativeideas #:

Thanks Eugene. One last question. How does the advisor determine when to close trades for a take profit?

The EA closes a trade on the opposite buy or sell signal. For example, if a buy deal is opened and the adviser decides to sell, the deal is closed to buy and a sell deal is opened.
ZERO9898.Tom KC Wang  

Hi, What is the "Use Time Intervals" parameter for? What is the "GridDistanceBegin", "GridDistanceEnd", equal to points(or pips) value?

Any sets provided? Thanks!

ZERO9898.Tom KC Wang  
ZERO9898 #:

Hi, What is the "Use Time Intervals" parameter for? What is the "GridDistanceBegin", "GridDistanceEnd", equal to points(or pips) value?

Any sets provided? Thanks!

And the Grid parameters;

CountOfGrid= numbers of grid orders?

GridKoefBegin,  GridKoefEnd, please explain, thanks!

Yevhen Chystiukhin  
ZERO9898 #:

And the Grid parameters;

CountOfGrid= numbers of grid orders?

GridKoefBegin,  GridKoefEnd, please explain, thanks!

Hi

The advisor trades on two time intervals H1 and H2 at once, you can select one of the intervals if necessary

Here is a description of the settings, it is in the description of the advisor

  • UseSameLotSizeForAllPairs - the ability to select the lot size for each pair separately, true by default, one lot size for all specified by the parameter above
  • UseMaxAllTakeProfitProcent - enables the global take profit as a percentage of the current profit specified in the MaxAllTakeProfitProcent parameter, after its execution all current orders are closed. Test only on all ticks or 1 minute OHLC
  • UseMaxStopLossProcent - turns on the global stop loss as a percentage of the current profit specified in the MaxAllStopLossProcent parameter, after its execution, all current orders are closed. Test only on all ticks or 1 minute OHLC
  • IsDynamicLot - enable automatic formation of the lot size depending on the balance or free margin
  • is_koef_for_each - if true, then the lot size is formed from the balance for each currency pair separately, if false, then from the total balance or free margin
  • koef - coefficient for forming the lot size, the larger, the greater the risks
  • from - formation of the lot size depending on the balance or free margin
  • CountOfGrid - the number of pending orders in the grid
  • GridDistanseBegin - the beginning of the first pending order in the grid from the current price
  • GridDistanseEnd - end of the last pending order in the grid from the current price
  • GridKoefBegin, GridKoefEnd - distribution of coefficients for multiplying the price of a pending order in the grid
Yevhen Chystiukhin  
ZERO9898 #:

Hi, What is the "Use Time Intervals" parameter for? What is the "GridDistanceBegin", "GridDistanceEnd", equal to points(or pips) value?

Any sets provided? Thanks!

All settings can be downloaded here https://forexvisible.com, there is real monitoring in real time, you can download it above the balance chart “Description”
ZERO9898.Tom KC Wang  
Yevhen Chystiukhin #:

Hi

The advisor trades on two time intervals H1 and H2 at once, you can select one of the intervals if necessary.


Here is a description of the settings, it is in the description of the advisor

  • UseSameLotSizeForAllPairs - the ability to select the lot size for each pair separately, true by default, one lot size for all specified by the parameter above
  • UseMaxAllTakeProfitProcent - enables the global take profit as a percentage of the current profit specified in the MaxAllTakeProfitProcent parameter, after its execution all current orders are closed. Test only on all ticks or 1 minute OHLC
  • UseMaxStopLossProcent - turns on the global stop loss as a percentage of the current profit specified in the MaxAllStopLossProcent parameter, after its execution, all current orders are closed. Test only on all ticks or 1 minute OHLC
  • IsDynamicLot - enable automatic formation of the lot size depending on the balance or free margin
  • is_koef_for_each - if true, then the lot size is formed from the balance for each currency pair separately, if false, then from the total balance or free margin
  • koef - coefficient for forming the lot size, the larger, the greater the risks
  • from - formation of the lot size depending on the balance or free margin
  • CountOfGrid - the number of pending orders in the grid
  • GridDistanseBegin - the beginning of the first pending order in the grid from the current price
  • GridDistanseEnd - end of the last pending order in the grid from the current price
  • GridKoefBegin, GridKoefEnd - distribution of coefficients for multiplying the price of a pending order in the grid

I tried to disable H2, but the EA still open H2's chart and orders/positions. Please check!

ZERO9898.Tom KC Wang  
Yevhen Chystiukhin #:
All settings can be downloaded here https://forexvisible.com, there is real monitoring in real time, you can download it above the balance chart “Description”

Thank you.

ZERO9898.Tom KC Wang  
ZERO9898 #:

I tried to disable H2, but the EA still open H2's chart and orders/positions. Please check!


I restarted EA, and it works normal now!

ZERO9898.Tom KC Wang  

Now has new situation, the floating profit is exceed 1% as default setting, but EA didn't close out the profit. The screenshot as below; 


Yevhen Chystiukhin  
ZERO9898 #:
Now has new situation, the floating profit is exceed 1% as default setting, but EA didn't close out the profit. The screenshot as below; 

There in your screenshot the final profit is -132, there should be a plus, then the closure will occur, and the plus will be exactly 1%

I also checked your request "I tried to disable H2, but the EA still open H2's chart and orders/positions. Please check!", everything works there.

But thanks for the messages, I check all requests, so we can only make the advisor better

ZERO9898.Tom KC Wang  
Yevhen Chystiukhin #:

There in your screenshot the final profit is -132, there should be a plus, then the closure will occur, and the plus will be exactly 1%

I also checked your request "I tried to disable H2, but the EA still open H2's chart and orders/positions. Please check!", everything works there.

But thanks for the messages, I check all requests, so we can only make the advisor better

No! The negative P/L is from other EAs, PhythonML EA has positive profit as shown on Panel.

Yevhen Chystiukhin  
ZERO9898 #:

No! The negative P/L is from other EAs, PhythonML EA has positive profit as shown on Panel.

Everything is correct then, too, the adviser uses the profit and balance of the entire account, and you use it together with other advisers on one account, as I understand it, it cannot separate its profit from other advisers on one account, it is not designed for this.
ZERO9898.Tom KC Wang  
Yevhen Chystiukhin #:
Everything is correct then, too, the adviser uses the profit and balance of the entire account, and you use it together with other advisers on one account, as I understand it, it cannot separate its profit from other advisers on one account, it is not designed for this.

Understood! Thank you!

Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
12