Saurabh Vadukia Posted January 4, 2019 Report Posted January 4, 2019 Hello guys, I have this simple system based on candlestick so can anybody code it for me in amibroker ?? Sell signal logic : Time frame - 5 min Rules : check if there is an open buy position then don't check for sell signal if not --- 2 successive negative candle 2nd candle's close > 1st candle's low Then sell Stop loss - 1st candle's HIGH.... Buy signal logic ------ Time frame - 5 min check if there is an open sell position then don't check for buy signal if not --- 2 successive positive candle 2nd candle's close > 1st candle's high Then BUY Stop loss - 1st candle's low.... ⭐ smartguy 1
⭐ smartguy Posted January 4, 2019 Report Posted January 4, 2019 Just curious about your idea. What do you use for a target- number of bars, ATR amount or multiple, reward 2x, 3x times risk, etc? Also did you mean for the sell signal to say 2nd candle's close < 1st candle's low rather then how it shows in your post? What markets does this seem to work best with? Anything additional you share is appreciated.
Saurabh Vadukia Posted January 5, 2019 Author Report Posted January 5, 2019 Just curious about your idea. What do you use for a target- number of bars, ATR amount or multiple, reward 2x, 3x times risk, etc? Also did you mean for the sell signal to say 2nd candle's close < 1st candle's low rather then how it shows in your post? What markets does this seem to work best with? Anything additional you share is appreciated. target i haven't decide yet..wanted to play with target rules if I get this coding done...it is for indian market. Are you coder ? or do u know anyone who can help ??
⭐ smartguy Posted January 5, 2019 Report Posted January 5, 2019 No. I am not a coder of any kind. Just was curious how you planned to trade this idea. Good trading to you.
⭐ smartguy Posted January 9, 2019 Report Posted January 9, 2019 Saurabh Vadukia - have you added any other rules to this idea yet? Does the 2 signal bars need to come after a pivot? Is this an "always in a position" type system- always either long or short or can you expect to be flat in between signals. I like the simplicity of your original parameters, just wanted to see if you have built out upon it. thanks in advance for any additional sharing.
Saurabh Vadukia Posted February 8, 2019 Author Report Posted February 8, 2019 Saurabh Vadukia - have you added any other rules to this idea yet? Does the 2 signal bars need to come after a pivot? Is this an "always in a position" type system- always either long or short or can you expect to be flat in between signals. I like the simplicity of your original parameters, just wanted to see if you have built out upon it. thanks in advance for any additional sharing. is not always in a position system ....If there is first two positive candle with second closing above high of previous one then buy first then untill stoploss hits do not look for buy and sell. After hitting sl only look for new buy nd sell. this things want to check but still not coded.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now