Rajesh Kumar Nait
Rajesh Kumar Nait
5 (13)
  • Informações
2 anos
experiência
30
produtos
31
versão demo
0
trabalhos
0
sinais
0
assinantes
Olá, sou Rajesh, um desenvolvedor MQL com um diploma em Tecnologia da Informação. Com mais de 12 anos de experiência em programação, fiz a transição de ser um desenvolvedor PHP, especializado em desenvolvimento web, para um programador MQL5 em tempo integral e trader de criptomoedas.

No meu papel atual, foco em negociar $SOL diariamente como um trader diurno e ofereço programas de ponta para venda na minha página de vendedor. Esses programas incluem utilitários de conexão nativos com exchanges de criptomoedas através de Websocket e carregamento de gráficos de todas as exchanges populares via Websocket e API. Eles funcionam perfeitamente em VPS, sem a necessidade de DLLs externas.

Se você estiver interessado em ferramentas de análise ou negociação de criptomoedas, sinta-se à vontade para entrar em contato comigo por mensagem direta. Confira meus produtos criptográficos e integrações de exchange na minha página de vendedor MQL5. Ofereço suporte por 12 horas por dia no fuso horário IST, 7 dias por semana.

Por tempo limitado, todos os produtos estão disponíveis com 30% de desconto. Não perca!
Rajesh Kumar Nait
Publicado o código Wick or Body High Low
Searches for Wick or Body based High low in visible bars of chart
290
Rajesh Kumar Nait
Rajesh Kumar Nait
Timeframe Classifications:
M1 M5 M15 M30 (4 children)
H1 H4 ( Mom and Dad)
D1 W1 (Grandfather Grandmother)
MN1 (Ancestors)
Y1 (Adam and Eve)
LY1 (1 light year) (GOD mode)

Do you use any other timeframe apart from these?
Rajesh Kumar Nait
Publicado o postagem Adaptive Bars Limits for EA
I came across a problem, My EA is very different. Unlike indicators which are loaded instantly like Moving average using iCustom, my EA is different. It looks for Highs and Lows and do calculations further analyzing waves legs...
Rajesh Kumar Nait
Publicado o postagem When and When not to break down your chart into LTF Timeframes
Most of the people who starts trading starts with studying Candlesticks. Candlesticks are piece of information which is provided to you for a particular time period for which you are interested in...
Rajesh Kumar Nait
Publicado o postagem Three Methods to detect Trend Change
Hello, After long time I came with a new educational blog where I will be teaching some popular methods to detect a trend change...
Rajesh Kumar Nait
Rajesh Kumar Nait
To solve stock market, following skills are required
1. Thinker : A thinker may think ideas about how to solve a problem like if something is impossible like AMOEBA is shapeless but its possible to study its shape changes and create a set of pattern which repeats often and its highly likely that pattern will be matching
2. Coder : A person who can program in mql5 perfectly, not averagely as its about building EA
3. Tester : A person who can optimize. Optimization is hardest and time consuming part.
You can think for 1-2 days and definitely get some ideas, for example algorithm programmers who derived theories of monkey jump, electron proton, frog shuffle and others have thought something for sure before they proved it solve complex problems.

You can code within a week a perfect EA

but You can not optimize it perfectly and it can take years too.

Do you think a person can have all three skills? Well I have all these 3 skills.
Rajesh Kumar Nait
Rajesh Kumar Nait
1 hour programming tutorial for beginners to code a simple EA in MQL5 which sends order to Binance using Binance EA Connector

https://youtu.be/d_r4j2V77mY?si=JlZRa1SRnzHXynwj
Rajesh Kumar Nait
Rajesh Kumar Nait
AI can never beat such talented mathematician ever, Its impossible

https://www.youtube.com/watch?v=P4XBFfTlbXA
Rajesh Kumar Nait
Rajesh Kumar Nait
A short film I made related to stock market long time ago about Dark Ryd3r
https://www.youtube.com/watch?v=wez_39Ps0kM
Rajesh Kumar Nait
Rajesh Kumar Nait
DJI MINI 4 Pro first flying experience
https://youtu.be/X7ttko84E9Y
Rajesh Kumar Nait
Rajesh Kumar Nait
Tutorial for trading $SOL
Drawn Liquidity + Discount Zone + Fibo = $$$
https://www.youtube.com/watch?v=gY8gQQA_ozQ
Rajesh Kumar Nait
Rajesh Kumar Nait
Anya (Ana, AI robot for text to speech from naturalreaders.com )
Explains my videos i shot with a
Script (by ChatGPT)
https://youtu.be/pg_PzQwmd4o
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
Publicado o código Frog Jump
Hides Alone Candlesticks
1 307
Mr gold  Man
[Excluído] 2024.02.13
[Excluído]
Rajesh Kumar Nait
Publicado o 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 1435
Mr gold  Man
[Excluído] 2024.02.08
[Excluído]
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
Publicado o código Candle Fitness
Candlestick Fitness concept is used in coding HFT Algos based on population optimization algorithms.
250
Rajesh Kumar Nait
Publicado o postagem 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...