Varun Maithani / Profile
- Information
2 years
experience
|
0
products
|
0
demo versions
|
0
jobs
|
0
signals
|
0
subscribers
|
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
: