Coding help - page 267

 
-IXI-:
Dear Mladen

A coding curiosity!

Is it possible to modify super smoother to calculate the price

from right to left and left to right similar to your no lag LWMA.

I tried unsuccessfully.

Best,

super_smoother.mq4

IXI

Interesting. Can not do it either (so far)

 

Correction : it can Here you go : absolutely_no_lag_lsuper_smoother.mq4

 

Dear Mladen

Thanks for the no lag super smoother.

I will check to figure out how you did it.

Best,

 
-IXI-:
Dear Mladen

Thanks for the no lag super smoother.

I will check to figure out how you did it.

Best,

-IXI-

Just make sure to download it again : made some changes a few minutes ago and they are in the original post

 

PS: just noticed that it is omitted. The same as absolutely no lag lwma (which was created as a joke and as an explanation how easy is to create "perfect" indicators that have "perfect" pictures) absolutely no lag super smoother also repaints. Do not use it in trading (or use it completely at your responsibility).

That indicator is not made with an intention to be used in trading but simply to help -IXI- in coding

 

Coding Help (pair trading chart)

Dear Mrtools,

I need coding to create a chart of DJ30 versus EUR/USD.

For example, current DJ30 quote is 16501, EUR/USD is 1.387

Then, the new chart will show, 16501/1.387 = 11896.90 as the value as keep

on updating from time to time.

May i know if this is doable?

Thanks

tkz

 
tkz883:
Dear Mrtools,

I need coding to create a chart of DJ30 versus EUR/USD.

For example, current DJ30 quote is 16501, EUR/USD is 1.387

Then, the new chart will show, 16501/1.387 = 11896.90 as the value as keep

on updating from time to time.

May i know if this is doable?

Thanks

tkz

tkz883

Here is one indicator that can calculate ratio of any pair of symbols : symbols_ratios.mq4

Files:
 

Dear Mladen,

I downloaded the indicator but it seems got error when i compile it?

 
tkz883:
Dear Mladen, I downloaded the indicator but it seems got error when i compile it?

That version must be compiled using the new metatrader 4

Here is a version that can be compiled using build 509 too (so it will compile OK on a new metatrader 4 as well as on the old one) : symbols_ratios_1.mq4

 
mladen:
LitPlum Try out this one : close_and_reverse_2.mq4

Thanks Mladen, it works a treat.

Now! I wonder if you know of the mq4 file or anything else similar to this script; TradeOpen v1.1.ex4. It's excellent for opening multiple trades at the same time, with stops, tp's etc, and works great in tandem with the Close Reverse indi. Problem is, settings have to be entered manually every time, I've looked for the mq4 file but can't find anything.

As ever, any help you can give will be greatly appreciated.

Cheers

Files:
Reason: