Varun Maithani
- Information
no
experience
|
0
products
|
0
demo versions
|
0
jobs
|
1
signals
|
0
subscribers
|
Varun Maithani
Added topic Best practices for coding MQ5 Indicators
Hi, I just wanted to know if any experienced developer has made post / topic about best practices and patterns about creating I ndicators. Since information about EA/MQL5/Indicator is spread out across forum posts/articles/MQL5 documentation
Varun Maithani
Added topic ISsue with Creating an indicator buffer that stores values for different timeframe (than the chart) and should be accessed by EA
Hi, I was creating an indicator that has 2 buffers. double x_1hr[] , x_30min[]; This indicator has to be used on 4 hr chart (for convenience purpose). But it needs to also populate values in the x_1hr and x_30min buffer array after
Varun Maithani
Added topic MT5 Indicator problem : How to only call Telgram message sending function on detecting latest condition only (Also not while getting tested in strategy tester)?
Hi everyone, I have built an indicator in MT5 (MQL5) which detects a condition and draws it out on chart for me to take a trade manually. I am planning to write a telegram message sending function too, which is supposed to send a message
Varun Maithani
Added topic Issues with importing a indicator in an EA
Hi, I am trying to create a handle for a custom indicator in my EA. However the custom indicator has in its code used several #include statements to import many Enums which it uses in its input. When i initialize the inputs in the EA they require the
Varun Maithani
Added topic Issues in indicator coding - 7th indicator not plotting, SetIndexBuffer not working
I have created an indicator which plots several indicators within itself. In total there are 7 indicators inside the code defined by : #property indicator_typeN xxxx #property indicator_labelN "xxx" Each of them has its own
Varun Maithani
Added topic Calculating lot size for particular risk percentage based on deposit currency
Hey all! I am trying to create a function that returns the appropriate lot size according to a required risk % of the total balance (in deposit currency) available. So far I managed to code these 2 functions by looking at different
Varun Maithani
Added topic mQL5 Is there a way to have hashmap with key as int and value as an array?
Hi, I want to create a HashMap which has following declaration but it gives error. " CHashMap<int, float[]> x; Error : '[' - comma expected " Is there a way to have hashmap with key as int and value as an array? So that I can store
: