
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
RaptorUK: has the same effect as a Refresh and tries to refresh data from your Broker as well as forcing a tick
For weekend developing!
Good idea! Here is my variation (script):
Hi Erzo
I am looking for a solution to speed up a multipair indicator.
I trade mostly by sending trade requests through scripts launched by hotkeys. As you can only run one script on a chart, your script interested me because I could attach it to another chart while it would also send fake ticks to my first/main chart on which I am acively trading using other scripts.
Do you think your script could be used this way for live trading?
Looking forward to hear from you.
Hi Erzo
Your "TickingAllCharts"-script works wonderful for speeding up my multipair-indicator. I have attached it to a chart of a crosspair I never trade.
I only would like to know/understand if and how your script may or may not interfere with ea's and/or scripts I run on other charts. Could using your script cause some delays for trading orders launched by scirpt or ea attachet to a chart of another symbol?
It only works if there are indicators placed chart.
Hi everyone, please check codes below:
#define MT4_WMCMD_38175 38175 /* Show/Hide Trade Pannel */
#define MT4_WMCMD_38301 38301 /* Show Depth of market (current symbol) */
this is an interesting discussion
Is this possible to press buy or sell with certain lots?
:)
Hello,
I tried searching for a topic like this for MT5/MQL5, but I couldn't find any.
Could someone please tell me if there is a list of commands similar to the one in aswincmd.mqh for MetaTrader 5?
Can anyone help me find such a file?
I need commands that activate drawing objects like trendline, etc
Hello,
I tried searching for a topic like this for MT5/MQL5, but I couldn't find any.
Could someone please tell me if there is a list of commands similar to the one in aswincmd.mqh for MetaTrader 5?
Can anyone help me find such a file?
I need commands that activate drawing objects like trendline, etc
You don't need WinAPI to "activate drawing objects like trendline" nowadays. Not even in MQL4.
Thank you for your response.
I am creating new objects with special behaviors by modifying existing ones. For example, I can create a trendline that is always horizontal, allowing users to freely draw levels, or design custom Fibonacci tools, channels, and more.
In this way, I expand the available tools in MT4 for my own use.
To make it user-friendly, I added a button on the chart. When clicked, the mouse becomes ready to draw an object (in this case, a trendline). Once the user draws the trendline, the indicator handles the rest, transforming the standard trendline into an "Always Horizontal Trendline."
But i can not do same thing in MT5, because this code does not works there. maybe we need a MT5 version of aswincmd.mqh file.
Here's the code:
Thank you for your response.
I am creating new objects with special behaviors by modifying existing ones. For example, I can create a trendline that is always horizontal, allowing users to freely draw levels, or design custom Fibonacci tools, channels, and more.
In this way, I expand the available tools in MT4 for my own use.
To make it user-friendly, I added a button on the chart. When clicked, the mouse becomes ready to draw an object (in this case, a trendline). Once the user draws the trendline, the indicator handles the rest, transforming the standard trendline into an "Always Horizontal Trendline."
But i can not do same thing in MT5, because this code does not works there. maybe we need a MT5 version of aswincmd.mqh file.
Here's the code: