I have all the coding for the mechanics of the sell etc. I just can't find how to reference the currency properly, I created something like the below:
- Code: Select all
extern string note24 = "UsePriceZone";
extern bool UsePriceZone = true;
extern double JPYPrice = 148.37;
I am having trouble with my EA referencing a specific currency rate. It could be any currency or rate. E.g. EUR 1.0981 etc.
Any help appreciated