You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
stevenpun
Did you try doing it (this is the form of it :
bool ObjectSetFiboDescription(
string object_name, // object name
int index, // level index
string text // new description
);
That way you can place it at exact place where you want it. Otherwise I would be guessing what is your intention
Not really understand , i try like this but not success
And can you help me to check the indicator i attach again , i not sure is that i doing somethings wrong or the SetIndexBuffer i have wrong arrange .
The candle cant show on chart , only the channel .
Sorry for bother your weekend .
Not really understand , i try like this but not success
And can you help me to check the indicator i attach again , i not sure is that i doing somethings wrong or the SetIndexBuffer i have wrong arrange .
The candle cant show on chart , only the channel .
Sorry for bother your weekend .
stevenpun
You can use this code snippet as a guide
stevenpun
You can use this code snippet as a guide
Oh yes , like that more easy for me to understand what i need to code now :)
How bout the indicator above ma channel , can you help to check it .
I add the ma candle but not work , if that is a wrong coding then i think i need to give up for it .
Have try many things but still cant make it to work .
Oh yes , like that more easy for me to understand what i need to code now :)
How bout the indicator above ma channel , can you help to check it .
I add the ma candle but not work , if that is a wrong coding then i think i need to give up for it .
Have try many things but still cant make it to work .
stevenpun
Check the buffer numbers when you set the style to histogram (I am sure you shall see that immediately when you look at the buffer number and compare it to set index style call). Then it should work
stevenpun
Check the buffer numbers when you set the style to histogram (I am sure you shall see that immediately when you look at the buffer number and compare it to set index style call). Then it should work
ok , then i will try it again :)
Thanks .
stevenpun
Check the buffer numbers when you set the style to histogram (I am sure you shall see that immediately when you look at the buffer number and compare it to set index style call). Then it should work
It cant work , have changing many time it only change for the channel .
Now i am playing guessing puzzle game , few more hours sure i will splitting blood :P
PS: Fibo Price have solve
It cant work , have changing many time it only change for the channel .
Now i am playing guessing puzzle game , few more hours sure i will splitting blood :P
PS: Fibo Price have solve
All I changed was this :
to this :
and it was working (if I understood what are you trying to do)
All I changed was this :
to this :
and it was working (if I understood what are you trying to do)
I try to make the candle look like the picture , different color above or below ma .
But the buffer only changing for the channel .