Disliked{quote} You may find this indicator will do what you want, also MTF. Not sure what you mean by shadow ? {file}Ignored
Say something meaningful or Silence!!
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} You may find this indicator will do what you want, also MTF. Not sure what you mean by shadow ? {file}Ignored
Disliked{quote} yes. you should post a new version in a new thread that would be more clearI tested it in the strategy tester, but some arrows disappear after a few bars has passed....
Ignored
Disliked{quote} brother im looking lwma 5 higi-low with button 10 lwma high-low button or just lwma with button multi time use /inclue id but unfortunate no luck.thanksIgnored
DislikedMaster please kindly share indicator, or reference , how to get a custom timeframe alert for example 2HRS, 8HRS etc. on mt4 or is there any work around?Ignored
DislikedI have searched FF and google, but am unable to find an MTF version of this S/D indicator. (.ex4 file attached) Would someone be able to help? @jeanlouie, could this becoded as an accessory file? Thank you{file}
Ignored
DislikedHey, dude. Where's the thread for those who care about Pine Script?(sneeze)Ignored
Disliked{quote} master please just one last one at your spare time... the indicator below has no issuses it works pretty fine... but i dont need the points on the indicated candle, i just need only the indicated candles to change colour, thats all! Gracias! {file}Ignored
DislikedHey BTE I'm going to ask you an odd question. Pls don't get mad. Can an ea be written that turns on the terminal at certain times (ie once an hour) and turns it off after a length of time (ie one minute)? Basically I need the terminal turned on and of 24 times in 24 hrs and every time stay on for a minute.Ignored
Disliked{quote} Nope! In order for an EA to run, the terminal/platform must be on. You could run your time restricted EA on a VPS. Otherwise, you could build some app for your computer to open/close the platform, but what's the point when your EA can disable/enable Auto Trading? Unless you aren't talking about Auto Trading, but about a Personal Trading Manager whose role would be strictly to enable you to trade at specific hours and for a specific time, only?Ignored
Disliked{quote} Alright so deal is that FTMO has feeble fragile servers from the 90's that can't handle more than 2K requests made from their servers in a 24hr period or they close all trades and disable the platform. MY ea's make substantially more than 2K requests. They aren't execution requests. They are just adjustment ones. Assuming that I can't do anything to change that issue, I need the platform on and off just once per hour to do it's thing and then go to sleep. I can manually turn it on and off once an hour but that will be limited to my awake...Ignored
Disliked{quote} Now I have a more clear picture about what you're asking. VPS is Virual Private Server. Brokers offer such a server for their clients. Your EA can run on VPS independent of your platform on your computer. All the time related issues can be handled directly from your EA. The EA can check and do whatever it needs to do once per hour. Only server requests by the EA can burden the broker's servers. And server requests are all operations on positions. All, including OrderModify() when trailing or moving Pending Orders. Otherwise your EA can run...Ignored
Disliked{quote} Really? I don't completely get it. So say my ea wants tp/sl or whatever checked or adjusted 1000 times per hour and I am running it on VPS. How are those changes communicated and implemented on the FTMO account then? Doesn't VPS contain just a virtual platform that is still relaying all those 1000 adjustments to FTMO the same way my computer sends the same commands to FTMO? I thought VPS just replaces my need for a physical computer and the rest remains the same.Ignored
Disliked{quote} I didn't say that VPS will solve the issue. If your EA is doing 1000 OrderModify() per hour, then you need a HFT broker. You can't do what your broker doesn't allow you to do. You are, most probably, allowed 2000 server requests per day.Ignored
Disliked{quote} I didn't say that VPS will solve the issue. If your EA is doing 1000 OrderModify() per hour, then you need a HFT broker. You can't do what your broker doesn't allow you to do. You are, most probably, allowed 2000 server requests per day.Ignored
Disliked{quote} BTW, a couple years ago I paid someone on Fiverr to make me an ea that would turn on and off the auto trading based on the equity in the account. ie if there is more than $1000 equity, turn auto trading on and if less, turn it off. Worked very well. That is why I was wondering if there are other conditions that can be used to turn auto trading on and off.Ignored