Codes

Currency Strength EA for MetaTrader 4

This EA opens Buy or Sell trades in strongest or weakest pair. It cannot be backtested. Kindly use it on Demo account first & use it on your own risk

Forum

How to find Open price of a Month(Without using iOpen)

Hello, I am trying to get Open price of Current month using iOpen, but its giving me error 4074 in Strategy tester if started from the middle of the month but it gives me prices when I start strategy tester from beginning of the Month. I need open price in any case. So is there any way except iOpen

Renko 1st Bar OPEN value for today

Hello, I've been working on creating some indicator which will be working on Renko Charts. I need to access the Open value of the 1st bar for today on RENKO CHART . I Can access open with "PERIOD_D1", but that gives me Open value according to normal chart not according to Renko Chart. I dont

Time Range Indicator

Hello, I am working to make an indicator which draws two lines making a range from a 22:00 to 06:00 everyday & continue till value changes next day at 06:00. I have used the iHigh & iHighest functions but I still need to give the Shift Count of the bar with highest high & lowest low in between these

Beginner Needs a Help in little Coding Stuff. Kindly Help!!!!!

Hello All, I am reading the book section above. Im at the section "Opening and Placing Orders". there is a code named "simpleopen.mq4" and some more based on the same logic. int start () // Special function start() { // Opening BUY OrderSend ( Symbol () , OP_BUY , 0.1 , Ask , 3 , Bid - 15 * Point