[quote=gusismith452;13285539]
You can send a private message to any member. Go to your FF home page and you will see the private message feature at the right side in the third section.
1
Coding robots and indicators in C# for no charge (cTrader API) 182 replies
Oanda MT4 - Indicators and EAs not showing 1 reply
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Need help to code EAs for MT4 and MT5 2 replies
Disliked{quote} You can send a private message to any member. Go to your FF home page and you will see the private message feature at the right side in the third section.Ignored
DislikedHello Blue Rain I want you to help me code this EA. It should have both MT4 and MT5 versions. Here is the Iteration: 1. Open a trade whenever a candle crosses the Bollinger Band (The candle must open on one side and close on the other side of the Bollinger Band for EA to open a trade) 2. Place Stop Loss 2 pips below or above the candle that crossed the Bollinger Band. How to Close Trade: 1. Close trade if another candle crosses in the opposite direction or if the stoploss is hit whichever one that...Ignored
Disliked{quote} Thanks a lot. I didn't quite understand the setting of the bollinger band. I want to ask if it can be done with Moving Average instead. It'll be easier for me to handleIgnored
Disliked{quote} I tried to build this EA with Moving Average using an EA builder but it gives me a few syntax errors. Please help me to fix the errors. Please if you can, add my condition for stop loss (place stop loss 2 pips below or above the candle that crossed the MA). The file is attached here (PRICE_MA_TRADE.MQ4). {file}Ignored
Disliked{quote} Sandile see attachment I had the same problem and request you had, asked ganztrade and he fixed it {file}Ignored
Disliked{quote} I'll cut the suspense, politely, I won't be adding that, it's not a core function for what the indicator is for and I don't see the widespread value of adding it.Ignored
Disliked{quote} ...Firstly how can the TP line be adjusted to suit all timeframes for instance its superb on 4hrs daily weekly but at times i will want to use it to scalp a couple of pips off on 1/5 minutes but its seems the tp line will just merge itself with the entry point ...Ignored
Disliked{quote} Hi Ganztrade, one last request, the indicator doesn't work on some instruments like Futures etc, I guess it because the first candles are not starting at 00:00, could you please modify the indicator to work on any instrument even if the first candles are not at 00:00. https://www.forexfactory.com/ganztradeIgnored
Disliked{quote} Just change market open value based on those instruments open, example: most currency pair > open market on value 0 (00:00) XAUUSD > open market value at 1 (01:00) I don't know every open market time, you can test it yourself. but still all line indicator based on second candle open of open market (1st candle), and Market Open value still follow 1st candle (open market) I don't know if there a code "time auto detect open" of currency/futures/etc. {image} {image}Ignored
Disliked{quote} I recall you wanted it based on the first bar of the period, and would use it on 1hr, so the sl is the high/low of the first hour, tp is equidistant with sl and entry on the open of the xth candle. These are just candle counts, it would be changing a lot to modify it.Ignored
Disliked{quote} I will do just that thank you very much bro, is the indicator you used on the picture based on the same formula I use? it looks nice bro can you share it?Ignored
Disliked{quote} on this post > https://www.forexfactory.com/thread/...0#post13280520 {image} {image}Ignored
Disliked{quote} Hi ganztrade, Nice nice indeed thanks. Do you think you can make it customizable. Able to input/select currency pairs. View all time frames. Cheers.Ignored
DislikedI would be really appreciative if someone could either create an indicator like this or link me to one that already exists, I'm looking for is an indicator that will look for Daily, Weekly or Monthly candles that exceed a specified % of the ADR. So for example.....if I have the indicator set to Daily and 150% ADR 52. It will be looking for Daily Candles that exceed 150% of the ADR52. If I want to use the ADR26 and use 200%, then the indicator will be looking for Daily candles that exceed 200% of the ADR26. The indicator should also be able to do...Ignored