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

Hi 

good day Boss 

is there any new set file as i still use set at june 2020 if any update pls inform 

thanks 

Catalin Zachiu  
VisualTrader #:
To set the reserved SL and TP to 0
Please provide a more detailed description of your request , I don't understand what you mean .
sebastian0815  

Hi,


would it be possible to optionally add a dynamic martingale grid with max lot size constraint? that would be really great. greeting

Catalin Zachiu  
sebastian0815 #:

Adding martingale will make it very risky and increase the chance for losses and or drawdown . You can try this set file on EurUsd M5 timeframe for example . It opens only sell orders , takeprofit , stoploss , trailstop and breakeven are canceled and currency is used for taking profit (profit set to 0.2 for 0.01 lot size) , you can also limit the number of orders opened using MaxShort parameter and limit the potential loss using the MaximumLoss parameter .If set like this it behaves as a non regular grid based on what the price does . I atach the set file for buy orders also , but from my backtest , sell orders are more likely to make profit . The set files are made so that the magic numbers are different so that profit or loss does not get mixed up . If you want them to complement each other , then you can set the same magic or use only one set file and modifying the MaxLong or MaxShort prameters from zero , to the maximum number of orders you are comfortable with .

sebastian0815  

Hi first of all thank you very much. is really one of my favorite EA I have another question . Would it be possible to add a "Daily Goal" to the Tops Scalper . like you did with the Tribute Scalper? That would be fantastic. greeting

Catalin Zachiu  
sebastian0815 #:

Hi first of all thank you very much. is really one of my favorite EA I have another question . Would it be possible to add a "Daily Goal" to the Tops Scalper . like you did with the Tribute Scalper? That would be fantastic. greeting

Added "Daily Goal" function , you can try the new version  , I'm glad you like it !

mqsato  
hello
I want to divide the Stochastic value into buy and sell, is this possible with the current version?
Was the old version split into Sell Stochas and Buy Stochas?
I want a version of the reference image, is it possible?
File:
oldver.jpg  3729 kb
Catalin Zachiu  
mqsato #:
hello
I want to divide the Stochastic value into buy and sell, is this possible with the current version?
Was the old version split into Sell Stochas and Buy Stochas?
I want a version of the reference image, is it possible?

I have checked all prevoius versions I had including the ones I had once for free  , there were no previous versions with separate Stochastics for buys and sells . Can you share what version number you have and the exact name of  the EA ? Something is not right there .

Yes , I can make them be separate  , it will do it and let you know when it's done .

mqsato  
Catalin Zachiu #:

I have checked all prevoius versions I had including the ones I had once for free  , there were no previous versions with separate Stochastics for buys and sells . Can you share what version number you have and the exact name of  the EA ? Something is not right there .

Yes , I can make them be separate  , it will do it and let you know when it's done .

Thank you for your reply

The EA in the reference photo was previously sold in Japan under the name "breakingfx".
It had parameters for "Sell Stochas" and "Buy Stochas".
When I asked the seller, I was told that it was the same as "Tops Scalper", so I bought it.
Catalin Zachiu  
mqsato #:
...
New , similar parameters added .
Details ca be seen in the "What's new" section under the 4.0 version .
mqsato  
Catalin Zachiu #:
Thank you for your kindness in updating it immediately!
I will backtest it over the weekend.

I'm really thankful to you.
mqsato  
hello
I want to stop my order for the night and start it again in the morning, how do I do that? Is the local time of the PC OK?
For example, if you want to stop at 2:40am and resume at 7:30am,

"Pause At Midnight" true
"Start Pause Hour" 7
"Start Pause Minute"30
"End Pause Hour" 2
"End Pause Minute" 40

Is the above correct?
Catalin Zachiu  
mqsato #:
hello
I want to stop my order for the night and start it again in the morning, how do I do that? Is the local time of the PC OK?
For example, if you want to stop at 2:40am and resume at 7:30am,

"Pause At Midnight" true
"Start Pause Hour" 7
"Start Pause Minute"30
"End Pause Hour" 2
"End Pause Minute" 40

Is the above correct?
The trade server time will be taken into account , not local time , the trade server  time is also showen on chart comment . 

Pause At Midnight true
Start Pause Hour 2
Start Pause Minute 40
End Pause Hour 7
End Pause Minute 30
mqsato  
Catalin Zachiu #:
The trade server time will be taken into account , not local time , the trade server  time is also showen on chart comment . 

Pause At Midnight true
Start Pause Hour 2
Start Pause Minute 40
End Pause Hour 7
End Pause Minute 30
Thank you very much.
I understand.
mqsato  
hello
I would like to do both buy and sell trades, is that possible?
This is because even if ReverseStrategy-true is set in the backtest, it does not necessarily enter at the same timing.
Whether ReverseStrategy is false or true, the number of buys and sells should be the same, but it changes.
Am I using it wrong?
Catalin Zachiu  
mqsato #:
hello
I would like to do both buy and sell trades, is that possible?
This is because even if ReverseStrategy-true is set in the backtest, it does not necessarily enter at the same timing.
Whether ReverseStrategy is false or true, the number of buys and sells should be the same, but it changes.
Am I using it wrong?

If you want to use both strategies on the same symbol , you must use the expert advisor on two separate charts and set a different magic number for the second chart .

The magic number parameter can be found above the "Pause Pending Orders" option and it is defined as "Magic" , the default magic number is 1304 , you can set it at 1305 on the second chart , or whatever number you want . It just needs to be different from the first chart .

mqsato  
Catalin Zachiu #:

If you want to use both strategies on the same symbol , you must use the expert advisor on two separate charts and set a different magic number for the second chart .

The magic number parameter can be found above the "Pause Pending Orders" option and it is defined as "Magic" , the default magic number is 1304 , you can set it at 1305 on the second chart , or whatever number you want . It just needs to be different from the first chart .

Thank you for your reply

In real trading I intend to separate charts and magic numbers.
However, backtesting the ReverseStrategy with false and true separately does not reverse the results.
The picture is the result of backtesting eurusd from 2022.0311-2022.0312 separately.
The first sheet is profitable by selling ReverseStrategy with false.
The second one has ReverseStrategy true, but Buy is not set and there is no entry.
Catalin Zachiu  
mqsato #:
Thank you for your reply

In real trading I intend to separate charts and magic numbers.
However, backtesting the ReverseStrategy with false and true separately does not reverse the results.
The picture is the result of backtesting eurusd from 2022.0311-2022.0312 separately.
The first sheet is profitable by selling ReverseStrategy with false.
The second one has ReverseStrategy true, but Buy is not set and there is no entry.
No , because probably the SellOffSet and BuyOffset parameters are different . Please send me first setting that is not reversed , so that I can check the parameters and make the reversal set for you . Send the set file you want to be reversed on a private message .
mqsato  
Hello
May I consult with you?
If you enter with a sudden approach from a distant rate, it will usually be a loss cut, so is it possible to add such an option?
For example, if you get within 5 pips from the reservation within 1 minute from the rate that is more than 30 pips away, cancel this reservation once.
Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti