Rajesh Kumar Nait
Rajesh Kumar Nait
4.9 (31)
  • Information
4 years
experience
37
products
38
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
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 7014 758
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 24379 3985
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...
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 Published product
Reviews: 2
149.00 USD

Crypto Ticks for MetaTrader 5 – Real-Time Crypto Tick Data and Order Book Integration Overview Crypto Ticks streams real-time tick data and order book depth from major cryptocurrency exchanges directly into MetaTrader 5. Designed for traders who require precise market data for scalping, algorithmic strategies, and strategy testing. Supported Exchanges Binance : Spot  and Futures  KuCoin : Spot and Futures (active chart order book support) Bybit : Futures and Inverse Futures XT.com

Rajesh Kumar Nait
Published post 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 Published product

This indicator finds Double Top and Double bottom Example : What is Double Top When price establishes a new high and then falls, then reverse to the same candle area of High then its considered a valid double top and vice versa for double bottom. 1. It plots and high and low on visible chart if ChartChange is set to true else it searches on new bar opening 2. If there is double top and double bottom found in visible chart window then it plots a line 3. It has options to customize text color