Range Indicators - page 7

 
cja:
I have modified the Daily PowerLevels to show Text ON/OFF and you can also move the text, i have also altered the code to show Weekly in a separate indicator.

powerlevels_v1.mq4

weekly_powerlevels.mq4

Hi cja and others,

Both indicators (daily power level & weekly power level) have the problem when starting new week or Monday on my broker platform (interbankfx) as picture below. Could you fix that problem.

Other else could you create indicator monthly power level which have same format with both indicator. Thanks in advances.

 

Try this one

i try to create montly..but its not work..wait from other senior coder

 
darkkiller:

Try this one

i try to create montly..but its not work..wait from other senior coder

Hi darkkiller thanks for your respond..I will try it.

 

QUOTE=cja;205245]I have updated the code in the TSR indicator so that the user can now select any timeframe required, there is a Magic number in the inputs so that must be changed to a different number for each indicator loaded to avoid code conflict.

[ATTACH]]

[ATTACH]]

very nice, CJA! could you tell please, more how risk/reward and max SL numbers been calculated? - even better to show on the chart

max SL - it's max/min margincall price?

Files:
 

#Multi Range Calcu;ator

I have updated the code in the TSR indicator so that the user can now select any timeframe required, there is a Magic number in the inputs so that must be changed to a different number for each indicator loaded to avoid code conflict.

Inputs

Multi_Range_MagicNumber = 12345;

TimeFrame = 1440;

Risk_to_Reward_ratio = 3.0;

First_av = 5;

Second_av = 10;

Third_av = 20;

Average Data used is ( The previous Timeframe + First_av + Second_av +Third_av / 4 )

Distance UP = Average - Bid - Low

Distance DN = Average - High - Bid

StopLoss Long = Distance UP / Risk to Reward ratio

StopLoss Short = Distance DN / Risk to Reward ratio

Long = Bid - StopLoss Long

Short = Bid + StopLoss Short

multi_range_calculator.ex4

 

High,Low,Midline,Bottom and Low

Hi there

I have this screenshot from FF.Anyone have this indicator that show HIGH,Top,Midline,Bottom and Low like inside this picture?

Thanks

Files:
 

Range breakout strategy

Thot I share a link to a video on this.

May be interesting for some here.

Range Break Out Strategy

 

Yesterdays H/L range indicator

Hi

Could someone point me in the direction of a stand alone indicator for yesterdays H/L range

Appreciate it

Tks

 

Daily open to close differance

Are their any indicators that will show the daily move from open

to close difference.

I am not looking for daily high to low

 
toddanderson:
Are their any indicators that will show the daily move from open

to close difference.

I am not looking for daily high to low

Try this thread: https://www.mql5.com/en/forum/177391

Reason: