無料でロボットをダウンロードする方法を見る
Telegram上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
エキスパート

Time of an Object - MetaTrader 4のためのエキスパート

ビュー:
3021
評価:
(21)
パブリッシュ済み:
2021.12.17 11:04
MQL5フリーランス このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

At times, you need to work with object created on the chart. Depending on the time of the creation of the object you decide whether you need to take a buy action or a sell action.


This code will help in getting the time of an object using which you can decide whether the object has been created recently. Then you can take suitable action in your code to perform the desired trade.

DPI Alert EA DPI Alert EA

This EA will tell you the Depth Per Inch of your screen.

Static arrows and graphic objects on MT4 Chart Static arrows and graphic objects on MT4 Chart

This code is used to create static object on MT4 charts which will not move along with the chart when you scroll the chart.

One order every second One order every second

This code places only one order every second ( not every tick )

Custom sound on Alert Custom sound on Alert

This code will give custom sound on alert on new bar.