Manuel Alejandro Cercos Perez
Manuel Alejandro Cercos Perez
4.9 (38)
  • 정보
3 년도
경험
10
제품
31
데몬 버전
36
작업
0
거래 신호
0
구독자
Making tools to make trading easier: from designing trading systems to backtesting, forward testing and trading real money. Many of them are based on the NNFX method (No Nonsense Forex). I don't sell fully automatic EAs.
For any support questions please ask them in the respective product comments section.
Manuel Alejandro Cercos Perez
게재된 기고글 GUI: Tips and Tricks for creating your own Graphic Library in MQL
GUI: Tips and Tricks for creating your own Graphic Library in MQL

We'll go through the basics of GUI libraries so that you can understand how they work or even start making your own.

Manuel Alejandro Cercos Perez
Manuel Alejandro Cercos Perez
Since I received many questions about Simple Order Panel these last days (even though now it's not visible), I'll just answer them here:

-Has Simple Order Panel been removed from the market?
I have hidden it, so if you had it before you should be able to use it. If not, you can compile it yourself using its source code from last version: https://www.mql5.com/en/code/40252

-Why has it been hidden?
Because I cannot continue providing support for it.

-What about the MT4 version? Only MT5 code is published.
The source code is the same for MT4 and MT5, and compiles in both platforms. You only need to change the file format from .mq5 to .mq4. If you don't know how to change it, create a new file in the editor (IDE), clear everything and copy all the content of the mq5 file into it (CTRL+A and CTRL+C to copy all, then CTRL+V in the new empty file).
Manuel Alejandro Cercos Perez
게재된 코드 Simple Order Panel
Source code of simple order panel
Manuel Alejandro Cercos Perez
게재된 기고글 Complex indicators made easy using objects
Complex indicators made easy using objects

This article provides a method to create complex indicators while also avoiding the problems that arise when dealing with multiple plots, buffers and/or combining data from multiple sources.

2
Manuel Alejandro Cercos Perez 출시돈 제품
리뷰: 1
50.00 USD

터미널 기호(또는 사용자 지정 기호) 사이의 작업을 수행하여 사용자   지정 합성 기호   를 생성합니다   . 로그 스케일, 상대 성과(주식 대 SP500, 금 대 은...), 통화 지수... 가능성은 무한합니다! 초 단위로 기호와 상수 사이의 모든 수학 연산을 실행할 수 있습니다. 두 값 사이의 최소값[min(a,b)] 또는 최대값[max(a,b)]과 제곱근[sqrt(x)], 절대값[abs(x)], 로그 [logn(x) 또는 log10(x)] 또는 한 값의 가장 가까운 정수 [round(x)]. 버전 2.0부터 현재 기호에서 표시기를 선언하고 해당 값에 액세스할 수도 있습니다. 예를 들면 다음과 같습니다. $ma_indi = <MA> : 50,0,0 ;  #CURRENT -  indicator ($ma_indi, 0) 표시기 이름의 구문은 사용자 지정 표시기의 경우   폴더/이름   이고 터미널 표시기의

Manuel Alejandro Cercos Perez
게재된 코드 Didi Index (Cleaned/Reversed)
Slow Line of the original Didi Index
Manuel Alejandro Cercos Perez
게재된 코드 Didi Index (Cleaned/Reversed)
Slow Line of the original Didi Index
Manuel Alejandro Cercos Perez 출시돈 제품

이 표시기는 다른 차트 표시기에 상대적인 채널을 생성합니다:   표시기 + ATR 및 표시기 - ATR   . 가격이 기준선보다 너무 많이 올랐는지 알 때 유용합니다. ATR 레벨은 승수로 조정할 수 있습니다. 이 버전은 MT4 제한 사항 중 일부를 피하기 위해 MT5 버전보다 더 복잡합니다. 기준선의   이름   ,   매개변수   (쉼표로 구분된 문자열) 및   버퍼   를 도입해야 합니다. 기준선이   하나   의 버퍼에만 필요한 모든 값을 가지고 있는지 확인하십시오(또는 둘 이상의 인스턴스를 넣어야 할 수도 있음). 기준선의 문자열 매개변수는   지원되지 않으며   , 어떤 값이 도입되더라도 항상 기본값이 사용됩니다. 열거자의 경우 위치를 사용합니다(대부분의 경우 0부터 시작). 예를 들어 MA 모드의 경우: sma=0; 에마=1; smma=2; lwma=3 이점으로 이

Manuel Alejandro Cercos Perez
게재된 코드 EVZ Reader
Script to download EVZ data for Euro FX Vix indicator
Manuel Alejandro Cercos Perez
게재된 코드 EVZ Reader
Script to download EVZ data for Euro FX Vix indicator
Manuel Alejandro Cercos Perez
게재된 코드 Cercós Chaos vs Movement
Volatility indicator
Manuel Alejandro Cercos Perez
게재된 코드 Cercós Chaos vs Movement
Volatility indicator
Manuel Alejandro Cercos Perez 출시돈 제품
리뷰: 4
FREE

Manuel Alejandro Cercos Perez
What is the Universal Alerts Indicator? Selecting the Indicator Indicator Reading Settings Alert Settings Customization Options 1. What is the Universal Alerts Indicator? Have you ever found a really good indicator that gives you perfect entries...
Manuel Alejandro Cercos Perez 출시돈 제품
리뷰: 2
59.99 USD

당신은 정말 좋은 지표를 가지고 있습니다 ...하지만 당신은 경고를 원하십니까? 신호를 제공했는지 확인하기 위해 표시기를 자세히 살펴보는 것이 지겹습니까? ... 그렇다면이 표시기가 당신을위한 것일 수 있습니다! Universal Alerts는 차트 표시기 중 하나를 분석하고 자체 매개변수에 따라 신호가 표시될 때 경고를 제공합니다. 이 표시기를 구성하면 매수/매도 신호가 있을 때마다 아이콘이 표시되고 다음에 오는 모든 신호는 경고를 생성하거나 메일을 보내거나 앱 알림을 보냅니다. 경고가 필요하지 않은 경우에도 이 표시기(또는 여러 인스턴스)를 사용하여 신호를 더 명확하게 표시하고 거래 경험 또는 백테스팅을 개선할 수 있습니다. 이 블로그에서 표시기의 가능한 설정에 대해 자세히 알아볼 수 있습니다. 특징 대부분의 지표   지원   : 라인 크로스오버, 레벨 크로스오버, 차트 신호, 색상 변경... 모든 유형의   알림   : 알림, 메일 또는 앱

Manuel Alejandro Cercos Perez 출시돈 제품

This indicator creates a channel relative to other chart indicator: indicator + ATR and indicator - ATR . Useful to know if price has gone up too far of your baseline. The ATR levels can be adjusted with a multiplier. It can also be applied to prices (close, open, high, low, median...) or other subwindow indicators. Actually you can get the same information about distances to baseline when applying it to close prices You can also get this indicator for MT4 (a bit more complex to use, but it can

Manuel Alejandro Cercos Perez 출시돈 제품

Complete Trade Panel for the No Nonsense Forex method: This panel encapsulates almost all things you will need to execute your own NNFX algorithm, helping you trade even faster and easier. It has 3 parts: Symbol Panel Switch to any symbol in your charts quickly by pressing its name. Additional information can be displayed in the panel: currently open trades , correlation of those trades with other symbols (except if their stop loss is in breakeven or positive) and upcoming news (next daily

Manuel Alejandro Cercos Perez 출시돈 제품

Complete Trade Panel for the No Nonsense Forex method: This panel encapsulates almost all things you will need to execute your own NNFX algorithm, helping you trade even faster and easier. It has 3 parts: Symbol Panel Switch to any symbol in your charts quickly by pressing its name. Additional information can be displayed in the panel: currently open trades , correlation of those trades with other symbols (except if their stop loss is in breakeven or positive) and upcoming news (next daily

Manuel Alejandro Cercos Perez 출시돈 제품

This volatility indicator is useful to detect dead markets. It's based on the EVZ index, which measures the volatility of the Euro (but can be applied to the Forex Market overall). High values represent high volume/volatility in the market. If it's below 7, volume is low and the risk when trading is greater. For traders who use the No Nonsense Forex (NNFX) method, this indicator can be useful to backtest algorithms and measure the impact that the EVZ has on them, or just to be able to read it

Manuel Alejandro Cercos Perez 출시돈 제품

This volatility indicator is useful to detect dead markets. It's based on the EVZ index, which measures the volatility of the Euro (but can be applied to the Forex Market overall). High values represent high volume/volatility in the market. If it's below 7, volume is low and the risk when trading is greater. For traders who use the No Nonsense Forex (NNFX) method, this indicator can be useful to backtest algorithms and measure the impact that the EVZ has on them, or just to be able to read it

12