Rajesh Kumar Nait / Profile
- Information
|
4 years
experience
|
37
products
|
39
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
214
Requests
Outgoing
Rajesh Kumar Nait
Published product
Pionex Live MT5 Data and History -- Add the API address to Tools > Expert Advisor api.pionex.com ws.pionex.com Steps : Create Symbols Select CreateSymbols = true Restart MT5 Terminal (Most important) Select Symbols to marketwatch for which you want to load history and live data 1. Add utility to any chart and Select Mode = LiveUpdate to get trade data on chart 2. Add utility to any chart and Select Mode = History to fill history to desired date and time Use MaxDate to add any date you wish to
Rajesh Kumar Nait
To be a successful trader
1. Learn to adapt as per situation
2. Never Be Determined
1. Learn to adapt as per situation
2. Never Be Determined
Rajesh Kumar Nait
Myths for me which I completely disagree:
1. News and Fundamental analysis impact market but it also go against technical analysis or price action
2. Using an indicator can make you successful
3. Fibonacci calculations does not work
4. You do not need custom analysis assistant build on mt5 or other program before you do analysis
5. You can trade and be successful from smartphone or tablet or promotion of portability in trading.
1. News and Fundamental analysis impact market but it also go against technical analysis or price action
2. Using an indicator can make you successful
3. Fibonacci calculations does not work
4. You do not need custom analysis assistant build on mt5 or other program before you do analysis
5. You can trade and be successful from smartphone or tablet or promotion of portability in trading.
Rajesh Kumar Nait
Published post Crypto Ticks and Depth Documentation
🔥 CRYPTO TICKS 🔥 🚀 Next-Gen Market Data Streaming 🚀 🌟 Supports Multiple Exchanges: 🔹 Binance (Spot & Futures) | Kucoin | Bybit (Futures & Inverse Futures) | XT : Xt.com Spot and Futures ⚡ Key Features: ✅ Robust Auto Re-connection – Never miss a tick...
Share on social networks · 1
490
Rajesh Kumar Nait
https://www.youtube.com/watch?v=ApxzwEg4qes
1 year ago i was enjoying this song, my favorite
1 year ago i was enjoying this song, my favorite
Rajesh Kumar Nait
How can I use my GTX 970 in trading research?
1. Running Trading & Charting Software
Most trading platforms (e.g., TradingView, NinjaTrader, MetaTrader, ThinkorSwim) rely more on CPU, but they also use GPUs for rendering charts and handling multiple monitors. GTX 970 can:
Smoothly run multiple charts and indicators.
Handle multiple monitors (good for multi-timeframe analysis).
Speed up heatmaps and visualizations of market data.
2. Accelerating Data Analysis & Backtesting
If I am using Python for market research, I can use NVIDIA’s CUDA for faster computations.
Backtesting libraries: I may Use Backtrader or Zipline with GPU acceleration for strategy testing.
Data analysis: Use cuDF (GPU-accelerated pandas) to handle large market datasets faster.
Machine learning: If you're training AI models for price prediction, NVIDIA’s TensorFlow with CUDA can offload computations to your GPU.
3. Running AI/ML Models for Market Prediction
Even though the GTX 970 is older, it supports TensorFlow/PyTorch (CUDA 11.x max) for basic ML models.
I can train simple neural networks for pattern recognition in stock price movements.
Use libraries like TA-Lib (technical analysis indicators) along with GPU-accelerated data processing.
4. GPU-Accelerated Quantitative Research
Monte Carlo simulations: Speed up simulations for option pricing or risk analysis.
Reinforcement Learning (RL): Experiment with Deep Q-Learning (DQN) for algo trading.
Order Book Analysis: Use GPU-accelerated tools for processing high-frequency trading (HFT) data.
5. Cryptocurrency & Alternative Markets
If I trade crypto, GPU acceleration helps in on-chain analysis, sentiment analysis, or even mining
Some platforms like Cryptohopper or 3Commas allow GPU-based automation for backtesting trading bots.
Limitations of GTX 970 for Trading
✅ Good for visualization, backtesting, and basic AI research.
❌ Not great for heavy deep learning or handling massive datasets.
❌ Limited VRAM (4GB) makes it unsuitable for high-end models.
1. Running Trading & Charting Software
Most trading platforms (e.g., TradingView, NinjaTrader, MetaTrader, ThinkorSwim) rely more on CPU, but they also use GPUs for rendering charts and handling multiple monitors. GTX 970 can:
Smoothly run multiple charts and indicators.
Handle multiple monitors (good for multi-timeframe analysis).
Speed up heatmaps and visualizations of market data.
2. Accelerating Data Analysis & Backtesting
If I am using Python for market research, I can use NVIDIA’s CUDA for faster computations.
Backtesting libraries: I may Use Backtrader or Zipline with GPU acceleration for strategy testing.
Data analysis: Use cuDF (GPU-accelerated pandas) to handle large market datasets faster.
Machine learning: If you're training AI models for price prediction, NVIDIA’s TensorFlow with CUDA can offload computations to your GPU.
3. Running AI/ML Models for Market Prediction
Even though the GTX 970 is older, it supports TensorFlow/PyTorch (CUDA 11.x max) for basic ML models.
I can train simple neural networks for pattern recognition in stock price movements.
Use libraries like TA-Lib (technical analysis indicators) along with GPU-accelerated data processing.
4. GPU-Accelerated Quantitative Research
Monte Carlo simulations: Speed up simulations for option pricing or risk analysis.
Reinforcement Learning (RL): Experiment with Deep Q-Learning (DQN) for algo trading.
Order Book Analysis: Use GPU-accelerated tools for processing high-frequency trading (HFT) data.
5. Cryptocurrency & Alternative Markets
If I trade crypto, GPU acceleration helps in on-chain analysis, sentiment analysis, or even mining
Some platforms like Cryptohopper or 3Commas allow GPU-based automation for backtesting trading bots.
Limitations of GTX 970 for Trading
✅ Good for visualization, backtesting, and basic AI research.
❌ Not great for heavy deep learning or handling massive datasets.
❌ Limited VRAM (4GB) makes it unsuitable for high-end models.
Rajesh Kumar Nait
Conor Mcnamara
2025.03.04
some people argue that trading is not a science, but an art, and I lean towards this belief. We have mathematical trading systems, but also systems purely based on fundamentals, and others simply based on price action
Rajesh Kumar Nait
2025.03.04
You are right, I know many types of system exists and each of them may work or fail but i only believe in price action based system because candle and renko are most powerful data visualizer in my experience
Rajesh Kumar Nait
3 things I avoid watching as a day trader
1. Any indicator such as MA and Volumes
2. Any chart except Renko and Candlesticks
3. News and Fundamentals
1. Any indicator such as MA and Volumes
2. Any chart except Renko and Candlesticks
3. News and Fundamentals
Rajesh Kumar Nait
I am a fan of pc game series "STALKER" my favorite part is STALKER : Shadow of chernobyl. Recently Stalker 2 is released but my GTX 970 is not able to handle it. In this game there is a strange thing called "anomaly". The player confirms the anomaly by throwing a nut bolt. If electric shock appears then its confirmed to be anomaly. If you walk over anomaly without confirming it will give you huge shock and decrease health of player.
These anomalies are usually distributed on ground only 10-20% area
I believe in financial market same way anomalies are distributed which makes it impossible to win each time. Traders see something working with damn high accuracy and when they invest they lose, they make mistakes then they regret due to these anomalies in market. But we can identify these by documenting your journal and once we keep ourself aware about it, No body can stop making us money.
These anomalies are usually distributed on ground only 10-20% area
I believe in financial market same way anomalies are distributed which makes it impossible to win each time. Traders see something working with damn high accuracy and when they invest they lose, they make mistakes then they regret due to these anomalies in market. But we can identify these by documenting your journal and once we keep ourself aware about it, No body can stop making us money.
Rajesh Kumar Nait
As a scalper, confidence is a key to success
1. Be confident about your TP Level, As you can see in screenshot, price reversed early from TP but later came back near my level. If i panic and exit and same place i added entry, I become a loser. If we dont have confidence, we cant succeed,
From where this confidence comes?
Its coming from your strategy testing. When we test strategy it looks normal scenario but when in real you see $$$ in profit and then these $$$ start disappearing, you develop emotion, and when you develop emotion your losing chances and making errors rate becomes so high
1. Be confident about your TP Level, As you can see in screenshot, price reversed early from TP but later came back near my level. If i panic and exit and same place i added entry, I become a loser. If we dont have confidence, we cant succeed,
From where this confidence comes?
Its coming from your strategy testing. When we test strategy it looks normal scenario but when in real you see $$$ in profit and then these $$$ start disappearing, you develop emotion, and when you develop emotion your losing chances and making errors rate becomes so high
Rajesh Kumar Nait
To solve market and earn money, a trader needs to solve 3 main problems
1. Direction
2. setup
3. confirmation
90% of researcher may find setup in market
30% still manage to find a way to confirm an entry with almost sureshot
only 5% i believe may find a solution to find direction in market
Even I am not able to find way to "direction"
due to this my SL hits most often even if i end up making profit in end of month
If i will be able to solve how to find direction, it can change everything
I have tried SMC, CHOCH, Elliot waves, Candle Pullbacks and dozens of complex methods,
still not able to solve this.
1. Direction
2. setup
3. confirmation
90% of researcher may find setup in market
30% still manage to find a way to confirm an entry with almost sureshot
only 5% i believe may find a solution to find direction in market
Even I am not able to find way to "direction"
due to this my SL hits most often even if i end up making profit in end of month
If i will be able to solve how to find direction, it can change everything
I have tried SMC, CHOCH, Elliot waves, Candle Pullbacks and dozens of complex methods,
still not able to solve this.
Show all comments (4)
Conor Mcnamara
2025.02.03
Indicators that reveal trend strength are very useful to determine direction, I will never want to place the trade if the trend strength is weak
Rajesh Kumar Nait
Published post Applicable Laws in Trading research
As we all know, Fibonacci is a mathematical law which may works amazingly if used wisely and along with trend confirmation. Just like that, we have more laws which may be implemented in trading. I am going to discuss few of these...
Share on social networks · 2
144
1
Rajesh Kumar Nait
Published code Perfect Seconds Chart
Perfect Seconds chart indicator allows you to convert minute candles of live data into seconds.
1. Choose any number of seconds to close a bar with accurate time.
2. This is Live OHLC rates based data, It works even if ticks are not available.
3. No external DLL required, it works smoothly on VPS
4. Fast and optimized code
5. Supports Crypto Pairs such as BInance, Kucoin and all other exchanges where Futures live chart can be converted into seconds easily.
6. Support all type of symbols such as Gold and Forex pairs.
7. Options to delete symbol and rates.
Share on social networks
12626
2077
Rajesh Kumar Nait
Published post Learn use of Class in mql5
1. What is a Class? A class in MQL5 is a blueprint for creating objects. It allows you to encapsulate data and methods that operate on that data. In MQL5, a class is defined using the class keyword and can have private, protected, and public sections for its members (variables and functions). 2...
Share on social networks · 1
585
Rajesh Kumar Nait
Published post Strategy Optimization Process
Here are few steps to optimize a strategy after successful coding MT5 Strategy Tester in visualization mode has a drawback of not going backwards on the chart but it can pause and go step by step forward only...
Share on social networks · 1
192
Rajesh Kumar Nait
My personal Fibo EA (in MQL5) which seems impossible for me to code when I did not know MQL5 but today its successfully built and also giving me bread and butter. Coded only in 709 lines of codes
Rajesh Kumar Nait
What you use for your EA maxima minima?
1. Custom Self Developed Algorithm
2. ZigZag
4. Fractal or any other indicator such as MA
5. Chart Patterns such as Double Bottom
6. Any other (Comment)
1. Custom Self Developed Algorithm
2. ZigZag
4. Fractal or any other indicator such as MA
5. Chart Patterns such as Double Bottom
6. Any other (Comment)
Gerard William G J B M Dinh Sy
2024.08.02
simple indicators like
moving averages
S&R
But especially their values from the multi timeframe
moving averages
S&R
But especially their values from the multi timeframe
Conor Mcnamara
2024.08.02
there are some interesting algos people have made for this, better than zigzag and non repaint. There is also BIDLOW and BIDHIGH which returns the minimal and maximal bid.
:
