Delete Indicator - Right click on chart and select Objects List - Select the three lines and Delete them.
They seem to hang - for whatever reason !
But for whatever reason on some you have to manually install the TakeProfitLine (see my previous post)
4) This indicator MUST be installed FIRST in any secondary window.
With Respect I suspect your calculations are slightly wrong.
WHY ?
The Reward is NOT Risk, money * Reward/Risk
it is
Pos. Size * Reward/Risk (Bet Size * Odds)
The way I calculate it the Risk, money is the points difference between Entry Lvl and StopLoss * Pos. Size
Risk, money is what we stand to lose if it goes pear shaped and takes out the Stop Loss
Or am I looking at this all wrong because I have got my Spread Betting hat on ?
H'mmm
If this one is wrong - Then what about it's predecessors ?
.
Reward cannot be Pos. Size * Reward/Risk because then we get the output value in lots. E.g. with position size = 0.01 and Reward/Risk = 3, we'd get Reward = 0.3 lots. What kind of reward is that?
There is an input parameter for that - DeleteLines. If you set it to true, the lines will be removed automatically when you remove or reload the indicator.
No need for that too. You just need to make sure there is no TP line left from some of previous instances of the indicator and set the TakeProfitLevel input parameter to some reasonable value.
It's as I suspected - It's because I am SpreadBetting
In fact with position size = 0.01 and Reward/Risk = 3, we'd get Reward = 0.3 lots. The Reward would in fact be 0.03.
The Reward/Risk is in fact (in my instance) showing 3 to 1 odds
The PositionSize is the Bet size (stake)
That is when I bet 0.01 at 3/1 odds - If I win I will get 0.01*3 = 0.03 for my troubles
Sounds like SpreadBetting is going to be a special case
.
What do you mean?Sorry I missed that
Could the subwindow parameter not be selected in the Front Office as opposed to opening the Back Office with MetaEditor ?
.
Isn't then MoneyRisk = Position Size in your case?
What do you mean?
Fixed. Redownload the indicator.Hi Enivid,
I set rr_font_color to black but the display is yellow (see attachment).
Any ideas? Thanks!
That would not be viable as it is nearly impossible to make the size of the background rectangle fit the text. It will be either too small or too large, interfering with the chart itself.And also, just a suggestion. Is it possible to have an option (e.g. ShowBackground) that draws a solid colored box behind the text display? User can then choose a colour via BackgroundColor or something.