Rajesh Kumar Nait
Rajesh Kumar Nait
4.8 (26)
  • Información
3 años
experiencia
32
productos
39
versiones demo
0
trabajos
0
señales
0
suscriptores
Hola, soy Rajesh, un desarrollador MQL con un título en Tecnología de la Información. Con más de 12 años de experiencia en programación, he pasado de ser un desarrollador PHP, especializado en desarrollo web, a ser un programador MQL5 a tiempo completo y trader de criptomonedas.

En mi rol actual, me enfoco en negociar $SOL diariamente como trader de día y ofrezco programas de vanguardia en venta en mi página de vendedor. Estos programas incluyen utilidades de conexión nativas a intercambios de criptomonedas a través de Websocket y la carga de gráficos de todos los intercambios populares mediante Websocket y API. Funcionan perfectamente en VPS, sin necesidad de DLL externos.

Si estás interesado en herramientas de análisis o trading de criptomonedas, no dudes en contactarme por mensaje directo. Echa un vistazo a mis productos criptográficos e integraciones de intercambio en mi página de vendedor de MQL5. Ofrezco soporte durante 12 horas al día en el huso horario IST, los 7 días de la semana.

Por tiempo limitado, todos los productos están disponibles con un descuento del 30%. ¡No te lo pierdas!
Rajesh Kumar Nait
Rajesh Kumar Nait
My last code publication about FVG in codebase is highest free downloaded code, it shows why its so much demanding when something is related to ICT. Well I published because FVG is not a magic thing, It need dozens of other analysis to make it work. In my case it even dont work even after applying dozens of other concepts. So I added it in codebase so newbie may test themselves by playing with the code.
Rajesh Kumar Nait
Ha publicado el código Frog Jump
Hides Alone Candlesticks
1 548
Mr gold  Man
[Eliminado] 2024.02.13
[Eliminado]
Rajesh Kumar Nait
Ha publicado el código Fair Value Gap
Fair Value gaps are used in ICT's smart money concept where there is an imbalanace of 1 point or more between 1st candle's high and 3rd candle 's low in bullish and 1st candle 's low and 3rd candle's high in bearish
1 2930
Mr gold  Man
[Eliminado] 2024.02.08
[Eliminado]
Rajesh Kumar Nait
Rajesh Kumar Nait
Crypto Ticks and and Order Book Depth for MT5
Available Exchange :

1. Binance Spot (Supports Order Book Depth on active chart window) and Futures (Supports multiple Order Book Depth )

2. Kucoin Spot and Futures, Supports Order Book depth on active chart window

Rent : https://www.mql5.com/en/market/product/112016
Rajesh Kumar Nait
Rajesh Kumar Nait
Crypto Charts into MT5 :
List of available Exchanges :

1. Binance Spot, Futures & Coin

2. ByBit Spot, Futures & Inverse Futures (v5 API)

3. OKX Spot & Futures (v5 API)

4. Kucoin Spot (New API)

5. MEXC Spot (v3 API) & Futures

6. Gate.io Spot, Futures & Delivery Futures

7. Bitget Spot, Futures : USDT, Coin, USDC

Rent : https://www.mql5.com/en/market/product/109183
Rajesh Kumar Nait
Ha publicado el código Candle Fitness
Candlestick Fitness concept is used in coding HFT Algos based on population optimization algorithms.
533
Rajesh Kumar Nait
Post publicado Ways to detect a birth of new bar in EA and Indicators
For Indicators: // Add this code inside OnCalculate ArraySetAsSeries (time, true ); static datetime pastime = time[ 0 ]; if (pastime...
Rajesh Kumar Nait
Rajesh Kumar Nait
When you decide to find strategies, first thing which comes in your mind is to find top and bottom but do you really know Smart algos dont even try to trade on find top and bottom, They follow "watch and act" process. They verify step1 and then act on step 2 by putting orders on market. If step1 is unverified they will never enter. That is why Price action is the key of success. Example of process : Find Bearish Engulfing, wait for its breakout downside by close, this can be considered as step1, if this is occured, then add entry at 50% area of pattern range.
Rajesh Kumar Nait
Rajesh Kumar Nait
Did you know on January 24 2038 the Unix Time Stamp will cease to work due to a 32-bit overflow. Before this moment millions of applications will need to either adopt a new convention for time stamps or be migrated to 64-bit systems which will buy the time stamp a "bit" more time
Rajesh Kumar Nait Ha publicado el producto
Comentarios: 1
199.00 USD

Crypto Ticks para MetaTrader 5 – Datos en Tiempo Real y Profundidad del Mercado Resumen Crypto Ticks transmite datos de ticks en tiempo real y profundidad de mercado desde las principales plataformas de criptomonedas a MetaTrader 5. Diseñado para traders que requieren datos precisos para scalping, estrategias algorítmicas y pruebas. Exchanges compatibles Binance: Spot (profundidad en la ventana activa) y Futuros (múltiples símbolos) KuCoin: Spot y Futuros Bybit: Futuros e Inverse Futuros XT.com

Rajesh Kumar Nait
Post publicado Multi Symbol Trading manually
Trading manually in a multi-symbol intraday scalping strategy involves several key components to increase the likelihood of success...
Rajesh Kumar Nait Ha publicado el producto

Este indicador encuentra Doble techo y Doble fondo Ejemplo : Que es un Doble Tope Cuando el precio establece un nuevo máximo y luego cae, a continuación, revertir a la misma zona de la vela de alta entonces se considera un doble techo válido y viceversa para doble fondo. 1. 1. Traza un máximo y un mínimo en el gráfico visible si ChartChange está establecido en true, de lo contrario busca en la apertura de una nueva barra. 2. 2. Si se encuentra un doble techo y un doble suelo en la ventana

Rajesh Kumar Nait
Ha publicado el código Sec-WebSocket-Key Generator
Sec-WebSocket-Key Generator
1 203
Rajesh Kumar Nait
Post publicado Elliot Waves
Elliot Waves is a fantastic topic which also supports fibonacci measurement Elliot waves can be classified as A B C D E F Its considered that price expansion ends at leg F I will discuss about these in high to low mode as per screenshot. 1. Wave AB : Should be impulse 2...
Rajesh Kumar Nait
Post publicado How to reduce stress if you are a fibonacci trader
I am a 100% pure fibonacci trader. I use multiple fibonacci tools to calculate swings in chart but in this article I am going to cover fibonacci retracement as an example. Plotting Fibonacci is very easy, takes 5 seconds, but watching if price is coming to your level e.g. 2...
Rajesh Kumar Nait
Post publicado Process of making a perfect strategy
What is a strategy? If we talk in programming language, A strategy is a tactic which outputs two boolean - true or false or win or loss Example : Buy when RSI is 30 and price is above EMA 50 or SELL if RSI is 70 and EMA below 50 This strategy is using two indicators...
Rajesh Kumar Nait
Rajesh Kumar Nait
Hahaha :):):)
Lorentzos Roussos
Lorentzos Roussos 2024.01.12
xD
Rajesh Kumar Nait
Ha publicado el código Connect Disconnect Sound Alert
This utility is simple example to add sound alert on connect / disconnect
2 179