Codes

DonForex DonchianFibo for MetaTrader 4

Classic Donchian-channel with Fibonacci retracement levels

DonForex MinInfo for MetaTrader 4

Some basic information which every trader needs

Forum

OBJ_PITCHFORK and ObjectGetValueByShift

Is it possible to get price data of an OBJ_PITCHFORK at a given bar index? I used ObjectGetValueByShift (), but it doesn't give any useful result (0). ObjectGetValueByShift 's documentation says: Applied to trendlines and similar objects. A pitchfork is actually 3 parallel trend lines. So, why

Different random numbers at the same time

I want to get say 20 different random numbers "at the same time". My problem - I think - is the seed (MathSrand(GetTickCount())). Even if I use some pause between the iterations, the result numbers are not so random as I wish. If the desired range is between 0 - 1, then I got this sequence after 20

Version check

Hi, Is it possible somehow to check which MT4/MetaEditor version made the compiling of an ex4 file? Thanks

Array and indicators

Hi guys, I have an indicator, which works with an array (not candle's data, but on-the-fly generated). This array is empty at the first starting. When the indicator runs, this array gets new values. My problem: when I change an input parameter and refresh the indicator on the chart, my array will be