75 USD
Versione demo scaricata:
6 984
Pubblicato:
2 febbraio 2012
Versione attuale:
26.326
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

Thank you.
Yes, exactly what I needed. Very usefull for aggressive trading with many grid orders. Thanks.
Yes, exactly what I needed. Very usefull for aggressive trading with many grid orders. Thanks.
Geniale Software. In der neuen Version (19.206) jetzt auch sehr übersichtlich. Toller Service mit den Updates. Weiter so ;-)
Geniale Software. In der neuen Version (19.206) jetzt auch sehr übersichtlich. Toller Service mit den Updates. Weiter so ;-)
Geniale Software. In der neuen Version (19.206) jetzt auch sehr übersichtlich. Toller Service mit den Updates. Weiter so ;-)
Wenn Sie Probleme mit meiner Übersetzung haben, können Sie die korrekte Schreibweise in Ihrer Sprache festlegen.
Wenn Sie Probleme mit meiner Übersetzung haben, können Sie die korrekte Schreibweise in Ihrer Sprache festlegen.
Wow, vielen Dank für Deine Bemühungen. Aber wie und wo binde ich das ein ? Ich habe keinen Quellcode ?
Wow, vielen Dank für Deine Bemühungen. Aber wie und wo binde ich das ein ? Ich habe keinen Quellcode ?
Das steht schon im Code. Sie müssen nichts anderes tun.
Goodday Vladislav,
Something strange happened a two hour CLP made me a huge loss.
CLP was set to 70 profit.
I had a position in loss, so I hedged it with a three positions in opposite direction. But at 8:00 the CLP closed all position. but they weren't I profit. I don understand, some thing went wrong in calculation.
Добрый день Владислав,
Нечто странное произошло, когда двухчасовой CLP принес мне огромные потери.
CLP был установлен на 70 прибыли.
У меня была убыточная позиция, поэтому я хеджировал ее тремя позициями в противоположном направлении. Но в 8:00 CLP закрыл все позиции. но они не были мне выгодны. Я не понимаю, что-то пошло не так в расчете.
Hello.
You have set the closure point by point.
But your positions have a different lot.
You also included the trailing profit.
The adviser set the level of profit at which all positions will be closed.
There was a jump and all positions were closed.
Those. in fact, the adviser closed all positions at the level of 70-33 points.
But if you translate into dollars, it turned out a minus.
In the settings of the adviser, I entered the parameter
Use_Lots_in_CLP_Points = false; // Use_Lots_in_CLP_Points -> Take into account the lot of pos
This parameter is disabled by default because when this parameter is enabled, the adviser does not close 70 points, but, taking into account lots, 100-200 points (the lot is taken into account and points are calculated in lots).
Here is its description:
When calculating profit or loss points, the adviser will also take into account the lot of these positions. This option is useful when trading a hedge account with different lots.
Example:
2 SELL positions open on EURUSD
SELL 0.01 with a profit of 20 points and 0.2 dollars
SELL 0.02 with a loss of -12 points and -0.24 dollars
-When using Use_Lots_in_CLP_Points = false, the adviser will calculate "clean" points.
in this case, Profit will be: -0.04 dollars or -8 points.
As we can see, in points the position gained profit, but in dollars it is a loss.
-With Use_Lots_in_CLP_Points = true, the adviser will calculate points taking into account the Lots.
in this case, Profit will be: -0.04 dollars or -4 points.
When calculating profit in points and including the option "Include lots in the calculation of profit",
the adviser finds the minimum lot from the positions presented and, on the basis of this lot, calculates the Points.
eg:
The minimum position is 0.01, 1 "clean" item = 1 point,
If a position is opened with a lot of 0.02, then 1 net point = 2 points, taking into account the lot.
If a position opens with a lot of 0.05, then 1 net point = 5 points, taking into account the lot.
For example:
2 SELL positions open on EURUSD
SELL 0.01 with a profit of 20 points and 0.2 dollars
SELL 0.02 with a loss of -24 points and -0.24 dollars
Total: Loss in points = -4 points, loss in dollars = -0.04 dollars!
Hello.
You have set the closure point by point.
But your positions have a different lot.
You also included the trailing profit.
The adviser set the level of profit at which all positions will be closed.
There was a jump and all positions were closed.
Those. in fact, the adviser closed all positions at the level of 70-33 points.
But if you translate into dollars, it turned out a minus.
In the settings of the adviser, I entered the parameter
Use_Lots_in_CLP_Points = false; // Use_Lots_in_CLP_Points -> Take into account the lot of pos
This parameter is disabled by default because when this parameter is enabled, the adviser does not close 70 points, but, taking into account lots, 100-200 points (the lot is taken into account and points are calculated in lots).
Here is its description:
When calculating profit or loss points, the adviser will also take into account the lot of these positions. This option is useful when trading a hedge account with different lots.
Example:
2 SELL positions open on EURUSD
SELL 0.01 with a profit of 20 points and 0.2 dollars
SELL 0.02 with a loss of -12 points and -0.24 dollars
-When using Use_Lots_in_CLP_Points = false, the adviser will calculate "clean" points.
in this case, Profit will be: -0.04 dollars or -8 points.
As we can see, in points the position gained profit, but in dollars it is a loss.
-With Use_Lots_in_CLP_Points = true, the adviser will calculate points taking into account the Lots.
in this case, Profit will be: -0.04 dollars or -4 points.
When calculating profit in points and including the option "Include lots in the calculation of profit",
the adviser finds the minimum lot from the positions presented and, on the basis of this lot, calculates the Points.
eg:
The minimum position is 0.01, 1 "clean" item = 1 point,
If a position is opened with a lot of 0.02, then 1 net point = 2 points, taking into account the lot.
If a position opens with a lot of 0.05, then 1 net point = 5 points, taking into account the lot.
For example:
2 SELL positions open on EURUSD
SELL 0.01 with a profit of 20 points and 0.2 dollars
SELL 0.02 with a loss of -24 points and -0.24 dollars
Total: Loss in points = -4 points, loss in dollars = -0.04 dollars!
Thank you Vladislav,
I over looked -With Use_Lots_in_CLP_Points = true
Thank you for the clarification. I use CLP a lot in points.
Thank you Vladislav,
I over looked -With Use_Lots_in_CLP_Points = true
Thank you for the clarification. I use CLP a lot in points.
Can you attach your set file from advisor?
Have you enabled Use_Lots_in_CLP_Points?
Can you attach your set file from advisor?
Have you enabled Use_Lots_in_CLP_Points?
:)
I mean. "I use the calculation profit in points" Use_Lots_in_CLP_Points was false.
Now after your comment I set it to true.
:)
I mean. "I use the calculation profit in points" Use_Lots_in_CLP_Points was false.
Now after your comment I set it to true.
I made the protection, even if the option to calculate by lots is not enabled:
- In the CLP block, when closing positions by profit in points, the profit in the deposit currency will be additionally checked.
Actual when closing positions with different volume of lots.
If the adviser can close positions by profit in points, but the profit in the deposit currency is less than 0, then the adviser will not close positions, but will wait for positions to gain profit in the deposit currency> 0.
don't you think the fonts look a bit strange in Version 19.207?
don't you think the fonts look a bit strange in Version 19.207?
?
give me screen
this is Google font - Roboto
?
give me screen
this is Google font - Roboto
- Improved graphics part of the panel. Re-design of individual elements;
- Added the ability to resize the panel: GeneralSize!
- GeneralSize default = 12, Increasing the size of the panel.
- Last panel size with GeneralSize = 10!
- Text labels of open positions optimized. Fixed error when text labels were drawn on top of the VirtualTradePad panel;
- The following control has been added to the Stoploss and Take Profit blocks: Setting StopLoss / TakeProfit for all positions/orders on the instructions level on the chart:
When you click on the button, you will have a line level StopLoss / TakeProfit.
You can specify the price at which all StopLoss/TakeProfit positions/orders will be modified!
If you are working with the Positions tab, then StopLoss / TakeProfit will be set to the position!
If you are working with the Orders tab, then StopLoss / TakeProfit will be placed on pending orders!
Attention! The Expert Adviser can set StopLoss / TakeProfit, only on the price that meets the rules for setting StopLoss / TakeProfit
This is redesign.
- Improved graphics part of the panel. Re-design of individual elements;
- Added the ability to resize the panel: GeneralSize!
- GeneralSize default = 12, Increasing the size of the panel.
- Last panel size with GeneralSize = 10!
- Text labels of open positions optimized. Fixed error when text labels were drawn on top of the VirtualTradePad panel;
- The following control has been added to the Stoploss and Take Profit blocks: Setting StopLoss / TakeProfit for all positions/orders on the instructions level on the chart:
When you click on the button, you will have a line level StopLoss / TakeProfit.
You can specify the price at which all StopLoss/TakeProfit positions/orders will be modified!
If you are working with the Positions tab, then StopLoss / TakeProfit will be set to the position!
If you are working with the Orders tab, then StopLoss / TakeProfit will be placed on pending orders!
Attention! The Expert Adviser can set StopLoss / TakeProfit, only on the price that meets the rules for setting StopLoss / TakeProfit
I know but my personal opinion is. it look terrible.
the fonts are going straight thru the buttons. the out line cooler are too bright.
order tab look bad very bad. CLP tab also not smooth
But that's my opinion
I know but my personal opinion is. it look terrible.
the fonts are going straight thru the buttons. the out line cooler are too bright.
order tab look bad very bad. CLP tab also not smooth
But that's my opinion
You are right, need to work on the color.
But the reason for the redesign is that some want to be able to resize.
In 2012, I painted the panel in Photoshop - it was a clean design.
Now I had to remove Photoshop and draw everything using MQL.
I will work on the font and colors for better perception
You are right, need to work on the color.
But the reason for the redesign is that some want to be able to resize.
In 2012, I painted the panel in Photoshop - it was a clean design.
Now I had to remove Photoshop and draw everything using MQL.
I will work on the font and colors for better perception
:) Your doing a great job (all you eats are great), I just hope I can help with feedback. So it will be perfect.
p.s. when you have sometime could you look at #36 I'm learning but if you could help one more time.