PDA

View Full Version : How to create a mobile sock crossing indicator



TttsoTakcho
22-11-2024 00:20,
Hello, I want to program an indicator based on two simple mobile socks: period of period 5 and SMA of period 20. Both must have the displacement in 0 and apply to the closure.If SMA 5 crosses above SMA 20 and the candle has closed above SMA 5, an alert should sound.(Alcista signal

CuCucessh24
22-11-2024 00:25,
Try this self -discipline is a practice.

TttsoTakcho
22-11-2024 00:29,
Thank you very much, I will try it!

cesrija
22-11-2024 00:35,
I need an EA that can close open purchase or sale orders without requotes.Help, brother.

TttsoTakcho
22-11-2024 00:40,
Hello, I do not know if it is possible to program an EA that executes orders without requotes;As far as I know, the requotes are only controlled by the broker and occur for various reasons.Correp me if I'm wrong.

WusCu80
22-11-2024 00:44,
Look, it is not impossible, but waiting for an EA without requotes is to ask the elmo pears.The server speed, the quality of the Internet and especially the liquidity that the broker manages great influence.You may find something that improves the executions, but without 100%requotes ... complicated.

draTs1970
22-11-2024 00:47,
If you are working with a broker that gives so many requotes, you should consider changing broker.ECN Brokers have less tendency to give requotes in times of volatility.The ideal is to investigate well before putting money in a broker with those problems.

Sununo
22-11-2024 00:53,
Requotes are a sign that your broker is acting as "Market Maker", that is, it has conflicting interests to yours.If you are serious with this trading, consider a broker without a negotiating table.I really tell you: less problems, less requotes.

TesbSuncha8
22-11-2024 00:57,
I have used several EAS to handle orders, and although some work better than others, none completely eliminates the requotes.If you find something that does the job without problems, let us know, I think that many would be interested in knowing more.

radaSNa
22-11-2024 01:02,
Many rookie traders often obsess with requotes when, in reality, what they should improve is their strategy and analysis.Why don't you try to adjust your entries and reduce the amount of orders in volatile conditions?Sometimes less is.

Tesrso027
22-11-2024 01:07,
The truth is that the theme of the requotes has no easy solution.Not even the most experienced traders are exempt from them.I think the most practical thing is to learn to deal with the problem, perhaps expanding the Stop -los and avoiding operating at times of extreme volatility.

jiesnuTkesCuSesCuS
22-11-2024 01:13,
I think you could look at the latency you have when you run orders with your broker.Some brokers offer VPS to improve the speed of execution, especially in accounts that handle greater volumes.Maybe investing in a VPS helps you reduce the frequency of requotes.

CadosTk40
22-11-2024 01:18,
If you want an EA that closes orders quickly, perhaps one that uses market orders instead of limits can help.But, eye, that does not eliminate requotes in moments of high volatility.Ah, much less if your broker operates from a remote or without regulation location.

TttogaS
22-11-2024 01:23,
It would be great that there was an EA that eliminated the requotes, but that is almost like asking for magic!Sometimes I feel that brokers only use requotes to win a little more margin.

Norijes
22-11-2024 01:27,
Requots?Almost all brokers do it, especially when there are important news.It is best not to operate at that time.In the end, wanting to operate right in those moments is tempting, but in the long run it leaves more expensive because of the slips and requotes.

uvnkh
22-11-2024 01:32,
Maybe you could reduce the number of lots or leverage instead of focusing both on requotes.Sometimes it is better to adjust the strategy and give some space to the market to move without problems in your direction.

esnnesrack03
22-11-2024 01:37,
Codes for alerts of medium crossings There are many online.Did you try in MQL5 libraries or in the Metatrader community?Some programmers share free scripts, which although they are not perfect, can help you start and make adjustments.

onruqwSsd
22-11-2024 01:42,
Actually, the alerts with stockings is quite easy to encode.Even a beginner in MQL4 can do it with a couple of lines of code.Do not seek to complicate, use a template that is already available online.

rogunesTesrraqiun
22-11-2024 01:46,
Since you are asking for crossings alerts, have you considered trying some custom indicators for MT4?There are enough that fulfill this function and, honestly, you do not need to pay for one.Just investigate well, download one and adjust the configuration to your strategy.

Desvudribua0530
22-11-2024 01:50,
Almost any stock crossing indicator does what you describe, except sound.You can configure visual alerts in the majority, and in case of needing the sound, some traders forums offer modified versions.

EsngoSYCSesidesy
22-11-2024 01:56,
If you need a simple means crossing with alert, I think Metatrader should consider offering it in its basic versions.Many people ask, and it's not so complicated.The Metatrader community also has scripts that can serve as a reference.

NcaSuxxa
22-11-2024 02:00,
To use indicators to give signals has always been a controversial issue, because you already know that the indicators are behind the price.The ideal is to learn to read the graph instead of trusting both in crosses and automatic alerts.

besrbessobes
22-11-2024 02:04,
For me, stockings are useful, but they are not the only thing.It is better to use them in conjunction with other filters and context analysis.Just trusting a crossing can make you lose more than you earn.Have you not considered adding other conditions?

RaduS
22-11-2024 02:10,
Did you know that some traders program their alerts directly on the mobile to receive notifications without so much mess?You could ask someone to make a bot that warns you on Telegram, and so you don't depend only on Metatrader for alerts.

CugiuTatess
22-11-2024 02:16,
A simple stocking EA is quite basic.The complicated thing is to add the customization options you want.But if you only need the alert, you could find something in the forums without much problem.

nukesCaro
22-11-2024 02:20,
If you have basic knowledge of MQL4, the code you need is super simple to write.You only need two lines to compare the values ??of SMA 5 and SMA 20, and activate the alert if the condition is met.Dare to try!

Sorgua11539
22-11-2024 02:24,
What you ask is an EAS classic.Programmers usually do it with the Icustom function.Basically the value of the two means on each new Tick is compared and if they cross, alert!Although you want something more specific, you may agree to pay a programmer.

nuaCs
22-11-2024 02:29,
Eye, sometimes we get tangled up wanting to program things that are already done.I suggest you look for an indicator already made and modify the details so that you have your exact configuration.Do not reinvents the wheel if it is not necessary.

UAXC92
22-11-2024 02:35,
Programming alerts of stockings is easy in theory, but practice is something else, especially if you don't have much experience.My advice is that you join a metatrader forum;There they can give you code examples that are already tested.

UvhesnSaSa
22-11-2024 02:39,
Since you are considering using a means crossing, have you also considered using volume alerts?Sometimes, the volume increases the accuracy of the alerts because it indicates the strength of the trend.It can be more effective than the crossing alone.

jakessgituorrwz
22-11-2024 02:43,
Elk crossing alerts?You are on the right path, but keep in mind that these systems are reactive, not predictive.They will warn you after the crossing has already passed, which is not always ideal in volatile markets.

nyTkesSoxesndres
22-11-2024 02:48,
The problem of trusting at the crossings of socks is that they are late and can give you false signals in lateral markets.It is something basic in trading: you have to understand the context of the trend before entering a position.

CoesSosbesy
22-11-2024 02:51,
Once I programmed a strategy with stockings, but the results were inconsistent.My recommendation is that you combine the signs of crossing with some other filter, such as support and resistance analysis.

Axdrudustes
22-11-2024 02:55,
Programming alerts in Metatrader is not complicated, but the best thing is that you understand the basics of MQL4 in order to modify the custom code.If you do not learn to program the basics, every adjustment you need will be a nightmare.

Nodoaxgesdesn
22-11-2024 02:59,
Did you know that you can also create crossing alerts using TrainingView instead of Metatrader?It is a more modern platform and usually gives less compatibility problems with alerts.Metatrader has limitations that do not exist in other systems.

CUGWSEsTARTEs
22-11-2024 03:05,
We would love to have an indicator that combines alerts for the jellywling and Spread control, but is complicated.Most EAS are designed to work in specific conditions, and socks of means are usually slower.

djNornesn
22-11-2024 03:10,
One option is that you look for a script that allows you to use alerts with Telegram.Notifications send you every time your trading conditions are met.So you do not depend on the sound of the MT4 and you can receive the alert on any device.

Sttesdes14071
22-11-2024 03:14,
Creating an alert based on mobile sock crosses is not difficult, but the complicated thing is that it is necessary in real time.If you have a slow connection or your broker has delays in execution, alerts may not arrive at the precise moment.

Sakos
22-11-2024 03:17,
Mobile socks are basic tools to detect trend, but have their limitations.It is best to experience different periods of time until you find the configuration that works for you.Each market is different.

SesaxaxCoSes
22-11-2024 03:22,
Although the crossing of socks can be a good strategy, many traders prefer other methods.Cruces are slow to react and can make you lose opportunities.Consider other confirmation strategies to avoid false entries.

TruTSoTkrro
22-11-2024 03:26,
The midwifery indicators are good for beginners, but they are not the only thing in trading.I recommend that you explore other indicators and methods to diversify your signals.A solid strategy must be multifaceted.

onkaax
22-11-2024 03:31,
If you really want to enter the EAS world, I recommend you learn to program in MQL4 or MQL5.Creating a personalized alert system is only the beginning;In the long run, you will know how to modify strategies and adapt them to any market.

kuka2762
22-11-2024 03:35,
Metatrader is flexible in the creation of alerts, but it is not always reliable for fast strategies.In high volatility markets, you can give problems.If you are going to work in these conditions, look for more advanced platforms.

resqwSesronesss
22-11-2024 03:39,
An intermediate solution is to test an already programmed indicator and make adjustments.If you know what you want, you can modify it yourself or hire a programmer.Ask for exactly what you need, and the settings will be minimal.

EsSbesyAxax
22-11-2024 03:43,
For someone who wants to start in trading, understanding the functioning of mobile socks and their crosses is fundamental.Do not trust Crossing alerts: Make your own decisions based on market analysis.

cesty
22-11-2024 03:47,
Sox crosses are just a form of analysis.If in the future you decide to make more advanced strategies, these indicators may abandon.The key is to continue learning and adapt to what the market asks you at all times.

oSkakNo
22-11-2024 03:52,
There are several online code libraries where you can download alerts from already scheduled averaging crossings.Just check the execution permits well and make sure the code is trusted, lest you finish infected your terminal.

SEsSINEsONTRUAXVOREs
22-11-2024 03:56,
An idea is to use the crossing of means only as a trend filter, and then add a system that gives you confirmation to enter the operation.Many traders use it like this, because a simple crossing may not be reliable enough.

Vuskavutz
22-11-2024 04:01,
I recommend that you use the average of 50 as a reference of the general trend and the crosses of small averages as a sign of input.This usually reduces false signals and gives you a better market context.

esndroigs
22-11-2024 04:06,
Finally, if you want an unpaid stock meage alert, search for trading forums.There are many people who share free codes and practical solutions.But be sure to always try a demo account first.