How to Write EA Strategy with respect to <> Price Bars on Metatrader 4

 

I am a programmer. I have written some EA on metatrader but I found that price are not the same to that on <>. I want to know how I can accomplish this. I know about <> but I dont want to use it. Is there anyway I can write my own code to make my EA Strategize with exact <> price bars.

For example the EA I created use metatrader 4 forex bars not binary options bar. Can I use <> binary option bars to work with my strategy.? How?

If there is any FREE third-party code i can use, or if someone should tell me if I can accomplish this by my own code in metatrader 4



Thanks in advance!

 

You have troubles with doubles?

Read this: https://www.mql5.com/en/articles/1561

Working with Doubles in MQL4
Working with Doubles in MQL4
  • www.mql5.com
The MQL programming opens new opportunities for the automated trading, many people all over the world already have appreciated it. When we are writing an Expert Advisor for trading, we must be sure that it will work correctly. Many newbies often have some questions when the results of some mathematical calculations differ from those expected...
Reason: