Problem and suggestion
Hello!
First of all thank you for this great indicator, saves me a lot of time and I love it.
Im writting for two things:
- First of all I would like to suggest for it to automatically get the price of the window on which its dropped and automatically place the lines closely around the price in which it was dropped or around the actual price, so we can edit manually directly instead of writing the actual price we want to begin with. I tried to do this myself but cant, since I get initialization error when i try to change the extern variables to Pricewindowondropped()
- Second, I also wanted to tell you that its not working for me in certain pairs, and the details are:
* It only works for me in the pairs which have the account currency on second place ie: it will work in EUR/USD, CHF/USD, any pair ending in USD, but not in the rest ie USD/CAD USD/JPY or EUR/CHF etc
*When its in a non working pair, the words "Pos. Size: ..." will turn into "Label" in grey color
* I tried editing it, and discovered that on the not working pairs, if I set an alert before and after this line, the before alert will work, but not the after line, so somethings suggest me it stops working there:
if ((ReferenceType != -1) && (AccountCurrency() != QuoteCurrency)) return(0);
* I also tried disabling that line, but then the red label will appear correctly but the calculations of the lot size wont be valid (a really high number instead of the correct lot size)
I would be really interested in being able to use this tool, looking forward to your response, if I can be of any help I will be checking the post often, thank you!!
Hello!
First of all thank you for this great indicator, saves me a lot of time and I love it.
Im writting for two things:
- First of all I would like to suggest for it to automatically get the price of the window on which its dropped and automatically place the lines closely around the price in which it was dropped or around the actual price, so we can edit manually directly instead of writing the actual price we want to begin with. I tried to do this myself but cant, since I get initialization error when i try to change the extern variables to Pricewindowondropped()
- Second, I also wanted to tell you that its not working for me in certain pairs, and the details are:
* It only works for me in the pairs which have the account currency on second place ie: it will work in EUR/USD, CHF/USD, any pair ending in USD, but not in the rest ie USD/CAD USD/JPY or EUR/CHF etc
*When its in a non working pair, the words "Pos. Size: ..." will turn into "Label" in grey color
* I tried editing it, and discovered that on the not working pairs, if I set an alert before and after this line, the before alert will work, but not the after line, so somethings suggest me it stops working there:
if ((ReferenceType != -1) && (AccountCurrency() != QuoteCurrency)) return(0);
* I also tried disabling that line, but then the red label will appear correctly but the calculations of the lot size wont be valid (a really high number instead of the correct lot size)
I would be really interested in being able to use this tool, looking forward to your response, if I can be of any help I will be checking the post often, thank you!!