- #53,582
- Edited 4:13am Aug 8, 2022 12:01am | Edited 4:13am
- Joined Sep 2019 | Status: Trader | 1,207 Posts
- #53,594
- Edited 1:36pm Aug 8, 2022 11:31am | Edited 1:36pm
- Joined Sep 2019 | Status: Trader | 1,207 Posts
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
DislikedLooking to get the buffer values for ADR lines but cant seem to add the numerical values to it. i got it to add buffers just not produce a value on it. Anyone can help? would be appreciated. {file}Ignored
DislikedHi everyone, I've ran into this expert advisor from Point Zero Trading. It's a free EA, that says it trades on sudden spikes of volatility in very short time frames. It calculates the moves using tick data. But of course something so good doesn't exists or at least for free. When you plug this into MT4 it just doesn't trade, but the backtesting is amazing. See below. {image} I've tested this EA on the S&P 500 futures chart and it's very very promising. So I decided to try and code something of my own with my very limited MQL4 knowledge. Since I...Ignored
Disliked{quote} I didn't change anything on the indicator itself. Also, there is no ChartEvent. You will see same from original indicator if that freeze, not repro on my computer. You can try out if that repro on original indicator. Only thing added is just 3 lines of write price as TEXT and I don't think that is the cause. Update on color choice. {file}Ignored
Disliked{quote} Thanks.. I downloaded another MT4 and tested it there and it miraculously worked out...lol.. Thanks once more. Can you help make the price of this indicator behave like the Keltner as well. The Keltner is working fine and I'm enjoying it... Thanks for the help once more. {file}Ignored
Disliked{quote} That is very good start. Just be aware that Tester results is not same as live as Tester is simulated data and live has real data with no fixed spread. if you really want to use tick information, MT4 has below: MqlTick tick; SymbolInfoTick(Symbol(),tick); Then, you can access tick information using like double t_close = tick.bid; struct MqlTick { datetime time; // Time of the last prices update double bid; // Current Bid price double ask; // Current Ask price double last; // Price of the last deal (Last) ulong volume; // Volume for the current...Ignored
DislikedI'm looking for indicator detect too much run. characteristic open price and close outside bollinger band. tradingview code ali_sell= (open < lowBB) and (close < lowBB) plotshape(ali_sell and plot_signal_ali, style=shape.flag,location=location.belowbar, color=red,transp=50) ali_buy = (open > topBB) and (close > topBB) plotshape(ali_buy and plot_signal_ali, style=shape.flag,location=location.abovebar, color=green,transp=50) can push and email function Please help Thank you. {image}Ignored
Disliked{quote} Hi Teee try this . I think this's your want. and I made bb dashboard same picture pm me if you want. {file} {image}Ignored
Dislikeddoes anyone have a simple trade manager that can allow you to close partial profits? like i have a 5 lot trade open i want to close 50% quickly,does anyone have an ea for that? much appreciated guys.Ignored
Disliked{quote} if I'm not wrong, it's not possible on MT4, it's possible on mt5 and other platforms.Ignored
Dislikedthank you for the info. Maybe it depends on the broker. I'm using Admiral ad RoboForex, on both I can't add or subtract from the current open position on MT4.Ignored
Disliked{quote} Maybe you are right,broker to broker differ Are you thinking i may open new demo accounts with brokers you referring and test what it problem and concern to broker if a user close his/her order fully or partially at any stage,if in profit or in lossIgnored
Disliked{quote} Maybe you are right,broker to broker differ Are you thinking i may open new demo accounts with brokers you referring and test what it problem and concern to broker if a user close his/her order fully or partially at any stage,if in profit or in lossIgnored
Dislikeddoes anyone have a simple trade manager that can allow you to close partial profits? like i have a 5 lot trade open i want to close 50% quickly,does anyone have an ea for that? much appreciated guys.Ignored