| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Quote:
This is the thread of TSR daily range calculator, good luck.
__________________
|
|
||||
|
Quote:
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. |
|
||||
|
#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 Multi Range.gif Last edited by cja; 04-22-2008 at 09:12 AM. |
|
|||
|
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]][/quote] 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? Multi_RangeEX.GIF Last edited by fxbs; 04-20-2008 at 12:49 PM. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Daily, Weekly, Monthly HL Indicator? | jackt | General Discussion | 10 | 11-15-2007 04:25 PM |
| weekly Daily 4h trend indicator?? | fxpertno1 | Indicators - Metatrader 4 | 4 | 04-04-2007 06:06 PM |
| moving range indicator | RickW00716 | Indicators - Metatrader 4 | 3 | 03-25-2007 06:22 PM |