Rajesh Kumar Nait
Rajesh Kumar Nait
5 (12)
  • Information
2 years
experience
30
products
30
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.

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
Rajesh Kumar Nait
Published code Wick or Body High Low
Searches for Wick or Body based High low in visible bars of chart
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
Published post 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
Published post 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
Published post 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
A good day
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
Published code Frog Jump
Hides Alone Candlesticks
· 1 3385 299
Mr gold  Man
[Deleted] 2024.02.13
[Deleted]
Rajesh Kumar Nait
Published code 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 7218 1305
Mr gold  Man
[Deleted] 2024.02.08
[Deleted]
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
Published code Candle Fitness
Candlestick Fitness concept is used in coding HFT Algos based on population optimization algorithms.
Rajesh Kumar Nait
Published post 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...