- Search Metals Mine
- 1,205 Results (1,204 Replies, 1 Comments)
-
BlueRain replied Mar 14, 2024You are 100% correct. He was asking in general term - and that is why I said "if just closing "Input" dialog and it goes back to default, I am not sure what that is. something is wrong with that indicator."
I will code your EAs and Indicators for no charge
-
BlueRain replied Mar 14, 2024BlueRain please is there anyway you can help me with this stuff i have posted before but no response and i have seen some dashboards you have done in the past and because you are always busy you may not be able to attend to my request in time but i ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Mar 14, 2024Each time when an indicator starts - by loading or switching to another chart time frame - it will go through OnInit() process and start over. if you change any options, changes remains in memory and it will get wiped out if you close indicator. if ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Mar 14, 2024Any coder who program has to use built-in API/Functions/ etc that platform supports. If not, there will be a lot of extra work as those has to be created/programmed outside of native support. Arrows are supported natively so that you just create ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Mar 14, 2024Not sure if this is exact copy but I found it Github that I have been using.
I will code your EAs and Indicators for no charge
-
BlueRain replied Mar 9, 2024try this script.. more likely it has more feature than you need. url
Open a chart in a new tab
-
BlueRain replied Mar 3, 2024Condition to display marker line is based on two recent candles. it has to be "Bull" + "Bull" or "Bear" + "Bear" You H1 doesn't meet the condition. Also, you may try "BestTraderEv" version - it seems it has more features.
I will code your EAs and Indicators for no charge
-
BlueRain replied Mar 3, 2024if Previous candle was Bull and Current candle is bull and if moved min of 5 pip, entry line will show up. So, you will see normal candle first without lines. It is like "Alert" line if it shows up. - that it has reached your min entry point and ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Mar 2, 2024Try this one. first line is your initial pip entry line and 2nd line is current line with pip moved from close of last candle close. First line will show up when initial target pip reached and stay there. 2nd line is moving line.
I will code your EAs and Indicators for no charge
-
BlueRain replied Mar 2, 2024Thanks. I will do that.
I will code your EAs and Indicators for no charge
-
BlueRain replied Mar 2, 2024You may try other way when there is no currency market open. You may try to download MT4Ticker: url Or Crypto that is open 24/7 like on BTCUSD?
I will code your EAs and Indicators for no charge
-
BlueRain replied Mar 2, 2024Wait for live feed. Whenever there is a new "tick" or "ChartChangeEvent" happens, price label will get refreshed.
I will code your EAs and Indicators for no charge
-
BlueRain replied Mar 2, 2024Made a minor change and tested on tester. Also, made minor changes to the price position to above and below line for better positioning. Let me know how it works now.
I will code your EAs and Indicators for no charge
-
BlueRain replied Mar 1, 2024You code is checking yesterday's value and yesrterday's close price. Basically, you are saying if yester's close was lower than MA, and we are going to buy today. if you are buying on Monday, that would be based on "Friday's candle" However, if you ...
EA Turnaround Tuesday D1 Dax
-
BlueRain replied Mar 1, 2024Not sure which one. Can you attach as there has been multiple versions with same file name. if you attach, I will check it out and see if anything can be done.
I will code your EAs and Indicators for no charge
-
BlueRain replied Feb 29, 2024First, you have fixed number of input. His method is correct. However, if you want to increase input size dynamically, you have to get input as string and parse, convert into int. MT4/5 doesn't accept input as Array. //accept use input as strings ...
int Array Issue
-
BlueRain replied Feb 29, 2024Try this one. I have added EntryDay and ExitDay. quick test on EURJPY shows best performance ( 122% gain on 2023 ) on Thursday entry and Wednesday exit. I might have to test on different MA period which is best.
EA Turnaround Tuesday D1 Dax
-
BlueRain replied Feb 29, 2024Try this one..' Slightly modified from v1.1 where I added number of charts to open. You can input many symbols, timeframe, template names, and number of charts.
Wanted Script to Open 20 of the Same Market Watch charts
-
BlueRain replied Feb 28, 2024I did experiment with EA for a few pairs and modified a couple of things if that works. Trial #1 - Buy and Sell - current EA only buys if price > MA. this trial, it will sell if price < MA. Trial #2 - dynamic lotsizing - based on balance. if balance ...
EA Turnaround Tuesday D1 Dax
-
BlueRain replied Feb 26, 2024please move you posting to Interactive, not here. This thread is for tech related. We don't need your trading posting in here.
I will code your EAs and Indicators for no charge