거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Ofir Blue Telegram API for any indicator - MetaTrader 4용 지표

조회수:
8742
평가:
(7)
게시됨:
2023.04.20 11:01
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

You have developed your own MT4/MT5 indicator ?

  • For your personal usage
  • For your clients

Just add 3 lines of code to your MQL4/MQL5 file to: 

  • Connect your indicator to Telegram
  • Send messages to Telegram
  • Send signals to Telegram
  • Trade signals from Telegram
  • Add trading capabilities to your Indicator (open, close and manage positions
  • Join an amazing eco-system ;)

Just an indicator among many others (including yours)

  • Can be attached to several charts (different pairs and timeframe)
  • Detect several (maybe too many) trading opportunities per day
  • No trading capabilites

The challenge

  • Notify me on trading opportunities : the signal
  • Adapt the signal to my money management and trading hours
  • Filter the signal 
  • Trade the signal quickly and safely
  • Manage open positions
  • Keep me informed on Telegram

Your indicator

Add 3 lines of code into your indicator

  • Include the file OfirBlueAPI.mqh. The purpose of this file is to connect your indicator with Ofir blue
  • OnInit: Initialize Ofir Blue
  • Where you usually draw the signal (Arrow for example), call Ofir Blue method to send it

Modify your code


The result

Ofir blue in action

Integration with Ofir blue is free but still in beta-testing.


Change TPSL By Percentage Change TPSL By Percentage

The Expert will help you change the TP/SL of all open orders by setting the TP/SL based on the input percentage value.

AllAverages v4.9 AllAverages v4.9

One of the latest version of this indicator at the moment. Huge base of different modifications of moving averages, with multitimesframe function, sending signals to e-mail and push notifications.

Auto TP multiplied by SL Auto TP multiplied by SL

Th Expert will set the TP based on the SL manually set using the input multiplier. Using this you can set 2,3,4 etc times the SL set.

ChartButton Class MT4 ChartButton Class MT4

This class allows you to create buttons on the chart as if they were chart objects(have time and price coordinates) these objects can be dragged on the chart and when scrolling they stay at the same place. If you wan't to learn some Object Oriented Programming or if you wan't to understand how chartevents work or you wan't to create graphical interfaces, you can learn a lot from this.