Evaluating bids

Transcrição linguagem Mql4 para o meta trader 5 e adicionar camada de segurança

Published on the October 29, 2023 in IT & Programming

About this project

Open

Tenho um indicador no Meta trader 4 linguagem MQL4, Quero passar esse codigo para o Meta trader 5 e adicionar uma camada de segurança contra pirataria: Segue exemplo do script :

//+------------------------------------------------------------------+
//|                                          IndicadorLobo.mq4 |
//|          Copyright © 2021, Indicador Lobo |
//|                                                dfdfdfdfdf |
//|                                                                  |
//|                                                                  |
//| Ïèøó ïðîãðàììû íà çàêàç                                          |
//+------------------------------------------------------------------+
#property copyright "Copyright © 2022 Indicador Lobo"
#property link      "fjdfdkjfdfkj"

#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 LawnGreen
#property indicator_width1 2
#property indicator_color2 OrangeRed
#property indicator_width2 2
#define  SH_BUY  1
#define  SH_SELL  -1

//---- Âõîäíûå ïàðàìåòðû
extern int    AllBars=0;//How many bars should be counted. 0 - all the bars.
Extern int    Otstup=23;//Step back.
Extern double  Per=9;//Period.
extern bool UseSoundBuy=true;
extern bool AlertSoundBuy=true;
extern bool UseSoundSell=true;

Category IT & Programming
Subcategory Web development
What is the scope of the project? Medium-sized change
Is this a project or a position? Project
I currently have Not applicable
Required availability As needed
API Integrations Other (Other APIs)
Roles needed Developer

Delivery term: Not specified

Skills needed

Other projects posted by V. H. A. D. O.