Increase position based on equity drawdown
- This topic has 21 replies, 3 voices, and was last updated 5 years ago by .
Similar topics:
Forums › ProRealTime English forum › ProOrder support › Increase position based on equity drawdown
I don’t have my platform open at the moment.
A 5 second time frame does not give you many candles. Has price actually dropped 0.5% from your trade?
Add this to the bottom of your code.
1 2 3 4 5 |
drop = 0 if onmarket and low < positionprice then drop = 100-(low/positionprice)*100 endif graph -drop |
@swedshare, it”s too bad to open another topic on this strategy which is already in another topic, it’s my point of view. Why do not share in the same ?
it”s too bad to open another topic on this strategy which is already in another topic
Swedshare and I have been discussing how to code for averaging down and not a strategy so I don’t see any problem with this topic or any problem of conflict with another topic. I imagine that once Swedshare has managed to achieve and test what he is trying to do then if the results are worthwhile he will share them on whichever strategy topic it is that you are referring to.
Hi @MAKSIDE,
As Vonasi said, this topic is not about any particular strategy. It was just an example in the ITF-file. This topic was opened several weeks ago and the possible code created here could be included in any strategy.
I should spend more time focusing on good entry signals and less time being greedy and trying to fix bad positions
Yes averaging down or to give it its other name ‘catching a falling knife’ can get quite painful. If you have a very big bank account then it can be a very good way to make a little bit of money – but then if you have a very big bank account you don’t need to risk it all to make a little bit of money and even if you have a very big bank account one day the markets will most likely prove that it was not big enough!
That last bit of code was just so that you could see if the market had moved enough to open a trade. The other thing to try is to reduce the % drop required till it does open extra trades just to prove it works..
Find exclusive trading pro-tools on