Increase position based on equity drawdown

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #126777 quote
    Vonasi
    Moderator
    Master

    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.

    drop = 0
    if onmarket and low < positionprice then
    drop = 100-(low/positionprice)*100
    endif
    graph -drop
    #126786 quote
    MAKSIDE
    Participant
    Veteran

    @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 ?

    #126790 quote
    Vonasi
    Moderator
    Master

    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.

    #126791 quote
    swedshare
    Participant
    Senior

    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.

    #126794 quote
    MAKSIDE
    Participant
    Veteran

    Hi swedshare

    yes opened several weeks ago, it’s just i saw that you used the same code of my strategy in topic concerning candles… hence my question

    #126799 quote
    swedshare
    Participant
    Senior

    Vonasi, that last piece of code didn’t change anything either. But I honestly think I should spend more time focusing on good entry signals and less time being greedy and trying to fix bad positions 🙂

    #126811 quote
    Vonasi
    Moderator
    Master

    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..

    swedshare thanked this post
Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.

Increase position based on equity drawdown


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
swedshare @swedshare Participant
Summary

This topic contains 21 replies,
has 3 voices, and was last updated by Vonasi
5 years, 10 months ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 03/06/2020
Status: Active
Attachments: 3 files
Logo Logo
Loading...