Quants Slope Moving Average Angles
150 USD
Demo heruntergeladen:
282
Veröffentlicht:
26 Mai 2020
Aktuelle Version:
9.0
Keinen passenden Roboter gefunden?
Geben Sie Ihren Eigenen in Auftrag
auf Freelance!
Gehen Sie zu Freelance
Geben Sie Ihren Eigenen in Auftrag
auf Freelance!
Wie man einen Roboter oder Indikator kaufen kann
Starte Deinen EA im
Virtual Hosting
Virtual Hosting
Teste einen Indikator/Roboter vor dem Kauf
Möchtest Du Geld im Market verdienen?
Wie man Produkte richtig präsentiert
Sie verpassen Handelsmöglichkeiten:
- Freie Handelsapplikationen
- Über 8.000 Signale zum Kopieren
- Wirtschaftsnachrichten für die Lage an den Finanzmärkte
Registrierung
Einloggen
Sie stimmen der Website-Richtlinie und den Nutzungsbedingungen zu.
Wenn Sie kein Benutzerkonto haben, registrieren Sie sich

-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