Forum

please How to know that high or low is the first ...

He for all ... How to know that high or low is the first on a chart thanks

problem with the DLLSampleTester ....

Hello ... I find a problem when I put the DLLSampleTester script on the chart I activated allow dll imports The following error appears in the experts tab - unresolved import function call - thank you for your help

Help please Highest between 2 levels ....

Hi , I work on EA and I block and I hope your help how to find the maximun price between the point where it hit take profit level and the stop loss level as shown in the picture thank you very much

help to trace the projection of angle arms

I try to draw the projection of angle arms but I block this is what I did to trace the angle based on the ZigZag first two functions for the top and buttom like this double GetTops( int shift, int &top ){ int found = 0 , i = 0 ; double hi = 0 ; for (i = 0 ; i < Bars

ObjectCreate function ...question

what is the best way to make a flag using the ObjectCreate function or buffer I can not seem to distinguish between the two I find indicators with 0 buffer and others with buffers please can any one explain to me tje difference thank you

calculate the average Closing 10,000 candles

I want to calculate the average Closing 10,000 candles is my thank you trying to fix me I'm a beginner can for(i=1; i<10000; i++) { sum +=iClose(Symbol(),NULL,i) ; Num++ ; Average = NormalizeDouble(sum/Num,5) ; Print(" Average -----> " , Average ) ; } thanks