Anil Varma / Profile
Friends
45
Requests
Outgoing
Anil Varma
Added topic MQL5: with For..Loop Draw Arrow Function printing only 2 elements out of 10 in Array !!!
Hi Friends I have created a testing EA to calculate High Low value index, and draw arrow for these points on chart. However, while using for..loop it is drawing only 0 and 1 element from the array(s). Rest of the elements 2 to 9 are not drawn. Please
Anil Varma
Added topic Error 130 on OrderModify || order modified few times and then start sending error
//**************************************************************************************************************** Transactions from RESULT screen whereby 49 2020.10.09 18:45 buy 5 0.07 1.18193 1.18051 1.18248 0.00 1006.69 50 2020.10.09 18:45
Anil Varma
Added topic Custom Indicator not working on timeframe above H1 !!! Please help to locate problem
#property strict #property indicator_separate_window #include <Custom\Function_Indicators.mqh> double Buffer_VolumeIntensity[]; // Assign Buffer to indicator
Anil Varma
Added topic How can I avoid trading on Divergence!!!
Hello Friends I am creating an EA based on Trending Strategy and it is working fine while in trend. However, when it reached divergence it start taking order most of which result in loss. any guide how to handle this, will highly appreciated or
Anil Varma
Added topic Extract previous three HH, HL, LL and LH values from ZigZag Indicator Code
Hi Friend Can someone help me how to extract previous three HH, HL, LL and LH from the code of ZigZag indicator? I have removed the indicator functionality portion from the code, so it can be suitably modified to convert into a function. I would like
: