Rajesh Kumar Nait / Profile
- Information
3 years
experience
|
30
products
|
40
demo versions
|
0
jobs
|
0
signals
|
0
subscribers
|
Hi, I'm Rajesh, a MQL Developer with a B.Tech in Information Technology. With over 12 years of programming experience, I've transitioned from being a PHP developer, specializing in web development, to a full-time MQL5 programmer and crypto trader. Having expert level experience in coding EA related to
1. Price action, Candlesticks
2. ICT concepts e.g. FVG or Order Block mitigated / unmitigated
3. Indicator based EA
4. Fibonacci based EA
Have coded various Risk and Money Management tools in MQL5
In my current role, I focus on trading $SOL daily as a day trader and offer cutting-edge programs for sale on my seller page. These programs include native Websocket Crypto exchanges connection utilities and load charts from all popular exchanges via websocket and API. They run seamlessly on VPS, requiring no external DLLs.
If you're interested in crypto charting or trading tools, feel free to reach out to me via DM. Check out my crypto products and exchange integrations on my MQL5 seller page. I offer 12-hour support per day in IST timezone, 7 days a week
For a limited time, all products are available at a 30% discount. Don't miss out!
For custom projects related to
1. Cryptocurrencies trading and charting
2. Exchnage APIs and Websocket
3. Trading panel for custom exchange
4. EA Connectors
5. Multisymbol Scanners
6. Price Action Indicators, Harmonic Pattern Indicators, ABCD Pattern Indicators etc
You can create a personal job and invite me to review here https://www.mql5.com/en/job
1. Price action, Candlesticks
2. ICT concepts e.g. FVG or Order Block mitigated / unmitigated
3. Indicator based EA
4. Fibonacci based EA
Have coded various Risk and Money Management tools in MQL5
In my current role, I focus on trading $SOL daily as a day trader and offer cutting-edge programs for sale on my seller page. These programs include native Websocket Crypto exchanges connection utilities and load charts from all popular exchanges via websocket and API. They run seamlessly on VPS, requiring no external DLLs.
If you're interested in crypto charting or trading tools, feel free to reach out to me via DM. Check out my crypto products and exchange integrations on my MQL5 seller page. I offer 12-hour support per day in IST timezone, 7 days a week
For a limited time, all products are available at a 30% discount. Don't miss out!
For custom projects related to
1. Cryptocurrencies trading and charting
2. Exchnage APIs and Websocket
3. Trading panel for custom exchange
4. EA Connectors
5. Multisymbol Scanners
6. Price Action Indicators, Harmonic Pattern Indicators, ABCD Pattern Indicators etc
You can create a personal job and invite me to review here https://www.mql5.com/en/job
Friends
151
Requests
Outgoing

Rajesh Kumar Nait
MT5 main purposes
1. You have a strategy : You have something? You can use MT5 to code it as EA or Indicator and make your life easy
2. You do not have a strategy : You can still use MT5 to code a Neural network, deep learning and create artificial intelligence based EA which finds a working trading method for you. You must have good computer resources or you may use cloud farming (Distributed Computing in the MQL5 Cloud Network) .
For what purpose you are using MT5 ?
1. You have a strategy : You have something? You can use MT5 to code it as EA or Indicator and make your life easy
2. You do not have a strategy : You can still use MT5 to code a Neural network, deep learning and create artificial intelligence based EA which finds a working trading method for you. You must have good computer resources or you may use cloud farming (Distributed Computing in the MQL5 Cloud Network) .
For what purpose you are using MT5 ?

Anil Varma
2024.07.17
Currently Step 1, hoping to be in Step 2 sooner or later :)

Rajesh Kumar Nait
2024.07.17
If your step1 is success, no need to go to step 2
Rajesh Kumar Nait
Published post Organising Data for your trading research and development
Many research analysts lack the skill of data organization. This blog is dedicated to solve this problem. Data organization is biggest success point for any field. There are two room, a room where all things are scattered, another room like 5 star hotel, which room you will choose to go...
Rajesh Kumar Nait
Published post Highs and Lows Manipulation
In this blog we discuss about some way highs and lows are manipulated As you can see I have added fibo on a particular swing which is not accurate high, because after that you can see high is broken by wick or body. Lets understand what is reason behind that...
Share on social networks · 1
106
2

Rajesh Kumar Nait
"Trading research is like Edison's journey to invent the light bulb. Each setback is not a failure but a stepping stone towards success. Remember Edison's words: 'I have not failed. I've just found 10,000 ways that won't work.' Keep experimenting, keep learning, and you'll illuminate your path to trading mastery."
Rajesh Kumar Nait
Published post The Process of Strategy
1. Entry - On any condition e.g. Bullish Engulfing and its breakout 2...
Share on social networks · 1
98
Rajesh Kumar Nait
Published post 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...
Share on social networks · 1
115
Rajesh Kumar Nait
Published post Decoding Trading Methods
There are many trading strategies. In a single symbol, more than 1000+ trading methods are applied by traders...
Share on social networks · 1
106
Rajesh Kumar Nait
Published post 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...
Share on social networks · 2
103
2
Rajesh Kumar Nait
Published post 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...
Share on social networks · 2
143
Rajesh Kumar Nait
Published post 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...
Share on social networks · 1
131

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
Programming tutorial in Hindi in MQl5 : Creating an EA
https://www.youtube.com/live/5Qp8SFWAjEw?si=UeMhmU-_Hn-oZ_nY
https://www.youtube.com/live/5Qp8SFWAjEw?si=UeMhmU-_Hn-oZ_nY
Rajesh Kumar Nait
Published code 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.
Share on social networks
6451
1030
Rajesh Kumar Nait
Published code Counter Attack Candlestick
Counter attack candlestick pattern
Share on social networks
6189
905
Rajesh Kumar Nait
Published code 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
Share on social networks
5362
871
Rajesh Kumar Nait
Added topic [SOLVED] Installation Failed [405]
An updated version of library which I published in marketplace is not being installed as its reporting error Installation Failed [405] Many user reported this. Is this mql side error? How can it be resolved for my product
Rajesh Kumar Nait
Published post 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...
Share on social networks · 2
233

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
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
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.
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.
: