- Search Energy EXCH
-
candyman752 replied Nov 8, 2018Hi Ezios, I have updated the EA with four more conditions to send a buy or sell. file If you want the BuySignal stops opening A b=Buy Sell Buy at same level just put antimartingale pips to zero or 5. I just spiced it up by giving that option of ...
EA development journal
-
candyman752 replied Nov 8, 2018Condition number 1 of manually setting a price level is done by inputting in the EA a buy level or sell level you desire. image as can be seen in the above image
EA development journal
-
candyman752 replied Nov 8, 2018I was asked to code the following easy logic SHORT TRADE RULES(opposite for buy) 1. We manually set the price level by clicking somewhere on the chart 2. Everything has to happen within the duration of one candle 3. Candle opens below the manually ...
EA development journal
-
candyman752 replied Nov 8, 2018My buddy here is OUR toy file . Open the EA in meta Editor go to line 1842 it says ////#############################################The Condition to open a Buy // if(MarketSellsCount == 0) // if(MarketBuysCount == 0) if( ...
EA development journal
-
candyman752 replied Nov 7, 2018Here some results of back tests image image Here is the set file for the highest profit acchieved file This is updated file i tested it on file
EA development journal
-
candyman752 replied Nov 6, 2018Here is polished up EA. Buys are treated as a basket. Sells are treated as a basket. Trade signals are generated based on the moving average of your choice. I have attempted to ensure each input has explanation of what it does. Also only inputs that ...
EA development journal
-
candyman752 replied Nov 5, 2018I will code something to what you have said and post for people to back test. Thanks for your idea
EA development journal
-
candyman752 replied Oct 31, 2018Hello fellow traders, A little update with regards to developing a successful Expert Advisor(EA). I realised one fundamental mistake I have been making in writing an EA is hedging. The mistake is as follows. I will use a hypothetical scenario to ...
EA development journal
-
candyman752 replied Oct 10, 2018You saw how there is no gaps.It only opens based on signals generated. Then it closes based on signal change IF the cashupl is in profit.
EA development journal
-
candyman752 replied Oct 10, 2018Thanks buddie. Truly appreciate your kind words. I wish i could test it sooner. But will get there. I must say i have learnt a lot from other peoples coding. Thats why my EAs will always be freely given.
EA development journal
-
candyman752 replied Oct 8, 2018Here is an update of A swing 3 and 5 bar V2 file url When we have a swing trigger we looking to buy or sell Unfortunately the earlier version has better back test. This latest version has various options of being able to choose Hr4 D1 and Weekly ...
EA development journal
-
candyman752 replied Oct 8, 2018I will add best buy and best sell levels as signals to trade url I see majamivice is still with us, nice one buddie
EA development journal
-
candyman752 replied Oct 8, 2018Very true. The swing Bar 3 _ 5 EA does not do gap position adding. Like you say steady steady. By being steady steady it has taught me a lot. Here is how. What happens is i go through various threads on FF. Pick the best strategy and I code. From ...
EA development journal
-
candyman752 replied Oct 6, 2018EA based on above post. file back testing shows waiting for five bars to close on a 4 hr time frame is most successful url default settings of ea is 4hr 5 bar . you are able to change time frame and choose between 3 and 5 bar or use both url
EA development journal
-
candyman752 replied Oct 5, 2018url I will be reading the above link thread. They have a powerful way to swing trade. A new idea to code an EA url The secret to success is revealed at this post url thorough detailed explaination url and the the bomb using fib extension ...
EA development journal
-
candyman752 replied Oct 5, 2018A synopsis of what i have learnt from observing the forward testing I have done so far. Allowing an EA to go in too much draw down is recipe for disaster. It needs a major impact news to kick out or two months waiting. I can not wait that long ...
EA development journal
-
candyman752 replied Oct 5, 2018Testing of the Pivot EA's has ended. It never grew the account but also never blew the account. It would make money and then take that profit back. My Last idea now is this. Use last weeks high and low as my point to enter. Testing has begun The EA ...
EA development journal
-
candyman752 replied Sep 21, 2018Very interesting week because of brexit.First all bullish for GBP then today smacked down. How did the EA's do with such a volatile market. monthly Pivot V3 closed one basket of $40 and thereafter has gone into DD currently $45 equity Stop loss is ...
EA development journal