Codes

RSI Extreme Zone for MetaTrader 4

The indicator highlights the value in "over Sold" and "over Bought" zones

MA Cloud indicator for MetaTrader 4

Moving Average Cloud draws 4 MAs on chart simultaneously in histogram style

Forum

for loop issue

Hi everyone. in this simple loop, several support lines are drawn.. the problem is: multiple lines are at the same value. how to make sure that the lines are at different values and they are not repeating the same ones? see example code below. thanks and good day:) void HLcalculation() { for (

"objectGet" optimization issue

hi everybody. i had some objectGet issue when optimizing the values. the code is working but the value returns as 0. if anyone could help. thank you. see code example and pic attached. //+------------------------------------------------------------------+ //|

indicator not updating, please help to solve this.

hi everybody! please help to understand the issue with indicator. seems like working but not updating properly. see code example below. thanks. #property strict #property indicator_chart_window //+------------------------------------------------------------------+ //| on

How to draw multiple objects without using buffers?

hi everybody! i'm trying to draw multiple objects in the indicator without using buffers. in the example code below, there is only 2 objects created. please help to understand how to create multiple objects. thank you. //+------------------------------------------------------------------+ //|

how to draw objects in indicator without using index buffers?

hi, all. is it possible to draw objects in indicator by not using the buffers, like in the sample code below? please help and thank you. #property version "1.0" #property strict #property indicator_chart_window //+------------------------------------------------------------------+ //|

simple "Bar Size" function return with error. please help

//+------------------------------------------------------------------+ //| tst.mq4 | //+------------------------------------------------------------------+ #property version "1.00" #property strict void OnTick () { barCalculations();

Comment does not show in the left corner in the strategy tester, please help.

Comment does not show in the left corner in the strategy tester , when the EA is on the real chart - its working. do not understand why.. please somebody explain. thank you. //+------------------------------------------------------------------+ //|

Product rating (5 stars) question.

hi everybody! I have a question about product rating on the market by "star system". I publish some products on the market and get some rating but it doesn't showing on the main logo of a product like for the rest of the sellers. thanks a lot and have a nice day:)

Indicator not updating, please help to solve this

Hey everyone, I have some problem after compiling with (#property strict). Without it the indicator works fine, after using (#property strict), the indicator stops to update. Please help to solve and thank you. //+------------------------------------------------------------------+ #property version

Check Volume Value help

hi every one. im new here and i have some question about volume check function and need for help. how do i call it in "on tick" tnx