Attachments forums

List of attachments posted on this forum.


All files on forums: 135835

Re: MT4 Indicator requests and ideas

dmnik, Sun Jul 30, 2023 8:30 pm

Is it possible to edit this indicator?
It found signal divergences.
There are different types of signals in the indicator. One for the alert, another for the panel.
For an alert: when the current sell price (Bid) crosses the predefined values of Price_Pips_D for a sell signal or Price_Pips_U for a buy signal. When this happens, the code simulates a mouse click at a certain position on the screen, which actually performs a buy or sell operation. They wanted to make a trading advisor out of the indicator.
For the panel: If the calculated value of Frequency_Buy is greater than the specified pips_u, or the calculated value of Frequency_Sell is greater than the specified pips_d, the panel displays "BUY" or "SELL" as a signal, respectively. If none of these conditions are met, the panel displays "NO SIGNAL" (no signal).
In general, the signals do not match!
All files in topic