Rajesh Kumar Nait / 个人资料
- 信息
2 年
经验
|
30
产品
|
35
演示版
|
0
工作
|
0
信号
|
0
订阅者
|
嗨,我是Rajesh,一名MQL开发者,拥有信息技术学士学位。拥有超过12年的编程经验,我从PHP开发人员转型为全职MQL5程序员和加密货币交易员。
在我的当前角色中,我专注于作为日间交易员每日交易$SOL,并在我的销售页面上提供尖端程序出售。这些程序包括本机Websocket加密货币交易所连接实用程序,并通过Websocket和API从所有热门交易所加载图表。它们在VPS上无缝运行,无需外部DLL。
如果您对加密货币图表或交易工具感兴趣,请随时通过DM与我联系。在我的MQL5销售页面上查看我的加密产品和交易所集成。我提供每天12小时的IST时区支持,每周7天。
在有限的时间内,所有产品都以30%的折扣出售。不要错过!
在我的当前角色中,我专注于作为日间交易员每日交易$SOL,并在我的销售页面上提供尖端程序出售。这些程序包括本机Websocket加密货币交易所连接实用程序,并通过Websocket和API从所有热门交易所加载图表。它们在VPS上无缝运行,无需外部DLL。
如果您对加密货币图表或交易工具感兴趣,请随时通过DM与我联系。在我的MQL5销售页面上查看我的加密产品和交易所集成。我提供每天12小时的IST时区支持,每周7天。
在有限的时间内,所有产品都以30%的折扣出售。不要错过!
Rajesh Kumar Nait
已发布代码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.
243
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...
分享社交网络
104
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
76
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 Willia 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
118
Rajesh Kumar Nait
已发布产品
Easy Fibonacci 是一个适用于 MT5 的指标,允许您轻松绘制斐波那契回撤。 特点 可在指标设置中设置多达 10 个斐波水平。 每个水平可以有不同的线条样式、线条颜色、线条宽度和其他可定制设置。 您可以使用带有额外按钮的鼠标来映射 V 和 B 键,并方便地绘制斐波那契。 按钮操作: B 和 V:在图表的可见区域绘制顶部/底部斐波那契。 N 和 M:下一个和上一个蜡烛图摆动延伸。 R:重置。 观看视频教程以获取更多详细信息。 Easy Fibonacci 是一个适用于 MT5 的指标,允许您轻松绘制斐波那契回撤。 特点 可在指标设置中设置多达 10 个斐波水平。 每个水平可以有不同的线条样式、线条颜色、线条宽度和其他可定制设置。 您可以使用带有额外按钮的鼠标来映射 V 和 B 键,并方便地绘制斐波那契。 按钮操作: B 和 V:在图表的可见区域绘制顶部/底部斐波那契。 N 和 M:下一个和上一个蜡烛图摆动延伸。 R:重置。 观看视频教程以获取更多详细信息。
分享社交网络 · 2
Rajesh Kumar Nait
MT5 main purposes
1. You have a strategy : You have something? You can use MT5 to code it as EA or Indicator and make your life easy
2. You do not have a strategy : You can still use MT5 to code a Neural network, deep learning and create artificial intelligence based EA which finds a working trading method for you. You must have good computer resources or you may use cloud farming (Distributed Computing in the MQL5 Cloud Network) .
For what purpose you are using MT5 ?
1. You have a strategy : You have something? You can use MT5 to code it as EA or Indicator and make your life easy
2. You do not have a strategy : You can still use MT5 to code a Neural network, deep learning and create artificial intelligence based EA which finds a working trading method for you. You must have good computer resources or you may use cloud farming (Distributed Computing in the MQL5 Cloud Network) .
For what purpose you are using MT5 ?
分享社交网络 · 1
Rajesh Kumar Nait
已发布文章Organising Data for your trading research and development
Many research analysts lack the skill of data organization. This blog is dedicated to solve this problem. Data organization is biggest success point for any field. There are two room, a room where all things are scattered, another room like 5 star hotel, which room you will choose to go...
分享社交网络
93
Rajesh Kumar Nait
已发布文章Highs and Lows Manipulation
In this blog we discuss about some way highs and lows are manipulated As you can see I have added fibo on a particular swing which is not accurate high, because after that you can see high is broken by wick or body. Lets understand what is reason behind that...
分享社交网络 · 1
95
2
Rajesh Kumar Nait
"Trading research is like Edison's journey to invent the light bulb. Each setback is not a failure but a stepping stone towards success. Remember Edison's words: 'I have not failed. I've just found 10,000 ways that won't work.' Keep experimenting, keep learning, and you'll illuminate your path to trading mastery."
分享社交网络 · 2
Rajesh Kumar Nait
已发布文章The Process of Strategy
1. Entry - On any condition e.g. Bullish Engulfing and its breakout 2...
分享社交网络 · 1
88
Rajesh Kumar Nait
已发布文章Cryptocurrency - Chart Types for Accuracy
Hello everyone, In today's blog I will discuss an important topic with you. Its about Charting, Most of people watch wrong chart and that may result in their EA to fail or not perform with great accuracy...
分享社交网络 · 1
94
Rajesh Kumar Nait
已发布文章Decoding Trading Methods
There are many trading strategies. In a single symbol, more than 1000+ trading methods are applied by traders...
分享社交网络 · 1
92
Rajesh Kumar Nait
已发布文章Multi Timeframe : Why its must to watch
If you are using technical analysis to make trading decisions you may be using Multi Timeframe concept I will share my experience on Mutli Timeframe Why people use multitimeframe? First we need to know that multi timeframes are divided in two parts. Parent and Child...
分享社交网络 · 2
88
2
Rajesh Kumar Nait
已发布文章Mathematical Models for trading Cryptocurrencies
Here are some intraday trading methods for cryptocurrencies that rely on mathematical models and price data rather than constant chart watching: 1. Mean Reversion Trading This strategy is based on the concept that prices will revert to their mean or average value over time...
分享社交网络 · 2
106
Rajesh Kumar Nait
已发布文章Score betting systems in trading : Labouchere System
The Score Betting System is a wagering strategy commonly used in sports betting. This system is designed to help bettors manage their stakes in a structured manner, often with the aim of maximizing potential profits while minimizing risks...
分享社交网络 · 1
100
Rajesh Kumar Nait
分享社交网络 · 1
Rajesh Kumar Nait
2024.06.23
Conor, int count = 0; while(!IsStopped()) { fan.rotate(); if(count >= 5) { break; // stop the fan if count is greater than or equal to 5 } count++; } Print("Loop exited.");
Rajesh Kumar Nait
Programming tutorial in Hindi in MQl5 : Creating an EA
https://www.youtube.com/live/5Qp8SFWAjEw?si=UeMhmU-_Hn-oZ_nY
https://www.youtube.com/live/5Qp8SFWAjEw?si=UeMhmU-_Hn-oZ_nY
分享社交网络 · 1
Rajesh Kumar Nait
已发布代码Manual Backtest Bar Replay Simulator
A simple indicator which may help you in manual backtest by just moving a vertical line to show hide bars.
725
: