Ask! - page 152

 

ATR on chart

Folks,

Would really appreciate if someone could get me custom ATR osc to be displayed on the main chart?

Ta

ams

 

Broker's symbols list

Hi...

I want to know is there any code to get broker's symbol list ?

for example EURUSD, GBPUSD, USDJPY ......

if there is so then please pass this code

Thanks

 

...

Here you go

Usage of ListSymbolTypesparameter :
1 - list forex margin calculation mode symbols

2 - list CFD margin calculation mode symbols

4 - list futures margin calculation mode symbols

8 - list CFD for indices margin calculation mode symbols

or any combination of those numbers (1+2+4+8=15 -> all symbols)

This one simply writes symbols as comment (like on picture)

regards

mladen

arshadFX:
Hi...

I want to know is there any code to get broker's symbol list ?

for example EURUSD, GBPUSD, USDJPY ......

if there is so then please pass this code

Thanks
Files:
symbols.mq4  4 kb
symbols.gif  32 kb
 

Hello

Hi there mladen,

I have seen your name all over the forum as you are kind enough to help people mostly.

I would really appreciate if you could post the indicators you have on the chart you posted. Also I am looking for the ATR osc to be displayed on the main chart. Would you please tell me how to do that or provide me that osc as well please?

thanks

ams

mladen:
Here you go Usage of ListSymbolTypesparameter :
1 - list forex margin calculation mode symbols

2 - list CFD margin calculation mode symbols

4 - list futures margin calculation mode symbols

8 - list CFD for indices margin calculation mode symbols

or any combination of those numbers (1+2+4+8=15 -> all symbols)

This one simply writes symbols as comment (like on picture)

regards

mladen
 

...

The one on screen is basically this one : Indicator Taichi - a Simple Idea of Formalizing the Values of Ichimoku Kinko Hyo. - MQL4 Articles

We are experimenting with it now (some changes) so if it proves that the ideas checked are correct, it will be posted on TSD

Till then

regards

mladen

amitoverseas:
Hi there mladen,

I have seen your name all over the forum as you are kind enough to help people mostly.

I would really appreciate if you could post the indicators you have on the chart you posted. Also I am looking for the ATR osc to be displayed on the main chart. Would you please tell me how to do that or provide me that osc as well please?

thanks

ams
 

thanks

Thanks for your help mladen!

Would you be able to please tell me about anyway to display ATR osc on the main chart?

thanks

ams

mladen:
The one on screen is basically this one : Indicator Taichi - a Simple Idea of Formalizing the Values of Ichimoku Kinko Hyo. - MQL4 Articles

We are experimenting with it now (some changes) so if it proves that the ideas checked are correct, it will be posted on TSD

Till then

regards

mladen
 

Hey mladen, would you mind looking over my posts on the previous page and letting me know if you have any good ideas? Thanks!

 

...

If I understood correctly, you can start from here : https://www.mql5.com/en/forum/173145

regards

mladen

paytongannaway:
Hey mladen, would you mind looking over my posts on the previous page and letting me know if you have any good ideas? Thanks!
 
 

would it possible to combine super signal and stochastic crossover?

as super signal code

for (i=limit;i>=0;i--)

as stochastic crossover

for(i = 1; i <= limit; i++)

should I using call fuction?

super signal v3d.mq4

Reason: