Rajesh Kumar Nait / 프로필
- 정보
|
4 년도
경험
|
37
제품
|
39
데몬 버전
|
|
0
작업
|
0
거래 신호
|
0
구독자
|
안녕하세요, 저는 정보 기술 학사 학위를 가진 MQL 개발자 Rajesh입니다. 12년 이상의 프로그래밍 경험을 가지고 있으며, PHP 개발자에서 웹 개발을 전문으로 하는 전문가에서 전문 MQL5 프로그래머 및 암호화폐 트레이더로 전향했습니다.
현재 역할에서는 하루에 $SOL을 일일 트레이더로 거래하고 있으며, 내 판매자 페이지에서 판매되는 첨단 프로그램을 제공합니다. 이 프로그램에는 웹소켓 및 API를 통해 모든 인기있는 거래소에서 차트를 로드하는 네이티브 웹소켓 암호화폐 거래소 연결 유틸리티가 포함됩니다. VPS에서 매끄럽게 실행되며 외부 DLL이 필요하지 않습니다.
암호화폐 차트 분석이나 트레이딩 도구에 관심이 있다면 DM으로 언제든지 연락하십시오. MQL5 판매자 페이지에서 내 암호화폐 제품과 거래소 통합을 확인하십시오. IST 시간대에 하루 12시간의 지원을 제공합니다.
모든 제품이 제한된 시간 동안 30% 할인된 가격으로 구매 가능합니다. 놓치지 마세요!
현재 역할에서는 하루에 $SOL을 일일 트레이더로 거래하고 있으며, 내 판매자 페이지에서 판매되는 첨단 프로그램을 제공합니다. 이 프로그램에는 웹소켓 및 API를 통해 모든 인기있는 거래소에서 차트를 로드하는 네이티브 웹소켓 암호화폐 거래소 연결 유틸리티가 포함됩니다. VPS에서 매끄럽게 실행되며 외부 DLL이 필요하지 않습니다.
암호화폐 차트 분석이나 트레이딩 도구에 관심이 있다면 DM으로 언제든지 연락하십시오. MQL5 판매자 페이지에서 내 암호화폐 제품과 거래소 통합을 확인하십시오. IST 시간대에 하루 12시간의 지원을 제공합니다.
모든 제품이 제한된 시간 동안 30% 할인된 가격으로 구매 가능합니다. 놓치지 마세요!
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
게재된 포스트 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...
소셜 네트워크에 공유 · 1
510
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
소셜 네트워크에 공유 · 1
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.
소셜 네트워크에 공유 · 1
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
소셜 네트워크에 공유 · 2
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.
소셜 네트워크에 공유 · 2
전체 댓글 표시 (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
게재된 포스트 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...
소셜 네트워크에 공유 · 2
144
1
Rajesh Kumar Nait
Happy New Year !! May 2025 brings lots of financial success using MQL5.
소셜 네트워크에 공유 · 2
Rajesh Kumar Nait
게재된 코드 Perfect Seconds Chart
퍼펙트 세컨즈 차트 표시기를 사용하면 실시간 데이터의 분 단위 캔들을 초 단위로 변환할 수 있습니다. 정확한 시간으로 막대를 닫으려면 초 수를 선택합니다. 이것은 실시간 OHLC 요금 기반 데이터이며, 틱을 사용할 수없는 경우에도 작동합니다. 외부 DLL이 필요하지 않으며 VPS에서 원활하게 작동합니다 4. 빠르고 최적화된 코드 5. 선물 라이브 차트를 초 단위로 쉽게 변환 할 수있는 BInance, Kucoin 및 기타 모든 거래소와 같은 암호화 쌍 지원 6. 금 및 외환 쌍과 같은 모든 유형의 기호 지원 7. 기호 및 요율 삭제 옵션.
소셜 네트워크에 공유
128
2117
Rajesh Kumar Nait
게재된 포스트 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...
소셜 네트워크에 공유 · 1
596
Rajesh Kumar Nait
게재된 포스트 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...
소셜 네트워크에 공유 · 1
194
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
소셜 네트워크에 공유 · 1
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.
Rajesh Kumar Nait
게재된 포스트 Markov Chain
Markov chains can be applied to intraday trading to model price movements and predict future price levels based on current and past price levels...
소셜 네트워크에 공유 · 2
828
Rajesh Kumar Nait
출시돈 제품
Easy Fibonacci는 MT5용 지표로, 피보나치 되돌림을 쉽게 그릴 수 있게 해줍니다. 기능 지표 설정에서 최대 10개의 피보 레벨을 설정할 수 있습니다. 각 레벨은 다른 선 스타일, 선 색상, 선 너비 및 기타 설정을 사용자 정의할 수 있습니다. 추가 버튼이 있는 마우스를 사용하여 V 및 B 키를 매핑하고 피보나치를 편리하게 그릴 수 있습니다. 버튼 동작: B 및 V: 차트의 보이는 영역에 상단/하단 피보나치 그리기 N 및 M: 다음 및 이전 캔들 스윙 확장 R: 재설정 자세한 내용은 비디오 튜토리얼을 참조하세요. Easy Fibonacci는 MT5용 지표로, 피보나치 되돌림을 쉽게 그릴 수 있게 해줍니다. 기능 지표 설정에서 최대 10개의 피보 레벨을 설정할 수 있습니다. 각 레벨은 다른 선 스타일, 선 색상, 선 너비 및 기타 설정을 사용자 정의할 수 있습니다. 추가 버튼이 있는 마우스를 사용하여 V 및 B 키를 매핑하고 피보나치를 편리하게 그릴 수 있습니다. 버튼
소셜 네트워크에 공유 · 2
:
