Hidden
1. brokers have a stop distance
2. you pay spread or commission. (you are instantly at a disadvantage).
Try it on a live account and come back to report your findings.
I will code & automate your strategy for free 109 replies
Should I Automate My Strategy? 10 replies
WRB/MC strategy:Coder needed to semi-automate my strategy 11 replies
My Simple System (Can we automate this system?) 96 replies
How can I fully automate my strategy? 2 replies
Hidden
Disliked{quote} A couple of things I have noticed...but overall not terrible. 1. if ((iMA(NULL, NULL,21,0,MODE_EMA,PRICE_CLOSE,current) > iMA(NULL, NULL,50,0,MODE_EMA,PRICE_CLOSE,current)) && (Ask > iMA(NULL, NULL,21,0,MODE_EMA,PRICE_CLOSE,current))) This is looking for the ASK to be > than the Moving Average, where as this specificity could actually miss out on the beginning of trend trades. 2. if ((Close[3] > Open[3]) && (Close[2] > Open[2]) && (Close[1] > Open[1])) A little wordy, because in dealing with Renko, all bricks being the same size, you can...Ignored
Disliked{quote} Hello, can you or any of you help me to write some code for the attached EA. I need only two things to incorporate in the attached EA. 1. If any open trade is closed in loss then the next trade will be opened in double lot size and so on... 2. Want to add start time and end time for this EA 3.(optional) if possible, trade will be closed each time when new candle will be formed that means open trade and closing trade will be happened within the same renko candle. Would appreciate very much your help in this regard. I think this strategy will...Ignored
Disliked{quote} Its not danger. When a Candle with an another Color came, all trade are closedIgnored
Disliked{quote} Its not danger. When a Candle with an another Color came, all trade are closedIgnored
Dislikedhave you tried using it with a atr renko indicator that updates the renko size depending on volatility?Ignored
DislikedHello , first I want to thank the work of all of you in developing this EA and all these studies . I want to ask if anyone here is using it on a real account. And also bring my result in back test I did . I used the version 2.90 because for me the EA stopped in this version , since starting this one can not do back test with graphs that are not nongap ! If you have a way to make someone tell me then. Thank you. {image}Ignored
DislikedI coded my own EA to test this simple strategy. Here are the back test results. EURUSD Duration: 7 Years Lot: Fixed 3 for 100,000 initial deposit. That makes 0.6% max risk per trade and decreases as account grows. Settings: 10 pip brick - 2 green bricks buy - SL: Trailing 20 pips (2 bricks) {image} {image}Ignored
DislikedI coded my own EA to test this simple strategy. Here are the back test results. EURUSD Duration: 7 Years Lot: Fixed 3 for 100,000 initial deposit. That makes 0.6% max risk per trade and decreases as account grows. Settings: 10 pip brick - 2 green bricks buy - SL: Trailing 20 pips (2 bricks) {image} {image}Ignored