Currency heat map - page 7

 

In the file menu, find save as picture option -> active chart as is and save it.

Send that picture here (it is not going to show any data from your real account - it is going to save just the chart picture)

Post that picture here (something like the one I attached)

frankychen:
picture is here
Files:
picture.gif  34 kb
 

The indicator which based on my demo account is very OK;

But When I switched to my real accout, MT4'screen displayed

"Wait for Update" and then all the data disappeared.

It seemed to that the below program has not run in my real accpunt.

name = shortName+t+k+i;

if (ObjectFind(name) == -1)

ObjectCreate(name,OBJ_LABEL,window,0,0,0,0);

ObjectSet(name,OBJPROP_XDISTANCE,i*66+100+gaph*(t%2));

ObjectSet(name,OBJPROP_YDISTANCE,k*15+ 20+gapv*(t/2));

ObjectSetText(name,"圹圹圹圹",10,FontToUse,theColor);

I don't know why ?

Thanks for your help

Best reguards

Franky

 

...

Can you simply answer what I asked you and post a picture as I asked you in previous posts?

thank you

 

It is, isn't it?

mrtools:
Hello Mladen

Wondering what indicator you are using to draw that channel, very interesting.

Thanks in advance
 

wrong thread

 

Thanks mladen!

Hi mladen,

Please have a look, thanks a lot!

Best reguards

Franky

Files:
1_1.gif  23 kb
2_1.gif  24 kb
 

Apoligize for interrupting your thread with my drooling, Mladen.

 

Great thanks ,mladen!

Hi,mladen

Very thanks for your great help!

The problem has been solved.Thanks!!

Best reguards

Franky

 

Have a nice trading (and any other) day

regards

mladen

frankychen:
Hi,mladen

Very thanks for your great help!

The problem has been solved.Thanks!!

Best reguards

Franky
 

Thank you

Your symbols end up in single "."

You can change the two places where ".." occure in the source to "." or you can try these I attached

Also, in order to have the map displayed properly you should install the MsLineDraw font from the first post and set UseMSLineDrawFont to true

regards

mladen

frankychen:
Please have a look, thanks a lot!

Best reguards

Franky
Reason: