- Search Metals Mine
- 1,205 Results (1,204 Replies, 1 Comments)
-
BlueRain replied Apr 29, 2020This is my recommendation: Since you are looking only top/bottom signal in the zone as signal and get into trade with Halftrend signal, you can remove few indicators. 1. Set 2 unused "SemaphorAlert" periods to 0 - first 2 as 0. - this will reduce ...
Renko channel - very accurate (assembled by me)
-
BlueRain replied Apr 29, 2020You are talking my case...One of the reason I did early retirement recently - "I find that my eyes become tired and sore more quickly nowadays." plus newbies younger than my son's age getting all the attention from top bosses while oldies like me ...
Hanover replies to PMs
-
BlueRain replied Apr 29, 2020I did modify code and compared how it performs - limiting Bar to 1000 and also, once a bar. however, it didn't help much. It seems each pair added to chart adds about 80MB of memory. Since I have a couple of extra indicator, it might be a bit lower ...
Renko channel - very accurate (assembled by me)
-
BlueRain replied Apr 29, 2020That is a long and I need time to digest what you are trying to say. Due to lack of sleeping, my concentration is a bit low. Anyway, Yes. Just change Color to Yellow and you will see whole currency pairs and Time frame. Also, you can turn off some ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 29, 2020Nope. Just quick checking now, TMA is not the cause of slowing down. 1. halftrend - it has 1 loop Bars -1 - so every tick, it will loop whole bar. Also, it has many call itself. we might be able to change this so that it only once per bar. 2. ...
Renko channel - very accurate (assembled by me)
-
BlueRain replied Apr 29, 2020actually, it has option to change label color already. No change needed. just change color from option.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 29, 2020It seems everything is fine and working OK with 1 min added. Only issue you are seeing is that color of label is black. 1. you can change chart color to white - then, you can see labels. Default chart is black so you won't see it. 2. you can change ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 29, 20201. Is this one direction only? ( No hedging ) 2. Do you close open positions FIFO ( First opened position should be closed first )
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 29, 2020We don't convert ex4 to mq4. That is in violation of copy right material.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 29, 2020I have added option to change font color for whole. but, if you want to have it individually, you have to add options on each font color for each ..
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 29, 2020Found bug. Please use new attached.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 29, 2020This board is 100% free volunteer based and any complex request like your EA request won't be an easy target. Specially, EA that requires a lot of condition like your case won't get help easily. Unless you bring some thing to board to attract ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 29, 2020Thanks David, Maybe, I misunderstood. I thought I saw this one in one of your thread. And thanks for your kind word.. I am still in learning period.
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 29, 2020It seems indicator is another renamed version of Semaphore.mq4, just changed arrow size and shape. Basically, this is triple ZigZag into a single indicator. If you use ZigZag 3 times with different period, you will get same result. In this case, if ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 28, 2020It is totally possible. I have added arrow direction option and alert option - UP,DOWN,BOTH You can turn on/off arrows as well as alerts. Update 1: Found a bug - I missed to delete old alert inputs and it interfere with new alert settings. fixed. ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 28, 2020In your system, is Renko chart required? I couldn't make Renko with your EA so I used alternative indicator - STG_RenkoChart which generate offline Renko chart. I am very interested in your settings as it looks very promising. I am willing to work ...
Renko channel - very accurate (assembled by me)
-
BlueRain replied Apr 27, 2020This is decompiled code and it won't be possible. I need original code if I am going to work. Originally this was developed by hanover so check his thread and you will be able to find. url He is one of old timer in this FF and has a lot of great ...
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 27, 2020There are few way... basically, you have to get time of bar checking and do some diff. Something like below will check if time is newer than 10 daily bars ago. int MaxDay = 10; if ( Time[i] >= iTime(Symbol(),PERIOD_D1,MaxDay ) { process.. }
I will code your EAs and Indicators for no charge
-
BlueRain replied Apr 27, 2020What Time Frame are you using mostly for this strategy? I see pic attached M4.
Renko channel - very accurate (assembled by me)
-
BlueRain replied Apr 26, 2020Are you asking me if it is possible to show more pair? it automatically pulls pairs in your Symbol list.
I will code your EAs and Indicators for no charge