Exp Assistant 5
FREE
Pubblicato:
26 maggio 2014
Versione attuale:
26.524
Non hai trovato un robot adatto?
Ordina il tuo
su Freelance
Vai alla sezione Freelance
Ordina il tuo
su Freelance
Come acquistare un Robot di Trading o un indicatore
Esegui il tuo EA
hosting virtuale
hosting virtuale
Prova un indicatore/robot di trading prima di acquistarlo
Vuoi guadagnare nel Market?
Come presentare un prodotto per venderlo con successo
Ti stai perdendo delle opportunità di trading:
- App di trading gratuite
- Oltre 8.000 segnali per il copy trading
- Notizie economiche per esplorare i mercati finanziari
Registrazione
Accedi
Accetti la politica del sito e le condizioni d’uso
Se non hai un account, registrati

Instead, positions are opened on your broker at your broker's prices. you can see in your records that one hundred stop loss was at the same price, but your broker will adjust the closing price. deal with your broker.
Pls delete your comment No.358
Can I order EA updates for the additional function of Trailingstop on SMA average? I mean a virtual trailing stop from a chart so that it can be applied to Renko charts. Normal trailing stop on renko moves too often and generates server load which the brokers don't like.
Why not use Parabolic?
Why not use Parabolic?
Thanks for the quick reply. The use of Parabolic Sar does not work for renko charts. Parabolic is pulled differently from the chart data than renko. Exp Assistant keeps stoploss on parabolic from the normal chart and not from renko. There is a slight disjointment. I don't know if you will understand me well?
Thanks for the quick reply. The use of Parabolic Sar does not work for renko charts. Parabolic is pulled differently from the chart data than renko. Exp Assistant keeps stoploss on parabolic from the normal chart and not from renko. There is a slight disjointment. I don't know if you will understand me well?
I understand you perfectly,
indeed, indicators are loaded from the chart where the EA is installed
Attach your Renko chart script.
I understand you perfectly,
indeed, indicators are loaded from the chart where the EA is installed
Attach your Renko chart script.
I must apologize to you because now I checked again on the currently latest version and it works perfectly. Congratulations once again on a good job. Thanks keep it up
I must apologize to you because now I checked again on the currently latest version and it works perfectly. Congratulations once again on a good job. Thanks keep it up
ok thank you
Does this EA work on Indices as well? Can you maybe do a Video in English to explain how it works?
Let's say I want my Stop loss in buy order to move 5 point below the current price so as to lock my trades, how do I set the values?
Classic TrailingStop
TrailingStopUSE (true - false), IfProfTrail(true - false), TrailingStop (in points), TrailingStep (in points).
These parameters enable\disable automatic tracking of positions by moving the Stop Loss in + zone.
TrailingStopUSE - enables\disables trailing stop function.
IfProfTrail - if true, the Expert Advisor starts modification only when the positions is in the break even. If false, trailing stop starts working right after opening a position and pulls it after the price.
TrailingStop - distance in points from the current price to the estimated Stop Loss. This parameter can be less than the minimum allowed parameter on your server.
TrailingStep - Stop Loss modification step.
For example, Stop Loss will be modified each TrailingStep points on the distance of TrailingStop points from the current price.
Moving Stop Loss to break even
MovingInWLUSE (true - false) LevelWLoss (in points) LevelProfit (in points).
These parameters adjust the possibility to modify deals moving the Stop Loss to break even at the earliest opportunity.
For example:
MovingInWLUSE = true, LevelWLoss=0, LevelProfit=10.
MovingInWLUSE = true, LevelWLoss=5, LevelProfit=20.
Therefore the difference between LevelProfit-LevelWLoss must always be greater or equal to the minimum stop on the server.
Thank you, but I didn't quite understand on the trailing step part. Why put 1?
Classic TrailingStop
TrailingStopUSE (true - false), IfProfTrail(true - false), TrailingStop (in points), TrailingStep (in points).
These parameters enable\disable automatic tracking of positions by moving the Stop Loss in + zone.
TrailingStopUSE - enables\disables trailing stop function.
IfProfTrail - if true, the Expert Advisor starts modification only when the positions is in the break even. If false, trailing stop starts working right after opening a position and pulls it after the price.
TrailingStop - distance in points from the current price to the estimated Stop Loss. This parameter can be less than the minimum allowed parameter on your server.
TrailingStep - Stop Loss modification step.
For example, Stop Loss will be modified each TrailingStep points on the distance of TrailingStop points from the current price.
Moving Stop Loss to break even
MovingInWLUSE (true - false) LevelWLoss (in points) LevelProfit (in points).
These parameters adjust the possibility to modify deals moving the Stop Loss to break even at the earliest opportunity.
For example:
MovingInWLUSE = true, LevelWLoss=0, LevelProfit=10.
MovingInWLUSE = true, LevelWLoss=5, LevelProfit=20.
Therefore the difference between LevelProfit-LevelWLoss must always be greater or equal to the minimum stop on the server.
I have noticed the EA puts a slightly higher points (100 points approx) in my TP, ( instead of 500, it puts sometimes 583 or 640 or other values) also when I open multiple positions and confirm placement of order, the EA fails to put SL, TP in some of the orders, is there a solution for this issue
⚠️⚠️⚠️ FULL INFO about your problem: How to make Files https://www.mql5.com/en/blogs/post/732566 ⚠️⚠️⚠️
The Expert Advisor works on the currency pair on which it is installed and monitors all orders of this currency pair.