Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
12
Ferhat Mutlu  
New version added.

-Fixed MissType Alert
-Fixed Width input

Please use the latest version which is v2

Best Regards,
Quants
Ferhat Mutlu  
Ferhat Mutlu:
New version added.

-Fixed MissType Alert
-Fixed Width input

Please use the latest version which is v2

Best Regards,
Quants
Version 3 Released. That is the last and final version.
Ferhat Mutlu  
Version 5 Released for the devs
and alert indexing is fixed for more accuracy
Syed Alamdar  

I have purchased this but it refuses to get installed. Community is activated in MT4 and logged in and it shows me the install button but when i click it, nothing. It shows me that i have purchased it but fails to install. This might not be an issue with the indicator but wanted to post it for the seller that people purchasing this are facing this issue. If you have a solution for it would be helpful to add it here. 

Plus: Do we get the source code or not?

Ferhat Mutlu  
Syed Alamdar:

I have purchased this but it refuses to get installed. Community is activated in MT4 and logged in and it shows me the install button but when i click it, nothing. It shows me that i have purchased it but fails to install. This might not be an issue with the indicator but wanted to post it for the seller that people purchasing this are facing this issue. If you have a solution for it would be helpful to add it here. 

Plus: Do we get the source code or not?

Ofcourse source code is not possible. Could you send me the pm so i can make the setup for you. Because the indicator installs and works well. We can have anydesk or teamviewer connection to go through everything that is needed. Sincerely, 
Quants
Syed Alamdar  
Ferhat Mutlu:
Ofcourse source code is not possible. Could you send me the pm so i can make the setup for you. Because the indicator installs and works well. We can have anydesk or teamviewer connection to go through everything that is needed. Sincerely, 
Quants

No worries, I got it working. for those facing this issue, please remove everything from your Market folder in the MT4 Directory under terminal. once then re open the application and it should work. (NOT AN ISSUE WITH THE INDICATOR)

I would need some documentation on the inputs. if there is non then please explain the difference on MA1_Period (56), MA1_Bars_Back (8) and SignalThreshhold (40). 

Ferhat Mutlu  
Syed Alamdar:

No worries, I got it working. for those facing this issue, please remove everything from your Market folder in the MT4 Directory under terminal. once then re open the application and it should work. (NOT AN ISSUE WITH THE INDICATOR)

I would need some documentation on the inputs. if there is non then please explain the difference on MA1_Period (56), MA1_Bars_Back (8) and SignalThreshhold (40). 

Ma period is the moving average period to get angle of.
Bars Back is the reference amount to get angle. Like 8 bars back from the current bar.
SignalTreshold is the generate arrow at the angle degree
jburrowsiv  

How do we get the angle of the MA in our EA? Is this correct? 

double angle = iCustom(NULL, 0, "Quants Slope Moving Average Angles.ex4", 0, 0)

Ferhat Mutlu  
jburrowsiv:

How do we get the angle of the MA in our EA? Is this correct? 

double angle = iCustom(NULL, 0, "Quants Slope Moving Average Angles.ex4", 0, 0)

0 is the buffer of angle value.
iCustom(NULL, 0, "Quants Slope Moving Average Angles.ex4", " ", SmaTF, Barsback, 0, 0) is good and flexible way to call that with different inputs 
jburrowsiv  
Ferhat Mutlu:
0 is the buffer of angle value.
iCustom(NULL, 0, "Quants Slope Moving Average Angles.ex4", " ", SmaTF, Barsback, 0, 0) is good and flexible way to call that with different inputs 

When I put the following in my indicator code and pulled up multiple chart windows at one time MT4 became so slow it was unresponsive.  My intent is to use the MA angle as a filter for trade signals that my indicator generates. I want to know what the angle is of the 200 MA with around a 20 bar look back to reduce the noise. 

iCustom(NULL, 0, "Quants Slope Moving Average Angles.ex4", " ", 200, 20, 0, 0)

Is there a slimmed down version that might be more appropriate to use if all you need is the angle value?

Thanks

Ferhat Mutlu  
jburrowsiv:

When I put the following in my indicator code and pulled up multiple chart windows at one time MT4 became so slow it was unresponsive.  My intent is to use the MA angle as a filter for trade signals that my indicator generates. I want to know what the angle is of the 200 MA with around a 20 bar look back to reduce the noise. 

iCustom(NULL, 0, "Quants Slope Moving Average Angles.ex4", " ", 200, 20, 0, 0)

Is there a slimmed down version that might be more appropriate to use if all you need is the angle value?

Thanks

Send me msg I will give anydesk support. It shouldn't be code related but a mistake in your EA
Krzysztof Tadeusz Kanacki  

Hi,

this the value what I got when tried to get the angle by  iCustom(NULL, 0, "Market/Quants Slope Moving Average Angles.ex4","", 20, 20, 0, 0)

2147438647


it doesn't change.

Regards

Kris

Ferhat Mutlu  
kankrz #:

Hi,

this the value what I got when tried to get the angle by  iCustom(NULL, 0, "Market/Quants Slope Moving Average Angles.ex4","", 20, 20, 0, 0)

2147438647


it doesn't change.

Regards

Kris

Hello, Please use Buffer 3 for the angle value.

Krzysztof Tadeusz Kanacki  
Ferhat Mutlu #:

Hello, Please use Buffer 3 for the angle value.

Buffer 3 is OK, it works,

thx - Kris

Ferhat Mutlu  
The strength of the quants moving average angles is Normalization. The maximum degree can be the 90. It means very strong movement and 0 degree is flat.
Angus Neil  
I've just purchased your indicator and looking forward to using it.  I'm trying to integrate it into my trading system but can you explain how you calculate the slope when your comparing price vs time?
Stanislav Melnikov  
Please tell me if there is any possibility to load two indicators from timeframes into one indicator window, for example M15 and H4, or order such an indicator from you with this possibility.message
Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
12