for ex
- #149
- Oct 14, 2020 6:44am Oct 14, 2020 6:44am
- | Joined Sep 2006 | Status: howard | 1,693 Posts
Regards
Simple easy LOPEN strategy (eurusd) 47 replies
Very simple EA open trade at open of next candle 3 replies
Simple break-out strategy for trading daily chart 19 replies
Creating a Simple Daily Open Price Strategy EA 1 reply
North Finance under DOS Attack 27 replies
Dislikedhello i'm new trader .i have a question. Can the candle of the previous day be used anywhere on the chart?Ignored
Disliked{quote} We want to release ur EA, if emi00 and dolph EA not ok as ur recommendations...Ignored
Disliked{quote} yes, he will sell the EA thats why he cant accept others coding and release free EAIgnored
DislikedEA Should work as OP's instructions. tradeTimeframe = PERIOD_D1; <=== Timframe, can test on others, but don't change while others are open. magicNo = 77; <=== Magic Number dailyRange_For_Entry = 110; <==== Previous range 110, if this number equals zero(0), the EA will use time frame range. maxTrades = 7; < Max trades to add. manualLot = 0.03; Lot size, of zero(0), EA will use the riskPercent, below, set at 2% of account . stopLoss = 0; takeProfit = 30; closeLossPercentage = 25.00; <==== Close if trade falls below 25% minProfit = 2.00; <=== Close...Ignored
Dislikedif it's OTB, it should take the trades on a new day and add to the losers at the same time next day, I never ran it on D1, but will test it later when new trading day opens.Ignored
DislikedHere are some more pairs. EURNZD {image} GBPCAD {image} GBPJPY {image}Ignored
DislikedUpdate, pips set at 110, but doubt there will be many trades, you can reduce the pips in the properties. The EA should only take trades on a new bar, so if using H1, will send orders on a new bar, same for other time frames, default is what the OP, writes on Page 1. UN-tick the pairs you don't wish to trade. {file}Ignored