Quants Slope Moving Average Angles
150 USD
Versione demo scaricata:
279
Pubblicato:
26 maggio 2020
Versione attuale:
9.0
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

-Fixed MissType Alert
-Fixed Width input
Please use the latest version which is v2
Best Regards,
Quants
New version added.
-Fixed MissType Alert
-Fixed Width input
Please use the latest version which is v2
Best Regards,
Quants
and alert indexing is fixed for more accuracy
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?
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,
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).
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).
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
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)
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.
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
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
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
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.

Hello, Please use Buffer 3 for the angle value.
Buffer 3 is OK, it works,
thx - Kris
Buffer 3 is OK, it works,
thx - Kris