Rajesh Kumar Nait
Rajesh Kumar Nait
4.8 (26)
  • Information
3 Jahre
Erfahrung
32
Produkte
39
Demoversionen
0
Jobs
0
Signale
0
Abonnenten
Hallo, ich bin Rajesh, ein MQL-Entwickler mit einem Bachelor-Abschluss in Informationstechnologie. Mit über 12 Jahren Programmiererfahrung bin ich vom PHP-Entwickler, spezialisiert auf Webentwicklung, zum Vollzeit-MQL5-Programmierer und Kryptowährungshändler gewechselt.

In meiner aktuellen Rolle konzentriere ich mich darauf, täglich $SOL als Daytrader zu handeln und hochmoderne Programme zum Verkauf auf meiner Verkäuferseite anzubieten. Diese Programme umfassen native WebSocket-Krypto-Börsenverbindungsdienstprogramme und laden Diagramme von allen gängigen Börsen über WebSocket und API. Sie laufen nahtlos auf VPS und benötigen keine externen DLLs.

Wenn Sie an der Analyse von Kryptowährungsdiagrammen oder Handelstools interessiert sind, können Sie mich gerne per DM kontaktieren. Überprüfen Sie meine Kryptoprodukte und Börsenintegrationen auf meiner MQL5-Verkäuferseite. Ich biete 12 Stunden Support pro Tag in der IST-Zeitzone an, 7 Tage die Woche.

Alle Produkte sind für einen begrenzten Zeitraum mit einem Rabatt von 30% erhältlich. Verpassen Sie nicht die Gelegenheit!
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
Hat den Code Frog Jump veröffentlicht
Hides Alone Candlesticks
1 548
Mr gold  Man
[Gelöscht] 2024.02.13
[Gelöscht]
Rajesh Kumar Nait
Hat den Code Fair Value Gap veröffentlicht
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 2929
Mr gold  Man
[Gelöscht] 2024.02.08
[Gelöscht]
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
Hat den Code Candle Fitness veröffentlicht
Candlestick Fitness concept is used in coding HFT Algos based on population optimization algorithms.
533
Rajesh Kumar Nait
Beitrag Ways to detect a birth of new bar in EA and Indicators veröffentlicht
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 Hat ein Produkt angeboten
Bewertungen: 1
199.00 USD

Crypto Ticks für MetaTrader 5 – Echtzeit-Krypto-Tickdaten und Orderbuch-Integration Überblick Crypto Ticks streamt Echtzeit-Tickdaten und Orderbuch-Tiefe von führenden Krypto-Börsen direkt in MetaTrader 5. Entwickelt für Trader, die präzise Marktdaten für Scalping, Algorithmen und Strategie-Tests benötigen. Unterstützte Börsen Binance: Spot (inkl. Orderbuch im aktiven Chart) und Futures (mehrere Symbole unterstützt) KuCoin: Spot und Futures (Orderbuch im Chart) Bybit: Futures und Inverse Futures

Rajesh Kumar Nait
Beitrag Multi Symbol Trading manually veröffentlicht
Trading manually in a multi-symbol intraday scalping strategy involves several key components to increase the likelihood of success...
Rajesh Kumar Nait Hat ein Produkt angeboten

Dieser Indikator findet Double Top und Double Bottom Beispiel: Was ist ein Double Top? Wenn der Kurs ein neues Hoch erreicht und dann fällt, um dann zum gleichen Kerzenbereich des Hochs zurückzukehren, wird dies als ein gültiges Double Top betrachtet und umgekehrt für ein Double Bottom. 1. Er zeichnet Hoch und Tief auf dem sichtbaren Chart auf, wenn ChartChange auf true gesetzt ist, ansonsten sucht er nach der Eröffnung eines neuen Bars. 2. Wenn ein Doppel-Top und ein Doppel-Bottom im sichtbaren

Rajesh Kumar Nait
Hat den Code Sec-WebSocket-Key Generator veröffentlicht
Sec-WebSocket-Key Generator
1 203
Rajesh Kumar Nait
Beitrag Elliot Waves veröffentlicht
Elliot Waves is a fantastic topic which also supports fibonacci measurement Elliot waves can be classified as A B C D E F Its considered that price expansion ends at leg F I will discuss about these in high to low mode as per screenshot. 1. Wave AB : Should be impulse 2...
Rajesh Kumar Nait
Beitrag How to reduce stress if you are a fibonacci trader veröffentlicht
I am a 100% pure fibonacci trader. I use multiple fibonacci tools to calculate swings in chart but in this article I am going to cover fibonacci retracement as an example. Plotting Fibonacci is very easy, takes 5 seconds, but watching if price is coming to your level e.g. 2...
Rajesh Kumar Nait
Beitrag Process of making a perfect strategy veröffentlicht
What is a strategy? If we talk in programming language, A strategy is a tactic which outputs two boolean - true or false or win or loss Example : Buy when RSI is 30 and price is above EMA 50 or SELL if RSI is 70 and EMA below 50 This strategy is using two indicators...
Rajesh Kumar Nait
Rajesh Kumar Nait
Hahaha :):):)
Lorentzos Roussos
Lorentzos Roussos 2024.01.12
xD
Rajesh Kumar Nait
Hat den Code Connect Disconnect Sound Alert veröffentlicht
This utility is simple example to add sound alert on connect / disconnect
2 179
Rajesh Kumar Nait
Beitrag My routine of optimization of strategy as a trader veröffentlicht
In this blog I am going to share the real experience of my routine as a successful trader using system i coded in MT5 1. Manual Research : I started researching manually on chart with no indicator attached. I understood price action and fibonacci which is what made me successful...