Simple reversal scalper

Forums ProRealTime English forum ProOrder support Simple reversal scalper

Viewing 2 posts - 1 through 2 (of 2 total)
  • #81487

    Here is my min scalper.

    Buy side only.

    Works pretty well in most time frames

    Only issue I have is it needs monitoring as sometimes the stop level – which initially shows up fine occasionally disappears. Not sure where I have got the code wrong here!

    Any help with this would be appreciated.

    #81536

    The stop order is disapearring because pending order only last one bar, and you put it only one time when you trigger the buy at market order. In the code below, I moved it outside of this conditional block and create a new one where the pending order will be placed continuously and only if we are on market.

     

    1 user thanked author for this post.
Viewing 2 posts - 1 through 2 (of 2 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login