{Promotion Removed}
Mathematical reasons why MOST DayTraders & scalpers fail? 197 replies
Best broker for scalpers? 162 replies
Scalpers Hourly Range Indicator (TSR tweeked for scalpers) 2 replies
Scalpers Lounge: for scalpers to share thoughts, ideas, and plays 88 replies
Synergy Method For Scalpers and Scalpers Hourly Range Calculator (Based on TSR) 22 replies
DislikedHi, all,
i'm an italian programmer, many languages, mt4 newbee, if you want i try to create the EA, free, i need to understand well the trading sistem.
I read all the post and i see you use limit order.
Do you know that you don't need to use limit cause the EA can monitorize market tick by tick?
So i need you post me graphical example of your trading sistem like you were opening and closing order manually.
ByeIgnored
DislikedJust an observation: I would always set a SL when using an EA.
If your system goes down (power outage, kids pour Coke into the keyboard) your trades remain safe according to the trading plan.Ignored
Dislikedim following jaws's setup to enter at 1.xx15 or 1.xx85 and 15TP at the 'big number' with a 30SL
latest update, hit by 3 SL near NY closing
the 3 loses
long : EUR/CHF
short : AUD/USD, GBP/USD
overall : 5W4LIgnored
DislikedSo here the EA Scalper Dream version 0.1
//+------------------------------------------------------------------+
//| Scalper Dream v0.1.mq4 |
//| Copyright 2010, Ek24 |
//| |
//| ----- Based on Scalper Dream by Jaws810 ----- |
//| |
//| Gli ordini aperti hanno uno stop loss dato al server del broker |
//| aumentato di 20 rispetto al normale, ed un take profit aumentato |
//| di 10 |
//| ------------------------------------------------ |
//| Every order has a pre-defined StopLoss equal to Stop_Loss+20 |
//| and a TakeProfit equal to Take_Profit+10...Ignored
DislikedDo i need to enter 15 or 150 for TP ? i have a 5 dig broker. also its better this EA is attached, copy paste gave me munch of compilation errors which i fixed manually. some extra spaces are coming in copy pasteIgnored
DislikedI already asked if i must stop the EA during weekend eg. using external variable like startday, endday, starthour, endhour.
Also i asked if i must check for the ATR, to limit the EA during low volatility and got no response.
Please post your testing result so all can benefit.
The next update for the EA is the trading hours.
And this time i'll attach the EA as an .mt4 file.
I already added a false Take Profit and Stop Loss for the Broker (SL+20 and TP+10).
Bye
Ek24Ignored
DislikedYes, we need to be able to choose how long before close and after open the EA will be disarmed, at the end of the week I like to quit trading around 3PM EST and begin around 6PM EST so all trades are closed over the weekend and none are opened during the first hour of trading on Sunday night.
No indicators are necessary I looked at several compared to when the system had recent wins and losses and there is no correlation between volume and weather the system will win or lose.Ignored
DislikedAbout timing:
1) We need a hard coded start and stop for the week (eg. start at 23GMT on Sunday and stop at 21GMT on Wednesday) to close the opened orders.
2) We need 5 variable to specify startDay and stopDay, startHour and stopHour and a repeatHour variable. This way if i flag the repeatHour variable the starHour and stopHour will be applied to all day between startDay and stopDay, if i don't flag, they simply change the value of the hard-code start and stop
Eg.
HCstartDay =...Ignored
Disliked...
Also i asked if i must check for the ATR, to limit the EA during low volatility and got no response.
...Ignored
Quoting jaws810DislikedYou mean Friday right? The EA should remain active from Monday 11:00 GMT till Friday 19:00 GMTIgnored