But, am having problem doing that....
open = iOpen ( NULL, iPeriod, i ); //I've Changed These NULL s to Arrays of all Symbols, But, to Output high = iHigh ( NULL, iPeriod, i ); //it in the Bulls Down there, but it ain't working yet..
I've tried making the High, Low, Close Become array of all the currencies, but i don't know how to output the value for each separately...
- "Doesn't work" is meaningless - just like saying the car doesn't work. Doesn't start, won't go in gear, no electrical, missing the key, flat tires - meaningless. There are no mind readers here.
- You comment you changed them but you didn't post them. There are no mind readers here.
- You can't change the predefined arrays High, Low, Close. but you already know how to use iHigh...
- separate value means separate buffers or in this case all your TxtFln calls will have to be modified with symbol and symbol index.
- learn to code it, or pay someone. We're not going to code it FOR you. We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem.
- "Doesn't work" is meaningless - just like saying the car doesn't work. Doesn't start, won't go in gear, no electrical, missing the key, flat tires - meaningless. There are no mind readers here.
- You comment you changed them but you didn't post them. There are no mind readers here.
- You can't change the predefined arrays High, Low, Close. but you already know how to use iHigh...
- separate value means separate buffers or in this case all your TxtFln calls will have to be modified with symbol and symbol index.
- learn to code it, or pay someone. We're not going to code it FOR you. We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem.
I didn't know i'll ever come across this template of yours...
I Updated the Code Up there..
Please Help Me!..
Thanks.
Please Help Me!..
Thanks.
The problem is that in order to help you,
we have to know exactly what you need help with.
If you tell us that you are trying to do something specific with a specified block of code, show your coding attempt and inform us the expected result and the actual result
somebody may be able to help you.
Just showing the whole code and telling us that you want to make it multi symbol is not specific enough.
The problem is that in order to help you,
we have to know exactly what you need help with.
If you tell us that you are trying to do something specific with a specified block of code, show your coding attempt and inform us the expected result and the actual result
somebody may be able to help you.
Just showing the whole code and telling us that you want to make it multi symbol is not specific enough.
The Indicator Shows Strength for the Current Symbol, and i want Some list of Pair(Not Just One).
string DefaultPairs[];
I changed the Maths of Close/High/Open/Low from NULL to the Array of DefaultPairs, which i expect the OutPut In the TxtFln to Play along with that rule, but instead it Output the Total of all the Pairs(e.g, a Pair should be 100%, 40% might be Green(Buy) and 60% might be Red(Sell). But, the Drawing Increased the result to something around 400% for sell and 600% for buy on a Pair)...I'm just stuck at Getting The Value Of All the OHLC(Open/High/Low/Close) into a list of array and Drawing it using TxtFln() to Create The Objects Per Currency Pairs. I don't know much about drawing indicator.
I think this should be clear,
And, a Suggestion came to my mind(Which i hope might work), i think of Splitting the Dowork into Many Functions like Dowork1,Dowork2....The Dowork1 will be calculating for GBPUSD, Dowork2 for EURUSD and so on....But, wen it comes to Drawing....I'm sure i'll be stuck also at Splitting them..
Somebody, Please Help...
Thanks In Advance
Anyone to help?
Is everyone as noob as am i?
I think this forum is meant for some kinda language help....
Hell No!.
I changed the Maths of Close/High/Open/Low from NULL to the Array of DefaultPairs, which i expect the OutPut In the TxtFln to Play along with that rule, but instead it Output the Total of all the Pairs(e.g, a Pair should be 100%, 40% might be Green(Buy) and 60% might be Red(Sell). But, the Drawing Increased the result to something around 400% for sell and 600% for buy on a Pair)...I'm just stuck at Getting The Value Of All the OHLC(Open/High/Low/Close) into a list of array and Drawing it using TxtFln() to Create The Objects Per Currency Pairs. I don't know much about drawing indicator.
I think this should be clear,
You think that is clear??
Thanks,
I don't even need anyone help here no more...
Bunch of kids live here who they think they are the best(They're always good at sending templates like "Doesn't work is meaningless")..
fucking noob forum.
Pains me i don't know much about MQL5 Indics the way i know C/C++...
Thanks,
GumRai...
Talk to y'all in the near future and the fucking "Doesn't work Kid"(Fool).
Mmstcheew!.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi All,
I am trying to Convert a Strength Indicator to Buffer out/Draw Out Result Of Multiple Pairs not just the main Symbol()...But, am having problem doing that....
I saw So many peoples using this and i think if we could convert it to Cluster Type it would be Cooler...
I've tried making the High, Low, Close Become array of all the currencies, but i don't know how to output the value for each separately...
It's just bringing 13% for all and not refreshing..
Thanks So Much if you can help me rewrite this...