Rajesh Kumar Nait
Rajesh Kumar Nait
5 (15)
  • 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 postagem Cryptocurrency - Chart Types for Accuracy
Hello everyone, In today's blog I will discuss an important topic with you. Its about Charting, Most of people watch wrong chart and that may result in their EA to fail or not perform with great accuracy...
Rajesh Kumar Nait
Publicado o postagem Decoding Trading Methods
There are many trading strategies. In a single symbol, more than 1000+ trading methods are applied by traders...
Rajesh Kumar Nait
Publicado o postagem Multi Timeframe : Why its must to watch
If you are using technical analysis to make trading decisions you may be using Multi Timeframe concept I will share my experience on Mutli Timeframe Why people use multitimeframe? First we need to know that multi timeframes are divided in two parts. Parent and Child...
Rajesh Kumar Nait
Publicado o postagem Mathematical Models for trading Cryptocurrencies
Here are some intraday trading methods for cryptocurrencies that rely on mathematical models and price data rather than constant chart watching: 1. Mean Reversion Trading This strategy is based on the concept that prices will revert to their mean or average value over time...
Rajesh Kumar Nait
Publicado o postagem Score betting systems in trading : Labouchere System
The Score Betting System is a wagering strategy commonly used in sports betting. This system is designed to help bettors manage their stakes in a structured manner, often with the aim of maximizing potential profits while minimizing risks...
Rajesh Kumar Nait
Rajesh Kumar Nait
while (true) best example to understand
Conor Mcnamara
Conor Mcnamara 2024.06.22
now I need to turn it off
Anil Varma
Anil Varma 2024.06.23
explained is simplest way
Rajesh Kumar Nait
Rajesh Kumar Nait 2024.06.23
Conor, int count = 0; while(!IsStopped()) { fan.rotate(); if(count >= 5) { break; // stop the fan if count is greater than or equal to 5 } count++; } Print("Loop exited.");
Rajesh Kumar Nait
Rajesh Kumar Nait
Programming tutorial in Hindi in MQl5 : Creating an EA
https://www.youtube.com/live/5Qp8SFWAjEw?si=UeMhmU-_Hn-oZ_nY
Rajesh Kumar Nait
Publicado o código Manual Backtest Bar Replay Simulator
A simple indicator which may help you in manual backtest by just moving a vertical line to show hide bars.
388
Rajesh Kumar Nait
Publicado o código Counter Attack Candlestick
Counter attack candlestick pattern
490
Rajesh Kumar Nait
Publicado o código Dominant Candle
Dominant Candle is a a two candlestick set where the wicks intersect each other but body of the candles are either gapped up, gapped down or equal
446
Rajesh Kumar Nait
Publicado o postagem Crypto Charting - Documentation
Instruction : Add URLs to Tools > Options > Expert Advisors > Allow WebRequest for listed URL for your preferred exchange: Binance Spot URL 1: api.binance.com URL 2: stream.binance.com Binance Futures URL 1: fapi.binance.com URL 2: fstream.binance.com Binance Coin URL 1: dapi.binance...
Rajesh Kumar Nait
Rajesh Kumar Nait
I feel like I am a Minimalist and If I am not 100% minimalist, I would like to be.
Minimalism means decluttering the things you are not using, For example your hundreds of MQL5 files of indicators which you think may be helpful but in real life they are not useful so you should either trash them or send to your backup hard drive.

Even tech companies are following minimalism.
Latest Smartphones does not come with
1. 3.5mm Earphone jack as they believe people use Bluetooth earbuds
2. Micro SD Card Slot replaced by inbuilt storage
3. Sim card Slot replaced by ESIM
4. Charging Port (in future will be replaced by wireless charging)

Why they are doing this? Its because of minimalism.

The first laptop i bought was Intel 1st generation having 32nm CPU
Today 4nm processors are being distributed by Intel. Why they are minimizing size of processor and its increasing performance? Its because of minimalism

So you should also be a minimalist. Throw the things which are not in use, Keep 1 thing only.
Like I would sell my old smartphone right away I buy a new one. Keeping two phones is not what a minimalist do.
How do you know if you are a minimalist? If you are a minimalist and a computer seller tries to sell you a PC with CD Drive, you will not accept it
Rajesh Kumar Nait
Rajesh Kumar Nait
Which C language you know?
Rajesh Kumar Nait
Rajesh Kumar Nait
MT5 is very good program for research analysts. I will share my experience how my trading experience changed as a research analyst
1. When I was doing R&D earlier when I had no knowledge about MT5. I used to write notes in paper, Excel, Word, PowerPoint and Evernote app, but this was not a feasible solution. When your system you developed fails, You have to scroll 1000+ notes and you can not remember everything correctly. This resulted in human errors and ultimately very complex to develop a strategy.
2. When I learned about MT5, I came to knew i can code each my strategies in few line of codes. I spent years of learning in MQL5 Programming then I wrote 5000+ lines of code. I never knew about Arrays, when I studied use of Arrays I converted 5000+ lines of codes in 200 lines of code. That was a great achievement but it was still not a good way to quick trading of strategies. Then I came to knew about Libraries where i coded all my functions to be reusesd on each new strategy code I write. For example Candle OHLC, Patterns, Price Patterns, harmonics and others. That finally made me fully utilize MT5 at its best, and now this program is more better than AI for me, as i write few lines and my strategy is ready and this results in making less error in trading, giving a boost to me as a research analyst.
Rajesh Kumar Nait
Rajesh Kumar Nait
If you look at this highlighted low at rectangle
You will think like its normal Low but its not
Its the dangerous Low
Because there exists a Ctrl Candle (used in Algos)
You can detect it manually or by using this paid indicator
https://www.mql5.com/en/market/product/102689
Rajesh Kumar Nait
Rajesh Kumar Nait
Type of Music I play in background while working for deep thinking
https://www.youtube.com/watch?v=_gZJG8VZy-A
Rajesh Kumar Nait
Rajesh Kumar Nait
24 years ago
My grandmother gave me 60 USD from her savings for buying PS One.
I cant forget the good memories
Rajesh Kumar Nait
Rajesh Kumar Nait
How to trade Trendline without Traps using Price Action - Trading Tutorial for Beginners #Crypto https://www.youtube.com/watch?v=VF5zQsFGGHg
Rajesh Kumar Nait
Rajesh Kumar Nait
AI needs data for its training model.
I am a trader and there are many successful traders, If you are a successful trader and would be hired by AI company for training its model, will you join or you wish to be AI dumb as of now it is?