Forum

MQL4: Webrequest "GET" issue with shared file on google drive

Hey programmers I don't get any further with my simple webrequest to a google drive file, to just pull out a simple word, how the sentiment of nas100 is. ( https://drive.google.com/file/d/1Cu9HVjzxKZoZ5E1z_hYL1wO0pKWfz2jC/view?usp=sharing ) I always get an 404 Error when trying to access the file

Get entrysignal from a graphical overlay of 2 indicators in same indicatorwindow

Hi programmers Need some advice for my ea development in mql4 :) What i need is an entrytrigger from a cross of two indicators in the same indicatorwindow. In my case im trying to figure out, how i can get values from two indicators to check a cross of CCI eg. upwards over the zero line of OsMA. The

open order depending current bid ak price

hi guys im triing to open orders if a spwcified prices between highs and lows is reached, but the ea does not open orders. the findentry and buyconditionis called every tick , can someone help me to get this snall snippet working? ist there maybe a problem with the speed of the whole program, i have

Binary EA buy on new candle

hi guys, im new to mql4 coding. i started by a simple binary ea with 60s trades, bollinger and rsi, everything works, but it doesnt wait to buy/sell for the new candle, i want to open a trade on the next candle if the conditions are true. i looked already in the forum and found nice help for new