Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen
Alexey Minkov  

Hello Hadi. Thanks for choosing my products.

Yes, of course, you can set up different types of alerts in the indicator:

Read more here: https://www.mql5.com/en/blogs/post/746201


Also, I'm sent you a private message. Please check it out.


---
🍀 Good Luck & Big Profits

Alexey Minkov  



Announcement: New version of Scalper Inside PRO v3.5 indicator is Coming Soon


Greetings, friends. I haven't written any news for a while, as I was completely busy with programming. But now I want to share with you the news and let you know that finally the new version v3.5 is almost ready for release. To keep you informed, I can already show you the appearance and new features of the new version.

If we talk about the current difficulties, which I am currently solving, it is to simplify the interaction of the indicator with external Expert Advisors. I want to make this process as simple as possible for the users because the indicator has numerous variables. The fact is that although programming seems to be a mathematically precise process, it is also a creative process. So, my hobby is also music, and there is an analogy in that despite certain mathematical rules (harmonies, scales), music is more creativity than precise calculations. And now I think I've figured out how to simplify the interaction between the indicator and the external advisor, and I literally had an inspiration on how to do it. But for now, let's leave that subject aside and move on to the current improvements in the indicator.


The main innovation is the self-optimization module. Initially, I saw it as a separate indicator or script, but in the process I saw that it would greatly complicate the use of the indicator. That's why I decided to implement this module inside the indicator itself.

It is better to keep the number of bars for calculation at least 10,000 according to my calculations (this number is set in the settings: ‘History Bars for Calculation’). However, you can experiment here.

So, a preview of a future version:


As you can see, in addition to the optimization module, the new version will also include a trend filter from a higher time frame. This feature will, of course, be able to be disabled, so it will not interfere when it is not needed. This is the first version of the filter so far, and I think I will improve it over time to make it work more accurately. Yes, it is not perfect yet and quite often good deals can be filtered out because of it, but as practice has shown, it often helps to avoid entering against a strong trend.

I also found it possible to open a position against the filter – it is not a hard wall. But it is an additional hint that a move against the trend can be very short, while in the direction of the trend we have a better chance of taking more profits.

As for trading on time frames like M5-M15, I use higher time frames H1-H4 to filter for time frames below H1. As for trading on higher time frames (from H1), it will probably be the Daily time frame for filtering, or I will have to not use the filter on these time frames - I will recheck this idea.

Thank you for your attention. I am preparing a new version for release. I will try to make it as fast as possible because everything is almost ready except the module of interaction of the indicator with external Expert Advisors which is a partially ready now. Please follow the news.   

 

---
🍀 Good Luck & Big Profits
TheFXChamp  
Alexey Minkov #:

I'm so excited for this update!!!! I love the improved entries to a already great system if a holy grail exist this will be very close to it😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍😍


Announcement: New version of Scalper Inside PRO v3.5 indicator is Coming Soon


Greetings, friends. I haven't written any news for a while, as I was completely busy with programming. But now I want to share with you the news and let you know that finally the new version v3.5 is almost ready for release. To keep you informed, I can already show you the appearance and new features of the new version.

If we talk about the current difficulties, which I am currently solving, it is to simplify the interaction of the indicator with external Expert Advisors. I want to make this process as simple as possible for the users because the indicator has numerous variables. The fact is that although programming seems to be a mathematically precise process, it is also a creative process. So, my hobby is also music, and there is an analogy in that despite certain mathematical rules (harmonies, scales), music is more creativity than precise calculations. And now I think I've figured out how to simplify the interaction between the indicator and the external advisor, and I literally had an inspiration on how to do it. But for now, let's leave that subject aside and move on to the current improvements in the indicator.


The main innovation is the self-optimization module. Initially, I saw it as a separate indicator or script, but in the process I saw that it would greatly complicate the use of the indicator. That's why I decided to implement this module inside the indicator itself.

It is better to keep the number of bars for calculation at least 10,000 according to my calculations (this number is set in the settings: ‘History Bars for Calculation’). However, you can experiment here.

So, a preview of a future version:


As you can see, in addition to the optimization module, the new version will also include a trend filter from a higher time frame. This feature will, of course, be able to be disabled, so it will not interfere when it is not needed. This is the first version of the filter so far, and I think I will improve it over time to make it work more accurately. Yes, it is not perfect yet and quite often good deals can be filtered out because of it, but as practice has shown, it often helps to avoid entering against a strong trend.

I also found it possible to open a position against the filter – it is not a hard wall. But it is an additional hint that a move against the trend can be very short, while in the direction of the trend we have a better chance of taking more profits.

As for trading on time frames like M5-M15, I use higher time frames H1-H4 to filter for time frames below H1. As for trading on higher time frames (from H1), it will probably be the Daily time frame for filtering, or I will have to not use the filter on these time frames - I will recheck this idea.

Thank you for your attention. I am preparing a new version for release. I will try to make it as fast as possible because everything is almost ready except the module of interaction of the indicator with external Expert Advisors which is a partially ready now. Please follow the news.   

 

---
🍀 Good Luck & Big Profits
Lele99  
Good afternoon. I just picked up this Indicator. I am having issues with trying to get the take profit targets and well any of the data from the buffers.. the numbers return rounded up to the nearest number.. for example.. the Indi has  TP1 of 0.5722 and the EA returns  TP1 0  only. The same happens with all the rest of the numbers with decimals.. 123.637 returns a round 123 to the EA.  Please advise.  I believe the buffers are getting rounded or normalized some how before the leave the Indicator.

Thank you!
Alexey Minkov  

Hi. I think the problem is that you are trying to read the price value buffer data into an int type variable. This rounds the buffer value to an integer:


You need to read the price buffer values into a variable of type double to see the number with a fractional part:



---
🍀 Good Luck & Big Profits

Lele99  
Alexey Minkov #:

Hi. I think the problem is that you are trying to read the price value buffer data into an int type variable. This rounds the buffer value to an integer:


You need to read the price buffer values into a variable of type double to see the number with a fractional part:



---
🍀 Good Luck & Big Profits

Lele99  
Lele99 #:
OMG.. rookie mistake!  Thank you.  1 question, do you know what settings I would use to on icustom to be able to use non default  settings? Like for example to use strategy 2 or have the indi calculate the SL? Also I cant wait for the new update.. thanks again!
Alexey Minkov  
Sent you a private message. I am working on a new version now. It is almost all ready. There are still some details which I will correct soon. I want in the new version (along with other features) to simplify the interaction between the indicator and the EA's.
Gerardo Pino Lopez  
Hello.
Have you thought about adding a field called spread?
So we could add its spread to each currency and the calculation of profit and SL would be more real in the console.
Thank you very much.
Alexey Minkov  
gerardocuadros #:
Hello.
Have you thought about adding a field called spread?
So we could add its spread to each currency and the calculation of profit and SL would be more real in the console.
Thank you very much.

Hello. I did not plan to do this before, because the spread field is well visible in the Market Watch terminal:

But I can add it in the form of helping information on the indicator panel, as it is done for example in my other indicator AOTI:

Maybe, it will help a little to more quickly filter out trading instruments with too much spread, but then again, instrument spreads are clearly visible in the Market Watch window.


---
🍀 Good Luck & Big Profits

Alexey Minkov  

About a new version of the indicator. The new version will be out very soon. I had planned to do it sooner, but it ended up being too many changes, and it took a bit longer.

A sample view of the new version:

I am currently working on minimizing the appearance of the panel, because with the large number of price charts, some of the useful information does not fit on the chart:

I plan to solve this with a few tabs on the control panel.


I think you will like the improvements in the new version of the indicator. I came up with the idea of using one of my developments that I use in trading as an HFT filter. It is an impulse filter that shows the attenuation of the price movement. Its purpose is to show that the signal we got is fading out, and it makes sense to look for an exit point from the position. Understanding this allows us to exit earlier from a losing position or, on the contrary, to take the maximum profit.

I also get questions, will the price increased after the upgrade? Yes, I think the price may be increased because the process of creating the new version took a significant amount of time and the indicator has received significant improvements and updates in the code. But important! For those who have already bought the indicator, all future updates will be free, do not worry!


---
🍀 Good Luck & Big Profits

Alexey Minkov  

Hello my friends. I decided to share with you the news about the new version of the indicator. The new version is almost ready, and I plan to release it this week. It took quite a long time to create it, which I initially did not expect, planning to do everything faster. The main problem was the creation of an updated indicator information panel, as now there should be more information on it because of the additional features. At the same time, I wanted to avoid increasing its size, so as not to overload the price chart. As a result, it is solved by calling an additional panel by pressing the button on the main panel. Also, there were some difficulties with the optimization feature, which I am now finalizing.

There are numerous changes in the new version of the indicator, and I will definitely make a new version of the manual with examples of using the new version. I want to note that the new version has not been changed irreversibly. That is, if you like the previous experience of using the indicator, then you can simply not activate the new features and use the indicator in its previous mode. But I am sure that you will like the new version, and you will use it to your advantage.

And today I would like to announce the High Time Frame Impulse Filter (HTF Impulse Filter), which I use in trading in a slightly modified form. It didn't fit here because of some specifics, so I adapted this module specifically for the Scalper Inside PRO indicator. The essence of the filter is to detect an impulse price movement near strong levels at different time frames. When the filter is enabled, red (for Sell) and green (for Buy) circles are displayed around the level of potential position opening. They have no price reference, that is, they are not used as reference levels or anything like that. Each circle means the main trend on a particular bar (candlestick). If we see a row of red circles, they are sales. If we see a row of green circles - it's a buy.


As I mentioned earlier, the HTF filter should help us close a losing position early and let a profitable position grow.

Some examples. As we can see below, the price has already reached the target level of Sell TP3, but the filter has not yet changed its color and continues to show sales. In this situation, we can continue to trawl the position below the TP3 level.


Another example:


 

Now, about how the HTF filter can allow us to avoid a large loss if price turns against us.


 

This is how the analysis looks like with the HTF Impulse Filter. I will make more detailed examples in the manual after the release of the new version. The filter values will also be added to external variables for the possibility of using them in the EA. This is the first public version of the filter so far, and perhaps it will be further improved in new versions. 

 

---
🍀 Good Luck & Big Profits

 

TheFXChamp  
Awesome work I understand what your aim is for the update create asymmetrical risk! using HTF and to exit out of losing positions alot earlier makes sense! I'm so excited take your time I know your almost there!
Alexey Minkov #:

Hello my friends. I decided to share with you the news about the new version of the indicator. The new version is almost ready, and I plan to release it this week. It took quite a long time to create it, which I initially did not expect, planning to do everything faster. The main problem was the creation of an updated indicator information panel, as now there should be more information on it because of the additional features. At the same time, I wanted to avoid increasing its size, so as not to overload the price chart. As a result, it is solved by calling an additional panel by pressing the button on the main panel. Also, there were some difficulties with the optimization feature, which I am now finalizing.

There are numerous changes in the new version of the indicator, and I will definitely make a new version of the manual with examples of using the new version. I want to note that the new version has not been changed irreversibly. That is, if you like the previous experience of using the indicator, then you can simply not activate the new features and use the indicator in its previous mode. But I am sure that you will like the new version, and you will use it to your advantage.

And today I would like to announce the High Time Frame Impulse Filter (HTF Impulse Filter), which I use in trading in a slightly modified form. It didn't fit here because of some specifics, so I adapted this module specifically for the Scalper Inside PRO indicator. The essence of the filter is to detect an impulse price movement near strong levels at different time frames. When the filter is enabled, red (for Sell) and green (for Buy) circles are displayed around the level of potential position opening. They have no price reference, that is, they are not used as reference levels or anything like that. Each circle means the main trend on a particular bar (candlestick). If we see a row of red circles, they are sales. If we see a row of green circles - it's a buy.


As I mentioned earlier, the HTF filter should help us close a losing position early and let a profitable position grow.

Some examples. As we can see below, the price has already reached the target level of Sell TP3, but the filter has not yet changed its color and continues to show sales. In this situation, we can continue to trawl the position below the TP3 level.


Another example:


 

Now, about how the HTF filter can allow us to avoid a large loss if price turns against us.


 

This is how the analysis looks like with the HTF Impulse Filter. I will make more detailed examples in the manual after the release of the new version. The filter values will also be added to external variables for the possibility of using them in the EA. This is the first public version of the filter so far, and perhaps it will be further improved in new versions. 

 

---
🍀 Good Luck & Big Profits

 

Alexey Minkov  
TheFXChamp #:

Thanks, bro. I'm glad my new ideas are liked. It helps and inspires me to develop more and more projects and plans.


Some examples of the future version.

From yesterday's screen:

Today example:



Letting profits grow:



---
🍀 Good Luck & Big Profits

Zachary Heng  

Hi,

When will the new version be released?

Alexey Minkov  

Hi Zachary.

In fact, I have something to pleased you – a good news, my friend. I haven't disappeared anywhere, I'm just completely busy with the new version of the indicator, which, by the way, will be released very soon. I am totally busy with it now, and try to do my best to make everything as fast as possible:

I will avoid exact dates for now (just in case, so as not to jinx it), but it already works pretty good. Besides adding new features, I also simplified the module of interaction of the indicator with custom EA on the requests of my clients. There will be a detailed instruction on this upon release. In general, there are many innovations, so it took a considerable amount of time. The most important thing is to prepare the indicator core for the possibility to work with new features. Because of this, in the future, some new ideas and features will be added faster and easier.


A little more patience, my friends, and everything will be. Don't forget that version 3.4 is fully functional and profitable, and the new version only adds new features and simplifies some processes. But you can continue to use version 3.4 of the indicator without any problems. As an example I've traded with 3.4 version for several days (since May 30) with default settings and adding a small martingail, I fixed profit following the principles, which I described in my blog articles, screenshots and examples. I have not used any special techniques. So it turned out that 10 days of testing (since May 30) growth was 22.15%

And this is just with the default settings. If you just work with the settings a little and at least look for a sensitivity parameter more suitable for the trading instrument, of course, the result would be even better. So feel free to work, study the instructions and examples I give you, and everything will work out.

For example:


And some words about my plans. I think that after the release of the new version of the indicator, we can think about creating an EA for the indicator. I will think about how to do it better and more conveniently. I have some ideas about it, but they will be discussed after the release of the new version of the indicator in order not to be distracted by other tasks.

Of course, there will also be a major version of the Expert Advisor, in which I already use a lot of my experience and principles, which I use in trading and which gives me good results. So, as I have already written many times before, I have numerous plans and this will be even more interesting! Please follow the news!


---
🍀 Good Luck & Big Profits

Denis C  
Hello Alexey
nice work with this indicator.
I want to integrate a personal indicator to the strategy.
Can you help me to give me the right buffers?
In attachment, the MQ4 of the indicator.
Thanks a lot ! 
Dateien:
Alexey Minkov  
Denis C #:
Hello Alexey
nice work with this indicator.
I want to integrate a personal indicator to the strategy.
Can you help me to give me the right buffers?
In attachment, the MQ4 of the indicator.
Thanks a lot ! 

Hi Denis. Thank you for your kind words about my product.  I'm as a developer, very pleased that you like my indicator.

As to your question. With indicators, which are displayed in a separate window, sometimes there can be some confusions. But in general, you can look at the source code to see what kind of buffers the indicator uses to display the arrows:

So in your case, you need to configure the following settings in the Scalper Inside PRO indicator:


The result is:


I have slightly corrected the indicator you sent me to display it correctly. This only affects the display of arrows, the logic of the indicator was not affected. Please use this version.


---
🍀 Good Luck & Big Profits

Dateien:
Denis C  
Alexeï Minkov # :

Salut Denis. Merci pour vos aimables paroles sur mon produit. Je suis en tant que développeur, très heureux que vous aimiez mon indicateur.  

Quant à votre question. Avec les indicateurs, qui sont affichés dans une fenêtre séparée, il peut parfois y avoir des confusions. Mais en général, vous pouvez regarder le code source pour voir quel type de tampons l'indicateur utilise pour afficher les flèches :

Donc, dans votre cas, vous devez configurer les paramètres suivants dans l'indicateur Scalper Inside PRO :


Le résultat est :


J'ai légèrement corrigé l'indicateur que vous m'avez envoyé pour l'afficher correctement. Cela n'affecte que l'affichage des flèches, la logique de l'indicateur n'a pas été affectée. Veuillez utiliser cette version.


---
🍀 Bonne chance et gros profits  

Thanks you very much
It's very good

Denis C  
Hello Alexei

I have 2 questions:

1°: I notice on several assets that the risk/reward ratio for TP1 = 0.5
TP2 = 1 and TP3 = 2. Can you confirm this ? or is it random depending on the market ...

2°: the indicator is excellent to provide statistical data.
Would it be possible to recover (in excel file ?) for example the stats of % of profits (and SL) with the values of entries and exits in points or pips

Thank you !
Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen